Revision: 14620
Author:   [email protected]
Date:     Fri May 10 06:00:43 2013
Log:      Update Test262 harness to recent version.

[email protected]
TEST=test262

Review URL: https://codereview.chromium.org/14644015
http://code.google.com/p/v8/source/detail?r=14620

Modified:
 /branches/bleeding_edge/test/test262/README
 /branches/bleeding_edge/test/test262/test262.status
 /branches/bleeding_edge/test/test262/testcfg.py

=======================================
--- /branches/bleeding_edge/test/test262/README Thu Nov 15 03:41:27 2012
+++ /branches/bleeding_edge/test/test262/README Fri May 10 06:00:43 2013
@@ -4,11 +4,11 @@

   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
=======================================
--- /branches/bleeding_edge/test/test262/test262.status Tue Feb 26 02:46:00 2013 +++ /branches/bleeding_edge/test/test262/test262.status Fri May 10 06:00:43 2013
@@ -41,6 +41,10 @@
 # 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
=======================================
--- /branches/bleeding_edge/test/test262/testcfg.py     Thu Apr 18 04:01:14 2013
+++ /branches/bleeding_edge/test/test262/testcfg.py     Fri May 10 06:00:43 2013
@@ -36,8 +36,8 @@
 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.


Reply via email to