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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
581 bailout_test: Crash | 581 bailout_test: Crash |
582 bind_test: Crash | 582 bind_test: Crash |
583 bit_operations_test/01: Crash | 583 bit_operations_test/01: Crash |
584 bit_operations_test/02: Crash | 584 bit_operations_test/02: Crash |
585 bit_operations_test/03: Crash | 585 bit_operations_test/03: Crash |
586 bit_operations_test/04: Crash | 586 bit_operations_test/04: Crash |
587 bit_operations_test/none: Crash | 587 bit_operations_test/none: Crash |
588 black_listed_test/none: Crash | 588 black_listed_test/none: Crash |
589 bool_check_test: Crash | 589 bool_check_test: Crash |
590 bool_test: Crash | 590 bool_test: Crash |
591 bootstrap_test: RuntimeError | |
592 bound_closure_equality_test: Crash | 591 bound_closure_equality_test: Crash |
593 bound_closure_primitives_test: Crash | 592 bound_closure_primitives_test: Crash |
594 branch_canonicalization_test: RuntimeError | 593 branch_canonicalization_test: RuntimeError |
595 break_test: Crash | 594 break_test: Crash |
596 built_in_identifier_test/01: Crash | 595 built_in_identifier_test/01: Crash |
597 built_in_identifier_test/none: Crash | 596 built_in_identifier_test/none: Crash |
598 call_closurization_test: Crash | 597 call_closurization_test: Crash |
599 call_constructor_on_unresolvable_class_test/07: Crash | 598 call_constructor_on_unresolvable_class_test/07: Crash |
600 call_function_apply_test: Crash | 599 call_function_apply_test: Crash |
601 call_nonexistent_constructor_test/01: Crash | 600 call_nonexistent_constructor_test/01: Crash |
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1133 generic_closure_test: Crash | 1132 generic_closure_test: Crash |
1134 generic_constructor_mixin2_test: Crash | 1133 generic_constructor_mixin2_test: Crash |
1135 generic_constructor_mixin3_test: Crash | 1134 generic_constructor_mixin3_test: Crash |
1136 generic_constructor_mixin_test: Crash | 1135 generic_constructor_mixin_test: Crash |
1137 generic_field_mixin2_test: Crash | 1136 generic_field_mixin2_test: Crash |
1138 generic_field_mixin3_test: Crash | 1137 generic_field_mixin3_test: Crash |
1139 generic_field_mixin4_test: Crash # Issue 18651 | 1138 generic_field_mixin4_test: Crash # Issue 18651 |
1140 generic_field_mixin5_test: Crash # Issue 18651 | 1139 generic_field_mixin5_test: Crash # Issue 18651 |
1141 generic_field_mixin6_test/01: Crash | 1140 generic_field_mixin6_test/01: Crash |
1142 generic_field_mixin_test: Crash | 1141 generic_field_mixin_test: Crash |
| 1142 generic_function_typedef2_test/00: Crash |
| 1143 generic_function_typedef2_test/01: Crash |
| 1144 generic_function_typedef2_test/02: Crash |
| 1145 generic_function_typedef2_test/03: Crash |
1143 generic_function_typedef2_test/04: Crash | 1146 generic_function_typedef2_test/04: Crash |
1144 generic_function_typedef_test: Crash | 1147 generic_function_typedef_test: Crash |
1145 generic_functions_test: Crash | 1148 generic_functions_test: Crash |
1146 generic_instanceof5_test: Crash | 1149 generic_instanceof5_test: Crash |
1147 generic_instanceof_test: Crash | 1150 generic_instanceof_test: Crash |
1148 generic_list_checked_test: Crash | 1151 generic_list_checked_test: Crash |
1149 generic_local_functions_test: Crash | 1152 generic_local_functions_test: Crash |
1150 generic_method_types_test/01: Crash | 1153 generic_method_types_test/01: Crash |
1151 generic_method_types_test/02: Crash | 1154 generic_method_types_test/02: Crash |
1152 generic_methods_function_type_test: RuntimeError | 1155 generic_methods_function_type_test: RuntimeError |
(...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1950 symbol_literal_test/01: Crash | 1953 symbol_literal_test/01: Crash |
1951 sync_generator1_test/01: Crash | 1954 sync_generator1_test/01: Crash |
1952 sync_generator1_test/none: Crash | 1955 sync_generator1_test/none: Crash |
1953 sync_generator2_test/none: Crash | 1956 sync_generator2_test/none: Crash |
1954 sync_generator3_test/test1: Crash | 1957 sync_generator3_test/test1: Crash |
1955 sync_generator3_test/test2: Crash | 1958 sync_generator3_test/test2: Crash |
1956 syncstar_less_than_test: Crash | 1959 syncstar_less_than_test: Crash |
1957 syncstar_yield_test/copyParameters: Crash | 1960 syncstar_yield_test/copyParameters: Crash |
1958 syncstar_yield_test/none: Crash | 1961 syncstar_yield_test/none: Crash |
1959 syncstar_yieldstar_test: Crash | 1962 syncstar_yieldstar_test: Crash |
| 1963 syntax_test/none: CompileTimeError |
1960 syntax_test/none: Crash | 1964 syntax_test/none: Crash |
1961 temp_mangling_test: Crash | 1965 temp_mangling_test: Crash |
1962 third_test: Crash | 1966 third_test: Crash |
1963 throw1_test: Crash | 1967 throw1_test: Crash |
1964 throw2_test: Crash | 1968 throw2_test: Crash |
1965 throw3_test: Crash | 1969 throw3_test: Crash |
1966 throw4_test: Crash | 1970 throw4_test: Crash |
1967 throw5_test: Crash | 1971 throw5_test: Crash |
1968 throw6_test: Crash | 1972 throw6_test: Crash |
1969 throw8_test: Crash | 1973 throw8_test: Crash |
(...skipping 1769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3739 unresolved_top_level_method_negative_test: Crash | 3743 unresolved_top_level_method_negative_test: Crash |
3740 unresolved_top_level_var_negative_test: Crash | 3744 unresolved_top_level_var_negative_test: Crash |
3741 unsupported_operators_test/none: Crash | 3745 unsupported_operators_test/none: Crash |
3742 var_init_test: Crash | 3746 var_init_test: Crash |
3743 void_check_test: Crash | 3747 void_check_test: Crash |
3744 while_test: Crash | 3748 while_test: Crash |
3745 wrong_number_type_arguments_test/00: Crash | 3749 wrong_number_type_arguments_test/00: Crash |
3746 wrong_number_type_arguments_test/01: Crash | 3750 wrong_number_type_arguments_test/01: Crash |
3747 wrong_number_type_arguments_test/02: Crash | 3751 wrong_number_type_arguments_test/02: Crash |
3748 wrong_number_type_arguments_test/none: Crash | 3752 wrong_number_type_arguments_test/none: Crash |
3749 | |
3750 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] | |
3751 *: Skip # Issue 29626 | |
OLD | NEW |