| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 generic_methods_named_parameters_test: RuntimeError | 114 generic_methods_named_parameters_test: RuntimeError |
| 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 typevariable_substitution2_test/02: MissingCompileTimeError | 125 typevariable_substitution2_test/02: MissingCompileTimeError |
| 125 | 126 |
| 126 [ $compiler == none && $runtime == vm ] | 127 [ $compiler == none && $runtime == vm ] |
| 127 generic_methods_bounds_test/02: MissingRuntimeError | 128 generic_methods_bounds_test/02: MissingRuntimeError |
| 128 generic_methods_dynamic_test/02: MissingRuntimeError | 129 generic_methods_dynamic_test/02: MissingRuntimeError |
| 129 generic_methods_dynamic_test/04: MissingRuntimeError | 130 generic_methods_dynamic_test/04: MissingRuntimeError |
| 130 generic_methods_reuse_type_variables_test: RuntimeError | 131 generic_methods_reuse_type_variables_test: RuntimeError |
| 131 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 132 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
| 132 | 133 |
| 133 [ $runtime == vm && $checked ] | 134 [ $runtime == vm && $checked ] |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 generic_methods_bounds_test/02: MissingRuntimeError | 301 generic_methods_bounds_test/02: MissingRuntimeError |
| 301 generic_methods_dynamic_test/02: MissingRuntimeError | 302 generic_methods_dynamic_test/02: MissingRuntimeError |
| 302 generic_methods_dynamic_test/04: MissingRuntimeError | 303 generic_methods_dynamic_test/04: MissingRuntimeError |
| 303 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 304 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
| 304 | 305 |
| 305 [$runtime == vm && $compiler == none && $system == fuchsia] | 306 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 306 closure_cycles_test: Pass, Crash | 307 closure_cycles_test: Pass, Crash |
| 307 | 308 |
| 308 [ $compiler == none ] | 309 [ $compiler == none ] |
| 309 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 | 310 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 |
| OLD | NEW |