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

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

Issue 11228049: Some co19 tests do nothing in checked mode and therefore cannot fail. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 39540cc8315b1c69e1da2bfc2fd8255feb06d6e4..54e842fb082eb32df77b4005d77171408be74a64 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -142,10 +142,6 @@ LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19
LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272
LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fail # co19 issue 272
-LibTest/core/List/filter_A03_t01: Fail, OK # co19 issue 274
-LibTest/core/List/some_A03_t01: Fail, OK # co19 issue 274
-LibTest/core/List/forEach_A02_t01: Fail, OK # co19 issue 274
-LibTest/core/List/every_A03_t01: Fail, OK # co19 issue 274
LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 274
LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 274
LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 274
@@ -159,6 +155,11 @@ LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 274
Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure.
Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(ahe): Please triage this failure.
+# These tests do noting in checked mode, and therefore cannot fail.
+LibTest/core/List/filter_A03_t01: Fail, OK # co19 issue 274
+LibTest/core/List/some_A03_t01: Fail, OK # co19 issue 274
+LibTest/core/List/forEach_A02_t01: Fail, OK # co19 issue 274
+LibTest/core/List/every_A03_t01: Fail, OK # co19 issue 274
[ $compiler == dart2js && $checked ]
Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348
« 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