Roll test262
f89ea875..8d3dd2d
8d3dd2d Sync the test w/ changes in intl-datetime-style 43 by Frank Tang · 15 hours ago master
2dcdba9 Simplify tests by Alexey Shvayka · 15 hours ago
23417d9 Test %TypedArray%.prototype.set with primitives by Alexey Shvayka · 15 hours ago
Bug: v8:7834
Change-Id: I39b62aa1f4800349a009035e704bd4a93223174b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2251174
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Mathias Bynens <mathias@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#68404}
This commit is contained in:
parent
d8a32a96e3
commit
080a6c7775
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' + '@' + 'f89ea8758b255a0383963456ec02aeffc230b3a2',
|
||||
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + '8d3dd2d1a0a5b79dc61b72a1817f4c2bd512d156',
|
||||
'v8/test/test262/harness':
|
||||
Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '4555345a943d0c99a9461182705543fb171dda4b',
|
||||
'v8/third_party/qemu-linux-x64': {
|
||||
|
@ -132,6 +132,8 @@
|
||||
'built-ins/TypedArray/prototype/reduce/BigInt/callbackfn-detachbuffer': [FAIL],
|
||||
'built-ins/TypedArray/prototype/reduceRight/callbackfn-detachbuffer': [FAIL],
|
||||
'built-ins/TypedArray/prototype/reduceRight/BigInt/callbackfn-detachbuffer': [FAIL],
|
||||
'built-ins/TypedArray/prototype/set/array-arg-primitive-toobject': [FAIL],
|
||||
'built-ins/TypedArray/prototype/set/BigInt/array-arg-primitive-toobject': [FAIL],
|
||||
'built-ins/TypedArray/prototype/some/callbackfn-detachbuffer': [FAIL],
|
||||
'built-ins/TypedArray/prototype/some/BigInt/callbackfn-detachbuffer': [FAIL],
|
||||
# DataView functions should also throw on detached buffers
|
||||
@ -637,10 +639,6 @@
|
||||
'built-ins/Atomics/waitAsync/true-for-timeout-agent': [SKIP],
|
||||
'built-ins/Atomics/waitAsync/value-not-equal-agent': [SKIP],
|
||||
|
||||
# https://github.com/tc39/test262/pull/2659
|
||||
'intl402/DateTimeFormat/prototype/resolvedOptions/order-style': [FAIL],
|
||||
'intl402/DateTimeFormat/constructor-options-order-timedate-style': [FAIL],
|
||||
|
||||
######################## NEEDS INVESTIGATION ###########################
|
||||
|
||||
# https://bugs.chromium.org/p/v8/issues/detail?id=7833
|
||||
|
Loading…
Reference in New Issue
Block a user