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

Unified Diff: tests/language/language.status

Issue 10855174: Lazy implementation of final variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase wrt CL 10832351. Created 8 years, 4 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 5afe4cc4b2de61c36b61eae0d3506a8b294aa0b5..c560c8672dba6b0382a86ace3dd200ca4c28e1df 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -53,6 +53,11 @@ bad_override_test/02: Fail # Issue 3859.
setter_no_getter_call_test/01: Crash # Issue 4360
+final_syntax_test/none: Fail # Issue 3558
+lazy_final_test: Fail # Issue 3558
+lazy_final2_test: Fail # Issue 3558
+
+
# DartC specific tests that should not be run by the VM
*dartc_test: Skip
*dartc_negative_test: Skip
@@ -183,8 +188,12 @@ pseudo_kw_test: Fail
# external keyword is not yet supported by dart2js/dart2dart.
external_test/*: Skip
# Final top-level field declarations without initializer do not lead to errors in dart2js frontend.
-final_syntax_test/03: Fail
-final_syntax_test/04: Fail
+const_syntax_test/03: Fail, OK
+const_syntax_test/04: Fail, OK
+final_syntax_test/03: Fail, OK
+final_syntax_test/04: Fail, OK
+lazy_final_test: Fail,OK # Issue 3558
+lazy_final2_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