Commit f50fff57 authored by machenbach's avatar machenbach Committed by Commit bot

Revert of [test262-es6] Update to 2011-06-29 (patchset #1 id:1 of...

Revert of [test262-es6] Update to 2011-06-29 (patchset #1 id:1 of https://codereview.chromium.org/1220793005/)

Reason for revert:
[Sheriff] Runner has some infra failures:
http://build.chromium.org/p/client.v8/builders/V8%20Linux64%20-%20debug/builds/4020/steps/Test262-es6%20-%20no%20variants/logs/stdio

Original issue's description:
> [test262-es6] Update to 2011-06-29
>
> This includes one harness fix but introduces a few new failures. No
> new bugs exposed though.
>
> BUG=N
> LOG=N
> R=littledan@chromium.org, adamk@chromium.org
>
> Committed: https://crrev.com/2e877628803f238dd33c3409413cd7778e36a2b6
> Cr-Commit-Position: refs/heads/master@{#29392}

TBR=littledan@chromium.org,adamk@chromium.org,arv@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=N

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

Cr-Commit-Position: refs/heads/master@{#29393}
parent 2e877628
...@@ -4,13 +4,13 @@ tests from ...@@ -4,13 +4,13 @@ tests from
https://github.com/tc39/test262 https://github.com/tc39/test262
at hash 1e80bf2 (2015/06/29 revision) as 'data' in this directory. Using later at hash 488c0a7 (2015/06/11 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 1e80bf2 git checkout 488c0a7
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
......
...@@ -115,7 +115,6 @@ ...@@ -115,7 +115,6 @@
'language/expressions/arrow-function/lexical-super-property-from-within-constructor': [PASS, FAIL_SLOPPY], 'language/expressions/arrow-function/lexical-super-property-from-within-constructor': [PASS, FAIL_SLOPPY],
'language/expressions/arrow-function/lexical-super-property': [PASS, FAIL_SLOPPY], 'language/expressions/arrow-function/lexical-super-property': [PASS, FAIL_SLOPPY],
'language/expressions/arrow-function/lexical-supercall-from-immediately-invoked-arrow': [PASS, FAIL_SLOPPY], 'language/expressions/arrow-function/lexical-supercall-from-immediately-invoked-arrow': [PASS, FAIL_SLOPPY],
'language/expressions/object/method-definition/generator-param-redecl-const': [PASS, FAIL_SLOPPY],
'language/expressions/object/method-definition/generator-shadow-parameter-const': [PASS, FAIL_SLOPPY], 'language/expressions/object/method-definition/generator-shadow-parameter-const': [PASS, FAIL_SLOPPY],
'language/rest-parameters/with-new-target': [PASS, FAIL_SLOPPY], 'language/rest-parameters/with-new-target': [PASS, FAIL_SLOPPY],
'language/statements/class/arguments/access': [PASS, FAIL_SLOPPY], 'language/statements/class/arguments/access': [PASS, FAIL_SLOPPY],
...@@ -265,6 +264,7 @@ ...@@ -265,6 +264,7 @@
# https://code.google.com/p/v8/issues/detail?id=4118 # https://code.google.com/p/v8/issues/detail?id=4118
'built-ins/Object/getOwnPropertyNames/15.2.3.4-4-44': [FAIL], 'built-ins/Object/getOwnPropertyNames/15.2.3.4-4-44': [FAIL],
# https://code.google.com/p/v8/issues/detail?id=3087 # https://code.google.com/p/v8/issues/detail?id=3087
'built-ins/Array/prototype/every/15.4.4.16-3-12': [FAIL], 'built-ins/Array/prototype/every/15.4.4.16-3-12': [FAIL],
'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL], 'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL],
...@@ -328,13 +328,8 @@ ...@@ -328,13 +328,8 @@
'built-ins/Array/prototype/unshift/S15.4.4.13_A3_T2': [FAIL], 'built-ins/Array/prototype/unshift/S15.4.4.13_A3_T2': [FAIL],
# https://code.google.com/p/v8/issues/detail?id=1543 # https://code.google.com/p/v8/issues/detail?id=1543
'built-ins/Proxy/*': [FAIL],
'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL], 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL],
'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL], 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL],
'built-ins/Object/assign/source-own-prop-desc-missing': [FAIL],
'built-ins/Object/assign/source-own-prop-error': [FAIL],
'built-ins/Object/assign/source-own-prop-keys-error': [FAIL],
'built-ins/Object/setPrototypeOf/set-error': [FAIL],
'language/expressions/object/prop-def-id-eval-error-2': [FAIL], 'language/expressions/object/prop-def-id-eval-error-2': [FAIL],
'language/statements/for-of/iterator-as-proxy': [FAIL], 'language/statements/for-of/iterator-as-proxy': [FAIL],
'language/statements/for-of/iterator-next-result-type': [FAIL], 'language/statements/for-of/iterator-next-result-type': [FAIL],
...@@ -364,7 +359,43 @@ ...@@ -364,7 +359,43 @@
# https://code.google.com/p/v8/issues/detail?id=3566 # https://code.google.com/p/v8/issues/detail?id=3566
'built-ins/Set/set-iterator-close-after-add-failure': [FAIL], 'built-ins/Set/set-iterator-close-after-add-failure': [FAIL],
'built-ins/WeakSet/iterator-close-after-add-failure': [FAIL],
# https://github.com/tc39/test262/pull/334
'built-ins/Math/E/S15.8.1.1_A1': [PASS, FAIL],
'built-ins/Math/LN10/S15.8.1.2_A1': [PASS, FAIL],
'built-ins/Math/LN2/S15.8.1.3_A1': [PASS, FAIL],
'built-ins/Math/LOG10E/S15.8.1.5_A1': [PASS, FAIL],
'built-ins/Math/LOG2E/S15.8.1.4_A1': [PASS, FAIL],
'built-ins/Math/PI/S15.8.1.6_A1': [PASS, FAIL],
'built-ins/Math/SQRT1_2/S15.8.1.7_A1': [PASS, FAIL],
'built-ins/Math/SQRT2/S15.8.1.8_A1': [PASS, FAIL],
'built-ins/Math/acos/S15.8.2.2_A5': [PASS, FAIL],
'built-ins/Math/asin/S15.8.2.3_A6': [PASS, FAIL],
'built-ins/Math/atan/S15.8.2.4_A4': [PASS, FAIL],
'built-ins/Math/atan/S15.8.2.4_A5': [PASS, FAIL],
'built-ins/Math/atan/S15.8.2.4_A6': [PASS, FAIL],
'built-ins/Math/atan2/S15.8.2.5_A10': [PASS, FAIL],
'built-ins/Math/atan2/S15.8.2.5_A11': [PASS, FAIL],
'built-ins/Math/atan2/S15.8.2.5_A12': [PASS, FAIL],
'built-ins/Math/atan2/S15.8.2.5_A13': [PASS, FAIL],
'built-ins/Math/atan2/S15.8.2.5_A15': [PASS, FAIL],
'built-ins/Math/atan2/S15.8.2.5_A17': [PASS, FAIL],
'built-ins/Math/atan2/S15.8.2.5_A18': [PASS, FAIL],
'built-ins/Math/atan2/S15.8.2.5_A19': [PASS, FAIL],
'built-ins/Math/atan2/S15.8.2.5_A2': [PASS, FAIL],
'built-ins/Math/atan2/S15.8.2.5_A20': [PASS, FAIL],
'built-ins/Math/atan2/S15.8.2.5_A21': [PASS, FAIL],
'built-ins/Math/atan2/S15.8.2.5_A22': [PASS, FAIL],
'built-ins/Math/atan2/S15.8.2.5_A23': [PASS, FAIL],
'built-ins/Math/atan2/S15.8.2.5_A24': [PASS, FAIL],
'built-ins/Math/atan2/S15.8.2.5_A3': [PASS, FAIL],
'built-ins/Math/atan2/S15.8.2.5_A6': [PASS, FAIL],
'built-ins/Math/atan2/S15.8.2.5_A7': [PASS, FAIL],
'built-ins/Math/log/S15.8.2.10_A6': [PASS, FAIL],
'built-ins/Math/pow/S15.8.2.13_A24': [PASS, FAIL],
'built-ins/Math/sqrt/S15.8.2.17_A6': [PASS, FAIL],
'built-ins/Number/MAX_VALUE/S15.7.3.2_A1': [PASS, FAIL],
'built-ins/Number/MIN_VALUE/S15.7.3.3_A1': [PASS, FAIL],
# https://code.google.com/p/v8/issues/detail?id=3715 # https://code.google.com/p/v8/issues/detail?id=3715
'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL], 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL],
...@@ -429,9 +460,6 @@ ...@@ -429,9 +460,6 @@
# https://code.google.com/p/v8/issues/detail?id=2160 # https://code.google.com/p/v8/issues/detail?id=2160
'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1': [FAIL], 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1': [FAIL],
'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-2': [FAIL], 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-2': [FAIL],
'language/expressions/object/method-definition/generator-super-prop-param': [FAIL],
'language/expressions/object/method-definition/name-param-init-yield': [FAIL],
'language/expressions/object/method-definition/name-super-prop-param': [FAIL],
# https://code.google.com/p/v8/issues/detail?id=3673 # https://code.google.com/p/v8/issues/detail?id=3673
'language/statements/class/definition/basics': [FAIL], 'language/statements/class/definition/basics': [FAIL],
...@@ -659,10 +687,6 @@ ...@@ -659,10 +687,6 @@
# https://code.google.com/p/v8/issues/detail?id=4253 # https://code.google.com/p/v8/issues/detail?id=4253
'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK],
# https://code.google.com/p/v8/issues/detail?id=3761
'language/expressions/object/method-definition/generator-name-prop-symbol': [FAIL],
'language/expressions/object/method-definition/name-name-prop-symbol': [FAIL],
######################## NEEDS INVESTIGATION ########################### ######################## NEEDS INVESTIGATION ###########################
# These test failures are specific to the intl402 suite and need investigation # These test failures are specific to the intl402 suite and need investigation
......
...@@ -39,8 +39,8 @@ from testrunner.local import utils ...@@ -39,8 +39,8 @@ from testrunner.local import utils
from testrunner.objects import testcase from testrunner.objects import testcase
# The revision hash needs to be 7 characters? # The revision hash needs to be 7 characters?
TEST_262_ARCHIVE_REVISION = "1e80bf2" # This is the 2015-06-29 revision. TEST_262_ARCHIVE_REVISION = "488c0a7" # This is the 2015-06-11 revision.
TEST_262_ARCHIVE_MD5 = "97e79c365f11251dced1434e1da8ddf5" TEST_262_ARCHIVE_MD5 = "f7d4ec9be81f1e1f10fd8a61c71baead"
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", "assert.js"] TEST_262_HARNESS_FILES = ["sta.js", "assert.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