| 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 2871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2882 issue10204_test: Crash | 2882 issue10204_test: Crash |
| 2883 issue10321_test: Crash | 2883 issue10321_test: Crash |
| 2884 issue10561_test: Crash | 2884 issue10561_test: Crash |
| 2885 issue10581_test: Crash | 2885 issue10581_test: Crash |
| 2886 issue11793_test: Crash | 2886 issue11793_test: Crash |
| 2887 issue12023_test: Crash | 2887 issue12023_test: Crash |
| 2888 issue12288_test: Crash | 2888 issue12288_test: Crash |
| 2889 issue12336_test: Crash | 2889 issue12336_test: Crash |
| 2890 issue13179_test: Crash | 2890 issue13179_test: Crash |
| 2891 issue13673_test: Crash | 2891 issue13673_test: Crash |
| 2892 issue14014_2_test: Crash |
| 2892 issue15606_test/01: Crash | 2893 issue15606_test/01: Crash |
| 2893 issue15702_test: Crash | 2894 issue15702_test: Crash |
| 2894 issue18628_1_test/01: Crash | 2895 issue18628_1_test/01: Crash |
| 2895 issue21957_test: Crash | 2896 issue21957_test: Crash |
| 2896 issue3806_test: Crash | 2897 issue3806_test: Crash |
| 2897 issue4157508_test: Crash | 2898 issue4157508_test: Crash |
| 2898 issue4295001_test: Crash | 2899 issue4295001_test: Crash |
| 2899 issue4515170_test: Crash | 2900 issue4515170_test: Crash |
| 2900 issue7513_test: Crash | 2901 issue7513_test: Crash |
| 2901 issue7525_test: Crash | 2902 issue7525_test: Crash |
| (...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3576 unresolved_top_level_method_negative_test: Crash | 3577 unresolved_top_level_method_negative_test: Crash |
| 3577 unresolved_top_level_var_negative_test: Crash | 3578 unresolved_top_level_var_negative_test: Crash |
| 3578 unsupported_operators_test/none: Crash | 3579 unsupported_operators_test/none: Crash |
| 3579 var_init_test: Crash | 3580 var_init_test: Crash |
| 3580 void_check_test: Crash | 3581 void_check_test: Crash |
| 3581 while_test: Crash | 3582 while_test: Crash |
| 3582 wrong_number_type_arguments_test/00: Crash | 3583 wrong_number_type_arguments_test/00: Crash |
| 3583 wrong_number_type_arguments_test/01: Crash | 3584 wrong_number_type_arguments_test/01: Crash |
| 3584 wrong_number_type_arguments_test/02: Crash | 3585 wrong_number_type_arguments_test/02: Crash |
| 3585 wrong_number_type_arguments_test/none: Crash | 3586 wrong_number_type_arguments_test/none: Crash |
| OLD | NEW |