Roll test262
6a18c27c..f1b0a1e2
Bug: v8:7834, v8:10510
Change-Id: I888eb57ef92bcce15bb015ea56ad2f61505a4fb8
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2189911
Reviewed-by: Marja Hölttä <marja@chromium.org>
Commit-Queue: Shu-yu Guo <syg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67685}
This commit is contained in:
parent
e17a436382
commit
b0ce3df3a4
2
DEPS
2
DEPS
@ -192,7 +192,7 @@ deps = {
|
||||
'v8/test/mozilla/data':
|
||||
Var('chromium_url') + '/v8/deps/third_party/mozilla-tests.git' + '@' + 'f6c578a10ea707b1a8ab0b88943fe5115ce2b9be',
|
||||
'v8/test/test262/data':
|
||||
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + '6a18c27ca1974b3684e9e4131bd9e5f8529404ca',
|
||||
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + 'f1b0a1e2704cbe75102b4b8a41f42f8748c8e1d1',
|
||||
'v8/test/test262/harness':
|
||||
Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '4555345a943d0c99a9461182705543fb171dda4b',
|
||||
'v8/third_party/qemu-linux-x64': {
|
||||
|
@ -444,9 +444,6 @@
|
||||
'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-caller': [FAIL_SLOPPY],
|
||||
'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-arguments': [FAIL_SLOPPY],
|
||||
|
||||
# https://bugs.chromium.org/p/v8/issues/detail?id=7184
|
||||
'annexB/language/expressions/yield/star-iterable-throw-emulates-undefined-throws-when-called': [FAIL],
|
||||
|
||||
# https://bugs.chromium.org/p/v8/issues/detail?id=5690
|
||||
'language/expressions/call/eval-spread': [FAIL],
|
||||
'language/expressions/call/eval-spread-empty-leading': [FAIL],
|
||||
@ -592,6 +589,10 @@
|
||||
'built-ins/Atomics/waitAsync/true-for-timeout-agent': [SKIP],
|
||||
'built-ins/Atomics/waitAsync/value-not-equal-agent': [SKIP],
|
||||
|
||||
# https://bugs.chromium.org/p/v8/issues/detail?id=10510
|
||||
# https://github.com/tc39/test262/issues/2614
|
||||
'language/module-code/export-star-as-dflt': [FAIL],
|
||||
|
||||
######################## NEEDS INVESTIGATION ###########################
|
||||
|
||||
# https://bugs.chromium.org/p/v8/issues/detail?id=7833
|
||||
|
Loading…
Reference in New Issue
Block a user