Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index ac0135207ad05cbec89bc1154c9eb8317f1af7bc..3946ddb3bbdfb3effa25a00bd855540a6cb218ed 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -53,16 +53,16 @@ regress/regress-create-exception: PASS, SKIP if $mode == debug |
############################################################################## |
# This one uses a built-in that's only present in debug mode. It takes |
-# too long to run in debug mode on ARM. |
-fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm) |
+# too long to run in debug mode on ARM and MIPS. |
+fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm || $arch == mips) |
big-object-literal: PASS, SKIP if ($arch == arm) |
# Issue 488: this test sometimes times out. |
array-constructor: PASS || TIMEOUT |
-# Very slow on ARM, contains no architecture dependent code. |
-unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm) |
+# Very slow on ARM and MIPS, contains no architecture dependent code. |
+unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm || $arch == mips) |
# Skip long running test in debug and allow it to timeout in release mode. |
regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug |
@@ -125,11 +125,23 @@ regress/regress-1132: SKIP |
############################################################################## |
[ $arch == mips ] |
-# Run those tests, but expect them to time out. |
-array-sort: PASS || TIMEOUT |
+ |
+# Slow tests which times out in debug mode. |
+try: PASS, SKIP if $mode == debug |
+debug-scripts-request: PASS, SKIP if $mode == debug |
+array-constructor: PASS, SKIP if $mode == debug |
+ |
+# Times out often in release mode on MIPS. |
+compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release |
+array-splice: PASS || TIMEOUT |
+ |
+# Long running test. |
mirror-object: PASS || TIMEOUT |
+string-indexof-2: PASS || TIMEOUT |
-# Skip long-running tests. |
+# BUG(3251035): Timeouts in long looping crankshaft optimization |
+# tests. Skipping because having them timeout takes too long on the |
+# buildbot. |
compiler/alloc-number: SKIP |
compiler/array-length: SKIP |
compiler/assignment-deopt: SKIP |
@@ -154,12 +166,8 @@ regress/regress-634: SKIP |
regress/regress-create-exception: SKIP |
regress/regress-3218915: SKIP |
regress/regress-3247124: SKIP |
-regress/regress-1132: SKIP |
-regress/regress-1257: SKIP |
-regress/regress-91008: SKIP |
-############################################################################## |
-[ $isolates ] |
-# d8-os writes temporary files that might interfer with each other when running |
-# in multible threads. Skip this if running with isolates testing. |
-d8-os: SKIP |
+# Requires bigger stack size in the Genesis and if stack size is increased, |
+# the test requires too much time to run. However, the problem test covers |
+# should be platform-independent. |
+regress/regress-1132: SKIP |