• Home
  • History
  • Annotate
  • only in /external/chromium_org/v8/test/test262/
NameDateSize

..03-Jan-20144 KiB

harness-adapt.js03-Jan-20142.9 KiB

README03-Jan-2014649

test262.status03-Jan-20144.1 KiB

testcfg.py03-Jan-20144.9 KiB

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  http://hg.ecmascript.org/tests/test262
6
7at revision 365 as 'data' in this directory.  Using later version
8may be possible but the tests are only known to pass (and indeed run)
9with that revision.
10
11hg clone -r 365 http://hg.ecmascript.org/tests/test262 data
12
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.
17