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 |