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

Unified Diff: tests/co19/co19-runtime.status

Issue 14135005: Fix 'collection' tests and co19 dartc/dart2js status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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/co19/co19-runtime.status
diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
index 1f11f57de023e2224820dec3131c6555f7be54bf..a6aeb582ae6462036d33fbf80017ad593cf185b8 100644
--- a/tests/co19/co19-runtime.status
+++ b/tests/co19/co19-runtime.status
@@ -5,6 +5,7 @@
[ $runtime == vm ]
Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http://dartbug.com/9597
+[ $compiler == none && $runtime == vm ]
floitsch 2013/04/12 10:22:13 Move it the section where these things already hap
Anders Johnsen 2013/04/12 10:27:31 Done.
LibTest/core/List/List.fixedLength_A01_t01: fail # Issue 400
LibTest/core/List/addAll_A02_t01: fail # Issue 400
LibTest/core/List/add_A02_t01: fail # Issue 400
@@ -16,7 +17,7 @@ LibTest/core/List/removeRange_A02_t01: fail # Issue 400
LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400
LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400
-[ $runtime == vm && $checked ]
+[ $compile == none && $runtime == vm && $checked ]
LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400
LibTest/collection/Queue/Queue.from_A01_t02: fail # Issue 400
LibTest/core/List/List.from_A01_t01: fail # Issue 400

Powered by Google App Engine
This is Rietveld 408576698