Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(351)

Unified Diff: tests/language/language.status

Issue 10914097: Fix type-annotation and add another tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698