| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 generic_methods_optional_parameters_test: RuntimeError | 115 generic_methods_optional_parameters_test: RuntimeError |
| 116 generic_methods_overriding_test/01: MissingCompileTimeError | 116 generic_methods_overriding_test/01: MissingCompileTimeError |
| 117 generic_methods_overriding_test/03: MissingCompileTimeError | 117 generic_methods_overriding_test/03: MissingCompileTimeError |
| 118 generic_methods_recursive_bound_test/02: MissingCompileTimeError | 118 generic_methods_recursive_bound_test/02: MissingCompileTimeError |
| 119 generic_methods_simple_is_expression_test: RuntimeError | 119 generic_methods_simple_is_expression_test: RuntimeError |
| 120 generic_methods_tearoff_specialization_test: RuntimeError | 120 generic_methods_tearoff_specialization_test: RuntimeError |
| 121 generic_methods_unused_parameter_test: RuntimeError | 121 generic_methods_unused_parameter_test: RuntimeError |
| 122 generic_tearoff_test: RuntimeError | 122 generic_tearoff_test: RuntimeError |
| 123 generic_typedef_test: RuntimeError | 123 generic_typedef_test: RuntimeError |
| 124 many_generic_instanceof_test: RuntimeError | 124 many_generic_instanceof_test: RuntimeError |
| 125 typevariable_substitution2_test/02: MissingCompileTimeError | |
| 126 | 125 |
| 127 [ $compiler == none && $runtime == vm ] | 126 [ $compiler == none && $runtime == vm ] |
| 128 generic_methods_bounds_test/02: MissingRuntimeError | 127 generic_methods_bounds_test/02: MissingRuntimeError |
| 129 generic_methods_dynamic_test/02: MissingRuntimeError | 128 generic_methods_dynamic_test/02: MissingRuntimeError |
| 130 generic_methods_dynamic_test/04: MissingRuntimeError | 129 generic_methods_dynamic_test/04: MissingRuntimeError |
| 131 generic_methods_reuse_type_variables_test: RuntimeError | 130 generic_methods_reuse_type_variables_test: RuntimeError |
| 132 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 131 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
| 133 | 132 |
| 134 [ $runtime == vm && $checked ] | 133 [ $runtime == vm && $checked ] |
| 135 function_type/function_type0_test: RuntimeError # Issue 30475 | 134 function_type/function_type0_test: RuntimeError # Issue 30475 |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 generic_methods_bounds_test/02: MissingRuntimeError | 300 generic_methods_bounds_test/02: MissingRuntimeError |
| 302 generic_methods_dynamic_test/02: MissingRuntimeError | 301 generic_methods_dynamic_test/02: MissingRuntimeError |
| 303 generic_methods_dynamic_test/04: MissingRuntimeError | 302 generic_methods_dynamic_test/04: MissingRuntimeError |
| 304 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 303 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
| 305 | 304 |
| 306 [$runtime == vm && $compiler == none && $system == fuchsia] | 305 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 307 closure_cycles_test: Pass, Crash | 306 closure_cycles_test: Pass, Crash |
| 308 | 307 |
| 309 [ $compiler == none ] | 308 [ $compiler == none ] |
| 310 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 | 309 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 |
| OLD | NEW |