node/deps/v8/test/test262
Ben Noordhuis 36cd5fb9d2 deps: upgrade v8 to 4.2.77.13
This commit applies some secondary changes in order to make `make test`
pass cleanly:

* disable broken postmortem debugging in common.gypi

* drop obsolete strict mode test in parallel/test-repl

* drop obsolete test parallel/test-v8-features

PR-URL: https://github.com/iojs/io.js/pull/1232
Reviewed-By: Fedor Indutny <fedor@indutny.com>
2015-04-28 14:38:16 -07:00
..
README deps: upgrade v8 to 3.25.30 2014-04-02 00:05:24 +04:00
harness-adapt.js Upgrade V8 to 3.4.12.1 2011-07-15 17:47:20 -07:00
test262.status deps: upgrade v8 to 4.2.77.13 2015-04-28 14:38:16 -07:00
testcfg.py deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00

README

This directory contains code for binding the test262 test suite
into the v8 test harness. To use the tests check out the test262
tests from

  https://github.com/tc39/test262

at revision 365 (hash fbba29f) as 'data' in this directory.  Using later
version may be possible but the tests are only known to pass (and indeed run)
with that revision.

  git clone https://github.com/tc39/test262 data
  cd data
  git checkout fbba29f

If you do update to a newer revision you may have to change the test
harness adapter code since it uses internal functionality from the
harness that comes bundled with the tests.  You will most likely also
have to update the test expectation file.