OLD | NEW |
1 This directory contains code for binding the test262 test suite | 1 This directory contains code for binding the test262 test suite |
2 into the v8 test harness. To use the tests check out the test262 | 2 into the v8 test harness. To use the tests check out the test262 |
3 tests from | 3 tests from |
4 | 4 |
5 http://hg.ecmascript.org/tests/test262 | 5 http://hg.ecmascript.org/tests/test262 |
6 | 6 |
7 at revision 271 as 'data' in this directory. Using later version | 7 at revision 309 as 'data' in this directory. Using later version |
8 may be possible but the tests are only known to pass (and indeed run) | 8 may be possible but the tests are only known to pass (and indeed run) |
9 with that revision. | 9 with that revision. |
10 | 10 |
11 hg clone -r 271 http://hg.ecmascript.org/tests/test262 data | 11 hg clone -r 309 http://hg.ecmascript.org/tests/test262 data |
12 | 12 |
13 If you do update to a newer revision you may have to change the test | 13 If you do update to a newer revision you may have to change the test |
14 harness adapter code since it uses internal functionality from the | 14 harness adapter code since it uses internal functionality from the |
15 harness that comes bundled with the tests. You will most likely also | 15 harness that comes bundled with the tests. You will most likely also |
16 have to update the test expectation file. | 16 have to update the test expectation file. |
OLD | NEW |