Home | History | Annotate | only in /external/chromium_org/v8/test/test262
Up to higher level directory
NameDateSize
harness-adapt.js05-Aug-20152.9K
README05-Aug-2015679
test262.status05-Aug-20154.6K
testcfg.py05-Aug-20155K

README

      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
      3 tests from
      4 
      5   https://github.com/tc39/test262
      6 
      7 at revision 365 (hash fbba29f) as 'data' in this directory.  Using later
      8 version may be possible but the tests are only known to pass (and indeed run)
      9 with that revision.
     10 
     11   git clone https://github.com/tc39/test262 data
     12   cd data
     13   git checkout fbba29f
     14 
     15 If you do update to a newer revision you may have to change the test
     16 harness adapter code since it uses internal functionality from the
     17 harness that comes bundled with the tests.  You will most likely also
     18 have to update the test expectation file.
     19