Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index be3ec529110bc96e85f38a29d52ee1f9d92787ce..a0b45a0f133dfd4f0cff1718f624fcab47f9b71e 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -33,7 +33,7 @@ |
############################################################################## |
# Flaky tests. |
# BUG(v8:2921). |
- 'debug-step-4-in-frame': [PASS, FAIL], |
+ 'debug-step-4-in-frame': [PASS, FAIL, SLOW], |
############################################################################## |
# Fails. |
@@ -160,6 +160,18 @@ |
# Currently always deopt on minus zero |
'math-floor-of-div-minus-zero': [SKIP], |
+ |
+ ############################################################################ |
+ # Slow tests. |
+ 'regress/regress-2185-2': [PASS, SLOW], |
+ 'mirror-object': [PASS, SLOW], |
+ 'compiler/osr-with-args': [PASS, SLOW], |
+ 'array-sort': [PASS, SLOW], |
+ 'packed-elements': [PASS, SLOW], |
+ 'regress/regress-91008': [PASS, SLOW], |
+ 'regress/regress-2790': [PASS, SLOW], |
+ 'regress/regress-json-stringify-gc': [PASS, SLOW], |
+ 'regress/regress-1122': [PASS, SLOW], |
}], # 'arch == arm or arch == android_arm' |
############################################################################## |