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

Unified Diff: tests/language/language.status

Issue 8469020: Dartium debug mode runs with VM in release mode. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month 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: tests/language/language.status
===================================================================
--- tests/language/language.status (revision 1434)
+++ tests/language/language.status (working copy)
@@ -56,11 +56,11 @@
*FrogNegativeTest: Skip
-[ ($component == vm || $component == dartium) && $mode == debug ]
+[ $component == vm && $mode == debug ]
NonParameterizedFactoryTest: Crash # Issue 226
FactoryNegativeTest: Crash # Issue 417
-[ ($component == vm || $component == dartium) && $mode == release ]
+[ $component == vm && $mode == release ]
FactoryNegativeTest: Fail # Issue 417
# Problems specific to dartc optimized mode
@@ -192,6 +192,7 @@
UnboundGetterTest: Fail
Private2Test: Fail
Private3Test: Fail
+FactoryNegativeTest: Fail # Issue 417
TypedMessageTest: Fail # Bug 5246195
« 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