Commit a15d8652 authored by ricow@chromium.org's avatar ricow@chromium.org

Updated status file for test262 to latest revision.

Landing for mstarzinger, orginal cl at:
http://codereview.chromium.org/7329016/

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8584 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent b978b875
......@@ -4,11 +4,11 @@ tests from
http://hg.ecmascript.org/tests/test262
at revision 62 as 'data' in this directory. Using later version
at revision 128 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.
hg clone -r 62 http://hg.ecmascript.org/tests/test262 data
hg clone -r 128 http://hg.ecmascript.org/tests/test262 data
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
......
......@@ -43,7 +43,7 @@ var ES5Harness = (function() {
}
Test262Error.prototype.toString = function() {
return this.result + " " + error;
return this.result + " " + this.error;
}
function registerTest(test) {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment