Commit 0d2e95d4 authored by rossberg@chromium.org's avatar rossberg@chromium.org

Update test262-es6

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
parent af495313
...@@ -4,13 +4,13 @@ tests from ...@@ -4,13 +4,13 @@ tests from
https://github.com/tc39/test262 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) version may be possible but the tests are only known to pass (and indeed run)
with that revision. with that revision.
git clone https://github.com/tc39/test262 data git clone https://github.com/tc39/test262 data
cd data cd data
git checkout 595a36b git checkout 9bd6686
If you do update to a newer revision you may have to change the test 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 adapter code since it uses internal functionality from the
......
...@@ -37,8 +37,8 @@ from testrunner.local import testsuite ...@@ -37,8 +37,8 @@ from testrunner.local import testsuite
from testrunner.local import utils from testrunner.local import utils
from testrunner.objects import testcase from testrunner.objects import testcase
TEST_262_ARCHIVE_REVISION = "595a36b" # This is the 2014-Aug-10 revision. TEST_262_ARCHIVE_REVISION = "9bd6686" # This is the 2014-08-25 revision.
TEST_262_ARCHIVE_MD5 = "89dfc8458f474cdb7e8e178f3215dd06" TEST_262_ARCHIVE_MD5 = "0f5928b391864890d5a397f8cdc82705"
TEST_262_URL = "https://github.com/tc39/test262/tarball/%s" TEST_262_URL = "https://github.com/tc39/test262/tarball/%s"
TEST_262_HARNESS_FILES = ["sta.js"] TEST_262_HARNESS_FILES = ["sta.js"]
......
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