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

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

Issue 12570014: Update analyzer co19 expectations for Set methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 1d80b3943ba421a68d80794f984c4449ba415e3f..c7ca410176dd9669fdb89289f390901af4f63498 100644
--- a/tests/co19/co19-compiler.status
+++ b/tests/co19/co19-compiler.status
@@ -106,6 +106,19 @@ LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F
LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: Fail # co19 issue 372 (@static-clean where type warnings are expected)
+LibTest/core/Set/add_A01_t06: Fail # issue 390
+LibTest/core/Set/containsAll_A01_t01: Fail # issue 390
+LibTest/core/Set/containsAll_A01_t02: Fail # issue 390
+LibTest/core/Set/every_A01_t01: Fail # issue 390
+LibTest/core/Set/every_A01_t03: Fail # issue 390
+LibTest/core/Set/forEach_A01_t05: Fail # issue 390
+LibTest/core/Set/intersection_A01_t01: Fail # issue 390
+LibTest/core/Set/intersection_A01_t02: Pass # issue 390
floitsch 2013/03/13 14:02:54 Don't keep "pass" lines.
+LibTest/core/Set/isSubsetOf_A01_t01: Fail # issue 390
+LibTest/core/Set/isSubsetOf_A01_t02: Fail # issue 390
+LibTest/core/Set/removeAll_A01_t01: Fail # issue 390
+LibTest/core/Set/remove_A01_t01: Fail # issue 390
+LibTest/core/Set/remove_A01_t03: Fail # issue 390
Language/11_Expressions/30_Identifier_Reference_A01_t08: Skip # testing framework or VM issue 7388 (dies on Turkish character)
« 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