| Index: tests/language/language_analyzer.status
|
| diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
|
| index 720486cabc652d293655ecf1ff35cab5af70a2a0..d28cfd42978e0e8d004dab1e577532ec2606719b 100644
|
| --- a/tests/language/language_analyzer.status
|
| +++ b/tests/language/language_analyzer.status
|
| @@ -475,25 +475,8 @@ unresolved_top_level_method_negative_test: CompileTimeError
|
| vm/type_cast_vm_test: StaticWarning
|
| vm/type_vm_test: StaticWarning
|
| void_type_test: StaticWarning
|
| -deferred_constraints_type_annotation_test/new_before_load: MissingStaticWarning
|
| -deferred_constraints_type_annotation_test/type_annotation1: MissingStaticWarning
|
| -deferred_constraints_type_annotation_test/type_annotation_generic1: MissingStaticWarning
|
| -deferred_constraints_type_annotation_test/type_annotation_generic2: MissingStaticWarning
|
| -deferred_constraints_type_annotation_test/type_annotation_generic3: MissingStaticWarning
|
| -deferred_constraints_type_annotation_test/type_annotation_generic4: MissingStaticWarning
|
| -deferred_constraints_type_annotation_test/type_annotation_null: MissingStaticWarning
|
| -deferred_constraints_type_annotation_test/type_annotation_top_level: MissingStaticWarning
|
| -deferred_constraints_type_annotation_test/as_operation: MissingStaticWarning
|
| -deferred_constraints_type_annotation_test/is_check: MissingStaticWarning
|
| -deferred_constraints_type_annotation_test/new_generic2: MissingStaticWarning
|
| -deferred_constraints_type_annotation_test/new_generic3: MissingStaticWarning
|
| -deferred_constraints_type_annotation_test/catch_check: MissingStaticWarning
|
| -deferred_constraints_constants_test/reference1: MissingCompileTimeError
|
| -deferred_constraints_constants_test/reference2: MissingCompileTimeError
|
| -deferred_constraints_constants_test/metadata1: MissingCompileTimeError
|
| -deferred_constraints_constants_test/metadata2: MissingCompileTimeError
|
| -deferred_constraints_constants_test/metadata3: MissingCompileTimeError
|
| -deferred_constraints_constants_test/default_argument1: MissingCompileTimeError
|
| -deferred_constraints_constants_test/default_argument2: MissingCompileTimeError
|
| -deferred_constraints_constants_test/constructor1: MissingCompileTimeError
|
| -deferred_constraints_constants_test/constructor2: MissingCompileTimeError
|
| +# Issue 17522
|
| +deferred_constraints_type_annotation_test/*: Pass, Fail
|
| +deferred_constraints_constants_test/*: Pass, Fail
|
| +deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail
|
| +deferred_constraints_constants_old_syntax_test/*: Pass, Fail
|
|
|