| Index: tests/language/language_analyzer2.status
|
| diff --git a/tests/language/language_analyzer2.status b/tests/language/language_analyzer2.status
|
| index 1b28acfb3c4e9e3eaa4104338160c62de2a6ae5f..6f500698622c571a3b477bc4dd4845ab67861e87 100644
|
| --- a/tests/language/language_analyzer2.status
|
| +++ b/tests/language/language_analyzer2.status
|
| @@ -13,7 +13,7 @@ built_in_identifier_prefix_test: CompileTimeError # Issue 12694
|
| override_field_test/03: fail
|
| method_override7_test/03: Fail # Issue 11496
|
|
|
| -type_check_const_function_typedef2_test/00: MissingCompileTimeError, Ok # Compile-time error in checked mode, because of constants.
|
| +type_check_const_function_typedef2_test/00: MissingCompileTimeError, Pass # Compile-time error in checked mode, because of constants.
|
|
|
| external_test/21: Fail
|
| external_test/24: Fail
|
| @@ -462,25 +462,11 @@ compile_time_constant10_test/none: CompileTimeError # Issue 21177
|
|
|
| # Issue 16391. These tests are supposed to produce a compile time
|
| # error in checked mode, but they don't:
|
| -[ $compiler == dartanalyzer && $checked ]
|
| -compile_time_constant_checked2_test/02: MissingCompileTimeError # Issue 16391
|
| -compile_time_constant_checked2_test/03: MissingCompileTimeError # Issue 16391
|
| +[ $compiler == dart2analyzer && $checked ]
|
| compile_time_constant_checked2_test/04: MissingCompileTimeError # Issue 16391
|
| -compile_time_constant_checked2_test/06: MissingCompileTimeError # Issue 16391
|
| -compile_time_constant_checked3_test/02: MissingCompileTimeError # Issue 16391
|
| -compile_time_constant_checked3_test/03: MissingCompileTimeError # Issue 16391
|
| compile_time_constant_checked3_test/04: MissingCompileTimeError # Issue 16391
|
| -compile_time_constant_checked3_test/06: MissingCompileTimeError # Issue 16391
|
| compile_time_constant_checked_test/02: MissingCompileTimeError # Issue 16391
|
| -const_constructor2_test/13: MissingCompileTimeError # Issue 16391
|
| -const_constructor2_test/14: MissingCompileTimeError # Issue 16391
|
| -const_constructor2_test/15: MissingCompileTimeError # Issue 16391
|
| -const_constructor2_test/16: MissingCompileTimeError # Issue 16391
|
| -const_constructor2_test/17: MissingCompileTimeError # Issue 16391
|
| -const_constructor2_test/20: MissingCompileTimeError # Issue 16391
|
| const_constructor2_test/22: MissingCompileTimeError # Issue 16391
|
| const_constructor2_test/24: MissingCompileTimeError # Issue 16391
|
| -const_constructor3_test/02: MissingCompileTimeError # Issue 16391
|
| -const_constructor3_test/04: MissingCompileTimeError # Issue 16391
|
| const_init2_test/02: MissingCompileTimeError # Issue 16391
|
| malformed2_test/01: MissingCompileTimeError # Issue 16391
|
|
|