Clean up some minor stuff in test expectation files

Review URL: https://chromiumcodereview.appspot.com/10545082

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11757 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent d9f393d1
......@@ -28,4 +28,4 @@
prefix message
# All tests in the bug directory are expected to fail.
bugs: FAIL
bugs/*: FAIL
......@@ -28,7 +28,7 @@
prefix mjsunit
# All tests in the bug directory are expected to fail.
bugs: FAIL
bugs/*: FAIL
##############################################################################
# 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
##############################################################################
# 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
......
......@@ -126,13 +126,13 @@ ecma/Date/15.9.2.2-5: PASS || FAIL
ecma/Date/15.9.2.2-6: PASS || FAIL
# 1026139: These date tests fail on arm and mips
ecma/Date/15.9.5.29-1: PASS || (($ARM || $MIPS) && FAIL)
ecma/Date/15.9.5.34-1: PASS || (($ARM || $MIPS) && FAIL)
ecma/Date/15.9.5.28-1: PASS || (($ARM || $MIPS) && FAIL)
ecma/Date/15.9.5.29-1: PASS || FAIL if ($arch == arm || $arch == mips)
ecma/Date/15.9.5.34-1: PASS || FAIL if ($arch == arm || $arch == mips)
ecma/Date/15.9.5.28-1: PASS || FAIL if ($arch == arm || $arch == mips)
# 1050186: Arm/MIPS vm is broken; probably unrelated to dates
ecma/Array/15.4.4.5-3: PASS || (($ARM || $MIPS) && FAIL)
ecma/Date/15.9.5.22-2: PASS || (($ARM || $MIPS) && FAIL)
ecma/Array/15.4.4.5-3: PASS || FAIL if ($arch == arm || $arch == mips)
ecma/Date/15.9.5.22-2: PASS || FAIL if ($arch == arm || $arch == mips)
# Flaky test that fails due to what appears to be a bug in the test.
# Occurs depending on current time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment