Roll test262
0e7319c0..36d2d2d34
Bug: v8:7834
Change-Id: If35f50920cddaad0dd8e12029d153c1e2f478aeb
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2545572
Reviewed-by: Shu-yu Guo <syg@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#71265}
This commit is contained in:
parent
c5c9284832
commit
4bf24d119e
2
DEPS
2
DEPS
@ -212,7 +212,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' + '@' + '0e7319c015fe935594f8bcafaedb0c94f7fec1df',
|
||||
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + '36d2d2d348d83e9d6554af59a672fbcd9413914b',
|
||||
'test/test262/harness':
|
||||
Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '4555345a943d0c99a9461182705543fb171dda4b',
|
||||
'third_party/qemu-linux-x64': {
|
||||
|
@ -90,6 +90,8 @@
|
||||
# Some TypedArray methods throw due to the same bug, from Get
|
||||
'built-ins/TypedArray/prototype/every/callbackfn-detachbuffer': [FAIL],
|
||||
'built-ins/TypedArray/prototype/every/BigInt/callbackfn-detachbuffer': [FAIL],
|
||||
'built-ins/TypedArray/prototype/filter/callbackfn-detachbuffer': [FAIL],
|
||||
'built-ins/TypedArray/prototype/filter/BigInt/callbackfn-detachbuffer': [FAIL],
|
||||
'built-ins/TypedArray/prototype/find/predicate-may-detach-buffer': [FAIL],
|
||||
'built-ins/TypedArray/prototype/find/BigInt/predicate-may-detach-buffer': [FAIL],
|
||||
'built-ins/TypedArray/prototype/findIndex/predicate-may-detach-buffer': [FAIL],
|
||||
@ -568,6 +570,12 @@
|
||||
# https://github.com/tc39/test262/pull/2349
|
||||
'intl402/Locale/constructor-options-region-valid': [FAIL],
|
||||
|
||||
# http://crbug/v8/11174
|
||||
'intl402/DateTimeFormat/intl-legacy-constructed-symbol': [FAIL],
|
||||
'intl402/DateTimeFormat/intl-legacy-constructed-symbol-on-unwrap': [FAIL],
|
||||
'intl402/NumberFormat/intl-legacy-constructed-symbol': [FAIL],
|
||||
'intl402/NumberFormat/intl-legacy-constructed-symbol-on-unwrap': [FAIL],
|
||||
|
||||
# https://bugs.chromium.org/p/v8/issues/detail?id=9818
|
||||
'built-ins/AsyncFunction/proto-from-ctor-realm': [FAIL],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user