| Index: tests/language/language_analyzer2.status
|
| diff --git a/tests/language/language_analyzer2.status b/tests/language/language_analyzer2.status
|
| index da963700ddd0e9e851fdd8cebe03cfe93ae39dde..fa6ec2cec67917e9e93e090d77d056b7a6ce3c76 100644
|
| --- a/tests/language/language_analyzer2.status
|
| +++ b/tests/language/language_analyzer2.status
|
| @@ -453,13 +453,15 @@ compile_time_constant_checked3_test/05: CompileTimeError # Issue 16391
|
| list_literal1_test/01: CompileTimeError # Issue 16391
|
| map_literal1_test/01: CompileTimeError # Issue 16391
|
|
|
| -# Issue 17522
|
| -deferred_constraints_type_annotation_test/*: Pass, Fail
|
| -deferred_constraints_constants_test/*: Pass, Fail
|
| +# Issue 18562- Old syntax (@lazy) for deferred libraries
|
| deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail
|
| deferred_constraints_constants_old_syntax_test/*: Pass, Fail
|
| -deferred_shadow_load_library_test: Fail
|
| -deferred_closurize_load_library_test: Fail
|
| +
|
| +# Issue 18562- 'is', 'as' and 'catch' aren't type annotations, thus we don't
|
| +# generate the "The deferred types cannot be used in a declaration" warning
|
| +deferred_constraints_type_annotation_test/as_operation: MissingStaticWarning
|
| +deferred_constraints_type_annotation_test/is_check: MissingStaticWarning
|
| +deferred_constraints_type_annotation_test/catch_check: MissingStaticWarning
|
|
|
| # Issues to be fixed now that type parameters have been fixed
|
| # (issues 14221, 15553)
|
| @@ -487,7 +489,4 @@ factory1_test/01: StaticWarning
|
| factory1_test/none: StaticWarning
|
| generic_closure_test: StaticWarning
|
| local_function2_test: StaticWarning
|
| -null_test/none: StaticWarning
|
| redirecting_factory_long_test: StaticWarning
|
| -type_parameter_literal_test: StaticWarning
|
| -mirrors/new_instance_with_type_arguments_test: StaticWarning
|
|
|