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

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

Issue 8380012: Triaged problems from co19 update into other issues. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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 | « no previous file | no next file » | 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 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698