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

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

Issue 746993002: Avoid patching in dart2dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 6 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/corelib/corelib.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 constructor_duplicate_final_test/01: Fail # Issue 13363 6 constructor_duplicate_final_test/01: Fail # Issue 13363
7 constructor_duplicate_final_test/02: Fail # Issue 13363 7 constructor_duplicate_final_test/02: Fail # Issue 13363
8 override_inheritance_mixed_test/08: Fail # Issue 18124 8 override_inheritance_mixed_test/08: Fail # Issue 18124
9 override_inheritance_mixed_test/09: Fail # Issue 18124 9 override_inheritance_mixed_test/09: Fail # Issue 18124
10 bad_constructor_test/05: CompileTimeError # Issue 13669 10 bad_constructor_test/05: CompileTimeError # Issue 13669
(...skipping 22 matching lines...) Expand all
33 mixin_super_constructor_positionals_test/01: Fail # Issue 15101 33 mixin_super_constructor_positionals_test/01: Fail # Issue 15101
34 34
35 ref_before_declaration_test/00: MissingCompileTimeError 35 ref_before_declaration_test/00: MissingCompileTimeError
36 ref_before_declaration_test/01: MissingCompileTimeError 36 ref_before_declaration_test/01: MissingCompileTimeError
37 ref_before_declaration_test/02: MissingCompileTimeError 37 ref_before_declaration_test/02: MissingCompileTimeError
38 ref_before_declaration_test/03: MissingCompileTimeError 38 ref_before_declaration_test/03: MissingCompileTimeError
39 ref_before_declaration_test/04: MissingCompileTimeError 39 ref_before_declaration_test/04: MissingCompileTimeError
40 ref_before_declaration_test/05: MissingCompileTimeError 40 ref_before_declaration_test/05: MissingCompileTimeError
41 ref_before_declaration_test/06: MissingCompileTimeError 41 ref_before_declaration_test/06: MissingCompileTimeError
42 42
43 external_test/10: Fail
44 external_test/20: Fail
45
46 enum_syntax_test/01: Fail # Issue 21648 43 enum_syntax_test/01: Fail # Issue 21648
47 44
48 45
49 # VM specific tests that should not be run by dart2js. 46 # VM specific tests that should not be run by dart2js.
50 vm/*: Skip # Issue 12699 47 vm/*: Skip # Issue 12699
51 48
52 [ $compiler == dart2js && $checked ] 49 [ $compiler == dart2js && $checked ]
53 type_variable_bounds_test/02: Fail # Issue 12702 50 type_variable_bounds_test/02: Fail # Issue 12702
54 type_variable_bounds2_test/01: Fail # Issue 12702 51 type_variable_bounds2_test/01: Fail # Issue 12702
55 type_variable_bounds2_test/04: Fail # Issue 12702 52 type_variable_bounds2_test/04: Fail # Issue 12702
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 generic_closure_test: RuntimeError # Issue 12605 138 generic_closure_test: RuntimeError # Issue 12605
142 const_switch_test/02: RuntimeError # Issue 17960 139 const_switch_test/02: RuntimeError # Issue 17960
143 const_switch_test/04: RuntimeError # Issue 17960 140 const_switch_test/04: RuntimeError # Issue 17960
144 141
145 deferred_constant_list_test: RuntimeError # Issue 21293 142 deferred_constant_list_test: RuntimeError # Issue 21293
146 143
147 # Compilation errors. 144 # Compilation errors.
148 const_var_test: CompileTimeError # Issue 12793 145 const_var_test: CompileTimeError # Issue 12793
149 map_literal3_test: CompileTimeError # Issue 12793 146 map_literal3_test: CompileTimeError # Issue 12793
150 method_override5_test: RuntimeError # Issue 12809 147 method_override5_test: RuntimeError # Issue 12809
148 external_test/10: CompileTimeError # Issue 12887
151 external_test/13: CompileTimeError # Issue 12887 149 external_test/13: CompileTimeError # Issue 12887
150 external_test/20: CompileTimeError # Issue 12887
152 list_literal4_test: RuntimeError # Issue 12890 151 list_literal4_test: RuntimeError # Issue 12890
153 built_in_identifier_test/01: CompileTimeError # Issue 13022 152 built_in_identifier_test/01: CompileTimeError # Issue 13022
154 153
155 scope_variable_test/01: MissingCompileTimeError # Issue 13016 154 scope_variable_test/01: MissingCompileTimeError # Issue 13016
156 155
157 numbers_test: RuntimeError, OK # Issue 1533 156 numbers_test: RuntimeError, OK # Issue 1533
158 canonical_const2_test: RuntimeError, OK # Issue 1533 157 canonical_const2_test: RuntimeError, OK # Issue 1533
159 bit_operations_test: RuntimeError, OK # Issue 1533 158 bit_operations_test: RuntimeError, OK # Issue 1533
160 expect_test: RuntimeError, OK # Issue 13080 159 expect_test: RuntimeError, OK # Issue 13080
161 160
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 212
214 constructor_named_arguments_test/01: Fail # Issue 5519 213 constructor_named_arguments_test/01: Fail # Issue 5519
215 not_enough_positional_arguments_test/01: Fail # Issue 12839 214 not_enough_positional_arguments_test/01: Fail # Issue 12839
216 not_enough_positional_arguments_test/02: Fail # Issue 12839 215 not_enough_positional_arguments_test/02: Fail # Issue 12839
217 not_enough_positional_arguments_test/05: Fail # Issue 12839 216 not_enough_positional_arguments_test/05: Fail # Issue 12839
218 217
219 metadata_test: Fail # Issue 12762 218 metadata_test: Fail # Issue 12762
220 const_evaluation_test/01: Fail # Issue 12762 219 const_evaluation_test/01: Fail # Issue 12762
221 const_var_test: CompileTimeError # Issue 12794 220 const_var_test: CompileTimeError # Issue 12794
222 map_literal3_test: Fail # Issue 12794 221 map_literal3_test: Fail # Issue 12794
223 external_test/13: Fail # Issue 12888
224 built_in_identifier_test/01: Fail # Issue 13022 222 built_in_identifier_test/01: Fail # Issue 13022
225 method_override4_test: Fail # Issue 12810 223 method_override4_test: Fail # Issue 12810
226 method_override5_test: Fail # Issue 12810 224 method_override5_test: Fail # Issue 12810
227 scope_variable_test/01: Fail # Issue 13016 225 scope_variable_test/01: Fail # Issue 13016
228 factory_redirection_test/01: Fail # Issue 12753 226 factory_redirection_test/01: Fail # Issue 12753
229 227
230 # DartVM problem. 228 # DartVM problem.
231 constructor5_test: Fail 229 constructor5_test: Fail
232 constructor6_test: Fail 230 constructor6_test: Fail
233 closure_in_initializer_test: Fail 231 closure_in_initializer_test: Fail
234 232
235 # Minified mode failures. 233 # Minified mode failures.
236 234
237 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. 235 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
238 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. 236 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
239 237
240 deferred*: skip # Issue 17523 238 deferred*: skip # Issue 17523
241 cha_deopt1_test: skip # Issue 17523 239 cha_deopt1_test: skip # Issue 17523
242 cha_deopt2_test: skip # Issue 17523 240 cha_deopt2_test: skip # Issue 17523
243 cha_deopt3_test: skip # Issue 17523 241 cha_deopt3_test: skip # Issue 17523
244 242
243 external_test/21: MissingCompileTimeError # Issue 12888
244 external_test/24: MissingCompileTimeError # Issue 12888
245
246 function_propagation_test: RuntimeError # Issue 21673
247 function_subtype_call0_test: RuntimeError # Issue 21673
248 function_subtype_call1_test: RuntimeError # Issue 21673
249 function_subtype_call2_test: RuntimeError # Issue 21673
250
245 [ $compiler == dart2dart && $minified ] 251 [ $compiler == dart2dart && $minified ]
246 cyclic_type_test/0*: Fail # Issue 12605. 252 cyclic_type_test/0*: Fail # Issue 12605.
247 cyclic_type2_test: Fail # Issue 12605. 253 cyclic_type2_test: Fail # Issue 12605.
248 super_getter_setter_test: Fail # Issue 11065. 254 super_getter_setter_test: Fail # Issue 11065.
249 f_bounded_quantification4_test: Fail # Issue 12605. 255 f_bounded_quantification4_test: Fail # Issue 12605.
250 f_bounded_quantification5_test: Fail # Issue 12605. 256 f_bounded_quantification5_test: Fail # Issue 12605.
251 type_variable_typedef_test: Fail # Issue 11467 257 type_variable_typedef_test: Fail # Issue 11467
252 258
253 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 259 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
254 super_call4_test: Fail, OK # hardcoded names. 260 super_call4_test: Fail, OK # hardcoded names.
255 261
256 [ $minified ] 262 [ $minified ]
257 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 263 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
258 264
259 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 265 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
260 *deferred*: Skip # Issue 17458 266 *deferred*: Skip # Issue 17458
261 cha_deopt*: Skip # Issue 17458 267 cha_deopt*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698