| Index: tests/language_2/language_2_vm.status
|
| diff --git a/tests/language_2/language_2_vm.status b/tests/language_2/language_2_vm.status
|
| index f7d8414981c87694799cd1fdca04802f8776c68b..fbf67bad034bab9e155ed18d22ca9b7a71cba74c 100644
|
| --- a/tests/language_2/language_2_vm.status
|
| +++ b/tests/language_2/language_2_vm.status
|
| @@ -103,9 +103,32 @@ class_literal_test/23: MissingCompileTimeError
|
| class_literal_test/24: MissingCompileTimeError
|
| class_literal_test/25: MissingCompileTimeError
|
| covariant_subtyping_with_substitution_test: RuntimeError
|
| -generic_constructor_mixin_test/01: MissingCompileTimeError
|
| generic_constructor_mixin2_test/01: MissingCompileTimeError
|
| generic_constructor_mixin3_test/01: MissingCompileTimeError
|
| +generic_constructor_mixin_test/01: MissingCompileTimeError
|
| +generic_instanceof_test: RuntimeError
|
| +generic_methods_bounds_test/01: MissingCompileTimeError
|
| +generic_methods_dynamic_test/01: MissingCompileTimeError
|
| +generic_methods_dynamic_test/03: MissingCompileTimeError
|
| +generic_methods_generic_class_tearoff_test: RuntimeError
|
| +generic_methods_named_parameters_test: RuntimeError
|
| +generic_methods_optional_parameters_test: RuntimeError
|
| +generic_methods_overriding_test/01: MissingCompileTimeError
|
| +generic_methods_overriding_test/03: MissingCompileTimeError
|
| +generic_methods_recursive_bound_test/02: MissingCompileTimeError
|
| +generic_methods_simple_is_expression_test: RuntimeError
|
| +generic_methods_tearoff_specialization_test: RuntimeError
|
| +generic_methods_unused_parameter_test: RuntimeError
|
| +generic_tearoff_test: RuntimeError
|
| +generic_typedef_test: RuntimeError
|
| +typevariable_substitution2_test/02: MissingCompileTimeError
|
| +
|
| +[ $compiler == none && $runtime == vm ]
|
| +generic_methods_bounds_test/02: MissingRuntimeError
|
| +generic_methods_dynamic_test/02: MissingRuntimeError
|
| +generic_methods_dynamic_test/04: MissingRuntimeError
|
| +generic_methods_reuse_type_variables_test: RuntimeError
|
| +generic_methods_simple_as_expression_test/02: MissingRuntimeError
|
|
|
| [ $runtime == vm && $checked ]
|
| function_type/function_type0_test: RuntimeError # Issue 30475
|
| @@ -251,6 +274,7 @@ function_type/function_type9_test: RuntimeError # Issue 30475
|
| bool_check_test: RuntimeError
|
| bool_condition_check_test: RuntimeError
|
| function_subtype_inline2_test: RuntimeError
|
| +generic_list_checked_test: RuntimeError
|
| typevariable_substitution2_test/02: RuntimeError
|
|
|
| # The VM doesn't enforce that potentially const expressions are actually
|
| @@ -266,10 +290,20 @@ assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
|
| assertion_initializer_const_error_test/01: MissingCompileTimeError
|
| assertion_initializer_const_function_error_test/01: MissingCompileTimeError
|
|
|
| +[ $compiler == app_jit && $runtime == vm ]
|
| +generic_methods_reuse_type_variables_test: RuntimeError
|
| +
|
| [ $compiler == app_jit && $runtime == vm && !$checked ]
|
| assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
|
| assertion_initializer_const_error_test/01: MissingCompileTimeError
|
| assertion_initializer_const_function_error_test/01: MissingCompileTimeError
|
| +generic_methods_bounds_test/02: MissingRuntimeError
|
| +generic_methods_dynamic_test/02: MissingRuntimeError
|
| +generic_methods_dynamic_test/04: MissingRuntimeError
|
| +generic_methods_simple_as_expression_test/02: MissingRuntimeError
|
|
|
| [$runtime == vm && $compiler == none && $system == fuchsia]
|
| closure_cycles_test: Pass, Crash
|
| +
|
| +[ $compiler == none ]
|
| +generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460
|
|
|