node/deps/v8/test/test262
Ali Ijaz Sheikh ef4170ea03 deps: upgrade to V8 4.8.271.17
Pick up V8 4.8 branch-head. This branch brings in @@isConcatSpreadable,
@@toPrimitive and ToLength ES6 changes. For full details see:
http://v8project.blogspot.de/2015/11/v8-release-48.html

https://github.com/v8/v8/commit/fa163e2

Ref: https://github.com/nodejs/node/pull/4399
PR-URL: https://github.com/nodejs/node/pull/4785
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
2016-01-21 16:53:58 -08:00
..
harness-adapt.js deps: upgrade V8 to 4.7.80.24 2015-12-04 00:06:01 -08:00
README deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00
test262.gyp deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00
test262.isolate deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00
test262.status deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00
testcfg.py deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00

This directory contains code for binding the test262 test suite
into the v8 test harness. The tests are checked out as a dependency from

  https://chromium.googlesource.com/external/github.com/tc39/test262

at a revision specified in the DEPS file as 'data' in this directory. They are
fetched with 'gclient sync'. To update to a newer version, please change the
DEPS file.

Using a newer version, e.g. 'deadbeef' may be possible but the tests are only
known to pass (and indeed run) with the DEPS revision. Example:

  cd data
  git fetch
  git checkout deadbeef

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.