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

Unified Diff: runtime/tests/vm/vm.status

Issue 688143002: Fix unintended effects in vm.status. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/tests/vm/vm.status
===================================================================
--- runtime/tests/vm/vm.status (revision 41400)
+++ runtime/tests/vm/vm.status (working copy)
@@ -7,12 +7,6 @@
cc/AllocGeneric_Overflow: Crash
cc/CodeImmutability: Crash
-# Negative tests of VerifiedMemory should crash iff in DEBUG mode.
-# TODO(koda): Improve support for negative tests.
-[ $mode == debug ]
-cc/VerifyImplicit_Crash: Crash
-cc/VerifyExplicit_Crash: Crash
-
cc/SNPrint_BadArgs: Skip
# These tests are skipped because of the workaround to open issue 8594.
@@ -28,6 +22,10 @@
[ $mode == debug ]
# This is a benchmark that is not informative in debug mode.
cc/CorelibIsolateStartup: Skip
+# Negative tests of VerifiedMemory should crash iff in DEBUG mode.
+# TODO(koda): Improve support for negative tests.
+cc/VerifyImplicit_Crash: Crash
+cc/VerifyExplicit_Crash: Crash
# The following section refers to the dart vm tests which live under
# runtime/tests/vm/dart.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698