Index: tests/language/language.status |
diff --git a/tests/language/language.status b/tests/language/language.status |
index 268bc726b0f9b4b00205cd4e2179e962bba74ea3..dfa36c31eb4a9ae3fa7d1beedd9912168b251607 100644 |
--- a/tests/language/language.status |
+++ b/tests/language/language.status |
@@ -66,6 +66,7 @@ final_syntax_test/none: Fail # Issue 3558 |
lazy_static_test: Fail # Issue 3558 |
lazy_static2_test: Fail # Issue 3558 |
lazy_static3_test: Fail # Issue 3558 |
+lazy_static4_test: Fail # Issue 3558 |
# DartC specific tests that should not be run by the VM |
@@ -128,6 +129,7 @@ final_syntax_test/none: Fail # Issue 3476 |
lazy_static_test: Fail # Issue 3476 |
lazy_static2_test: Fail # Issue 3476 |
lazy_static3_test: Fail # Issue 3476 |
+lazy_static4_test: Fail # Issue 3476 |
library2_negative_test: Fail # still a valid test? Issue 3649 |
library4_negative_test: Fail # still a valid test? Issue 3530 |
library6_negative_test: Fail # still a valid test? Issue 3650 |
@@ -247,6 +249,7 @@ final_syntax_test/none: Fail, OK # Issue 3558 |
lazy_static_test: Fail, OK # Issue 3558 |
lazy_static2_test: Fail, OK # Issue 3558 |
lazy_static3_test: Fail, OK # Issue 3558 |
+lazy_static4_test: Fail, OK # Issue 3558 |
# Call operator is not supported by DartVM (see suppression above.) |
call_operator_test: Fail |
# dart2js frontend doesn't even analyse problematic classes. |