| Index: tests/language_2/language_2_precompiled.status
|
| diff --git a/tests/language_2/language_2_precompiled.status b/tests/language_2/language_2_precompiled.status
|
| index 232e21893481719a31daf1229a17bd82ea17b023..0ce544a7e83d237a7ccd9fe2011c0685418d1934 100644
|
| --- a/tests/language_2/language_2_precompiled.status
|
| +++ b/tests/language_2/language_2_precompiled.status
|
| @@ -97,6 +97,11 @@ class_literal_test/24: MissingCompileTimeError
|
| checked_setter_test: MissingCompileTimeError
|
| class_literal_test/25: MissingCompileTimeError
|
| covariant_subtyping_with_substitution_test: RuntimeError
|
| +generic_closure_test: RuntimeError
|
| +generic_field_mixin6_test/01: MissingCompileTimeError
|
| +generic_function_bounds_test: RuntimeError
|
| +generic_function_dcall_test: RuntimeError
|
| +generic_function_typedef2_test/04: MissingCompileTimeError
|
| generic_instanceof_test: RuntimeError
|
| generic_list_checked_test: RuntimeError
|
| generic_methods_bounds_test/01: MissingCompileTimeError
|
| @@ -188,8 +193,12 @@ async_star_pause_test: Fail, OK
|
| class_keyword_test/02: MissingCompileTimeError # Issue 13627
|
|
|
| [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $checked ]
|
| +generic_functions_test: Pass # Issue 25869
|
| generic_methods_function_type_test: Pass # Issue 25869
|
| +generic_methods_generic_function_parameter_test: Pass # Issue 25869
|
| generic_methods_test: Pass # Issue 25869
|
| generic_methods_new_test: Pass # Issue 25869
|
| generic_local_functions_test: Pass # Issue 25869
|
| -generic_methods_generic_function_parameter_test: Pass # Issue 25869
|
| +
|
| +[ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && ($compiler == none || $compiler == app_jit || $compiler == precompiler) ]
|
| +generalized_void_syntax_test: CompileTimeError # Issue #30176.
|
|
|