| 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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 700 deferred_regression_28678_test: CompileTimeError | 700 deferred_regression_28678_test: CompileTimeError |
| 701 deferred_shadow_load_library_test: Crash | 701 deferred_shadow_load_library_test: Crash |
| 702 deferred_shared_and_unshared_classes_test: CompileTimeError | 702 deferred_shared_and_unshared_classes_test: CompileTimeError |
| 703 deferred_static_seperate_test: CompileTimeError | 703 deferred_static_seperate_test: CompileTimeError |
| 704 deferred_super_dependency_test/01: CompileTimeError | 704 deferred_super_dependency_test/01: CompileTimeError |
| 705 deferred_super_dependency_test/none: Crash | 705 deferred_super_dependency_test/none: Crash |
| 706 deferred_type_dependency_test/as: CompileTimeError | 706 deferred_type_dependency_test/as: CompileTimeError |
| 707 deferred_type_dependency_test/is: CompileTimeError | 707 deferred_type_dependency_test/is: CompileTimeError |
| 708 deferred_type_dependency_test/none: CompileTimeError | 708 deferred_type_dependency_test/none: CompileTimeError |
| 709 deferred_type_dependency_test/type_annotation: CompileTimeError | 709 deferred_type_dependency_test/type_annotation: CompileTimeError |
| 710 deopt_inlined_function_test: Crash | |
| 711 double_int_to_string_test: RuntimeError | 710 double_int_to_string_test: RuntimeError |
| 712 duplicate_export_negative_test: Fail | 711 duplicate_export_negative_test: Fail |
| 713 duplicate_implements_test/01: MissingCompileTimeError | 712 duplicate_implements_test/01: MissingCompileTimeError |
| 714 duplicate_implements_test/02: MissingCompileTimeError | 713 duplicate_implements_test/02: MissingCompileTimeError |
| 715 duplicate_implements_test/03: MissingCompileTimeError | 714 duplicate_implements_test/03: MissingCompileTimeError |
| 716 duplicate_implements_test/04: MissingCompileTimeError | 715 duplicate_implements_test/04: MissingCompileTimeError |
| 717 dynamic_prefix_core_test/01: RuntimeError | 716 dynamic_prefix_core_test/01: RuntimeError |
| 718 dynamic_prefix_core_test/none: RuntimeError | 717 dynamic_prefix_core_test/none: RuntimeError |
| 719 efficient_length_warning_test: Crash | 718 efficient_length_warning_test: Crash |
| 720 emit_const_fields_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.
dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca
l local(Maps.mapToString#first) is stored in a closure field. | 719 emit_const_fields_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.
dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca
l local(Maps.mapToString#first) is stored in a closure field. |
| (...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1186 private_super_constructor_test/01: Crash | 1185 private_super_constructor_test/01: Crash |
| 1187 proxy4_test: Crash | 1186 proxy4_test: Crash |
| 1188 proxy5_test: Crash | 1187 proxy5_test: Crash |
| 1189 range_analysis2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da
rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local
local(main#a) is stored in a closure field. | 1188 range_analysis2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da
rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local
local(main#a) is stored in a closure field. |
| 1190 redirecting_constructor_initializer_test: RuntimeError | 1189 redirecting_constructor_initializer_test: RuntimeError |
| 1191 redirecting_factory_default_values_test/01: MissingCompileTimeError | 1190 redirecting_factory_default_values_test/01: MissingCompileTimeError |
| 1192 redirecting_factory_default_values_test/02: MissingCompileTimeError | 1191 redirecting_factory_default_values_test/02: MissingCompileTimeError |
| 1193 redirecting_factory_long_test: Crash | 1192 redirecting_factory_long_test: Crash |
| 1194 redirecting_factory_reflection_test: Crash | 1193 redirecting_factory_reflection_test: Crash |
| 1195 reg_exp_test: Crash | 1194 reg_exp_test: Crash |
| 1196 regress_11010_test: Crash | |
| 1197 regress_13494_test: RuntimeError | 1195 regress_13494_test: RuntimeError |
| 1198 regress_17382_test: RuntimeError | 1196 regress_17382_test: RuntimeError |
| 1199 regress_18535_test: Crash | 1197 regress_18535_test: Crash |
| 1200 regress_18713_test: Crash | 1198 regress_18713_test: Crash |
| 1201 regress_20394_test/01: Crash | 1199 regress_20394_test/01: Crash |
| 1202 regress_20840_test: Crash | 1200 regress_20840_test: Crash |
| 1203 regress_21795_test: RuntimeError | 1201 regress_21795_test: RuntimeError |
| 1204 regress_22438_test: Crash | 1202 regress_22438_test: Crash |
| 1205 regress_22443_test: CompileTimeError | 1203 regress_22443_test: CompileTimeError |
| 1206 regress_22445_test: Crash | 1204 regress_22445_test: Crash |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1376 type_variable_closure_test: Crash | 1374 type_variable_closure_test: Crash |
| 1377 type_variable_conflict2_test/01: Crash | 1375 type_variable_conflict2_test/01: Crash |
| 1378 type_variable_conflict2_test/05: Crash | 1376 type_variable_conflict2_test/05: Crash |
| 1379 type_variable_conflict2_test/07: Crash | 1377 type_variable_conflict2_test/07: Crash |
| 1380 type_variable_conflict2_test/09: Crash | 1378 type_variable_conflict2_test/09: Crash |
| 1381 type_variable_field_initializer_closure2_test: Crash | 1379 type_variable_field_initializer_closure2_test: Crash |
| 1382 type_variable_field_initializer_closure_test: Crash | 1380 type_variable_field_initializer_closure_test: Crash |
| 1383 type_variable_function_type_test: RuntimeError | 1381 type_variable_function_type_test: RuntimeError |
| 1384 type_variable_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_
handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local
)': Local local(Maps.mapToString#first) is stored in a closure field. | 1382 type_variable_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_
handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local
)': Local local(Maps.mapToString#first) is stored in a closure field. |
| 1385 type_variable_nested_test: Crash | 1383 type_variable_nested_test: Crash |
| 1386 typecheck_multifield_declaration_test: Crash | |
| 1387 wrong_number_type_arguments_test/00: Crash | 1384 wrong_number_type_arguments_test/00: Crash |
| 1388 wrong_number_type_arguments_test/02: Crash | 1385 wrong_number_type_arguments_test/02: Crash |
| 1389 yieldstar_pause_test: Crash | 1386 yieldstar_pause_test: Crash |
| 1390 | 1387 |
| 1391 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 1388 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
| 1392 async_await_test: Crash | 1389 async_await_test: Crash |
| 1393 async_star_test: Crash | 1390 async_star_test: Crash |
| 1394 async_switch_test/none: Crash | 1391 async_switch_test/none: Crash |
| 1395 async_switch_test/withDefault: Crash | 1392 async_switch_test/withDefault: Crash |
| 1396 async_test/none: Crash | 1393 async_test/none: Crash |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1624 deferred_regression_28678_test: CompileTimeError | 1621 deferred_regression_28678_test: CompileTimeError |
| 1625 deferred_shadow_load_library_test: Crash | 1622 deferred_shadow_load_library_test: Crash |
| 1626 deferred_shared_and_unshared_classes_test: CompileTimeError | 1623 deferred_shared_and_unshared_classes_test: CompileTimeError |
| 1627 deferred_static_seperate_test: CompileTimeError | 1624 deferred_static_seperate_test: CompileTimeError |
| 1628 deferred_super_dependency_test/01: CompileTimeError | 1625 deferred_super_dependency_test/01: CompileTimeError |
| 1629 deferred_super_dependency_test/none: Crash | 1626 deferred_super_dependency_test/none: Crash |
| 1630 deferred_type_dependency_test/as: CompileTimeError | 1627 deferred_type_dependency_test/as: CompileTimeError |
| 1631 deferred_type_dependency_test/is: CompileTimeError | 1628 deferred_type_dependency_test/is: CompileTimeError |
| 1632 deferred_type_dependency_test/none: CompileTimeError | 1629 deferred_type_dependency_test/none: CompileTimeError |
| 1633 deferred_type_dependency_test/type_annotation: CompileTimeError | 1630 deferred_type_dependency_test/type_annotation: CompileTimeError |
| 1634 deopt_inlined_function_test: Crash | |
| 1635 double_int_to_string_test: RuntimeError | 1631 double_int_to_string_test: RuntimeError |
| 1636 duplicate_export_negative_test: Fail | 1632 duplicate_export_negative_test: Fail |
| 1637 duplicate_implements_test/01: MissingCompileTimeError | 1633 duplicate_implements_test/01: MissingCompileTimeError |
| 1638 duplicate_implements_test/02: MissingCompileTimeError | 1634 duplicate_implements_test/02: MissingCompileTimeError |
| 1639 duplicate_implements_test/03: MissingCompileTimeError | 1635 duplicate_implements_test/03: MissingCompileTimeError |
| 1640 duplicate_implements_test/04: MissingCompileTimeError | 1636 duplicate_implements_test/04: MissingCompileTimeError |
| 1641 dynamic_prefix_core_test/01: RuntimeError | 1637 dynamic_prefix_core_test/01: RuntimeError |
| 1642 dynamic_prefix_core_test/none: RuntimeError | 1638 dynamic_prefix_core_test/none: RuntimeError |
| 1643 efficient_length_warning_test: Crash | 1639 efficient_length_warning_test: Crash |
| 1644 enum_duplicate_test/01: Crash | 1640 enum_duplicate_test/01: Crash |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2075 private_super_constructor_test/01: MissingCompileTimeError | 2071 private_super_constructor_test/01: MissingCompileTimeError |
| 2076 proxy4_test: Crash | 2072 proxy4_test: Crash |
| 2077 proxy5_test: Crash | 2073 proxy5_test: Crash |
| 2078 range_analysis2_test: RuntimeError | 2074 range_analysis2_test: RuntimeError |
| 2079 redirecting_constructor_initializer_test: RuntimeError | 2075 redirecting_constructor_initializer_test: RuntimeError |
| 2080 redirecting_factory_default_values_test/01: MissingCompileTimeError | 2076 redirecting_factory_default_values_test/01: MissingCompileTimeError |
| 2081 redirecting_factory_default_values_test/02: MissingCompileTimeError | 2077 redirecting_factory_default_values_test/02: MissingCompileTimeError |
| 2082 redirecting_factory_long_test: Crash | 2078 redirecting_factory_long_test: Crash |
| 2083 redirecting_factory_reflection_test: Crash | 2079 redirecting_factory_reflection_test: Crash |
| 2084 reg_exp_test: Crash | 2080 reg_exp_test: Crash |
| 2085 regress_11010_test: Crash | |
| 2086 regress_13494_test: RuntimeError | 2081 regress_13494_test: RuntimeError |
| 2087 regress_17382_test: RuntimeError | 2082 regress_17382_test: RuntimeError |
| 2088 regress_18535_test: Crash | 2083 regress_18535_test: Crash |
| 2089 regress_18713_test: Crash | 2084 regress_18713_test: Crash |
| 2090 regress_20394_test/01: MissingCompileTimeError | 2085 regress_20394_test/01: MissingCompileTimeError |
| 2091 regress_20840_test: Crash | 2086 regress_20840_test: Crash |
| 2092 regress_21795_test: RuntimeError | 2087 regress_21795_test: RuntimeError |
| 2093 regress_22438_test: Crash | 2088 regress_22438_test: Crash |
| 2094 regress_22443_test: CompileTimeError | 2089 regress_22443_test: CompileTimeError |
| 2095 regress_22445_test: Crash | 2090 regress_22445_test: Crash |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2222 type_variable_closure4_test: Crash | 2217 type_variable_closure4_test: Crash |
| 2223 type_variable_closure_test: Crash | 2218 type_variable_closure_test: Crash |
| 2224 type_variable_conflict2_test/01: Crash | 2219 type_variable_conflict2_test/01: Crash |
| 2225 type_variable_conflict2_test/05: Crash | 2220 type_variable_conflict2_test/05: Crash |
| 2226 type_variable_conflict2_test/07: Crash | 2221 type_variable_conflict2_test/07: Crash |
| 2227 type_variable_conflict2_test/09: Crash | 2222 type_variable_conflict2_test/09: Crash |
| 2228 type_variable_field_initializer_closure2_test: Crash | 2223 type_variable_field_initializer_closure2_test: Crash |
| 2229 type_variable_field_initializer_closure_test: Crash | 2224 type_variable_field_initializer_closure_test: Crash |
| 2230 type_variable_function_type_test: RuntimeError | 2225 type_variable_function_type_test: RuntimeError |
| 2231 type_variable_nested_test: Crash | 2226 type_variable_nested_test: Crash |
| 2232 typecheck_multifield_declaration_test: Crash | |
| 2233 yieldstar_pause_test: Crash | 2227 yieldstar_pause_test: Crash |
| 2234 | 2228 |
| OLD | NEW |