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

Side by Side Diff: tests/language/language_dart2js.status

Issue 796363003: dart2js: accept const map literals as expression statements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment. Created 6 years 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') | no next file » | 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 == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 symbol_literal_test/*: Fail # Issue 21825 6 symbol_literal_test/*: Fail # Issue 21825
7 constructor_duplicate_final_test/01: Fail # Issue 13363 7 constructor_duplicate_final_test/01: Fail # Issue 13363
8 constructor_duplicate_final_test/02: Fail # Issue 13363 8 constructor_duplicate_final_test/02: Fail # Issue 13363
9 override_inheritance_mixed_test/08: Fail # Issue 18124 9 override_inheritance_mixed_test/08: Fail # Issue 18124
10 override_inheritance_mixed_test/09: Fail # Issue 18124 10 override_inheritance_mixed_test/09: Fail # Issue 18124
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 modulo_test: RuntimeError # Issue 15246 136 modulo_test: RuntimeError # Issue 15246
137 truncdiv_test: RuntimeError # Issue 15246 137 truncdiv_test: RuntimeError # Issue 15246
138 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). 138 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval).
139 generic_closure_test: RuntimeError # Issue 12605 139 generic_closure_test: RuntimeError # Issue 12605
140 const_switch_test/02: RuntimeError # Issue 17960 140 const_switch_test/02: RuntimeError # Issue 17960
141 const_switch_test/04: RuntimeError # Issue 17960 141 const_switch_test/04: RuntimeError # Issue 17960
142 142
143 enum_const_test: RuntimeError # Issue 21817 143 enum_const_test: RuntimeError # Issue 21817
144 144
145 # Compilation errors. 145 # Compilation errors.
146 const_var_test: CompileTimeError # Issue 12793
147 map_literal3_test: CompileTimeError # Issue 12793
148 method_override5_test: RuntimeError # Issue 12809 146 method_override5_test: RuntimeError # Issue 12809
149 external_test/10: CompileTimeError # Issue 12887 147 external_test/10: CompileTimeError # Issue 12887
150 external_test/13: CompileTimeError # Issue 12887 148 external_test/13: CompileTimeError # Issue 12887
151 external_test/20: CompileTimeError # Issue 12887 149 external_test/20: CompileTimeError # Issue 12887
152 list_literal4_test: RuntimeError # Issue 12890 150 list_literal4_test: RuntimeError # Issue 12890
153 built_in_identifier_test/01: CompileTimeError # Issue 13022 151 built_in_identifier_test/01: CompileTimeError # Issue 13022
154 152
155 scope_variable_test/01: MissingCompileTimeError # Issue 13016 153 scope_variable_test/01: MissingCompileTimeError # Issue 13016
156 154
157 numbers_test: RuntimeError, OK # Issue 1533 155 numbers_test: RuntimeError, OK # Issue 1533
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 bad_override_test/01: Fail # Issue 11496 214 bad_override_test/01: Fail # Issue 11496
217 bad_override_test/02: Fail # Issue 11496 215 bad_override_test/02: Fail # Issue 11496
218 216
219 constructor_named_arguments_test/01: Fail # Issue 5519 217 constructor_named_arguments_test/01: Fail # Issue 5519
220 not_enough_positional_arguments_test/01: Fail # Issue 12839 218 not_enough_positional_arguments_test/01: Fail # Issue 12839
221 not_enough_positional_arguments_test/02: Fail # Issue 12839 219 not_enough_positional_arguments_test/02: Fail # Issue 12839
222 not_enough_positional_arguments_test/05: Fail # Issue 12839 220 not_enough_positional_arguments_test/05: Fail # Issue 12839
223 221
224 metadata_test: Fail # Issue 12762 222 metadata_test: Fail # Issue 12762
225 const_evaluation_test/01: Fail # Issue 12762 223 const_evaluation_test/01: Fail # Issue 12762
226 const_var_test: CompileTimeError # Issue 12794
227 map_literal3_test: Fail # Issue 12794
228 built_in_identifier_test/01: Fail # Issue 13022 224 built_in_identifier_test/01: Fail # Issue 13022
229 method_override4_test: Fail # Issue 12810 225 method_override4_test: Fail # Issue 12810
230 method_override5_test: Fail # Issue 12810 226 method_override5_test: Fail # Issue 12810
231 scope_variable_test/01: Fail # Issue 13016 227 scope_variable_test/01: Fail # Issue 13016
232 factory_redirection_test/01: Fail # Issue 12753 228 factory_redirection_test/01: Fail # Issue 12753
233 229
234 # DartVM problem. 230 # DartVM problem.
235 constructor5_test: Fail 231 constructor5_test: Fail
236 constructor6_test: Fail 232 constructor6_test: Fail
237 closure_in_initializer_test: Fail 233 closure_in_initializer_test: Fail
(...skipping 25 matching lines...) Expand all
263 259
264 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 260 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
265 super_call4_test: Fail, OK # hardcoded names. 261 super_call4_test: Fail, OK # hardcoded names.
266 262
267 [ $minified ] 263 [ $minified ]
268 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 264 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
269 265
270 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 266 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
271 *deferred*: Skip # Issue 17458 267 *deferred*: Skip # Issue 17458
272 cha_deopt*: Skip # Issue 17458 268 cha_deopt*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698