Index: tests/language/language_analyzer.status |
diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status |
index 81e635f488941e2e037ade63aad36c740052d10e..69210572816dc2f236ce29bdbfa991f604527544 100644 |
--- a/tests/language/language_analyzer.status |
+++ b/tests/language/language_analyzer.status |
@@ -62,16 +62,15 @@ pseudo_kw_test: fail |
block_scope_test: fail |
lazy_static3_test: fail |
-# Test issue 11124, Uninitialized finals are warnings not errors |
-field3a_negative_test: fail |
-const_syntax_test/01: fail |
-const_syntax_test/04: fail |
-const_syntax_test/02: fail |
-const_syntax_test/03: fail |
-final_syntax_test/01: fail |
-final_syntax_test/04: fail |
-final_syntax_test/02: fail |
-final_syntax_test/03: fail |
+field3a_negative_test: Fail # Issue 11124 |
+const_syntax_test/01: Fail # Issue 11124 |
+const_syntax_test/04: Fail # Issue 11124 |
+const_syntax_test/02: Fail # Issue 11124 |
+const_syntax_test/03: Fail # Issue 11124 |
+final_syntax_test/01: Fail # Issue 11124 |
+final_syntax_test/04: Fail # Issue 11124 |
+final_syntax_test/02: Fail # Issue 11124 |
+final_syntax_test/03: Fail # Issue 11124 |
# Test issue 11123, Only static fields can be declared as 'const' |
const_escape_frog_test: fail |
@@ -165,12 +164,10 @@ prefix11_negative_test: fail |
# test issue 12156, fails only at runtime |
static_call_wrong_argument_count_negative_test: fail |
-# test issue 12157, uninitializer instance variable is warning, so not negative test |
-static_final_field_negative_test: fail |
-constructor9_test/01: fail # Issue 12157 |
+static_final_field2_test/02: Fail # Issue 13018 |
+constructor9_test/01: Fail # Issue 12157 |
-# test issue 12159, print(exception.message_); causes static warning, not an error |
-throw7_negative_test: fail |
+throw7_test/01: Fail # Issue 12159 |
# test issue 12160, not annotated warnings for type variables from static member |
type_parameter_test/none: fail |