blob: 675249e0f133147d8e46f4497e8a021618442c4d [file] [log] [blame]
Steve Blocka7e24c12009-10-30 11:49:00 +00001This directory contains code for binding the es5conform test suite
2into the v8 test harness. To use the tests check out the es5conform
3tests from
4
5 https://es5conform.svn.codeplex.com/svn
6
Steve Block8defd9f2010-07-08 12:39:36 +01007in revision 71525 as 'data' in this directory. Using later version
Steve Blocka7e24c12009-10-30 11:49:00 +00008may be possible but the tests are only known to pass (and indeed run)
9with that revision.
10
11If you do update to a newer revision you may have to change the test
12harness adapter code since it uses internal functionality from the
13harness that comes bundled with the tests. You will most likely also
14have to update the test expectation file.