| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$runtime == vm". | 5 # Sections in this file should contain "$runtime == vm". |
| 6 | 6 |
| 7 # The VM does not implement the Dart 2.0 static type errors yet. | 7 # The VM does not implement the Dart 2.0 static type errors yet. |
| 8 [ $runtime == vm ] | 8 [ $runtime == vm ] |
| 9 abstract_beats_arguments_test: MissingCompileTimeError | 9 abstract_beats_arguments_test: MissingCompileTimeError |
| 10 abstract_exact_selector_test/01: MissingCompileTimeError | 10 abstract_exact_selector_test/01: MissingCompileTimeError |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 generic_methods_bounds_test/02: MissingRuntimeError | 311 generic_methods_bounds_test/02: MissingRuntimeError |
| 312 generic_methods_dynamic_test/02: MissingRuntimeError | 312 generic_methods_dynamic_test/02: MissingRuntimeError |
| 313 generic_methods_dynamic_test/04: MissingRuntimeError | 313 generic_methods_dynamic_test/04: MissingRuntimeError |
| 314 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 314 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
| 315 | 315 |
| 316 [$runtime == vm && $compiler == none && $system == fuchsia] | 316 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 317 closure_cycles_test: Pass, Crash | 317 closure_cycles_test: Pass, Crash |
| 318 | 318 |
| 319 [ $compiler == none ] | 319 [ $compiler == none ] |
| 320 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 | 320 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 |
| 321 |
| 322 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar
ch == arm64 ] |
| 323 closure_cycles_test: Pass, Slow |
| OLD | NEW |