| Index: tests/language_strong/language_strong.status
|
| diff --git a/tests/language_strong/language_strong.status b/tests/language_strong/language_strong.status
|
| index 52448d855843e2b1275de42c8be9d59c6f16dab6..03fe136622dfa341b261834dc3bcf69db3be49c2 100644
|
| --- a/tests/language_strong/language_strong.status
|
| +++ b/tests/language_strong/language_strong.status
|
| @@ -682,20 +682,20 @@ void_type_test: Skip
|
| wrong_number_type_arguments_test: Skip
|
|
|
| [ $compiler == dart2analyzer && $strong ]
|
| -async_await_test/02: CompileTimeError # Issue 28823
|
| -async_await_test/03: CompileTimeError # Issue 28823
|
| -async_await_test/none: CompileTimeError # Issue 28823
|
| -async_star_test/01: CompileTimeError # Issue 28823
|
| -async_star_test/02: CompileTimeError # Issue 28823
|
| -async_star_test/03: CompileTimeError # Issue 28823
|
| -async_star_test/04: CompileTimeError # Issue 28823
|
| -async_star_test/05: CompileTimeError # Issue 28823
|
| -async_star_test/none: CompileTimeError # Issue 28823
|
| +# async_await_test/02: CompileTimeError # Issue 28823
|
| +# async_await_test/03: CompileTimeError # Issue 28823
|
| +# async_await_test/none: CompileTimeError # Issue 28823
|
| +# async_star_test/01: CompileTimeError # Issue 28823
|
| +# async_star_test/02: CompileTimeError # Issue 28823
|
| +# async_star_test/03: CompileTimeError # Issue 28823
|
| +# async_star_test/04: CompileTimeError # Issue 28823
|
| +# async_star_test/05: CompileTimeError # Issue 28823
|
| +# async_star_test/none: CompileTimeError # Issue 28823
|
| bit_operations_test/01: MissingStaticWarning # Issue 28823
|
| bit_operations_test/02: MissingStaticWarning # Issue 28823
|
| bit_operations_test/03: MissingStaticWarning # Issue 28823
|
| bit_operations_test/04: MissingStaticWarning # Issue 28823
|
| -closure_side_effect_test: CompileTimeError # Issue 28823
|
| +# closure_side_effect_test: CompileTimeError # Issue 28823
|
| constant_type_literal_test/01: MissingCompileTimeError # Issue 28823
|
| field3a_negative_test: StaticWarning # Issue 28823
|
| generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070
|
| @@ -704,7 +704,7 @@ generic_methods_shadowing_test: CompileTimeError # Issue 29070
|
| generic_methods_closure_test: CompileTimeError # Issue 29070
|
| generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070
|
| generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070
|
| -inferrer_constructor3_test: CompileTimeError
|
| +# inferrer_constructor3_test: CompileTimeError
|
| interface_inherit_field_test: StaticWarning # Issue 28823
|
| internal_library_test/02: MissingStaticWarning # Issue 28823
|
| main_not_a_function_test/01: MissingStaticWarning # Issue 28823
|
|
|