| Index: tests/language/language_analyzer2.status
|
| diff --git a/tests/language/language_analyzer2.status b/tests/language/language_analyzer2.status
|
| index 68cf9643cadd633981691cdd49fa91761aa1f71d..12d79ea593779f2c7c01d5802ccf365560ec5aa5 100644
|
| --- a/tests/language/language_analyzer2.status
|
| +++ b/tests/language/language_analyzer2.status
|
| @@ -23,16 +23,6 @@ method_override8_test/03: Fail # Issue 11496
|
|
|
| built_in_identifier_test/none: Fail # Issue 13023
|
|
|
| -# Invalid constant redirecting factories should cause compile-time error.
|
| -const_types_test/23: Fail # Issue 14306
|
| -const_types_test/24: Fail # Issue 14306
|
| -const_types_test/25: Fail # Issue 14306
|
| -const_types_test/26: Fail # Issue 14306
|
| -const_types_test/27: Fail # Issue 14306
|
| -const_types_test/28: Fail # Issue 14306
|
| -const_types_test/29: Fail # Issue 14306
|
| -const_types_test/30: Fail # Issue 14306
|
| -const_types_test/41: Fail # Issue 14306
|
|
|
| # Please add new failing tests before this line.
|
| # Section below is for invalid tests.
|
| @@ -149,6 +139,9 @@ duplicate_export_test: fail # Issue 13787
|
| # test issue 13916, Looks as no warning should be in this redirecting factory
|
| redirecting_factory_infinite_steps_test/01: fail
|
|
|
| +# test issue , disallow default values in redirecting factories
|
| +redirecting_factory_default_values_test/none: fail # Issue 14471
|
| +
|
| # test issue 13956, It is a static type warning if any of the type arguments to k' are not subtypes of the bounds of the corresponding formal type parameters of type.
|
| default_factory2_test/none: fail
|
|
|
| @@ -481,3 +474,4 @@ unresolved_top_level_method_negative_test: CompileTimeError
|
| vm/type_cast_vm_test: StaticWarning
|
| vm/type_vm_test: StaticWarning
|
| void_type_test: StaticWarning
|
| +
|
|
|