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

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

Issue 14173003: Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove. (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 26842a8e0eb566f2418a1f3bddb234f4687598e1..350c83cea9adccbfac0d6f54300b2353c660653f 100644
--- a/tests/co19/co19-runtime.status
+++ b/tests/co19/co19-runtime.status
@@ -2,10 +2,30 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
-
[ $runtime == vm ]
Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http://dartbug.com/9597
+# issue xxx - using removed deprecated methods.
floitsch 2013/04/11 15:17:50 ditto.
Anders Johnsen 2013/04/12 09:31:14 Done.
+LibTest/core/List/List.fixedLength_A01_t01: fail
+LibTest/core/List/addAll_A02_t01: fail
+LibTest/core/List/add_A02_t01: fail
+LibTest/core/List/clear_A02_t01: fail
+LibTest/core/List/insertRange_A02_t01: fail
+LibTest/core/List/length_A04_t01: fail
+LibTest/core/List/removeLast_A02_t01: fail
+LibTest/core/List/removeRange_A02_t01: fail
+LibTest/core/Set/isSubsetOf_A01_t01: fail
+LibTest/core/Set/isSubsetOf_A01_t02: fail
+
+[ $runtime == vm && $checked ]
+# issue xxx - using removed deprecated methods.
+LibTest/collection/Queue/Queue.from_A01_t01: fail
+LibTest/collection/Queue/Queue.from_A01_t02: fail
+LibTest/core/List/List.from_A01_t01: fail
+LibTest/core/List/every_A01_t01: fail
+LibTest/core/Match/pattern_A01_t01: fail
+LibTest/core/Match/str_A01_t01: fail
+LibTest/core/RegExp/allMatches_A01_t01: fail
[ $compiler == none && $runtime == vm && $unchecked ]
Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Please triage this failure.

Powered by Google App Engine
This is Rietveld 408576698