Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

meetesh06/babel-test262-runner

Open more actions menu
 
 

Repository files navigation

Babel Test262

NOTE: Only linux64 and darwin64 are currently supported.

Run test262 tests on Node 0.10 using Babel 7 and core-js@3.

Installation

git clone [url of this repo] --recursive --shallow-submodules
cd babel-test262-runner
node lib/download-node

Run tests

node lib/run-tests [pattern]

[pattern] must be a substring of the path of the tests to run. For example:

node lib/run-tests arrow-function

If you want to run all the tests, run

node lib/run-tests I_AM_SURE

If you want to run against a local copy of babel repo (useful for debugging):

BABEL_PATH=../babel node lib/run-tests [pattern]

Download babel/babel master test262 artifact

node lib/download-master-artifact <optional file path>

Compare results with master

node lib/compare-results <master artifact path> <pr artifact path>

About

Run test262 tests on Node 0.10 using Babel 7 and `core-js@3`.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.