summaryrefslogtreecommitdiff
path: root/deps/v8/test/mozilla/mozilla.status
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mozilla/mozilla.status')
-rw-r--r--deps/v8/test/mozilla/mozilla.status30
1 files changed, 24 insertions, 6 deletions
diff --git a/deps/v8/test/mozilla/mozilla.status b/deps/v8/test/mozilla/mozilla.status
index 43728649b8..216d962ff3 100644
--- a/deps/v8/test/mozilla/mozilla.status
+++ b/deps/v8/test/mozilla/mozilla.status
@@ -150,7 +150,7 @@
'js1_2/function/Number': [SKIP],
# TODO(2018): Might timeout in debug mode.
- 'js1_5/GC/regress-203278-2': [PASS, ['mode == debug', NO_VARIANTS, FAIL]],
+ 'js1_5/GC/regress-203278-2': [PASS, SLOW, ['mode == debug', NO_VARIANTS, FAIL]],
# These tests use invalid LHS expressions in assignments.
'js1_5/Regress/regress-319391': [SKIP],
@@ -163,6 +163,13 @@
# https://crbug.com/v8/8120
'ecma_3/Array/regress-322135-04': [SKIP],
+ # These tests try to sort very large arrays. Array#sort pre-processing does
+ # not support huge sparse Arrays, so these tests run a very long time.
+ # https://crbug.com/v8/8714
+ 'js1_5/Array/regress-330812': [SKIP],
+ 'js1_5/Regress/regress-422348': [SKIP],
+ 'js1_5/Array/regress-157652': [SKIP],
+
##################### SLOW TESTS #####################
# Compiles a long chain of && or || operations, can time out under slower
@@ -202,18 +209,22 @@
# Slow with arm64 simulator in debug.
'ecma_3/Statements/regress-302439': [PASS, ['mode == debug', SLOW]],
+ # More slow tests.
+ 'ecma/Date/15.9.5.9': [PASS, SLOW],
+ 'ecma/Expressions/11.7.2': [PASS, SLOW],
+
##################### FLAKY TESTS #####################
# These tests time out in debug mode but pass in product mode
- 'js1_5/Regress/regress-360969-05': [PASS, ['mode == debug', NO_VARIANTS]],
- 'js1_5/Regress/regress-360969-06': [PASS, ['mode == debug', NO_VARIANTS]],
+ 'js1_5/Regress/regress-360969-05': [PASS, SLOW, ['mode == debug', NO_VARIANTS]],
+ 'js1_5/Regress/regress-360969-06': [PASS, SLOW, ['mode == debug', NO_VARIANTS]],
'js1_5/extensions/regress-365527': [PASS, SLOW, ['mode == debug', NO_VARIANTS]],
'js1_5/Regress/regress-280769-3': [PASS, ['mode == debug', FAIL]],
'js1_5/Regress/regress-203278-1': [PASS, ['mode == debug', FAIL]],
'js1_5/Regress/regress-244470': [PASS, ['mode == debug', FAIL]],
'ecma_3/RegExp/regress-209067': [PASS, ['mode == debug', FAIL]],
- 'js1_5/GC/regress-278725': [PASS, ['mode == debug', FAIL]],
+ 'js1_5/GC/regress-278725': [PASS, SLOW, ['mode == debug', FAIL]],
# http://b/issue?id=1206983
'js1_5/Regress/regress-367561-03': [PASS, ['mode == debug', FAIL], NO_VARIANTS],
'ecma/FunctionObjects/15.3.1.1-3': [PASS, FAIL, ['mode == debug', NO_VARIANTS]],
@@ -505,7 +516,6 @@
'ecma_3/extensions/regress-274152': [FAIL_OK],
'js1_5/Regress/regress-372364': [FAIL_OK],
'js1_5/Regress/regress-420919': [FAIL_OK],
- 'js1_5/Regress/regress-422348': [FAIL_OK],
'js1_5/Regress/regress-410852': [FAIL_OK],
'ecma_3/RegExp/regress-375715-04': [FAIL_OK],
'js1_5/decompilation/regress-456964-01': [FAIL_OK],
@@ -708,7 +718,7 @@
# This test seems designed to fail (it produces a 700Mbyte string).
# We fail on out of memory. The important thing is not to crash.
- 'js1_5/Regress/regress-303213': [FAIL, ['mode == debug', NO_VARIANTS]],
+ 'js1_5/Regress/regress-303213': [FAIL, SLOW, ['mode == debug', NO_VARIANTS]],
# This test fails since we now throw in String.prototype.match when apply
# is given null or undefined as this argument (and so does firefox nightly).
@@ -1033,6 +1043,14 @@
'ecma_3/RegExp/regress-85721': [SKIP],
}], # tsan
+##############################################################################
+['variant == stress', {
+ # Slow tests.
+ 'js1_5/Regress/regress-360969-05': [SKIP],
+ 'js1_5/Regress/regress-360969-06': [SKIP],
+}], # variant == stress
+
+##############################################################################
['variant == no_wasm_traps', {
'*': [SKIP],
}], # variant == no_wasm_traps