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

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

Issue 56553004: Reapply "Set runtime type on list and map literals." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix missing type registration and a type error. 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/language/language_dart2js.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 [ $compiler == dart2dart] 5 [ $compiler == dart2dart]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_default_value_test: Skip 7 bool_from_environment_default_value_test: Skip
8 bool_from_environment_test: Skip 8 bool_from_environment_test: Skip
9 int_from_environment2_test: Skip 9 int_from_environment2_test: Skip
10 int_from_environment3_test: Skip 10 int_from_environment3_test: Skip
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 102 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
103 103
104 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ] 104 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ]
105 105
106 [ $compiler == dart2dart ] 106 [ $compiler == dart2dart ]
107 compare_to2_test: Fail # inherited from VM 107 compare_to2_test: Fail # inherited from VM
108 unicode_test: Fail # inherited from VM 108 unicode_test: Fail # inherited from VM
109 109
110 [ $compiler == dart2js ] 110 [ $compiler == dart2js ]
111 map_values2_test: RuntimeError # Issue 8210 111 map_values2_test: RuntimeError # Issue 8210
112 iterable_to_list_test: RuntimeError # Issue 8210
113 iterable_to_set_test: RuntimeError # Issue 8210
114 112
115 [ $compiler == dart2dart && $minified ] 113 [ $compiler == dart2dart && $minified ]
116 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames. 114 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames.
117 115
118 [ $compiler == dartanalyzer ] 116 [ $compiler == dartanalyzer ]
119 symbol_test/02: Fail 117 symbol_test/02: Fail
120 symbol_test/03: Fail 118 symbol_test/03: Fail
121 int_parse_radix_test: fail 119 int_parse_radix_test: fail
122 list_insert_test: fail 120 list_insert_test: fail
123 list_removeat_test: fail 121 list_removeat_test: fail
(...skipping 21 matching lines...) Expand all
145 143
146 [ $arch == simmips && $mode == debug ] 144 [ $arch == simmips && $mode == debug ]
147 collection_to_string_test: Pass, Crash # Issue: 11207 145 collection_to_string_test: Pass, Crash # Issue: 11207
148 146
149 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 147 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
150 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. 148 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
151 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 149 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
152 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 150 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
153 queue_test: StaticWarning # Issue 12274. 151 queue_test: StaticWarning # Issue 12274.
154 string_test: StaticWarning, OK # Test generates error on purpose. 152 string_test: StaticWarning, OK # Test generates error on purpose.
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698