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

Unified Diff: tests/corelib/corelib.status

Issue 59463004: Fix the generic type of Map.values for map literals. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file. Created 7 years, 1 month 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 | « sdk/lib/_internal/lib/js_helper.dart ('k') | tests/corelib/map_values3_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 3529c868efbe6ac44e891892b3dbd7f171d56618..ae99e1c899e6d2424f1551ee184afc49058c9758 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -107,8 +107,8 @@ list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
compare_to2_test: Fail # inherited from VM
unicode_test: Fail # inherited from VM
-[ $compiler == dart2js ]
-map_values2_test: RuntimeError, OK # Uses IterableBase.map, which loses the second type argument.
+[ $compiler == dart2js && $unchecked ]
+map_values4_test: RuntimeError # Issue: 14837
karlklose 2013/11/06 14:14:52 I have a CL that fixes this bug.
floitsch 2013/11/06 20:57:26 Ok. I will land this CL before yours. Don't forget
[ $compiler == dart2dart && $minified ]
error_stack_trace1_test: Fail # Fails in minified mode, test depends on method names.
« no previous file with comments | « sdk/lib/_internal/lib/js_helper.dart ('k') | tests/corelib/map_values3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698