0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps/v8/test/test262
Michaël Zasso 0e7ddbd3d7
deps: update V8 to 7.0.276.20
PR-URL: https://github.com/nodejs/node/pull/22754
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2018-09-22 18:29:25 +02:00
..
local-tests/test deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
BUILD.gn deps: update V8 to 6.7.288.43 2018-06-01 09:58:27 +02:00
detachArrayBuffer.js deps: update V8 to 5.9.211.32 2017-06-07 10:33:31 +02:00
harness-adapt.js deps: update V8 to 5.9.211.32 2017-06-07 10:33:31 +02:00
harness-agent.js deps: update V8 to 6.8.275.24 2018-07-26 08:31:50 +02:00
prune-local-tests.sh deps: update V8 to 5.8.283.38 2017-05-06 20:02:35 +02:00
README deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00
test262.status deps: update V8 to 7.0.276.20 2018-09-22 18:29:25 +02:00
testcfg.py deps: update V8 to 7.0.276.20 2018-09-22 18:29:25 +02:00
upstream-local-tests.sh deps: update V8 to 5.9.211.32 2017-06-07 10:33:31 +02: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.