| 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 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | 10 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
| (...skipping 3912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3923 unresolved_top_level_method_negative_test: Crash | 3923 unresolved_top_level_method_negative_test: Crash |
| 3924 unresolved_top_level_var_negative_test: Crash | 3924 unresolved_top_level_var_negative_test: Crash |
| 3925 unsupported_operators_test/none: Crash | 3925 unsupported_operators_test/none: Crash |
| 3926 var_init_test: Crash | 3926 var_init_test: Crash |
| 3927 void_check_test: Crash | 3927 void_check_test: Crash |
| 3928 while_test: Crash | 3928 while_test: Crash |
| 3929 wrong_number_type_arguments_test/00: Crash | 3929 wrong_number_type_arguments_test/00: Crash |
| 3930 wrong_number_type_arguments_test/01: Crash | 3930 wrong_number_type_arguments_test/01: Crash |
| 3931 wrong_number_type_arguments_test/02: Crash | 3931 wrong_number_type_arguments_test/02: Crash |
| 3932 wrong_number_type_arguments_test/none: Crash | 3932 wrong_number_type_arguments_test/none: Crash |
| 3933 |
| 3934 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] |
| 3935 *: Skip # Issue 29626 |
| OLD | NEW |