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

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

Issue 3008573002: Migrate test block 113 to Dart 2.0. (Closed)
Patch Set: Created 3 years, 3 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
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 # VM specific tests that should not be run by dart2js. 5 # VM specific tests that should not be run by dart2js.
6 [ $compiler == dart2js ] 6 [ $compiler == dart2js ]
7 vm/*: Skip # Issue 12699 7 vm/*: Skip # Issue 12699
8 8
9 [ $compiler == dart2js && ! $dart2js_with_kernel ] 9 [ $compiler == dart2js && ! $dart2js_with_kernel ]
10 enum_test: Fail # Issue 28340 10 enum_test: Fail # Issue 28340
(...skipping 18 matching lines...) Expand all
29 29
30 # The following tests are supposed to fail. 30 # The following tests are supposed to fail.
31 # In testing-mode, dart2js supports all dart:X libraries (because it 31 # In testing-mode, dart2js supports all dart:X libraries (because it
32 # uses '--categories=all'). 32 # uses '--categories=all').
33 library_env_test/has_no_html_support: RuntimeError, OK 33 library_env_test/has_no_html_support: RuntimeError, OK
34 library_env_test/has_no_io_support: RuntimeError, OK 34 library_env_test/has_no_io_support: RuntimeError, OK
35 library_env_test/has_no_mirror_support: RuntimeError, OK 35 library_env_test/has_no_mirror_support: RuntimeError, OK
36 36
37 duplicate_part_test/01: MissingCompileTimeError # Issue 27517 37 duplicate_part_test/01: MissingCompileTimeError # Issue 27517
38 38
39 generic_function_typedef2_test/00: Crash # Issue 28214
40 generic_function_typedef2_test/01: Crash # Issue 28214
41 generic_function_typedef2_test/02: Crash # Issue 28214
42 generic_function_typedef2_test/03: Crash # Issue 28214
43 generic_function_typedef2_test/05: Crash # Issue 28214
44 generic_function_typedef2_test/06: Crash # Issue 28214
45 39
46 stacktrace_demangle_ctors_test: Fail # dart2js stack traces are not always compl iant. 40 stacktrace_demangle_ctors_test: Fail # dart2js stack traces are not always compl iant.
47 41
48 generalized_void_syntax_test: CompileTimeError # Issue #30176.
49 syntax_test/none: CompileTimeError # Issue #30176. 42 syntax_test/none: CompileTimeError # Issue #30176.
50 43
51 [ $compiler == dart2js && $fast_startup && ! $dart2js_with_kernel ] 44 [ $compiler == dart2js && $fast_startup && ! $dart2js_with_kernel ]
52 const_evaluation_test/*: Fail # mirrors not supported 45 const_evaluation_test/*: Fail # mirrors not supported
53 deferred_constraints_constants_test/none: Fail # mirrors not supported 46 deferred_constraints_constants_test/none: Fail # mirrors not supported
54 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup ported 47 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup ported
55 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th e wrong reason 48 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th e wrong reason
56 enum_mirror_test: Fail # mirrors not supported 49 enum_mirror_test: Fail # mirrors not supported
57 field_increment_bailout_test: Fail # mirrors not supported 50 field_increment_bailout_test: Fail # mirrors not supported
58 instance_creation_in_function_annotation_test: Fail # mirrors not supported 51 instance_creation_in_function_annotation_test: Fail # mirrors not supported
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 174
182 [ $compiler == dart2js && ! $checked && $enable_asserts && ! $dart2js_with_kerne l ] 175 [ $compiler == dart2js && ! $checked && $enable_asserts && ! $dart2js_with_kerne l ]
183 176
184 [ $compiler == dart2js && ! $checked && $minified && ! $dart2js_with_kernel ] 177 [ $compiler == dart2js && ! $checked && $minified && ! $dart2js_with_kernel ]
185 f_bounded_quantification5_test: Fail, OK # Issue 12605 178 f_bounded_quantification5_test: Fail, OK # Issue 12605
186 179
187 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] 180 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ]
188 cyclic_type_test/0*: Fail # Issue 12605 181 cyclic_type_test/0*: Fail # Issue 12605
189 cyclic_type2_test: Fail # Issue 12605 182 cyclic_type2_test: Fail # Issue 12605
190 f_bounded_quantification4_test: Fail, Pass # Issue 12605 183 f_bounded_quantification4_test: Fail, Pass # Issue 12605
191 generic_closure_test: Fail # Issue 12605
192 mixin_generic_test: Fail # Issue 12605 184 mixin_generic_test: Fail # Issue 12605
193 mixin_mixin2_test: Fail # Issue 12605 185 mixin_mixin2_test: Fail # Issue 12605
194 mixin_mixin3_test: Fail # Issue 12605 186 mixin_mixin3_test: Fail # Issue 12605
195 mixin_mixin4_test: Fail # Issue 12605 187 mixin_mixin4_test: Fail # Issue 12605
196 mixin_mixin5_test: Fail # Issue 12605 188 mixin_mixin5_test: Fail # Issue 12605
197 mixin_mixin6_test: Fail # Issue 12605 189 mixin_mixin6_test: Fail # Issue 12605
198 mixin_mixin_bound_test: RuntimeError # Issue 12605 190 mixin_mixin_bound_test: RuntimeError # Issue 12605
199 mixin_mixin_bound2_test: RuntimeError # Issue 12605 191 mixin_mixin_bound2_test: RuntimeError # Issue 12605
200 symbol_conflict_test: RuntimeError # Issue 23857 192 symbol_conflict_test: RuntimeError # Issue 23857
201 193
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85 .10.17.1)) 250 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85 .10.17.1))
259 251
260 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 252 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
261 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. 253 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage.
262 254
263 [ $minified && ! $dart2js_with_kernel ] 255 [ $minified && ! $dart2js_with_kernel ]
264 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 256 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
265 regress_21795_test: RuntimeError # Issue 12605 257 regress_21795_test: RuntimeError # Issue 12605
266 258
267 [ $compiler == dart2js && ! $dart2js_with_kernel ] 259 [ $compiler == dart2js && ! $dart2js_with_kernel ]
268 generic_field_mixin4_test: Crash # Issue 18651
269 generic_field_mixin5_test: Crash # Issue 18651
270 method_override5_test: RuntimeError # Issue 12809 260 method_override5_test: RuntimeError # Issue 12809
271 261
272 [ $compiler == dart2js && $runtime != drt ] 262 [ $compiler == dart2js && $runtime != drt ]
273 issue23244_test: RuntimeError # 23244 263 issue23244_test: RuntimeError # 23244
274 264
275 [ $compiler == dart2js && $host_checked && ! $dart2js_with_kernel ] 265 [ $compiler == dart2js && $host_checked && ! $dart2js_with_kernel ]
276 regress_26855_test/1: Crash # Issue 26867 266 regress_26855_test/1: Crash # Issue 26867
277 regress_26855_test/2: Crash # Issue 26867 267 regress_26855_test/2: Crash # Issue 26867
278 regress_26855_test/3: Crash # Issue 26867 268 regress_26855_test/3: Crash # Issue 26867
279 regress_26855_test/4: Crash # Issue 26867 269 regress_26855_test/4: Crash # Issue 26867
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 deferred_constraints_type_annotation_test/as_operation: Crash # Issue 27394 302 deferred_constraints_type_annotation_test/as_operation: Crash # Issue 27394
313 deferred_inheritance_constraints_test/mixin: Crash # Issue 27394 303 deferred_inheritance_constraints_test/mixin: Crash # Issue 27394
314 deferred_load_constants_test/none: RuntimeError # Issue 27394 304 deferred_load_constants_test/none: RuntimeError # Issue 27394
315 deferred_super_dependency_test/01: Crash # Issue 27394 305 deferred_super_dependency_test/01: Crash # Issue 27394
316 enum_mirror_test: Crash # Issue 27394 306 enum_mirror_test: Crash # Issue 27394
317 export_ambiguous_main_negative_test: Crash # Issue 27394 307 export_ambiguous_main_negative_test: Crash # Issue 27394
318 final_for_in_variable_test/01: MissingRuntimeError # Issue 27394 308 final_for_in_variable_test/01: MissingRuntimeError # Issue 27394
319 final_param_test/01: MissingRuntimeError # Issue 27394 309 final_param_test/01: MissingRuntimeError # Issue 27394
320 final_variable_assignment_test/01: MissingRuntimeError # Issue 27394 310 final_variable_assignment_test/01: MissingRuntimeError # Issue 27394
321 first_class_types_constants_test: RuntimeError # Issue 27394 311 first_class_types_constants_test: RuntimeError # Issue 27394
322 generic_field_mixin2_test: Crash # Issue 27394
323 generic_field_mixin3_test: Crash # Issue 27394
324 generic_field_mixin6_test/01: Crash # Issue 27394
325 generic_field_mixin_test: Crash # Issue 27394
326 if_null_assignment_behavior_test/06: RuntimeError # Issue 27394 312 if_null_assignment_behavior_test/06: RuntimeError # Issue 27394
327 if_null_assignment_static_test/01: RuntimeError # Issue 27394 313 if_null_assignment_static_test/01: RuntimeError # Issue 27394
328 if_null_assignment_static_test/03: RuntimeError # Issue 27394 314 if_null_assignment_static_test/03: RuntimeError # Issue 27394
329 if_null_assignment_static_test/04: RuntimeError # Issue 27394 315 if_null_assignment_static_test/04: RuntimeError # Issue 27394
330 if_null_assignment_static_test/05: RuntimeError # Issue 27394 316 if_null_assignment_static_test/05: RuntimeError # Issue 27394
331 illegal_initializer_test/01: Crash # Issue 27394 317 illegal_initializer_test/01: Crash # Issue 27394
332 illegal_initializer_test/02: Crash # Issue 27394 318 illegal_initializer_test/02: Crash # Issue 27394
333 illegal_initializer_test/03: Crash # Issue 27394 319 illegal_initializer_test/03: Crash # Issue 27394
334 illegal_initializer_test/04: Crash # Issue 27394 320 illegal_initializer_test/04: Crash # Issue 27394
335 inference_mixin_field_test: Crash # Issue 27394 321 inference_mixin_field_test: Crash # Issue 27394
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 super_operator_index_test/04: Crash # Issue 27394 418 super_operator_index_test/04: Crash # Issue 27394
433 super_operator_index_test/05: Crash # Issue 27394 419 super_operator_index_test/05: Crash # Issue 27394
434 super_operator_index_test/06: Crash # Issue 27394 420 super_operator_index_test/06: Crash # Issue 27394
435 super_operator_index_test/07: Crash # Issue 27394 421 super_operator_index_test/07: Crash # Issue 27394
436 super_operator_test: Crash # Issue 27394 422 super_operator_test: Crash # Issue 27394
437 super_setter_interceptor_test: RuntimeError # Issue 27394 423 super_setter_interceptor_test: RuntimeError # Issue 27394
438 this_conditional_operator_test/01: Crash # Issue 27394 424 this_conditional_operator_test/01: Crash # Issue 27394
439 try_catch_syntax_test/13: Crash # Issue 27394 425 try_catch_syntax_test/13: Crash # Issue 27394
440 try_catch_syntax_test/14: Crash # Issue 27394 426 try_catch_syntax_test/14: Crash # Issue 27394
441 try_catch_syntax_test/15: Crash # Issue 27394 427 try_catch_syntax_test/15: Crash # Issue 27394
442 generalized_void_syntax_test: Crash # Issue #30176
443 syntax_test/none: Crash # Issue #30176. 428 syntax_test/none: Crash # Issue #30176.
444 429
445 # Note: there are two flags to test dart2js with kernel: 430 # Note: there are two flags to test dart2js with kernel:
446 # - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part o f the 431 # - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part o f the
447 # compiler. This flag will be deleted soon 432 # compiler. This flag will be deleted soon
448 # - dart2js_with_kernel: tests the entire pipeline with kernel. 433 # - dart2js_with_kernel: tests the entire pipeline with kernel.
449 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da rt2js_with_kernel ] 434 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da rt2js_with_kernel ]
450 abstract_beats_arguments2_test/01: RuntimeError # Issue 27394 435 abstract_beats_arguments2_test/01: RuntimeError # Issue 27394
451 final_super_field_set_test/01: RuntimeError # Issue 27394 436 final_super_field_set_test/01: RuntimeError # Issue 27394
452 generic_function_typedef_test: Crash # Issue 27394
453 getter_setter_in_lib_test: Crash # Issue 27394 437 getter_setter_in_lib_test: Crash # Issue 27394
454 438
455 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && ! $dar t2js_with_kernel ] 439 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && ! $dar t2js_with_kernel ]
456 conditional_method_invocation_test/02: Crash # Issue 27394 440 conditional_method_invocation_test/02: Crash # Issue 27394
457 conditional_method_invocation_test/04: Crash # Issue 27394 441 conditional_method_invocation_test/04: Crash # Issue 27394
458 conditional_method_invocation_test/06: Crash # Issue 27394 442 conditional_method_invocation_test/06: Crash # Issue 27394
459 const_types_test/23: Crash # Issue 27394 443 const_types_test/23: Crash # Issue 27394
460 const_types_test/24: Crash # Issue 27394 444 const_types_test/24: Crash # Issue 27394
461 const_types_test/25: Crash # Issue 27394 445 const_types_test/25: Crash # Issue 27394
462 const_types_test/26: Crash # Issue 27394 446 const_types_test/26: Crash # Issue 27394
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 function_subtype_typearg3_test: Crash 808 function_subtype_typearg3_test: Crash
825 function_subtype_typearg4_test: Crash 809 function_subtype_typearg4_test: Crash
826 function_subtype_typearg5_test: Crash 810 function_subtype_typearg5_test: Crash
827 function_syntax_test/none: Crash 811 function_syntax_test/none: Crash
828 function_test: Crash 812 function_test: Crash
829 function_type2_test: Crash 813 function_type2_test: Crash
830 function_type_alias3_test: Crash 814 function_type_alias3_test: Crash
831 function_type_alias_test: Crash 815 function_type_alias_test: Crash
832 function_type_parameter2_negative_test: Crash 816 function_type_parameter2_negative_test: Crash
833 function_type_parameter_negative_test: Crash 817 function_type_parameter_negative_test: Crash
834 generalized_void_syntax_test: CompileTimeError
835 generic_closure_test: RuntimeError
836 generic_field_mixin2_test: Crash
837 generic_field_mixin3_test: Crash
838 generic_field_mixin4_test: Crash # Issue 18651
839 generic_field_mixin5_test: Crash # Issue 18651
840 generic_field_mixin6_test/01: Crash
841 generic_field_mixin_test: Crash
842 generic_function_typedef2_test/04: Crash
843 generic_function_typedef_test: Crash
844 generic_functions_test: Crash
845 generic_instanceof_test: Crash
846 generic_local_functions_test: Crash 818 generic_local_functions_test: Crash
847 generic_methods_generic_function_parameter_test: Crash 819 generic_methods_generic_function_parameter_test: Crash
848 generic_methods_new_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(Maps.mapToString#first) is stored in a closure field. 820 generic_methods_new_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(Maps.mapToString#first) is stored in a closure field.
849 generic_methods_test: Crash 821 generic_methods_test: Crash
850 generic_methods_type_expression_test/01: Crash 822 generic_methods_type_expression_test/01: Crash
851 generic_methods_type_expression_test/03: Crash 823 generic_methods_type_expression_test/03: Crash
852 generic_methods_type_expression_test/none: Crash 824 generic_methods_type_expression_test/none: Crash
853 generic_native_test: Crash 825 generic_native_test: Crash
854 generic_syntax_test: Crash 826 generic_syntax_test: Crash
855 generic_test: RuntimeError 827 generic_test: RuntimeError
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
1821 function_subtype_typearg3_test: Crash 1793 function_subtype_typearg3_test: Crash
1822 function_subtype_typearg4_test: Crash 1794 function_subtype_typearg4_test: Crash
1823 function_subtype_typearg5_test: Crash 1795 function_subtype_typearg5_test: Crash
1824 function_syntax_test/none: Crash 1796 function_syntax_test/none: Crash
1825 function_test: Crash 1797 function_test: Crash
1826 function_type2_test: Crash 1798 function_type2_test: Crash
1827 function_type_alias3_test: Crash 1799 function_type_alias3_test: Crash
1828 function_type_alias_test: Crash 1800 function_type_alias_test: Crash
1829 function_type_parameter2_negative_test: Crash 1801 function_type_parameter2_negative_test: Crash
1830 function_type_parameter_negative_test: Crash 1802 function_type_parameter_negative_test: Crash
1831 generalized_void_syntax_test: CompileTimeError
1832 generic_closure_test: RuntimeError
1833 generic_field_mixin2_test: Crash
1834 generic_field_mixin3_test: Crash
1835 generic_field_mixin4_test: Crash # Issue 18651
1836 generic_field_mixin5_test: Crash # Issue 18651
1837 generic_field_mixin6_test/01: Crash
1838 generic_field_mixin_test: Crash
1839 generic_function_typedef2_test/04: Crash
1840 generic_function_typedef_test: Crash
1841 generic_functions_test: Crash
1842 generic_instanceof_test: Crash
1843 generic_local_functions_test: Crash 1803 generic_local_functions_test: Crash
1844 generic_methods_generic_function_parameter_test: Crash 1804 generic_methods_generic_function_parameter_test: Crash
1845 generic_methods_test: Crash 1805 generic_methods_test: Crash
1846 generic_methods_type_expression_test/01: Crash 1806 generic_methods_type_expression_test/01: Crash
1847 generic_methods_type_expression_test/03: Crash 1807 generic_methods_type_expression_test/03: Crash
1848 generic_methods_type_expression_test/none: Crash 1808 generic_methods_type_expression_test/none: Crash
1849 generic_native_test: Crash 1809 generic_native_test: Crash
1850 generic_syntax_test: Crash 1810 generic_syntax_test: Crash
1851 generic_test: RuntimeError 1811 generic_test: RuntimeError
1852 getter_no_setter2_test/00: RuntimeError 1812 getter_no_setter2_test/00: RuntimeError
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
2403 string_interpolation_and_buffer_test: RuntimeError 2363 string_interpolation_and_buffer_test: RuntimeError
2404 switch_fallthru_test: RuntimeError 2364 switch_fallthru_test: RuntimeError
2405 top_level_func_test: RuntimeError 2365 top_level_func_test: RuntimeError
2406 top_level_getter_no_setter1_test/01: RuntimeError 2366 top_level_getter_no_setter1_test/01: RuntimeError
2407 top_level_getter_no_setter2_test/01: RuntimeError 2367 top_level_getter_no_setter2_test/01: RuntimeError
2408 truncdiv_test: RuntimeError 2368 truncdiv_test: RuntimeError
2409 try_catch_test/01: MissingCompileTimeError 2369 try_catch_test/01: MissingCompileTimeError
2410 type_checks_in_factory_method_test: RuntimeError 2370 type_checks_in_factory_method_test: RuntimeError
2411 yieldstar_pause_test: Crash 2371 yieldstar_pause_test: Crash
2412 2372
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698