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

Side by Side Diff: dart/tests/corelib/corelib.status

Issue 11773043: More cuddling dart2js checked mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch 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 | « dart/tests/co19/co19-dart2js.status ('k') | dart/tests/utils/utils.status » ('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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 map_values2_test: Fail # Generic types aren't right 75 map_values2_test: Fail # Generic types aren't right
76 76
77 ## Tests failing after merge of experimental library branch. 77 ## Tests failing after merge of experimental library branch.
78 [ $compiler == dart2js ] 78 [ $compiler == dart2js ]
79 # Tests fail due to bug in generics on constants, issue 6827 79 # Tests fail due to bug in generics on constants, issue 6827
80 iterable_to_list_test: Fail 80 iterable_to_list_test: Fail
81 iterable_to_set_test: Fail 81 iterable_to_set_test: Fail
82 82
83 # Issue 7734. 83 # Issue 7734.
84 string_replace_all_test: Crash 84 string_replace_all_test: Crash
85
86 [ $compiler == dart2js && $checked ]
87 # Issue 7733.
88 apply2_test: Fail
89 apply_test: Fail
90 core_runtime_types_test: Fail
91 linked_hash_map_test: Fail
92 map_from_test: Fail
93 map_keys_test: Fail
94 map_test: Fail
95 map_values_test: Fail
96 queue_test: Fail
97 reg_exp_all_matches_test: Fail
98 set_test: Fail
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-dart2js.status ('k') | dart/tests/utils/utils.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698