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

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

Issue 11867024: Move some core classes to collection library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add forgotten files. Created 7 years, 11 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 | « sdk/lib/io/io.dart ('k') | tests/co19/co19-dart2dart.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-compiler.status
diff --git a/tests/co19/co19-compiler.status b/tests/co19/co19-compiler.status
index 9ab3b3c5708ff105849d1ca25f612f19bee9a722..0caf90c00b65d8bdeb909fc56ce9019efc273fd6 100644
--- a/tests/co19/co19-compiler.status
+++ b/tests/co19/co19-compiler.status
@@ -432,6 +432,55 @@ LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # TODO(ahe): This test is fa
LibTest/isolate/SendPort/call_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
LibTest/math/Random/nextDouble_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
+Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
Lasse Reichstein Nielsen 2013/01/21 08:55:49 Create the error before committing and update with
floitsch 2013/01/21 10:40:11 Done.
+LibTest/core/Expect/setEquals_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Expect/setEquals_A01_t02: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/HashMap/HashMap.from_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/HashMap/HashMap.from_A02_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/HashMap/HashMap_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/HashSet/HashSet.from_A02_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/HashSet/HashSet_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/LinkedHashMap/LinkedHashMap_A02_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/List/List.from_A02_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/List/addAll_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/Queue.from_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/Queue.from_A02_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/Queue_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/addAll_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/addAll_A01_t02: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/addAll_A02_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/addFirst_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/addFirst_A01_t02: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/addLast_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/addLast_A01_t02: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/add_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/add_A01_t02: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/clear_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/every_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/every_A01_t02: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/every_A01_t04: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/every_A01_t05: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/every_A01_t06: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/first_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/first_A02_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/forEach_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/forEach_A01_t02: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/forEach_A01_t05: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/forEach_A01_t04: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/isEmpty_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug.
+
[ $runtime == drt && ($compiler == none || $compiler == frog) ]
*: Skip
« no previous file with comments | « sdk/lib/io/io.dart ('k') | tests/co19/co19-dart2dart.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698