Official ECMAScript Conformance Test Suite
Go to file
Mike Pennisi 86c7e272a6 Remove support for legacy `$INCLUDE` syntax
Although test files once expressed dependencies on external files using
a global `$INCLUDE` function, that pattern was removed in favor of
declarative meta-data [1].

Remove the associated logic from the Python runner and the browser.

[1] See commit d4354d14d5.
2015-06-26 13:29:07 -04:00
docs
harness Remove support for legacy `$INCLUDE` syntax 2015-06-26 13:29:07 -04:00
test Merge pull request #328 from bocoup/object-set-prototype-of 2015-06-25 14:46:43 -07:00
tools Remove support for legacy `$INCLUDE` syntax 2015-06-26 13:29:07 -04:00
website
.gitattributes
.gitignore
.hgignore
.jshintrc
CONSOLE-RUNNER.md
CONTRIBUTING.md Merge pull request #305 from jugglinmike/browser-only-strict 2015-06-25 14:44:34 -07:00
LICENSE
README.md
excludelist.xml

README.md

Test262 is the official ECMAScript (ECMA-262) conformance suite.

Contributing to Test262

See CONTRIBUTING.md

  1. Sign the Test262 CLA.
  2. Send a pull request. Please make sure you have one commit per pull request. If you have multiple commits, squash them before sending the pull request.