Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index ab5f2e3e76fe14a524699fe78dd8c6c84c0ec066..47063faa9f6479842b085ab363258f51d721d135 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -28,7 +28,7 @@ |
prefix mjsunit |
# All tests in the bug directory are expected to fail. |
-bugs: FAIL |
+bugs/*: FAIL |
Jakob Kummerow
2012/06/08 09:36:13
Make it explicit that this is a wildcard matching
Michael Starzinger
2012/06/11 09:46:05
Same applies to message.status, please change it t
|
############################################################################## |
# Fails. |
@@ -38,6 +38,9 @@ regress/regress-1119: FAIL |
# NewGC: BUG(1719) slow to collect arrays over several contexts. |
regress/regress-524: SKIP |
+# When that bug is fixed, revert the expectation to: |
+# Skip long running test in debug and allow it to timeout in release mode. |
+# regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug |
Jakob Kummerow
2012/06/08 09:36:13
Duplicate definitions are bad (and unnecessary).
|
############################################################################## |
# Too slow in debug mode with --stress-opt |
@@ -58,9 +61,6 @@ array-constructor: PASS || TIMEOUT |
# 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 |
- |
# Stack manipulations in LiveEdit are buggy - see bug 915 |
debug-liveedit-check-stack: SKIP |
debug-liveedit-patch-positions-replace: SKIP |