Update test262-es6
authorrossberg@chromium.org <rossberg@chromium.org>
Thu, 11 Sep 2014 13:39:37 +0000 (13:39 +0000)
committerrossberg@chromium.org <rossberg@chromium.org>
Thu, 11 Sep 2014 13:39:37 +0000 (13:39 +0000)
R=yangguo@chromium.org
BUG=

Review URL: https://codereview.chromium.org/558013003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23880 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

test/test262-es6/README
test/test262-es6/testcfg.py

index bd33fe1..d0b3b42 100644 (file)
@@ -4,13 +4,13 @@ tests from
 
   https://github.com/tc39/test262
 
-at hash 595a36b (2014/08/10 revision) as 'data' in this directory.  Using later
+at hash 9bd6686 (2014/08/25 revision) 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.
 
   git clone https://github.com/tc39/test262 data
   cd data
-  git checkout 595a36b
+  git checkout 9bd6686
 
 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 7107f95..59eda32 100644 (file)
@@ -37,8 +37,8 @@ from testrunner.local import testsuite
 from testrunner.local import utils
 from testrunner.objects import testcase
 
-TEST_262_ARCHIVE_REVISION = "595a36b"  # This is the 2014-Aug-10 revision.
-TEST_262_ARCHIVE_MD5 = "89dfc8458f474cdb7e8e178f3215dd06"
+TEST_262_ARCHIVE_REVISION = "9bd6686"  # This is the 2014-08-25 revision.
+TEST_262_ARCHIVE_MD5 = "0f5928b391864890d5a397f8cdc82705"
 TEST_262_URL = "https://github.com/tc39/test262/tarball/%s"
 TEST_262_HARNESS_FILES = ["sta.js"]