| OLD | NEW |
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 # These tests currently take too long. Remove when they are fixed. | 5 # These tests currently take too long. Remove when they are fixed. |
| 6 [ $compiler == dartk || $compiler == dartkp ] | 6 [ $compiler == dartk || $compiler == dartkp ] |
| 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 | 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 |
| 8 | 8 |
| 9 ############################################################################### | 9 ############################################################################### |
| 10 # Dartk Entries | 10 # Dartk Entries |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 [ $compiler == dartkp && $runtime == dart_precompiled ] | 281 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 282 assert_with_type_test_or_cast_test: Pass, Crash # Multitest via multiple VMOpti
ons. | 282 assert_with_type_test_or_cast_test: Pass, Crash # Multitest via multiple VMOpti
ons. |
| 283 named_parameters_type_test/01: Crash | 283 named_parameters_type_test/01: Crash |
| 284 named_parameters_type_test/02: Crash | 284 named_parameters_type_test/02: Crash |
| 285 named_parameters_type_test/03: Crash | 285 named_parameters_type_test/03: Crash |
| 286 positional_parameters_type_test/01: Crash | 286 positional_parameters_type_test/01: Crash |
| 287 positional_parameters_type_test/02: Crash | 287 positional_parameters_type_test/02: Crash |
| 288 type_checks_in_factory_method_test: Crash | 288 type_checks_in_factory_method_test: Crash |
| 289 vm/regress_27671_test: Crash | 289 vm/regress_27671_test: Crash |
| 290 vm/type_vm_test: Crash | 290 vm/type_vm_test: Crash |
| 291 |
| 292 [ $compiler == dartk || $compiler == dartkp ] |
| 293 vm/async_await_catch_stacktrace_test: RuntimeError # Issue 28446 |
| OLD | NEW |