[test] Update mjsunit.status to reflect reality
Bug: v8:10120 Change-Id: Ida81a4a4806bd2b4c19432412144b5e6f9c896e9 No-Try: true Tbr: clemensb@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1997134 Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/master@{#65720}
This commit is contained in:
parent
52f88e1b93
commit
943fe5912f
@ -62,6 +62,12 @@
|
||||
# Issue 9380: Memory leaks of shared WebAssembly.Memory objects
|
||||
'wasm/shared-memory-worker-gc': [SKIP],
|
||||
|
||||
# crbug.com/v8/10120: This test is meant to pass (only) in no_i18n builds,
|
||||
# but currently doesn't:
|
||||
'es6/unicode-regexp-ignore-case-noi18n': [FAIL],
|
||||
# Once the bug is fixed, the expectations should be:
|
||||
# 'es6/unicode-regexp-ignore-case-noi18n': [PASS, ['no_i18n == False', FAIL]],
|
||||
|
||||
##############################################################################
|
||||
# Tests where variants make no sense.
|
||||
'd8/enable-tracing': [PASS, NO_VARIANTS],
|
||||
@ -97,8 +103,6 @@
|
||||
'compiler/alloc-number-debug': [PASS, ['mode == release', SKIP]],
|
||||
'regress/regress-634-debug': [PASS, ['mode == release', SKIP]],
|
||||
|
||||
'es6/unicode-regexp-ignore-case-noi18n': [PASS, ['no_i18n == False', FAIL]],
|
||||
|
||||
# This test variant makes only sense on arm.
|
||||
'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64]', SKIP]],
|
||||
|
||||
@ -371,6 +375,7 @@
|
||||
'regexp-modifiers-autogenerated-i18n': [FAIL],
|
||||
# desugaring regexp property class relies on ICU.
|
||||
'harmony/regexp-property-*': [FAIL],
|
||||
'harmony/regexp-property-invalid': [PASS],
|
||||
'regress/regress-793588': [FAIL],
|
||||
|
||||
# noi18n build cannot parse characters in supplementary plane.
|
||||
|
Loading…
Reference in New Issue
Block a user