Commit 82061a66 authored by Frank Tang's avatar Frank Tang Committed by Commit Bot

Roll test262

https://chromium.googlesource.com/external/github.com/tc39/test262/+log/639760203..ad8a5e9940

Bug: v8:7834
Change-Id: Ifb5c6601b8c0b8fb2fc60144c8f77abf0a12782d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2440722Reviewed-by: 's avatarShu-yu Guo <syg@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70269}
parent c7c0e790
......@@ -206,7 +206,7 @@ deps = {
'test/mozilla/data':
Var('chromium_url') + '/v8/deps/third_party/mozilla-tests.git' + '@' + 'f6c578a10ea707b1a8ab0b88943fe5115ce2b9be',
'test/test262/data':
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + '63976020376c8c2b0ebabf37c364f25288d4b93b',
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + 'ad8a5e9940ee60d1ecb6e150b7aecf09b17545dd',
'test/test262/harness':
Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '4555345a943d0c99a9461182705543fb171dda4b',
'third_party/qemu-linux-x64': {
......
......@@ -66,8 +66,6 @@
'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL],
'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL],
'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL],
'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL],
'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL],
'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL],
'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL],
'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL],
......@@ -133,6 +131,7 @@
'built-ins/DataView/detached-buffer': [FAIL],
'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL],
'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL],
'built-ins/DataView/custom-proto-access-detaches-buffer': [FAIL],
# copyWithin should also throw on detached buffers
'built-ins/TypedArray/prototype/copyWithin/coerced-values-end-detached-prototype': [FAIL],
'built-ins/TypedArray/prototype/copyWithin/coerced-values-start-detached': [FAIL],
......@@ -638,6 +637,62 @@
# http://crbug/v8/10905
'language/identifier-resolution/assign-to-global-undefined': [FAIL],
# http://crbug/v8/10961
'built-ins/Array/prototype/item/index-argument-tointeger': [FAIL],
'built-ins/Array/prototype/item/index-non-numeric-argument-tointeger': [FAIL],
'built-ins/Array/prototype/item/index-non-numeric-argument-tointeger-invalid': [FAIL],
'built-ins/Array/prototype/item/length': [FAIL],
'built-ins/Array/prototype/item/name': [FAIL],
'built-ins/Array/prototype/item/prop-desc': [FAIL],
'built-ins/Array/prototype/item/return-abrupt-from-this': [FAIL],
'built-ins/Array/prototype/item/returns-item': [FAIL],
'built-ins/Array/prototype/item/returns-item-relative-index': [FAIL],
'built-ins/Array/prototype/item/returns-undefined-for-holes-in-sparse-arrays': [FAIL],
'built-ins/Array/prototype/item/returns-undefined-for-out-of-range-index': [FAIL],
'built-ins/String/prototype/item/index-argument-tointeger': [FAIL],
'built-ins/String/prototype/item/index-non-numeric-argument-tointeger': [FAIL],
'built-ins/String/prototype/item/index-non-numeric-argument-tointeger-invalid': [FAIL],
'built-ins/String/prototype/item/length': [FAIL],
'built-ins/String/prototype/item/name': [FAIL],
'built-ins/String/prototype/item/prop-desc': [FAIL],
'built-ins/String/prototype/item/return-abrupt-from-this': [FAIL],
'built-ins/String/prototype/item/returns-code-unit': [FAIL],
'built-ins/String/prototype/item/returns-item': [FAIL],
'built-ins/String/prototype/item/returns-item-relative-index': [FAIL],
'built-ins/String/prototype/item/returns-undefined-for-out-of-range-index': [FAIL],
'built-ins/TypedArray/prototype/item/index-argument-tointeger': [FAIL],
'built-ins/TypedArray/prototype/item/index-non-numeric-argument-tointeger': [FAIL],
'built-ins/TypedArray/prototype/item/index-non-numeric-argument-tointeger-invalid': [FAIL],
'built-ins/TypedArray/prototype/item/length': [FAIL],
'built-ins/TypedArray/prototype/item/name': [FAIL],
'built-ins/TypedArray/prototype/item/prop-desc': [FAIL],
'built-ins/TypedArray/prototype/item/return-abrupt-from-this': [FAIL],
'built-ins/TypedArray/prototype/item/returns-item': [FAIL],
'built-ins/TypedArray/prototype/item/returns-item-relative-index': [FAIL],
'built-ins/TypedArray/prototype/item/returns-undefined-for-holes-in-sparse-arrays': [FAIL],
'built-ins/TypedArray/prototype/item/returns-undefined-for-out-of-range-index': [FAIL],
# http://crbug/v8/10964
'language/module-code/export-expname-binding-string': [FAIL],
'language/module-code/export-expname-from-binding-string': [FAIL],
'language/module-code/export-expname-from-star': [FAIL],
'language/module-code/export-expname-from-star-string': [FAIL],
'language/module-code/export-expname-from-string': [FAIL],
'language/module-code/export-expname-from-string-binding': [FAIL],
'language/module-code/export-expname-from-string-string': [FAIL],
'language/module-code/export-expname-import-string-binding': [FAIL],
# http://crbug/v8/10976
'language/expressions/assignmenttargettype/direct-callexpression-arguments': [FAIL],
'language/expressions/assignmenttargettype/parenthesized-callexpression-arguments': [FAIL],
# http://crbug/v8/10977
'language/statements/class/elements/arrow-body-indirect-eval-err-contains-arguments': [FAIL],
'language/statements/class/elements/nested-indirect-eval-err-contains-arguments': [FAIL],
# http://crbug/v8/10978
'language/statements/try/completion-values': [FAIL],
######################## NEEDS INVESTIGATION ###########################
# https://bugs.chromium.org/p/v8/issues/detail?id=7833
......
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