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

Unified Diff: tests/isolate/isolate.status

Issue 9346021: Turn off code generation in dartc by default, soon to be static analysis only (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Cosmetic changes Created 8 years, 10 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
Index: tests/isolate/isolate.status
diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
index e2a26b445be1bc79f115b2eb0ea2f04f048f1dfd..a0d95b19a4854058ab4ac0eec1d8e65a36ff2829 100644
--- a/tests/isolate/isolate.status
+++ b/tests/isolate/isolate.status
@@ -10,6 +10,10 @@ Isolate2NegativeTest: Skip # Need to resolve correct behaviour.
[ $component == dartium || $component == vm ]
SerializationTest: Skip # DartC test (uses coreimpl).
+[ $component == dartc ]
+IsolateNegativeTest: Fail # static change with --check-only
+Isolate2NegativeTest: Fail # static change with --check-only
scheglov 2012/02/07 21:38:54 "static change" or "status change"?
zundel 2012/02/07 22:02:01 Oops, I thought I got all those. Done.
+
[ $arch == chromium && $arch == release ]
ConstructorTest: Fail # Bug 5382463
SpawnTest: Fail # Bug 5382463

Powered by Google App Engine
This is Rietveld 408576698