blob: dae18433a57a6e360a4c07c8a050f69a848b71dd [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
5 http://hg.ecmascript.org/tests/test262
6
Ben Murdoch5d4cdbf2012-04-11 10:23:59 +01007at revision 309 as 'data' in this directory. Using later version
Steve Block44f0eee2011-05-26 01:26:41 +01008may be possible but the tests are only known to pass (and indeed run)
9with that revision.
10
Ben Murdoch5d4cdbf2012-04-11 10:23:59 +010011hg clone -r 309 http://hg.ecmascript.org/tests/test262 data
Steve Block44f0eee2011-05-26 01:26:41 +010012
13If you do update to a newer revision you may have to change the test
14harness adapter code since it uses internal functionality from the
15harness that comes bundled with the tests. You will most likely also
16have to update the test expectation file.