• Home
Name Date Size #Lines LOC

..--

READMED07-May-2024814 2115

harness-adapt.jsD07-May-20243 KiB9255

test262.gypD07-May-2024620 2725

test262.isolateD07-May-2024321 1414

test262.statusD07-May-202439.1 KiB727653

testcfg.pyD07-May-20247.3 KiB205145

README

1This directory contains code for binding the test262 test suite
2into the v8 test harness. The tests are checked out as a dependency from
3
4  https://chromium.googlesource.com/external/github.com/tc39/test262
5
6at a revision specified in the DEPS file as 'data' in this directory. They are
7fetched with 'gclient sync'. To update to a newer version, please change the
8DEPS file.
9
10Using a newer version, e.g. 'deadbeef' may be possible but the tests are only
11known to pass (and indeed run) with the DEPS revision. Example:
12
13  cd data
14  git fetch
15  git checkout deadbeef
16
17If you do update to a newer revision you may have to change the test
18harness adapter code since it uses internal functionality from the
19harness that comes bundled with the tests.  You will most likely also
20have to update the test expectation file.
21