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

Unified Diff: test/cctest/cctest.status

Issue 23440044: reland 16717: line up crashing with chrome (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 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 | « src/platform-win32.cc ('k') | tools/run-deopt-fuzzer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 85661098b2a285d35a1776ea2e1e6330c24f5c84..eb02169b1bbba5b8dd2037196560dc2acadfd9ab 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -28,7 +28,7 @@
prefix cctest
# All tests prefixed with 'Bug' are expected to fail.
-test-api/Bug*: FAIL
+test-api/Bug*: CRASH
##############################################################################
# BUG(382): Weird test. Can't guarantee that it never times out.
@@ -40,21 +40,21 @@ test-api/InitializeAndDisposeMultiple: SKIP
# These tests always fail. They are here to test test.py. If
# they don't fail then test.py has failed.
-test-serialize/TestThatAlwaysFails: FAIL
-test-serialize/DependentTestThatAlwaysFails: FAIL
+test-serialize/TestThatAlwaysFails: CRASH
+test-serialize/DependentTestThatAlwaysFails: CRASH
# This test always fails. It tests that LiveEdit causes abort when turned off.
-test-debug/LiveEditDisabled: FAIL
+test-debug/LiveEditDisabled: CRASH
# TODO(gc): Temporarily disabled in the GC branch.
-test-log/EquivalenceOfLoggingAndTraversal: PASS || FAIL
+test-log/EquivalenceOfLoggingAndTraversal: PASS || CRASH
# We do not yet shrink weak maps after they have been emptied by the GC
-test-weakmaps/Shrinking: FAIL
-test-weaksets/WeakSet_Shrinking: FAIL
+test-weakmaps/Shrinking: CRASH
+test-weaksets/WeakSet_Shrinking: CRASH
# Boot up memory use is bloated in debug mode.
-test-mark-compact/BootUpMemoryUse: PASS, PASS || FAIL if $mode == debug
+test-mark-compact/BootUpMemoryUse: PASS, PASS || CRASH if $mode == debug
# Some CPU profiler tests are flaky.
test-cpu-profiler/*: PASS || FLAKY
« no previous file with comments | « src/platform-win32.cc ('k') | tools/run-deopt-fuzzer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698