GithubHelp home page GithubHelp logo

xtuc / test262-harness Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bterlson/test262-harness

0.0 3.0 0.0 174 KB

Experimental harness for test262

License: BSD 3-Clause "New" or "Revised" License

JavaScript 100.00%

test262-harness's Introduction

Test262-Harness

An experimental Node-based test262 harness. Once this harness has stabilized, I plan to push to include it by default in official test262.

Requires Node 6 or above.

Quick Start

  1. git clone https://github.com/tc39/test262.git --depth 1
  2. npm install -g test262-harness
  3. test262-harness 'test262\test\**\*.js'

Run test262-harness --help for details on the various configuration options.

Options

Name Action
--hostType Type of host to run tests in. See eshost's supported hosts for available options.
--hostPath Path to the host executable.
--hostArgs Any additional arguments to pass to the host when invoking it (eg. --harmony, --es6all, etc).
-t, --threads Run this many tests in parallel. Note that the browser runners don't work great with t > 1.
-r, --reporter Selects test case result format. Currently either json or simple. Default simple.
--test262Dir Optional. Root test262 directory and is used to locate the includes directory.
--includesDir Includes directory. By default inferred from test262Dir or else detected by walking upward from the first test found.
--prelude Path to a file to include before every test (useful for testing polyfills for example)

test262-harness's People

Contributors

anba avatar bterlson avatar caitp avatar domenic avatar ericf avatar jugglinmike avatar leobalter avatar liminzhu avatar muratsu avatar smikes avatar surma avatar thorn0 avatar tschneidereit avatar xtuc avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.