4ad3fdb1f4
expectations. We are currently using a rather old version of the ES5 conformance tests and there has been a range of bug fixes in the test set. This change brings us up to date. In addition, our current test expectations discards the all chapters but chapter 15. I have enabled the other chapters, cleaned up the tests that we no longer fail on, and filed bugs for tests that we fail on. It seems some of the bugs on the es5 conformance bug-tracker has been fixed but not marked fixed. I will file bugs for the newly discovered test bugs. Review URL: http://codereview.chromium.org/2840023 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4970 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
15 lines
598 B
Plaintext
15 lines
598 B
Plaintext
This directory contains code for binding the es5conform test suite
|
|
into the v8 test harness. To use the tests check out the es5conform
|
|
tests from
|
|
|
|
https://es5conform.svn.codeplex.com/svn
|
|
|
|
in revision 71525 as 'data' in this directory. Using later version
|
|
may be possible but the tests are only known to pass (and indeed run)
|
|
with that revision.
|
|
|
|
If you do update to a newer revision you may have to change the test
|
|
harness adapter code since it uses internal functionality from the
|
|
harness that comes bundled with the tests. You will most likely also
|
|
have to update the test expectation file.
|