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

Unified Diff: tests/corelib/corelib.status

Issue 11664006: Make Map.keys/values Iterables. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Add TODO that map.keys should return a Set. Created 7 years, 12 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 | « tests/corelib/core_runtime_types_test.dart ('k') | tests/corelib/map_keys2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index 8a13a5e08bd08706fdd21a5adb67ec731d6a5ddd..2fa93a15492f9a0552014ca0159d8ac99c567a56 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -67,6 +67,12 @@ compare_to2_test: Fail # inherited from VM
null_test: Fail # inherited from VM
unicode_test: Fail # inherited from VM
-# TODO(ajohnsen): Fix this as part of library changes.
+# Library changes
[ $compiler == none ]
-future_test: Skip # Bug 6890
+future_test: Skip # Bug 6890 .TODO(ajohnsen): Fix this as part of library changes.
+
+[ $compiler == none || $compiler == dart2js || $compiler == dart2dart ]
+map_keys2_test: Fail # Generic types aren't right.
+
+[ $compiler == dart2js ]
+map_values2_test: Fail # Generic types aren't right
« no previous file with comments | « tests/corelib/core_runtime_types_test.dart ('k') | tests/corelib/map_keys2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698