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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 ref_before_declaration_test/00: MissingCompileTimeError | 123 ref_before_declaration_test/00: MissingCompileTimeError |
124 ref_before_declaration_test/01: MissingCompileTimeError | 124 ref_before_declaration_test/01: MissingCompileTimeError |
125 ref_before_declaration_test/02: MissingCompileTimeError | 125 ref_before_declaration_test/02: MissingCompileTimeError |
126 ref_before_declaration_test/03: MissingCompileTimeError | 126 ref_before_declaration_test/03: MissingCompileTimeError |
127 ref_before_declaration_test/04: MissingCompileTimeError | 127 ref_before_declaration_test/04: MissingCompileTimeError |
128 ref_before_declaration_test/05: MissingCompileTimeError | 128 ref_before_declaration_test/05: MissingCompileTimeError |
129 ref_before_declaration_test/06: MissingCompileTimeError | 129 ref_before_declaration_test/06: MissingCompileTimeError |
130 | 130 |
131 regress_22976_test: CompileTimeError # Issue 23132 | 131 regress_22976_test: CompileTimeError # Issue 23132 |
132 | 132 |
133 if_null_assignment_behavior_test/13: Crash # Issue 23491 | |
134 if_null_assignment_behavior_test/14: Crash # Issue 23491 | |
135 | 133 |
136 multiline_newline_test/01: CompileTimeError # Issue 23888 | 134 multiline_newline_test/01: CompileTimeError # Issue 23888 |
137 multiline_newline_test/02: CompileTimeError # Issue 23888 | 135 multiline_newline_test/02: CompileTimeError # Issue 23888 |
138 multiline_newline_test/03: CompileTimeError # Issue 23888 | 136 multiline_newline_test/03: CompileTimeError # Issue 23888 |
139 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 | 137 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 |
140 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 | 138 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 |
141 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 | 139 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 |
142 multiline_newline_test/none: RuntimeError # Issue 23888 | 140 multiline_newline_test/none: RuntimeError # Issue 23888 |
143 multiline_newline_test/01r: CompileTimeError # Issue 23888 | 141 multiline_newline_test/01r: CompileTimeError # Issue 23888 |
144 multiline_newline_test/02r: CompileTimeError # Issue 23888 | 142 multiline_newline_test/02r: CompileTimeError # Issue 23888 |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 mixin_mixin4_test: Fail # Issue 12605 | 193 mixin_mixin4_test: Fail # Issue 12605 |
196 mixin_mixin5_test: Fail # Issue 12605 | 194 mixin_mixin5_test: Fail # Issue 12605 |
197 mixin_mixin6_test: Fail # Issue 12605 | 195 mixin_mixin6_test: Fail # Issue 12605 |
198 mixin_mixin_bound_test: RuntimeError # Issue 12605 | 196 mixin_mixin_bound_test: RuntimeError # Issue 12605 |
199 mixin_mixin_bound2_test: RuntimeError # Issue 12605 | 197 mixin_mixin_bound2_test: RuntimeError # Issue 12605 |
200 symbol_conflict_test: RuntimeError # Issue 23857 | 198 symbol_conflict_test: RuntimeError # Issue 23857 |
201 | 199 |
202 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 200 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
203 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream
bles/d8.js | 201 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream
bles/d8.js |
204 | 202 |
205 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | |
206 integer_division_by_zero_test: RuntimeError # Issue 8301 | 203 integer_division_by_zero_test: RuntimeError # Issue 8301 |
207 number_identity2_test: RuntimeError # Issue 12596 | 204 number_identity2_test: RuntimeError # Issue 12596 |
208 double_int_to_string_test: RuntimeError # Issue 1533 | 205 double_int_to_string_test: RuntimeError # Issue 1533 |
209 mint_arithmetic_test: RuntimeError # Issue 1533 | 206 mint_arithmetic_test: RuntimeError # Issue 1533 |
210 left_shift_test: RuntimeError # Issue 1533 | 207 left_shift_test: RuntimeError # Issue 1533 |
211 regress_24283_test: RuntimeError # Issue 1533 | 208 regress_24283_test: RuntimeError # Issue 1533 |
212 constructor_named_arguments_test/01: CompileTimeError # Issue 25225 | 209 constructor_named_arguments_test/01: CompileTimeError # Issue 25225 |
213 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 | 210 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 |
214 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 | 211 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 |
215 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 | 212 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 enum_mirror_test: Crash # Issue 27394 | 313 enum_mirror_test: Crash # Issue 27394 |
317 export_ambiguous_main_negative_test: Crash # Issue 27394 | 314 export_ambiguous_main_negative_test: Crash # Issue 27394 |
318 final_for_in_variable_test/01: MissingRuntimeError # Issue 27394 | 315 final_for_in_variable_test/01: MissingRuntimeError # Issue 27394 |
319 final_param_test/01: MissingRuntimeError # Issue 27394 | 316 final_param_test/01: MissingRuntimeError # Issue 27394 |
320 final_variable_assignment_test/01: MissingRuntimeError # Issue 27394 | 317 final_variable_assignment_test/01: MissingRuntimeError # Issue 27394 |
321 first_class_types_constants_test: RuntimeError # Issue 27394 | 318 first_class_types_constants_test: RuntimeError # Issue 27394 |
322 generic_field_mixin2_test: Crash # Issue 27394 | 319 generic_field_mixin2_test: Crash # Issue 27394 |
323 generic_field_mixin3_test: Crash # Issue 27394 | 320 generic_field_mixin3_test: Crash # Issue 27394 |
324 generic_field_mixin6_test/01: Crash # Issue 27394 | 321 generic_field_mixin6_test/01: Crash # Issue 27394 |
325 generic_field_mixin_test: Crash # Issue 27394 | 322 generic_field_mixin_test: Crash # Issue 27394 |
326 if_null_assignment_behavior_test/06: RuntimeError # Issue 27394 | |
327 if_null_assignment_static_test/01: RuntimeError # Issue 27394 | |
328 if_null_assignment_static_test/03: RuntimeError # Issue 27394 | |
329 if_null_assignment_static_test/04: RuntimeError # Issue 27394 | |
330 if_null_assignment_static_test/05: RuntimeError # Issue 27394 | |
331 illegal_initializer_test/01: Crash # Issue 27394 | |
332 illegal_initializer_test/02: Crash # Issue 27394 | |
333 illegal_initializer_test/03: Crash # Issue 27394 | |
334 illegal_initializer_test/04: Crash # Issue 27394 | |
335 inference_mixin_field_test: Crash # Issue 27394 | 323 inference_mixin_field_test: Crash # Issue 27394 |
336 initializing_formal_final_test: RuntimeError # Issue 27394 | 324 initializing_formal_final_test: RuntimeError # Issue 27394 |
337 inline_super_field_test: Crash # Issue 27394 | 325 inline_super_field_test: Crash # Issue 27394 |
338 instance_creation_in_function_annotation_test: Crash # Issue 27394 | 326 instance_creation_in_function_annotation_test: Crash # Issue 27394 |
339 invocation_mirror_test: Crash # Issue 27394 | 327 invocation_mirror_test: Crash # Issue 27394 |
340 is_malformed_type_test/94: Crash # Issue 27394 | 328 is_malformed_type_test/94: Crash # Issue 27394 |
341 is_malformed_type_test/96: Crash # Issue 27394 | 329 is_malformed_type_test/96: Crash # Issue 27394 |
342 is_malformed_type_test/98: Crash # Issue 27394 | 330 is_malformed_type_test/98: Crash # Issue 27394 |
343 issue21079_test: Crash # Issue 27394 | 331 issue21079_test: Crash # Issue 27394 |
344 issue9602_test: Crash # Issue 27394 | 332 issue9602_test: Crash # Issue 27394 |
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
876 getter_no_setter_test/00: RuntimeError | 864 getter_no_setter_test/00: RuntimeError |
877 getter_no_setter_test/00: RuntimeError | 865 getter_no_setter_test/00: RuntimeError |
878 getter_no_setter_test/none: RuntimeError | 866 getter_no_setter_test/none: RuntimeError |
879 getter_no_setter_test/none: RuntimeError | 867 getter_no_setter_test/none: RuntimeError |
880 getter_override2_test/02: MissingCompileTimeError | 868 getter_override2_test/02: MissingCompileTimeError |
881 getter_override_test/00: MissingCompileTimeError | 869 getter_override_test/00: MissingCompileTimeError |
882 getter_override_test/01: MissingCompileTimeError | 870 getter_override_test/01: MissingCompileTimeError |
883 getter_override_test/02: MissingCompileTimeError | 871 getter_override_test/02: MissingCompileTimeError |
884 hash_map_null_key_foreach_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_
handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local
)': Local local(main#c) is stored in a closure field. | 872 hash_map_null_key_foreach_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_
handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local
)': Local local(main#c) is stored in a closure field. |
885 hash_map_null_key_foreach_test: RuntimeError | 873 hash_map_null_key_foreach_test: RuntimeError |
886 identical_closure2_test: RuntimeError | |
887 identical_const_test/05: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler
.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc
al local(Maps.mapToString#first) is stored in a closure field. | |
888 identical_const_test/06: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler
.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc
al local(Maps.mapToString#first) is stored in a closure field. | |
889 identical_const_test/07: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler
.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc
al local(Maps.mapToString#first) is stored in a closure field. | |
890 identical_const_test/08: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler
.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc
al local(Maps.mapToString#first) is stored in a closure field. | |
891 if_null_assignment_behavior_test/01: Crash | |
892 if_null_assignment_behavior_test/02: Crash | |
893 if_null_assignment_behavior_test/03: Crash | |
894 if_null_assignment_behavior_test/04: Crash | |
895 if_null_assignment_behavior_test/05: Crash | |
896 if_null_assignment_behavior_test/06: Crash | |
897 if_null_assignment_behavior_test/11: Crash # 'file:*/pkg/compiler/lib/src/ssa/lo
cals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(
local)': Local local(main#l) is stored in a closure field. | |
898 if_null_assignment_behavior_test/12: Crash # 'file:*/pkg/compiler/lib/src/ssa/lo
cals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(
local)': Local local(main#l) is stored in a closure field. | |
899 if_null_assignment_behavior_test/12: RuntimeError | |
900 if_null_assignment_behavior_test/14: RuntimeError | |
901 if_null_assignment_behavior_test/14: RuntimeError | |
902 if_null_assignment_static_test/01: RuntimeError | |
903 if_null_assignment_static_test/01: RuntimeError | |
904 if_null_assignment_static_test/02: Crash | |
905 if_null_assignment_static_test/03: RuntimeError | |
906 if_null_assignment_static_test/03: RuntimeError | |
907 if_null_assignment_static_test/04: RuntimeError | |
908 if_null_assignment_static_test/04: RuntimeError | |
909 if_null_assignment_static_test/05: RuntimeError | |
910 if_null_assignment_static_test/05: RuntimeError | |
911 if_null_assignment_static_test/06: Crash | |
912 implicit_closure2_test: Crash | 874 implicit_closure2_test: Crash |
913 implicit_closure_test: Crash | 875 implicit_closure_test: Crash |
914 implicit_this_test/01: Crash | 876 implicit_this_test/01: Crash |
915 implicit_this_test/04: Crash | 877 implicit_this_test/04: Crash |
916 implicit_this_test/none: Crash | 878 implicit_this_test/none: Crash |
917 import_collection_no_prefix_test: Crash | 879 import_collection_no_prefix_test: Crash |
918 import_core_prefix_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler
.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc
al local(Maps.mapToString#first) is stored in a closure field. | 880 import_core_prefix_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler
.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc
al local(Maps.mapToString#first) is stored in a closure field. |
919 import_self_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dar
t': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local l
ocal(main#t) is stored in a closure field. | 881 import_self_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dar
t': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local l
ocal(main#t) is stored in a closure field. |
920 inference_mixin_field_test: Crash | 882 inference_mixin_field_test: Crash |
921 infinite_switch_label_test: Crash | 883 infinite_switch_label_test: Crash |
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1849 generic_test: RuntimeError | 1811 generic_test: RuntimeError |
1850 getter_no_setter2_test/00: RuntimeError | 1812 getter_no_setter2_test/00: RuntimeError |
1851 getter_no_setter2_test/03: RuntimeError | 1813 getter_no_setter2_test/03: RuntimeError |
1852 getter_no_setter_test/00: RuntimeError | 1814 getter_no_setter_test/00: RuntimeError |
1853 getter_no_setter_test/none: RuntimeError | 1815 getter_no_setter_test/none: RuntimeError |
1854 getter_override2_test/02: MissingCompileTimeError | 1816 getter_override2_test/02: MissingCompileTimeError |
1855 getter_override_test/00: MissingCompileTimeError | 1817 getter_override_test/00: MissingCompileTimeError |
1856 getter_override_test/01: MissingCompileTimeError | 1818 getter_override_test/01: MissingCompileTimeError |
1857 getter_override_test/02: MissingCompileTimeError | 1819 getter_override_test/02: MissingCompileTimeError |
1858 hash_map_null_key_foreach_test: RuntimeError | 1820 hash_map_null_key_foreach_test: RuntimeError |
1859 identical_closure2_test: RuntimeError | |
1860 if_null_assignment_behavior_test/01: Crash | |
1861 if_null_assignment_behavior_test/02: Crash | |
1862 if_null_assignment_behavior_test/03: Crash | |
1863 if_null_assignment_behavior_test/04: Crash | |
1864 if_null_assignment_behavior_test/05: Crash | |
1865 if_null_assignment_behavior_test/06: Crash | |
1866 if_null_assignment_behavior_test/12: RuntimeError | |
1867 if_null_assignment_behavior_test/14: RuntimeError | |
1868 if_null_assignment_static_test/01: RuntimeError | |
1869 if_null_assignment_static_test/02: Crash | |
1870 if_null_assignment_static_test/03: RuntimeError | |
1871 if_null_assignment_static_test/04: RuntimeError | |
1872 if_null_assignment_static_test/05: RuntimeError | |
1873 if_null_assignment_static_test/06: Crash | |
1874 implicit_closure2_test: Crash | 1821 implicit_closure2_test: Crash |
1875 implicit_closure_test: Crash | 1822 implicit_closure_test: Crash |
1876 implicit_this_test/01: Crash | 1823 implicit_this_test/01: Crash |
1877 implicit_this_test/04: Crash | 1824 implicit_this_test/04: Crash |
1878 implicit_this_test/none: Crash | 1825 implicit_this_test/none: Crash |
1879 import_collection_no_prefix_test: Crash | 1826 import_collection_no_prefix_test: Crash |
1880 inference_mixin_field_test: Crash | 1827 inference_mixin_field_test: Crash |
1881 infinite_switch_label_test: Crash | 1828 infinite_switch_label_test: Crash |
1882 infinity_test: RuntimeError | 1829 infinity_test: RuntimeError |
1883 initializing_formal_capture_test: Crash | 1830 initializing_formal_capture_test: Crash |
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2362 execute_finally7_test: RuntimeError | 2309 execute_finally7_test: RuntimeError |
2363 expect_test: RuntimeError | 2310 expect_test: RuntimeError |
2364 external_test/20: MissingRuntimeError | 2311 external_test/20: MissingRuntimeError |
2365 f_bounded_quantification5_test: RuntimeError | 2312 f_bounded_quantification5_test: RuntimeError |
2366 for2_test: RuntimeError | 2313 for2_test: RuntimeError |
2367 getter_no_setter2_test/00: RuntimeError | 2314 getter_no_setter2_test/00: RuntimeError |
2368 getter_no_setter2_test/03: RuntimeError | 2315 getter_no_setter2_test/03: RuntimeError |
2369 getter_no_setter_test/00: RuntimeError | 2316 getter_no_setter_test/00: RuntimeError |
2370 getter_no_setter_test/none: RuntimeError | 2317 getter_no_setter_test/none: RuntimeError |
2371 hash_map_null_key_foreach_test: RuntimeError | 2318 hash_map_null_key_foreach_test: RuntimeError |
2372 if_null_assignment_behavior_test/12: RuntimeError | |
2373 if_null_assignment_behavior_test/14: RuntimeError | |
2374 if_null_assignment_static_test/01: RuntimeError | |
2375 if_null_assignment_static_test/03: RuntimeError | |
2376 if_null_assignment_static_test/04: RuntimeError | |
2377 if_null_assignment_static_test/05: RuntimeError | |
2378 integer_division_by_zero_test: RuntimeError | 2319 integer_division_by_zero_test: RuntimeError |
2379 is_object_test: RuntimeError | 2320 is_object_test: RuntimeError |
2380 issue13474_test: RuntimeError | 2321 issue13474_test: RuntimeError |
2381 issue9939_test: RuntimeError | 2322 issue9939_test: RuntimeError |
2382 lazy_static8_test: RuntimeError | 2323 lazy_static8_test: RuntimeError |
2383 list_literal4_test: RuntimeError | 2324 list_literal4_test: RuntimeError |
2384 local_function2_test: RuntimeError | 2325 local_function2_test: RuntimeError |
2385 local_function3_test: RuntimeError | 2326 local_function3_test: RuntimeError |
2386 malformed_test/none: RuntimeError | 2327 malformed_test/none: RuntimeError |
2387 map_literal3_test: RuntimeError | 2328 map_literal3_test: RuntimeError |
(...skipping 12 matching lines...) Expand all Loading... |
2400 static_getter_no_setter3_test/01: RuntimeError | 2341 static_getter_no_setter3_test/01: RuntimeError |
2401 switch_fallthru_test: RuntimeError | 2342 switch_fallthru_test: RuntimeError |
2402 top_level_func_test: RuntimeError | 2343 top_level_func_test: RuntimeError |
2403 top_level_getter_no_setter1_test/01: RuntimeError | 2344 top_level_getter_no_setter1_test/01: RuntimeError |
2404 top_level_getter_no_setter2_test/01: RuntimeError | 2345 top_level_getter_no_setter2_test/01: RuntimeError |
2405 truncdiv_test: RuntimeError | 2346 truncdiv_test: RuntimeError |
2406 try_catch_test/01: MissingCompileTimeError | 2347 try_catch_test/01: MissingCompileTimeError |
2407 type_checks_in_factory_method_test: RuntimeError | 2348 type_checks_in_factory_method_test: RuntimeError |
2408 yieldstar_pause_test: Crash | 2349 yieldstar_pause_test: Crash |
2409 | 2350 |
OLD | NEW |