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 type_variable_scope_test/00: MissingCompileTimeError |
| 126 type_variable_scope_test/01: MissingCompileTimeError |
| 127 type_variable_scope_test/02: MissingCompileTimeError |
| 128 type_variable_scope_test/03: MissingCompileTimeError |
| 129 type_variable_scope_test/04: MissingCompileTimeError |
| 130 type_variable_scope_test/05: MissingCompileTimeError |
| 131 type_variable_scope2_test: MissingCompileTimeError |
| 132 type_variable_static_context_test: MissingCompileTimeError |
| 133 typed_selector2_test: MissingCompileTimeError |
| 134 unbound_getter_test: MissingCompileTimeError |
| 135 unresolved_default_constructor_test/01: MissingCompileTimeError |
| 136 unresolved_in_factory_test: MissingCompileTimeError |
| 137 unresolved_top_level_method_test: MissingCompileTimeError |
| 138 unresolved_top_level_var_test: MissingCompileTimeError |
125 | 139 |
126 [ $compiler == none && $runtime == vm ] | 140 [ $compiler == none && $runtime == vm ] |
127 generic_methods_bounds_test/02: MissingRuntimeError | 141 generic_methods_bounds_test/02: MissingRuntimeError |
128 generic_methods_dynamic_test/02: MissingRuntimeError | 142 generic_methods_dynamic_test/02: MissingRuntimeError |
129 generic_methods_dynamic_test/04: MissingRuntimeError | 143 generic_methods_dynamic_test/04: MissingRuntimeError |
130 generic_methods_reuse_type_variables_test: RuntimeError | 144 generic_methods_reuse_type_variables_test: RuntimeError |
131 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 145 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
132 | 146 |
133 [ $runtime == vm && $checked ] | 147 [ $runtime == vm && $checked ] |
134 function_type/function_type0_test: RuntimeError # Issue 30475 | 148 function_type/function_type0_test: RuntimeError # Issue 30475 |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 generic_methods_bounds_test/02: MissingRuntimeError | 314 generic_methods_bounds_test/02: MissingRuntimeError |
301 generic_methods_dynamic_test/02: MissingRuntimeError | 315 generic_methods_dynamic_test/02: MissingRuntimeError |
302 generic_methods_dynamic_test/04: MissingRuntimeError | 316 generic_methods_dynamic_test/04: MissingRuntimeError |
303 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 317 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
304 | 318 |
305 [$runtime == vm && $compiler == none && $system == fuchsia] | 319 [$runtime == vm && $compiler == none && $system == fuchsia] |
306 closure_cycles_test: Pass, Crash | 320 closure_cycles_test: Pass, Crash |
307 | 321 |
308 [ $compiler == none ] | 322 [ $compiler == none ] |
309 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 | 323 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 |
OLD | NEW |