blob: e975fbb436d45f6c311f38447a1a58a19572a3db [file] [log] [blame]
Steve Block44f0eee2011-05-26 01:26:41 +01001This 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
Ben Murdochb8a8cc12014-11-26 15:28:44 +00005 https://github.com/tc39/test262
Steve Block44f0eee2011-05-26 01:26:41 +01006
Ben Murdochb8a8cc12014-11-26 15:28:44 +00007at 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)
Steve Block44f0eee2011-05-26 01:26:41 +01009with that revision.
10
Ben Murdochb8a8cc12014-11-26 15:28:44 +000011 git clone https://github.com/tc39/test262 data
12 cd data
13 git checkout fbba29f
Steve Block44f0eee2011-05-26 01:26:41 +010014
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.