Commit e3e899fe authored by yangguo@chromium.org's avatar yangguo@chromium.org

Correctly fix test expectations.

R=jkummerow@chromium.org
BUG=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12931 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 073dfc0a
......@@ -65,6 +65,10 @@ unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm || $arch == androi
# for debug mode.
json-recursive: PASS, (PASS || FAIL) if $mode == debug
##############################################################################
# Skip long running test that times out in debug mode.
regress/regress-crbug-160010: PASS, SKIP if $mode == debug
##############################################################################
# This test sets the umask on a per-process basis and hence cannot be
# used in multi-threaded runs.
......@@ -139,7 +143,6 @@ math-floor-of-div-minus-zero: SKIP
try: PASS, SKIP if $mode == debug
debug-scripts-request: PASS, SKIP if $mode == debug
array-constructor: PASS, SKIP if $mode == debug
regress-crbug-160010: PASS, SKIP if $mode == debug
# Times out often in release mode on MIPS.
compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
......
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