Index: tests/language/language_analyzer2.status |
diff --git a/tests/language/language_analyzer2.status b/tests/language/language_analyzer2.status |
index fa6ec2cec67917e9e93e090d77d056b7a6ce3c76..46fe07f8d01763a9887f71d8fabe9138082e7c3b 100644 |
--- a/tests/language/language_analyzer2.status |
+++ b/tests/language/language_analyzer2.status |
@@ -78,6 +78,9 @@ field_method4_negative_test: fail |
import_combinators_negative_test: fail |
interface_static_non_final_fields_negative_test: fail |
+# test issue 11697: switch/case and static const class member |
+switch_case_static_const_test: fail |
+ |
# test issue 11918: mixin and const constructor |
const_constructor_mixin_test/01: fail |
const_constructor_mixin3_test/01: fail |
@@ -198,6 +201,7 @@ bad_initializer1_negative_test: CompileTimeError |
bad_named_constructor_negative_test: CompileTimeError |
body_less_constructor_wrong_arg_negative_test: CompileTimeError |
const_counter_negative_test: CompileTimeError |
+const_map3_test/00: MissingCompileTimeError |
const_optional_args_negative_test: CompileTimeError |
constructor_redirect1_negative_test: CompileTimeError |
constructor_redirect2_negative_test: CompileTimeError |