| 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 800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 811 double_to_string_as_exponential2_test: Crash | 811 double_to_string_as_exponential2_test: Crash |
| 812 double_to_string_as_fixed2_test: Crash | 812 double_to_string_as_fixed2_test: Crash |
| 813 double_to_string_as_precision2_test: Crash | 813 double_to_string_as_precision2_test: Crash |
| 814 duplicate_export_negative_test: Fail | 814 duplicate_export_negative_test: Fail |
| 815 duplicate_implements_test/01: MissingCompileTimeError | 815 duplicate_implements_test/01: MissingCompileTimeError |
| 816 duplicate_implements_test/02: MissingCompileTimeError | 816 duplicate_implements_test/02: MissingCompileTimeError |
| 817 duplicate_implements_test/03: MissingCompileTimeError | 817 duplicate_implements_test/03: MissingCompileTimeError |
| 818 duplicate_implements_test/04: MissingCompileTimeError | 818 duplicate_implements_test/04: MissingCompileTimeError |
| 819 dynamic_prefix_core_test/01: RuntimeError | 819 dynamic_prefix_core_test/01: RuntimeError |
| 820 dynamic_prefix_core_test/none: RuntimeError | 820 dynamic_prefix_core_test/none: RuntimeError |
| 821 dynamic_test: Crash | |
| 822 efficient_length_warning_test: Crash | 821 efficient_length_warning_test: Crash |
| 823 emit_const_fields_test: Crash | 822 emit_const_fields_test: Crash |
| 824 empty_block_case_test: Crash | 823 empty_block_case_test: Crash |
| 825 enum_duplicate_test/01: Crash | 824 enum_duplicate_test/01: Crash |
| 826 enum_duplicate_test/02: Crash | 825 enum_duplicate_test/02: Crash |
| 827 enum_duplicate_test/none: Crash | 826 enum_duplicate_test/none: Crash |
| 828 enum_index_test: Crash | 827 enum_index_test: Crash |
| 829 enum_mirror_test: Crash | 828 enum_mirror_test: Crash |
| 830 enum_private_test/01: Crash | 829 enum_private_test/01: Crash |
| 831 enum_private_test/02: Crash | 830 enum_private_test/02: Crash |
| (...skipping 10 matching lines...) Expand all Loading... |
| 842 execute_finally11_test: Crash | 841 execute_finally11_test: Crash |
| 843 execute_finally7_test: Crash | 842 execute_finally7_test: Crash |
| 844 execute_finally8_test: Crash | 843 execute_finally8_test: Crash |
| 845 execute_finally9_test: Crash | 844 execute_finally9_test: Crash |
| 846 exhaustive_for_test: Crash | 845 exhaustive_for_test: Crash |
| 847 expect_test: Crash | 846 expect_test: Crash |
| 848 export_double_same_main_test: CompileTimeError | 847 export_double_same_main_test: CompileTimeError |
| 849 export_main_test: CompileTimeError | 848 export_main_test: CompileTimeError |
| 850 external_test/10: Crash | 849 external_test/10: Crash |
| 851 external_test/13: Crash | 850 external_test/13: Crash |
| 852 external_test/20: MissingRuntimeError | 851 external_test/20: Crash |
| 853 f_bounded_equality_test: Crash | 852 f_bounded_equality_test: Crash |
| 854 f_bounded_quantification5_test: Crash | 853 f_bounded_quantification5_test: Crash |
| 855 f_bounded_quantification_test/01: Crash | 854 f_bounded_quantification_test/01: Crash |
| 856 f_bounded_quantification_test/02: Crash | 855 f_bounded_quantification_test/02: Crash |
| 857 f_bounded_quantification_test/none: Crash | 856 f_bounded_quantification_test/none: Crash |
| 858 factory2_test: Crash | 857 factory2_test: Crash |
| 859 factory6_test/00: Crash | 858 factory6_test/00: Crash |
| 860 factory_redirection_test/07: MissingCompileTimeError | 859 factory_redirection_test/07: MissingCompileTimeError |
| 861 factory_redirection_test/08: Crash | 860 factory_redirection_test/08: Crash |
| 862 factory_redirection_test/09: Crash | 861 factory_redirection_test/09: Crash |
| (...skipping 17 matching lines...) Expand all Loading... |
| 880 field_override3_test/01: MissingCompileTimeError | 879 field_override3_test/01: MissingCompileTimeError |
| 881 field_override3_test/02: MissingCompileTimeError | 880 field_override3_test/02: MissingCompileTimeError |
| 882 field_override3_test/03: MissingCompileTimeError | 881 field_override3_test/03: MissingCompileTimeError |
| 883 field_override4_test/02: MissingCompileTimeError | 882 field_override4_test/02: MissingCompileTimeError |
| 884 final_attempt_reinitialization_test/01: Crash | 883 final_attempt_reinitialization_test/01: Crash |
| 885 final_attempt_reinitialization_test/02: Crash | 884 final_attempt_reinitialization_test/02: Crash |
| 886 final_field_initialization_order_test: RuntimeError | 885 final_field_initialization_order_test: RuntimeError |
| 887 final_super_field_set_test/01: Crash | 886 final_super_field_set_test/01: Crash |
| 888 final_syntax_test/09: Crash | 887 final_syntax_test/09: Crash |
| 889 final_used_in_try_test: Crash | 888 final_used_in_try_test: Crash |
| 890 first_class_types_constants_test: Crash | |
| 891 first_class_types_libraries_test: Crash | 889 first_class_types_libraries_test: Crash |
| 892 first_class_types_literals_test/01: Crash | 890 first_class_types_literals_test/01: Crash |
| 893 first_class_types_literals_test/02: Crash | 891 first_class_types_literals_test/02: Crash |
| 894 first_class_types_literals_test/03: Crash | 892 first_class_types_literals_test/03: Crash |
| 895 first_class_types_literals_test/04: Crash | 893 first_class_types_literals_test/04: Crash |
| 896 first_class_types_literals_test/05: Crash | 894 first_class_types_literals_test/05: Crash |
| 897 first_class_types_literals_test/06: Crash | 895 first_class_types_literals_test/06: Crash |
| 898 first_class_types_literals_test/07: Crash | 896 first_class_types_literals_test/07: Crash |
| 899 first_class_types_literals_test/08: Crash | 897 first_class_types_literals_test/08: Crash |
| 900 first_class_types_literals_test/09: Crash | 898 first_class_types_literals_test/09: Crash |
| (...skipping 1396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2297 double_to_string_as_exponential2_test: Crash | 2295 double_to_string_as_exponential2_test: Crash |
| 2298 double_to_string_as_fixed2_test: Crash | 2296 double_to_string_as_fixed2_test: Crash |
| 2299 double_to_string_as_precision2_test: Crash | 2297 double_to_string_as_precision2_test: Crash |
| 2300 duplicate_export_negative_test: Fail | 2298 duplicate_export_negative_test: Fail |
| 2301 duplicate_implements_test/01: MissingCompileTimeError | 2299 duplicate_implements_test/01: MissingCompileTimeError |
| 2302 duplicate_implements_test/02: MissingCompileTimeError | 2300 duplicate_implements_test/02: MissingCompileTimeError |
| 2303 duplicate_implements_test/03: MissingCompileTimeError | 2301 duplicate_implements_test/03: MissingCompileTimeError |
| 2304 duplicate_implements_test/04: MissingCompileTimeError | 2302 duplicate_implements_test/04: MissingCompileTimeError |
| 2305 dynamic_prefix_core_test/01: RuntimeError | 2303 dynamic_prefix_core_test/01: RuntimeError |
| 2306 dynamic_prefix_core_test/none: RuntimeError | 2304 dynamic_prefix_core_test/none: RuntimeError |
| 2307 dynamic_test: Crash | |
| 2308 efficient_length_warning_test: Crash | 2305 efficient_length_warning_test: Crash |
| 2309 emit_const_fields_test: Crash | 2306 emit_const_fields_test: Crash |
| 2310 empty_block_case_test: Crash | 2307 empty_block_case_test: Crash |
| 2311 enum_duplicate_test/01: Crash | 2308 enum_duplicate_test/01: Crash |
| 2312 enum_duplicate_test/02: Crash | 2309 enum_duplicate_test/02: Crash |
| 2313 enum_duplicate_test/none: Crash | 2310 enum_duplicate_test/none: Crash |
| 2314 enum_index_test: Crash | 2311 enum_index_test: Crash |
| 2315 enum_mirror_test: Crash | 2312 enum_mirror_test: Crash |
| 2316 enum_private_test/01: Crash | 2313 enum_private_test/01: Crash |
| 2317 enum_private_test/02: Crash | 2314 enum_private_test/02: Crash |
| (...skipping 10 matching lines...) Expand all Loading... |
| 2328 execute_finally11_test: Crash | 2325 execute_finally11_test: Crash |
| 2329 execute_finally7_test: Crash | 2326 execute_finally7_test: Crash |
| 2330 execute_finally8_test: Crash | 2327 execute_finally8_test: Crash |
| 2331 execute_finally9_test: Crash | 2328 execute_finally9_test: Crash |
| 2332 exhaustive_for_test: Crash | 2329 exhaustive_for_test: Crash |
| 2333 expect_test: Crash | 2330 expect_test: Crash |
| 2334 export_double_same_main_test: CompileTimeError | 2331 export_double_same_main_test: CompileTimeError |
| 2335 export_main_test: CompileTimeError | 2332 export_main_test: CompileTimeError |
| 2336 external_test/10: Crash | 2333 external_test/10: Crash |
| 2337 external_test/13: Crash | 2334 external_test/13: Crash |
| 2338 external_test/20: MissingRuntimeError | 2335 external_test/20: Crash |
| 2339 f_bounded_quantification4_test: RuntimeError | 2336 f_bounded_quantification4_test: RuntimeError |
| 2340 f_bounded_quantification5_test: Crash | 2337 f_bounded_quantification5_test: Crash |
| 2341 f_bounded_quantification_test/01: Crash | 2338 f_bounded_quantification_test/01: Crash |
| 2342 f_bounded_quantification_test/02: Crash | 2339 f_bounded_quantification_test/02: Crash |
| 2343 f_bounded_quantification_test/none: Crash | 2340 f_bounded_quantification_test/none: Crash |
| 2344 factory2_test: Crash | 2341 factory2_test: Crash |
| 2345 factory6_test/00: Crash | 2342 factory6_test/00: Crash |
| 2346 factory_redirection_test/07: MissingCompileTimeError | 2343 factory_redirection_test/07: MissingCompileTimeError |
| 2347 factory_redirection_test/08: Crash | 2344 factory_redirection_test/08: Crash |
| 2348 factory_redirection_test/09: Crash | 2345 factory_redirection_test/09: Crash |
| (...skipping 17 matching lines...) Expand all Loading... |
| 2366 field_override3_test/01: MissingCompileTimeError | 2363 field_override3_test/01: MissingCompileTimeError |
| 2367 field_override3_test/02: MissingCompileTimeError | 2364 field_override3_test/02: MissingCompileTimeError |
| 2368 field_override3_test/03: MissingCompileTimeError | 2365 field_override3_test/03: MissingCompileTimeError |
| 2369 field_override4_test/02: MissingCompileTimeError | 2366 field_override4_test/02: MissingCompileTimeError |
| 2370 final_attempt_reinitialization_test/01: Crash | 2367 final_attempt_reinitialization_test/01: Crash |
| 2371 final_attempt_reinitialization_test/02: Crash | 2368 final_attempt_reinitialization_test/02: Crash |
| 2372 final_field_initialization_order_test: RuntimeError | 2369 final_field_initialization_order_test: RuntimeError |
| 2373 final_super_field_set_test/01: Crash | 2370 final_super_field_set_test/01: Crash |
| 2374 final_syntax_test/09: Crash | 2371 final_syntax_test/09: Crash |
| 2375 final_used_in_try_test: Crash | 2372 final_used_in_try_test: Crash |
| 2376 first_class_types_constants_test: Crash | |
| 2377 first_class_types_literals_test/01: Crash | 2373 first_class_types_literals_test/01: Crash |
| 2378 first_class_types_literals_test/02: Crash | 2374 first_class_types_literals_test/02: Crash |
| 2379 first_class_types_literals_test/03: Crash | 2375 first_class_types_literals_test/03: Crash |
| 2380 first_class_types_literals_test/04: Crash | 2376 first_class_types_literals_test/04: Crash |
| 2381 first_class_types_literals_test/05: Crash | 2377 first_class_types_literals_test/05: Crash |
| 2382 first_class_types_literals_test/06: Crash | 2378 first_class_types_literals_test/06: Crash |
| 2383 first_class_types_literals_test/07: Crash | 2379 first_class_types_literals_test/07: Crash |
| 2384 first_class_types_literals_test/08: Crash | 2380 first_class_types_literals_test/08: Crash |
| 2385 first_class_types_literals_test/09: Crash | 2381 first_class_types_literals_test/09: Crash |
| 2386 first_class_types_literals_test/10: Crash | 2382 first_class_types_literals_test/10: Crash |
| (...skipping 929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3316 typedef_is_test: Crash | 3312 typedef_is_test: Crash |
| 3317 typevariable_substitution2_test/02: Crash | 3313 typevariable_substitution2_test/02: Crash |
| 3318 unresolved_default_constructor_test/01: Crash | 3314 unresolved_default_constructor_test/01: Crash |
| 3319 value_range2_test: Crash | 3315 value_range2_test: Crash |
| 3320 value_range3_test: Crash | 3316 value_range3_test: Crash |
| 3321 value_range_test: Crash | 3317 value_range_test: Crash |
| 3322 variable_declaration_metadata_test/none: Crash | 3318 variable_declaration_metadata_test/none: Crash |
| 3323 void_type_test: Crash | 3319 void_type_test: Crash |
| 3324 yieldstar_pause_test: Crash | 3320 yieldstar_pause_test: Crash |
| 3325 | 3321 |
| OLD | NEW |