| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 class_literal_test/17: MissingCompileTimeError | 96 class_literal_test/17: MissingCompileTimeError |
| 97 class_literal_test/18: MissingCompileTimeError | 97 class_literal_test/18: MissingCompileTimeError |
| 98 class_literal_test/19: MissingCompileTimeError | 98 class_literal_test/19: MissingCompileTimeError |
| 99 class_literal_test/20: MissingCompileTimeError | 99 class_literal_test/20: MissingCompileTimeError |
| 100 class_literal_test/21: MissingCompileTimeError | 100 class_literal_test/21: MissingCompileTimeError |
| 101 class_literal_test/22: MissingCompileTimeError | 101 class_literal_test/22: MissingCompileTimeError |
| 102 class_literal_test/23: MissingCompileTimeError | 102 class_literal_test/23: MissingCompileTimeError |
| 103 class_literal_test/24: MissingCompileTimeError | 103 class_literal_test/24: MissingCompileTimeError |
| 104 class_literal_test/25: MissingCompileTimeError | 104 class_literal_test/25: MissingCompileTimeError |
| 105 covariant_subtyping_with_substitution_test: RuntimeError | 105 covariant_subtyping_with_substitution_test: RuntimeError |
| 106 generic_closure_test: RuntimeError |
| 106 generic_constructor_mixin2_test/01: MissingCompileTimeError | 107 generic_constructor_mixin2_test/01: MissingCompileTimeError |
| 107 generic_constructor_mixin3_test/01: MissingCompileTimeError | 108 generic_constructor_mixin3_test/01: MissingCompileTimeError |
| 108 generic_constructor_mixin_test/01: MissingCompileTimeError | 109 generic_constructor_mixin_test/01: MissingCompileTimeError |
| 110 generic_field_mixin6_test/01: MissingCompileTimeError |
| 111 generic_function_bounds_test: RuntimeError |
| 112 generic_function_dcall_test: RuntimeError |
| 113 generic_function_typedef2_test/04: MissingCompileTimeError |
| 109 generic_instanceof_test: RuntimeError | 114 generic_instanceof_test: RuntimeError |
| 110 generic_methods_bounds_test/01: MissingCompileTimeError | 115 generic_methods_bounds_test/01: MissingCompileTimeError |
| 111 generic_methods_dynamic_test/01: MissingCompileTimeError | 116 generic_methods_dynamic_test/01: MissingCompileTimeError |
| 112 generic_methods_dynamic_test/03: MissingCompileTimeError | 117 generic_methods_dynamic_test/03: MissingCompileTimeError |
| 113 generic_methods_generic_class_tearoff_test: RuntimeError | 118 generic_methods_generic_class_tearoff_test: RuntimeError |
| 114 generic_methods_named_parameters_test: RuntimeError | 119 generic_methods_named_parameters_test: RuntimeError |
| 115 generic_methods_optional_parameters_test: RuntimeError | 120 generic_methods_optional_parameters_test: RuntimeError |
| 116 generic_methods_overriding_test/01: MissingCompileTimeError | 121 generic_methods_overriding_test/01: MissingCompileTimeError |
| 117 generic_methods_overriding_test/03: MissingCompileTimeError | 122 generic_methods_overriding_test/03: MissingCompileTimeError |
| 118 generic_methods_recursive_bound_test/02: MissingCompileTimeError | 123 generic_methods_recursive_bound_test/02: MissingCompileTimeError |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 generic_list_checked_test: RuntimeError | 282 generic_list_checked_test: RuntimeError |
| 278 typevariable_substitution2_test/02: RuntimeError | 283 typevariable_substitution2_test/02: RuntimeError |
| 279 | 284 |
| 280 # The VM doesn't enforce that potentially const expressions are actually | 285 # The VM doesn't enforce that potentially const expressions are actually |
| 281 # const expressions when the constructor is called with `const`. | 286 # const expressions when the constructor is called with `const`. |
| 282 [ $runtime == vm && $compiler == none && $checked ] | 287 [ $runtime == vm && $compiler == none && $checked ] |
| 283 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. | 288 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. |
| 284 | 289 |
| 285 [ $compiler == dartk && $runtime == vm ] | 290 [ $compiler == dartk && $runtime == vm ] |
| 286 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError | 291 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError |
| 292 generic_function_bounds_test: CompileTimeError |
| 287 | 293 |
| 288 [ $compiler == none && $runtime == vm && !$checked ] | 294 [ $compiler == none && $runtime == vm && !$checked ] |
| 289 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | 295 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
| 290 assertion_initializer_const_error_test/01: MissingCompileTimeError | 296 assertion_initializer_const_error_test/01: MissingCompileTimeError |
| 291 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 297 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
| 292 | 298 |
| 293 [ $compiler == app_jit && $runtime == vm ] | 299 [ $compiler == app_jit && $runtime == vm ] |
| 294 generic_methods_reuse_type_variables_test: RuntimeError | 300 generic_methods_reuse_type_variables_test: RuntimeError |
| 295 | 301 |
| 296 [ $compiler == app_jit && $runtime == vm && !$checked ] | 302 [ $compiler == app_jit && $runtime == vm && !$checked ] |
| 297 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | 303 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
| 298 assertion_initializer_const_error_test/01: MissingCompileTimeError | 304 assertion_initializer_const_error_test/01: MissingCompileTimeError |
| 299 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 305 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
| 300 generic_methods_bounds_test/02: MissingRuntimeError | 306 generic_methods_bounds_test/02: MissingRuntimeError |
| 301 generic_methods_dynamic_test/02: MissingRuntimeError | 307 generic_methods_dynamic_test/02: MissingRuntimeError |
| 302 generic_methods_dynamic_test/04: MissingRuntimeError | 308 generic_methods_dynamic_test/04: MissingRuntimeError |
| 303 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 309 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
| 304 | 310 |
| 305 [$runtime == vm && $compiler == none && $system == fuchsia] | 311 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 306 closure_cycles_test: Pass, Crash | 312 closure_cycles_test: Pass, Crash |
| 307 | 313 |
| 308 [ $compiler == none ] | 314 [ $compiler == none ] |
| 309 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 | 315 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 |
| OLD | NEW |