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 identical_const_test/01: MissingCompileTimeError |
| 125 identical_const_test/02: MissingCompileTimeError |
| 126 identical_const_test/03: MissingCompileTimeError |
| 127 identical_const_test/04: MissingCompileTimeError |
| 128 if_null_assignment_behavior_test/03: MissingCompileTimeError |
| 129 if_null_assignment_behavior_test/13: MissingCompileTimeError |
| 130 if_null_assignment_behavior_test/15: MissingCompileTimeError |
| 131 if_null_assignment_static_test/02: MissingCompileTimeError |
| 132 if_null_assignment_static_test/04: MissingCompileTimeError |
| 133 if_null_assignment_static_test/06: MissingCompileTimeError |
| 134 if_null_assignment_static_test/07: MissingCompileTimeError |
| 135 if_null_assignment_static_test/09: MissingCompileTimeError |
| 136 if_null_assignment_static_test/11: MissingCompileTimeError |
| 137 if_null_assignment_static_test/13: MissingCompileTimeError |
| 138 if_null_assignment_static_test/14: MissingCompileTimeError |
| 139 if_null_assignment_static_test/16: MissingCompileTimeError |
| 140 if_null_assignment_static_test/18: MissingCompileTimeError |
| 141 if_null_assignment_static_test/20: MissingCompileTimeError |
| 142 if_null_assignment_static_test/21: MissingCompileTimeError |
| 143 if_null_assignment_static_test/23: MissingCompileTimeError |
| 144 if_null_assignment_static_test/25: MissingCompileTimeError |
| 145 if_null_assignment_static_test/27: MissingCompileTimeError |
| 146 if_null_assignment_static_test/28: MissingCompileTimeError |
| 147 if_null_assignment_static_test/30: MissingCompileTimeError |
| 148 if_null_assignment_static_test/32: MissingCompileTimeError |
| 149 if_null_assignment_static_test/34: MissingCompileTimeError |
| 150 if_null_assignment_static_test/35: MissingCompileTimeError |
| 151 if_null_assignment_static_test/37: MissingCompileTimeError |
| 152 if_null_assignment_static_test/39: MissingCompileTimeError |
| 153 if_null_assignment_static_test/41: MissingCompileTimeError |
| 154 if_null_assignment_static_test/42: MissingCompileTimeError |
| 155 if_null_precedence_test/06: MissingCompileTimeError |
| 156 if_null_precedence_test/07: MissingCompileTimeError |
124 many_generic_instanceof_test: RuntimeError | 157 many_generic_instanceof_test: RuntimeError |
125 | 158 |
126 [ $compiler == none && $runtime == vm ] | 159 [ $compiler == none && $runtime == vm ] |
127 generic_methods_bounds_test/02: MissingRuntimeError | 160 generic_methods_bounds_test/02: MissingRuntimeError |
128 generic_methods_dynamic_test/02: MissingRuntimeError | 161 generic_methods_dynamic_test/02: MissingRuntimeError |
129 generic_methods_dynamic_test/04: MissingRuntimeError | 162 generic_methods_dynamic_test/04: MissingRuntimeError |
130 generic_methods_reuse_type_variables_test: RuntimeError | 163 generic_methods_reuse_type_variables_test: RuntimeError |
131 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 164 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
132 | 165 |
133 [ $runtime == vm && $checked ] | 166 [ $runtime == vm && $checked ] |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 function_type/function_type96_test: RuntimeError # Issue 30475 | 301 function_type/function_type96_test: RuntimeError # Issue 30475 |
269 function_type/function_type9_test: RuntimeError # Issue 30475 | 302 function_type/function_type9_test: RuntimeError # Issue 30475 |
270 | 303 |
271 # The VM and does not implement the Dart 2.0 runtime checks yet unless | 304 # The VM and does not implement the Dart 2.0 runtime checks yet unless |
272 # --checked is explicitly passed). | 305 # --checked is explicitly passed). |
273 [ $runtime == vm && !$checked ] | 306 [ $runtime == vm && !$checked ] |
274 bool_check_test: RuntimeError | 307 bool_check_test: RuntimeError |
275 bool_condition_check_test: RuntimeError | 308 bool_condition_check_test: RuntimeError |
276 function_subtype_inline2_test: RuntimeError | 309 function_subtype_inline2_test: RuntimeError |
277 generic_list_checked_test: RuntimeError | 310 generic_list_checked_test: RuntimeError |
| 311 if_null_precedence_test/none: RuntimeError |
278 typevariable_substitution2_test/02: RuntimeError | 312 typevariable_substitution2_test/02: RuntimeError |
279 | 313 |
280 # The VM doesn't enforce that potentially const expressions are actually | 314 # The VM doesn't enforce that potentially const expressions are actually |
281 # const expressions when the constructor is called with `const`. | 315 # const expressions when the constructor is called with `const`. |
282 [ $runtime == vm && $compiler == none && $checked ] | 316 [ $runtime == vm && $compiler == none && $checked ] |
283 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. | 317 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. |
284 | 318 |
285 [ $compiler == dartk && $runtime == vm ] | 319 [ $compiler == dartk && $runtime == vm ] |
286 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError | 320 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError |
287 | 321 |
(...skipping 12 matching lines...) Expand all Loading... |
300 generic_methods_bounds_test/02: MissingRuntimeError | 334 generic_methods_bounds_test/02: MissingRuntimeError |
301 generic_methods_dynamic_test/02: MissingRuntimeError | 335 generic_methods_dynamic_test/02: MissingRuntimeError |
302 generic_methods_dynamic_test/04: MissingRuntimeError | 336 generic_methods_dynamic_test/04: MissingRuntimeError |
303 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 337 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
304 | 338 |
305 [$runtime == vm && $compiler == none && $system == fuchsia] | 339 [$runtime == vm && $compiler == none && $system == fuchsia] |
306 closure_cycles_test: Pass, Crash | 340 closure_cycles_test: Pass, Crash |
307 | 341 |
308 [ $compiler == none ] | 342 [ $compiler == none ] |
309 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 | 343 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 |
OLD | NEW |