blob: 86fa0dcfae773c5b8c46c0de2fb29525ae8125fa [file] [log] [blame]
Ben Murdochb8a8cc12014-11-26 15:28:44 +00001This 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
Emily Bernierd0a1eb72015-03-24 16:35:39 -04007at hash 61113db (2014/10/23 revision) as 'data' in this directory. Using later
Ben Murdochb8a8cc12014-11-26 15:28:44 +00008version 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
Emily Bernierd0a1eb72015-03-24 16:35:39 -040013 git checkout 61113db
Ben Murdochb8a8cc12014-11-26 15:28:44 +000014
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.