Index: tests/co19/co19-compiler.status |
diff --git a/tests/co19/co19-compiler.status b/tests/co19/co19-compiler.status |
index 9c9bc363ac323fea2054f9edbbfa733ff7750dd0..fb7f972c8461c03a33df66f552e5c77e27276125 100644 |
--- a/tests/co19/co19-compiler.status |
+++ b/tests/co19/co19-compiler.status |
@@ -8,20 +8,20 @@ prefix co19 |
# Problems specific to compiler in release build (--optimize) |
# |
[ $arch == dartc && $mode == release ] |
+ |
+# OK to fail - the optimized code doesn't execute correctly after type errors |
+LibTest/core/List/List/List/A01/t04: Fail |
+ |
+# Faiures we should fix |
+LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t01: Fail # Issue 218 |
+LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail # Issue 218 |
+LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t09: Fail # Issue 202 |
LibTest/core/Set/add/Set/add/A01/t05: Fail # Bug 5392511 |
LibTest/core/Set/addAll/Set/addAll/A01/t05: Fail # Bug 5392511 |
LibTest/core/Set/contains/Set/contains/A01/t04: Fail # Bug 5392511 |
LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Fail # Bug 5392511 |
-LibTest/core/Set/remove/Set/remove/A01/t05: Fail # Bug 5392511 |
- |
-LibTest/core/List/List/List/A01/t04: Skip |
-LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t09: Skip |
-LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t01: Skip |
-LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Skip |
-LibTest/core/Set/remove/Set/remove/A01/t05: Skip |
-LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t04: Skip |
-LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t02: Skip |
- |
+LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t04: Fail # Issue 219 |
+LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t02: Fail # Issue 219 |
# |
# Tests that pass in release mode but fail in debug mode |