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

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 and merge. 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
« no previous file with comments | « tests/language/final_syntax_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 15cd0826347d3571fcbaab2fb2da152baa8e12bd..a009ff9101e46c3a8f2df571a502d15723b0de4f 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -62,6 +62,12 @@ getter_no_setter2_test/01: Fail # Issue 4898
named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
+final_syntax_test/none: Fail # Issue 3558
+lazy_final_test: Fail # Issue 3558
+lazy_final2_test: Fail # Issue 3558
+lazy_final3_test: Fail # Issue 3558
+
+
# DartC specific tests that should not be run by the VM
*dartc_test: Skip
*dartc_negative_test: Skip
@@ -233,6 +239,12 @@ pseudo_kw_illegal_test/16: Fail
pseudo_kw_test: Fail
# external keyword is not yet supported by dart2js/dart2dart.
external_test/*: Skip
+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.
« no previous file with comments | « tests/language/final_syntax_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698