| 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 884 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 895 infinity_test: RuntimeError | 895 infinity_test: RuntimeError |
| 896 initializing_formal_capture_test: Crash | 896 initializing_formal_capture_test: Crash |
| 897 initializing_formal_final_test: Crash | 897 initializing_formal_final_test: Crash |
| 898 inline_super_field_test: Crash | 898 inline_super_field_test: Crash |
| 899 inlined_throw_test: Crash | 899 inlined_throw_test: Crash |
| 900 instance_creation_in_function_annotation_test: Crash | 900 instance_creation_in_function_annotation_test: Crash |
| 901 instanceof4_test/01: Crash | 901 instanceof4_test/01: Crash |
| 902 instanceof4_test/none: Crash | 902 instanceof4_test/none: Crash |
| 903 integer_division_by_zero_test: RuntimeError | 903 integer_division_by_zero_test: RuntimeError |
| 904 interceptor3_test: Crash | 904 interceptor3_test: Crash |
| 905 interceptor9_test: Crash | 905 external_test/10: MissingRuntimeError |
| 906 external_test/13: MissingRuntimeError |
| 907 external_test/20: MissingRuntimeError |
| 906 internal_library_test/02: Crash | 908 internal_library_test/02: Crash |
| 907 invocation_mirror2_test: Crash | 909 invocation_mirror2_test: Crash |
| 908 invocation_mirror_empty_arguments_test: Crash | 910 invocation_mirror_empty_arguments_test: Crash |
| 909 invocation_mirror_invoke_on2_test: Crash | 911 invocation_mirror_invoke_on2_test: Crash |
| 910 invocation_mirror_invoke_on_test: Crash | 912 invocation_mirror_invoke_on_test: Crash |
| 911 invocation_mirror_test: Crash | 913 invocation_mirror_test: Crash |
| 912 is_malformed_type_test/94: Crash | 914 is_malformed_type_test/94: Crash |
| 913 is_malformed_type_test/96: Crash | 915 is_malformed_type_test/96: Crash |
| 914 is_malformed_type_test/98: Crash | 916 is_malformed_type_test/98: Crash |
| 915 is_object_test: RuntimeError | 917 is_object_test: RuntimeError |
| (...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2277 type_variable_conflict2_test/09: Crash | 2279 type_variable_conflict2_test/09: Crash |
| 2278 type_variable_field_initializer_closure2_test: Crash | 2280 type_variable_field_initializer_closure2_test: Crash |
| 2279 type_variable_field_initializer_closure_test: Crash | 2281 type_variable_field_initializer_closure_test: Crash |
| 2280 type_variable_function_type_test: RuntimeError | 2282 type_variable_function_type_test: RuntimeError |
| 2281 type_variable_nested_test: Crash | 2283 type_variable_nested_test: Crash |
| 2282 typecheck_multifield_declaration_test: Crash | 2284 typecheck_multifield_declaration_test: Crash |
| 2283 typedef_is_test: Crash | 2285 typedef_is_test: Crash |
| 2284 variable_declaration_metadata_test/none: Crash | 2286 variable_declaration_metadata_test/none: Crash |
| 2285 yieldstar_pause_test: Crash | 2287 yieldstar_pause_test: Crash |
| 2286 | 2288 |
| OLD | NEW |