README 814 Bytes
Newer Older
1
This directory contains code for binding the test262 test suite
2
into 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

6
at a revision specified in the DEPS file as 'data' in this directory. They are
7 8 9 10
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
11
known to pass (and indeed run) with the DEPS revision. Example:
12

13
  cd data
14 15
  git fetch
  git checkout deadbeef
16 17 18 19 20

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.