| OLD | NEW |
| 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 Loading... |
| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 | 175 |
| 183 [ $compiler == dart2js && ! $checked && $enable_asserts && ! $dart2js_with_kerne
l ] | 176 [ $compiler == dart2js && ! $checked && $enable_asserts && ! $dart2js_with_kerne
l ] |
| 184 | 177 |
| 185 [ $compiler == dart2js && ! $checked && $minified && ! $dart2js_with_kernel ] | 178 [ $compiler == dart2js && ! $checked && $minified && ! $dart2js_with_kernel ] |
| 186 f_bounded_quantification5_test: Fail, OK # Issue 12605 | 179 f_bounded_quantification5_test: Fail, OK # Issue 12605 |
| 187 | 180 |
| 188 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] | 181 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] |
| 189 cyclic_type_test/0*: Fail # Issue 12605 | 182 cyclic_type_test/0*: Fail # Issue 12605 |
| 190 cyclic_type2_test: Fail # Issue 12605 | 183 cyclic_type2_test: Fail # Issue 12605 |
| 191 f_bounded_quantification4_test: Fail, Pass # Issue 12605 | 184 f_bounded_quantification4_test: Fail, Pass # Issue 12605 |
| 192 generic_closure_test: Fail # Issue 12605 | |
| 193 mixin_generic_test: Fail # Issue 12605 | 185 mixin_generic_test: Fail # Issue 12605 |
| 194 mixin_mixin2_test: Fail # Issue 12605 | 186 mixin_mixin2_test: Fail # Issue 12605 |
| 195 mixin_mixin3_test: Fail # Issue 12605 | 187 mixin_mixin3_test: Fail # Issue 12605 |
| 196 mixin_mixin4_test: Fail # Issue 12605 | 188 mixin_mixin4_test: Fail # Issue 12605 |
| 197 mixin_mixin5_test: Fail # Issue 12605 | 189 mixin_mixin5_test: Fail # Issue 12605 |
| 198 mixin_mixin6_test: Fail # Issue 12605 | 190 mixin_mixin6_test: Fail # Issue 12605 |
| 199 mixin_mixin_bound_test: RuntimeError # Issue 12605 | 191 mixin_mixin_bound_test: RuntimeError # Issue 12605 |
| 200 mixin_mixin_bound2_test: RuntimeError # Issue 12605 | 192 mixin_mixin_bound2_test: RuntimeError # Issue 12605 |
| 201 symbol_conflict_test: RuntimeError # Issue 23857 | 193 symbol_conflict_test: RuntimeError # Issue 23857 |
| 202 | 194 |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) | 251 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) |
| 260 | 252 |
| 261 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 253 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 262 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. | 254 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. |
| 263 | 255 |
| 264 [ $minified && ! $dart2js_with_kernel ] | 256 [ $minified && ! $dart2js_with_kernel ] |
| 265 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 257 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 266 regress_21795_test: RuntimeError # Issue 12605 | 258 regress_21795_test: RuntimeError # Issue 12605 |
| 267 | 259 |
| 268 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 260 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 269 generic_field_mixin4_test: Crash # Issue 18651 | |
| 270 generic_field_mixin5_test: Crash # Issue 18651 | |
| 271 method_override5_test: RuntimeError # Issue 12809 | 261 method_override5_test: RuntimeError # Issue 12809 |
| 272 | 262 |
| 273 [ $compiler == dart2js && $runtime != drt ] | 263 [ $compiler == dart2js && $runtime != drt ] |
| 274 issue23244_test: RuntimeError # 23244 | 264 issue23244_test: RuntimeError # 23244 |
| 275 | 265 |
| 276 [ $compiler == dart2js && $host_checked && ! $dart2js_with_kernel ] | 266 [ $compiler == dart2js && $host_checked && ! $dart2js_with_kernel ] |
| 277 regress_26855_test/1: Crash # Issue 26867 | 267 regress_26855_test/1: Crash # Issue 26867 |
| 278 regress_26855_test/2: Crash # Issue 26867 | 268 regress_26855_test/2: Crash # Issue 26867 |
| 279 regress_26855_test/3: Crash # Issue 26867 | 269 regress_26855_test/3: Crash # Issue 26867 |
| 280 regress_26855_test/4: Crash # Issue 26867 | 270 regress_26855_test/4: Crash # Issue 26867 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 deferred_constraints_type_annotation_test/as_operation: Crash # Issue 27394 | 303 deferred_constraints_type_annotation_test/as_operation: Crash # Issue 27394 |
| 314 deferred_inheritance_constraints_test/mixin: Crash # Issue 27394 | 304 deferred_inheritance_constraints_test/mixin: Crash # Issue 27394 |
| 315 deferred_load_constants_test/none: RuntimeError # Issue 27394 | 305 deferred_load_constants_test/none: RuntimeError # Issue 27394 |
| 316 deferred_super_dependency_test/01: Crash # Issue 27394 | 306 deferred_super_dependency_test/01: Crash # Issue 27394 |
| 317 enum_mirror_test: Crash # Issue 27394 | 307 enum_mirror_test: Crash # Issue 27394 |
| 318 export_ambiguous_main_negative_test: Crash # Issue 27394 | 308 export_ambiguous_main_negative_test: Crash # Issue 27394 |
| 319 final_for_in_variable_test/01: MissingRuntimeError # Issue 27394 | 309 final_for_in_variable_test/01: MissingRuntimeError # Issue 27394 |
| 320 final_param_test/01: MissingRuntimeError # Issue 27394 | 310 final_param_test/01: MissingRuntimeError # Issue 27394 |
| 321 final_variable_assignment_test/01: MissingRuntimeError # Issue 27394 | 311 final_variable_assignment_test/01: MissingRuntimeError # Issue 27394 |
| 322 first_class_types_constants_test: RuntimeError # Issue 27394 | 312 first_class_types_constants_test: RuntimeError # Issue 27394 |
| 323 generic_field_mixin2_test: Crash # Issue 27394 | |
| 324 generic_field_mixin3_test: Crash # Issue 27394 | |
| 325 generic_field_mixin6_test/01: Crash # Issue 27394 | |
| 326 generic_field_mixin_test: Crash # Issue 27394 | |
| 327 generic_local_functions_test: Crash # Issue 27394 | |
| 328 generic_metadata_test/02: Crash # Issue 27394 | |
| 329 generic_metadata_test/03: Crash # Issue 27394 | |
| 330 generic_methods_generic_function_parameter_test: Crash # Issue 27394 | |
| 331 generic_methods_type_expression_test/01: RuntimeError # Issue 27394 | |
| 332 generic_methods_type_expression_test/03: RuntimeError # Issue 27394 | |
| 333 generic_methods_type_expression_test/none: RuntimeError # Issue 27394 | |
| 334 get_set_syntax_test/00: Crash # Issue 27394 | |
| 335 if_null_assignment_behavior_test/06: RuntimeError # Issue 27394 | 313 if_null_assignment_behavior_test/06: RuntimeError # Issue 27394 |
| 336 if_null_assignment_static_test/01: RuntimeError # Issue 27394 | 314 if_null_assignment_static_test/01: RuntimeError # Issue 27394 |
| 337 if_null_assignment_static_test/03: RuntimeError # Issue 27394 | 315 if_null_assignment_static_test/03: RuntimeError # Issue 27394 |
| 338 if_null_assignment_static_test/04: RuntimeError # Issue 27394 | 316 if_null_assignment_static_test/04: RuntimeError # Issue 27394 |
| 339 if_null_assignment_static_test/05: RuntimeError # Issue 27394 | 317 if_null_assignment_static_test/05: RuntimeError # Issue 27394 |
| 340 illegal_initializer_test/01: Crash # Issue 27394 | 318 illegal_initializer_test/01: Crash # Issue 27394 |
| 341 illegal_initializer_test/02: Crash # Issue 27394 | 319 illegal_initializer_test/02: Crash # Issue 27394 |
| 342 illegal_initializer_test/03: Crash # Issue 27394 | 320 illegal_initializer_test/03: Crash # Issue 27394 |
| 343 illegal_initializer_test/04: Crash # Issue 27394 | 321 illegal_initializer_test/04: Crash # Issue 27394 |
| 344 inference_mixin_field_test: Crash # Issue 27394 | 322 inference_mixin_field_test: Crash # Issue 27394 |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 super_operator_index_test/04: Crash # Issue 27394 | 419 super_operator_index_test/04: Crash # Issue 27394 |
| 442 super_operator_index_test/05: Crash # Issue 27394 | 420 super_operator_index_test/05: Crash # Issue 27394 |
| 443 super_operator_index_test/06: Crash # Issue 27394 | 421 super_operator_index_test/06: Crash # Issue 27394 |
| 444 super_operator_index_test/07: Crash # Issue 27394 | 422 super_operator_index_test/07: Crash # Issue 27394 |
| 445 super_operator_test: Crash # Issue 27394 | 423 super_operator_test: Crash # Issue 27394 |
| 446 super_setter_interceptor_test: RuntimeError # Issue 27394 | 424 super_setter_interceptor_test: RuntimeError # Issue 27394 |
| 447 this_conditional_operator_test/01: Crash # Issue 27394 | 425 this_conditional_operator_test/01: Crash # Issue 27394 |
| 448 try_catch_syntax_test/13: Crash # Issue 27394 | 426 try_catch_syntax_test/13: Crash # Issue 27394 |
| 449 try_catch_syntax_test/14: Crash # Issue 27394 | 427 try_catch_syntax_test/14: Crash # Issue 27394 |
| 450 try_catch_syntax_test/15: Crash # Issue 27394 | 428 try_catch_syntax_test/15: Crash # Issue 27394 |
| 451 generalized_void_syntax_test: Crash # Issue #30176 | |
| 452 syntax_test/none: Crash # Issue #30176. | 429 syntax_test/none: Crash # Issue #30176. |
| 453 | 430 |
| 454 # Note: there are two flags to test dart2js with kernel: | 431 # Note: there are two flags to test dart2js with kernel: |
| 455 # - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part o
f the | 432 # - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part o
f the |
| 456 # compiler. This flag will be deleted soon | 433 # compiler. This flag will be deleted soon |
| 457 # - dart2js_with_kernel: tests the entire pipeline with kernel. | 434 # - dart2js_with_kernel: tests the entire pipeline with kernel. |
| 458 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da
rt2js_with_kernel ] | 435 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da
rt2js_with_kernel ] |
| 459 abstract_beats_arguments2_test/01: RuntimeError # Issue 27394 | 436 abstract_beats_arguments2_test/01: RuntimeError # Issue 27394 |
| 460 final_super_field_set_test/01: RuntimeError # Issue 27394 | 437 final_super_field_set_test/01: RuntimeError # Issue 27394 |
| 461 generic_function_typedef_test: Crash # Issue 27394 | 438 generic_function_typedef_test: Crash # Issue 27394 |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 818 function_subtype_typearg1_test: Crash | 795 function_subtype_typearg1_test: Crash |
| 819 function_subtype_typearg2_test: Crash | 796 function_subtype_typearg2_test: Crash |
| 820 function_subtype_typearg3_test: Crash | 797 function_subtype_typearg3_test: Crash |
| 821 function_subtype_typearg4_test: Crash | 798 function_subtype_typearg4_test: Crash |
| 822 function_subtype_typearg5_test: Crash | 799 function_subtype_typearg5_test: Crash |
| 823 function_syntax_test/none: Crash | 800 function_syntax_test/none: Crash |
| 824 function_test: Crash | 801 function_test: Crash |
| 825 function_type_alias3_test: Crash | 802 function_type_alias3_test: Crash |
| 826 function_type_parameter2_negative_test: Crash | 803 function_type_parameter2_negative_test: Crash |
| 827 function_type_parameter_negative_test: Crash | 804 function_type_parameter_negative_test: Crash |
| 828 generalized_void_syntax_test: CompileTimeError | |
| 829 generic_closure_test: RuntimeError | |
| 830 generic_field_mixin2_test: Crash | |
| 831 generic_field_mixin3_test: Crash | |
| 832 generic_field_mixin4_test: Crash # Issue 18651 | |
| 833 generic_field_mixin5_test: Crash # Issue 18651 | |
| 834 generic_field_mixin6_test/01: Crash | |
| 835 generic_field_mixin_test: Crash | |
| 836 generic_function_typedef2_test/04: Crash | |
| 837 generic_function_typedef_test: Crash | |
| 838 generic_functions_test: Crash | |
| 839 generic_instanceof_test: Crash | |
| 840 generic_local_functions_test: Crash | 805 generic_local_functions_test: Crash |
| 841 generic_methods_generic_function_parameter_test: Crash | 806 generic_methods_generic_function_parameter_test: Crash |
| 842 generic_methods_new_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk
/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 1
2: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stor
ed in a closure field. | 807 generic_methods_new_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk
/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 1
2: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stor
ed in a closure field. |
| 843 generic_methods_test: Crash | 808 generic_methods_test: Crash |
| 844 generic_methods_type_expression_test/01: Crash | 809 generic_methods_type_expression_test/01: Crash |
| 845 generic_methods_type_expression_test/03: Crash | 810 generic_methods_type_expression_test/03: Crash |
| 846 generic_methods_type_expression_test/none: Crash | 811 generic_methods_type_expression_test/none: Crash |
| 847 generic_native_test: Crash | 812 generic_native_test: Crash |
| 848 generic_syntax_test: Crash | 813 generic_syntax_test: Crash |
| 849 generic_test: RuntimeError | 814 generic_test: RuntimeError |
| (...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1714 function_subtype_typearg1_test: Crash | 1679 function_subtype_typearg1_test: Crash |
| 1715 function_subtype_typearg2_test: Crash | 1680 function_subtype_typearg2_test: Crash |
| 1716 function_subtype_typearg3_test: Crash | 1681 function_subtype_typearg3_test: Crash |
| 1717 function_subtype_typearg4_test: Crash | 1682 function_subtype_typearg4_test: Crash |
| 1718 function_subtype_typearg5_test: Crash | 1683 function_subtype_typearg5_test: Crash |
| 1719 function_syntax_test/none: Crash | 1684 function_syntax_test/none: Crash |
| 1720 function_test: Crash | 1685 function_test: Crash |
| 1721 function_type_alias3_test: Crash | 1686 function_type_alias3_test: Crash |
| 1722 function_type_parameter2_negative_test: Crash | 1687 function_type_parameter2_negative_test: Crash |
| 1723 function_type_parameter_negative_test: Crash | 1688 function_type_parameter_negative_test: Crash |
| 1724 generalized_void_syntax_test: CompileTimeError | |
| 1725 generic_closure_test: RuntimeError | |
| 1726 generic_field_mixin2_test: Crash | |
| 1727 generic_field_mixin3_test: Crash | |
| 1728 generic_field_mixin4_test: Crash # Issue 18651 | |
| 1729 generic_field_mixin5_test: Crash # Issue 18651 | |
| 1730 generic_field_mixin6_test/01: Crash | |
| 1731 generic_field_mixin_test: Crash | |
| 1732 generic_function_typedef2_test/04: Crash | |
| 1733 generic_function_typedef_test: Crash | |
| 1734 generic_functions_test: Crash | |
| 1735 generic_instanceof_test: Crash | |
| 1736 generic_local_functions_test: Crash | 1689 generic_local_functions_test: Crash |
| 1737 generic_methods_generic_function_parameter_test: Crash | 1690 generic_methods_generic_function_parameter_test: Crash |
| 1738 generic_methods_test: Crash | 1691 generic_methods_test: Crash |
| 1739 generic_methods_type_expression_test/01: Crash | 1692 generic_methods_type_expression_test/01: Crash |
| 1740 generic_methods_type_expression_test/03: Crash | 1693 generic_methods_type_expression_test/03: Crash |
| 1741 generic_methods_type_expression_test/none: Crash | 1694 generic_methods_type_expression_test/none: Crash |
| 1742 generic_native_test: Crash | 1695 generic_native_test: Crash |
| 1743 generic_syntax_test: Crash | 1696 generic_syntax_test: Crash |
| 1744 generic_test: RuntimeError | 1697 generic_test: RuntimeError |
| 1745 getter_no_setter2_test/00: RuntimeError | 1698 getter_no_setter2_test/00: RuntimeError |
| (...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2225 named_parameters_type_test/02: MissingRuntimeError | 2178 named_parameters_type_test/02: MissingRuntimeError |
| 2226 named_parameters_type_test/03: MissingRuntimeError | 2179 named_parameters_type_test/03: MissingRuntimeError |
| 2227 named_parameters_with_conversions_test: RuntimeError | 2180 named_parameters_with_conversions_test: RuntimeError |
| 2228 nan_identical_test: RuntimeError | 2181 nan_identical_test: RuntimeError |
| 2229 number_identity2_test: RuntimeError | 2182 number_identity2_test: RuntimeError |
| 2230 parse_closures_in_initializers_test: RuntimeError | 2183 parse_closures_in_initializers_test: RuntimeError |
| 2231 positional_parameters_type_test/01: MissingRuntimeError | 2184 positional_parameters_type_test/01: MissingRuntimeError |
| 2232 positional_parameters_type_test/02: MissingRuntimeError | 2185 positional_parameters_type_test/02: MissingRuntimeError |
| 2233 super_test: RuntimeError | 2186 super_test: RuntimeError |
| 2234 yieldstar_pause_test: Crash | 2187 yieldstar_pause_test: Crash |
| OLD | NEW |