• Home
Name Date Size #Lines LOC

..--

READMED03-May-2024679 1914

harness-adapt.jsD03-May-20242.9 KiB8348

test262.statusD03-May-20244.6 KiB117100

testcfg.pyD03-May-20245 KiB12681

README

1This directory contains code for binding the test262 test suite
2into the v8 test harness. To use the tests check out the test262
3tests from
4
5  https://github.com/tc39/test262
6
7at revision 365 (hash fbba29f) as 'data' in this directory.  Using later
8version may be possible but the tests are only known to pass (and indeed run)
9with that revision.
10
11  git clone https://github.com/tc39/test262 data
12  cd data
13  git checkout fbba29f
14
15If you do update to a newer revision you may have to change the test
16harness adapter code since it uses internal functionality from the
17harness that comes bundled with the tests.  You will most likely also
18have to update the test expectation file.
19