Reviewers: rossberg,
Description:
Update Test262 harness to recent version.
[email protected]
TEST=test262
Please review this at https://codereview.chromium.org/14644015/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M test/test262/README
M test/test262/test262.status
M test/test262/testcfg.py
Index: test/test262/README
diff --git a/test/test262/README b/test/test262/README
index
1ddbc709be215613680c1e1de3375c668d64f14e..680ab77d7e65ea2ebd7b94a24b5ef06611a5d1ab
100644
--- a/test/test262/README
+++ b/test/test262/README
@@ -4,11 +4,11 @@ tests from
http://hg.ecmascript.org/tests/test262
-at revision 360 as 'data' in this directory. Using later version
+at revision 365 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 360 http://hg.ecmascript.org/tests/test262 data
+hg clone -r 365 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
Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index
4910939f15a8e7c5309d59b2d7b0746dfb94ce57..4d0dafad19bb5b2d50c3ce78036983d50b8b6743
100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -41,6 +41,10 @@ def FAIL_OK = FAIL, OKAY
# V8 Bug: http://code.google.com/p/v8/issues/detail?id=2413
15.5.4.9_CE: FAIL
+# Missing 'that' parameter should be treated as an implicit 'undefined'
when
+# String.prototype.localeCompare is called.
+15.5.4.9_3: FAIL
+
##################### DELIBERATE INCOMPATIBILITIES #####################
# This tests precision of Math functions. The implementation for those
Index: test/test262/testcfg.py
diff --git a/test/test262/testcfg.py b/test/test262/testcfg.py
index
c07c30270c601c983c84b05bfaf1a23440f8290c..fc03504dca572d2cabe28e3756954f74b1783f08
100644
--- a/test/test262/testcfg.py
+++ b/test/test262/testcfg.py
@@ -36,8 +36,8 @@ from testrunner.local import testsuite
from testrunner.objects import testcase
-TEST_262_ARCHIVE_REVISION = "53c4ade82d14" # This is the r360 revision.
-TEST_262_ARCHIVE_MD5 = "5fa4918b00e5d60e57bdd3c05deaeb0c"
+TEST_262_ARCHIVE_REVISION = "99aac3bc1cad" # This is the r365 revision.
+TEST_262_ARCHIVE_MD5 = "aadbd720ce9bdb4f8f3de066f4d7eea1"
TEST_262_URL = "http://hg.ecmascript.org/tests/test262/archive/%s.tar.bz2"
TEST_262_HARNESS = ["sta.js", "testBuiltInObject.js"]
TEST_262_SKIP = ["intl402"]
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.