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

Side by Side 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, 11 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 reg_exp_unicode_2_test: Fail # Bug 6592 5 reg_exp_unicode_2_test: Fail # Bug 6592
6 6
7 [ $compiler == none ] 7 [ $compiler == none ]
8 unicode_test: Fail # Bug 6706 8 unicode_test: Fail # Bug 6706
9 *dartc_test: Skip 9 *dartc_test: Skip
10 compare_to2_test: Fail # Bug 4018 10 compare_to2_test: Fail # Bug 4018
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 [ $compiler == dart2js && $runtime == ie9 ] 60 [ $compiler == dart2js && $runtime == ie9 ]
61 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? 61 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out?
62 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out? 62 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out?
63 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? 63 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
64 64
65 [ $compiler == dart2dart ] 65 [ $compiler == dart2dart ]
66 compare_to2_test: Fail # inherited from VM 66 compare_to2_test: Fail # inherited from VM
67 null_test: Fail # inherited from VM 67 null_test: Fail # inherited from VM
68 unicode_test: Fail # inherited from VM 68 unicode_test: Fail # inherited from VM
69 69
70 # TODO(ajohnsen): Fix this as part of library changes. 70 # Library changes
71 [ $compiler == none ] 71 [ $compiler == none ]
72 future_test: Skip # Bug 6890 72 future_test: Skip # Bug 6890 .TODO(ajohnsen): Fix this as part of library change s.
73
74 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ]
75 map_keys2_test: Fail # Generic types aren't right.
76
77 [ $compiler == dart2js ]
78 map_values2_test: Fail # Generic types aren't right
OLDNEW
« 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