Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: test/mjsunit/mjsunit.status

Issue 10545082: Clean up some minor stuff in test expectation files (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/mozilla/mozilla.status » ('j') | test/mozilla/mozilla.status » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | test/mozilla/mozilla.status » ('j') | test/mozilla/mozilla.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698