| Index: tests/language/language_analyzer.status
|
| diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
|
| index 459bd74b5db1578c5ee06e7b585892181c5bc7c0..e6f110a07dfd1d9e2788a03011f551ee1743f70a 100644
|
| --- a/tests/language/language_analyzer.status
|
| +++ b/tests/language/language_analyzer.status
|
| @@ -29,6 +29,18 @@ prefix10_negative_test: fail
|
|
|
| built_in_identifier_test/none: Fail # Issue 13023
|
|
|
| +# test issue 13807, missing support for type promotion
|
| +type_promotion_closure_test/none: Fail # Issue 13807
|
| +type_promotion_functions_test/none: Fail # Issue 13807
|
| +type_promotion_local_test/none: Fail # Issue 13807
|
| +type_promotion_logical_and_test/none: Fail # Issue 13807
|
| +type_promotion_multiple_test/none: Fail # Issue 13807
|
| +type_promotion_parameter_test/none: Fail # Issue 13807
|
| +
|
| +# Missing checks for cyclic typedefs (through bounds)
|
| +cyclic_typedef_test/10: Fail # Issue 13906
|
| +cyclic_typedef_test/11: Fail # Issue 13906
|
| +
|
|
|
| # Please add new failing tests before this line.
|
| # Section below is for invalid tests.
|
| @@ -181,13 +193,6 @@ malformed_test/06: fail # test issue 14079, it is not error, but warning to use
|
| # This is section for invalid tests.
|
| #
|
|
|
| -type_promotion_closure_test/none: Fail # Issue 13807
|
| -type_promotion_functions_test/none: Fail # Issue 13807
|
| -type_promotion_local_test/none: Fail # Issue 13807
|
| -type_promotion_logical_and_test/none: Fail # Issue 13807
|
| -type_promotion_multiple_test/none: Fail # Issue 13807
|
| -type_promotion_parameter_test/none: Fail # Issue 13807
|
| -
|
| [ $compiler == dartanalyzer && $checked ]
|
| factory1_test/00: fail
|
| factory1_test/01: fail
|
|
|