| 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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 bit_operations_test/03: Crash | 580 bit_operations_test/03: Crash |
| 581 bit_operations_test/04: Crash | 581 bit_operations_test/04: Crash |
| 582 bit_operations_test/none: Crash | 582 bit_operations_test/none: Crash |
| 583 black_listed_test/none: Crash | 583 black_listed_test/none: Crash |
| 584 bool_check_test: Crash | 584 bool_check_test: Crash |
| 585 bool_test: Crash | 585 bool_test: Crash |
| 586 bound_closure_equality_test: Crash | 586 bound_closure_equality_test: Crash |
| 587 bound_closure_primitives_test: Crash | 587 bound_closure_primitives_test: Crash |
| 588 branch_canonicalization_test: RuntimeError | 588 branch_canonicalization_test: RuntimeError |
| 589 break_test: Crash | 589 break_test: Crash |
| 590 built_in_identifier_test/01: Crash | |
| 591 built_in_identifier_test/none: Crash | |
| 592 call_closurization_test: Crash | 590 call_closurization_test: Crash |
| 593 call_constructor_on_unresolvable_class_test/07: Crash | 591 call_constructor_on_unresolvable_class_test/07: Crash |
| 594 call_function_apply_test: Crash | 592 call_function_apply_test: Crash |
| 595 call_nonexistent_constructor_test/01: Crash | 593 call_nonexistent_constructor_test/01: Crash |
| 596 call_nonexistent_constructor_test/02: Crash | 594 call_nonexistent_constructor_test/02: Crash |
| 597 call_nonexistent_constructor_test/none: Crash | 595 call_nonexistent_constructor_test/none: Crash |
| 598 call_nonexistent_static_test/01: Crash | 596 call_nonexistent_static_test/01: Crash |
| 599 call_nonexistent_static_test/02: Crash | 597 call_nonexistent_static_test/02: Crash |
| 600 call_nonexistent_static_test/03: Crash | 598 call_nonexistent_static_test/03: Crash |
| 601 call_nonexistent_static_test/04: Crash | 599 call_nonexistent_static_test/04: Crash |
| (...skipping 3120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3722 unresolved_top_level_method_negative_test: Crash | 3720 unresolved_top_level_method_negative_test: Crash |
| 3723 unresolved_top_level_var_negative_test: Crash | 3721 unresolved_top_level_var_negative_test: Crash |
| 3724 unsupported_operators_test/none: Crash | 3722 unsupported_operators_test/none: Crash |
| 3725 var_init_test: Crash | 3723 var_init_test: Crash |
| 3726 void_check_test: Crash | 3724 void_check_test: Crash |
| 3727 while_test: Crash | 3725 while_test: Crash |
| 3728 wrong_number_type_arguments_test/00: Crash | 3726 wrong_number_type_arguments_test/00: Crash |
| 3729 wrong_number_type_arguments_test/01: Crash | 3727 wrong_number_type_arguments_test/01: Crash |
| 3730 wrong_number_type_arguments_test/02: Crash | 3728 wrong_number_type_arguments_test/02: Crash |
| 3731 wrong_number_type_arguments_test/none: Crash | 3729 wrong_number_type_arguments_test/none: Crash |
| OLD | NEW |