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

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

Issue 641243004: Add VerifiedMemory helper for write-barrier verification. (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 | runtime/vm/verified_memory.h » ('j') | 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 41212)
+++ runtime/tests/vm/vm.status (working copy)
@@ -7,6 +7,12 @@
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.
« no previous file with comments | « no previous file | runtime/vm/verified_memory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698