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

Unified Diff: test/mjsunit/mjsunit.status

Issue 112863002: Merge bleeding_edge 18021:18297 (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 7 years 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 | « test/mjsunit/math-floor-part1.js ('k') | test/mjsunit/object-freeze.js » ('j') | no next file with comments »
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 be3ec529110bc96e85f38a29d52ee1f9d92787ce..4997753a9dc5cf49aab8a3af14dc3a3cc805a1fe 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -33,7 +33,7 @@
##############################################################################
# Flaky tests.
# BUG(v8:2921).
- 'debug-step-4-in-frame': [PASS, FAIL],
+ 'debug-step-4-in-frame': [PASS, FAIL, SLOW],
##############################################################################
# Fails.
@@ -99,6 +99,11 @@
##############################################################################
# Long running test that reproduces memory leak and should be run manually.
'regress/regress-2073': [SKIP],
+
+ ##############################################################################
+ # Tests verifying CHECK and ASSERT.
+ 'verify-check-false': [FAIL, NO_VARIANTS],
+ 'verify-assert-false': [NO_VARIANTS, ['mode == release', PASS], ['mode == debug', FAIL]],
}], # ALWAYS
##############################################################################
@@ -160,6 +165,18 @@
# Currently always deopt on minus zero
'math-floor-of-div-minus-zero': [SKIP],
+
+ ############################################################################
+ # Slow tests.
+ 'regress/regress-2185-2': [PASS, SLOW],
+ 'mirror-object': [PASS, SLOW],
+ 'compiler/osr-with-args': [PASS, SLOW],
+ 'array-sort': [PASS, SLOW],
+ 'packed-elements': [PASS, SLOW],
+ 'regress/regress-91008': [PASS, SLOW],
+ 'regress/regress-2790': [PASS, SLOW],
+ 'regress/regress-json-stringify-gc': [PASS, SLOW],
+ 'regress/regress-1122': [PASS, SLOW],
}], # 'arch == arm or arch == android_arm'
##############################################################################
« no previous file with comments | « test/mjsunit/math-floor-part1.js ('k') | test/mjsunit/object-freeze.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698