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

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: Address comments and move some code from compiler to backend. 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 342c6ebe7383cfde930fe47715e6aef4c4ad6b15..c8089219a705d10ec56575c3e410e90f40320fc2 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
@@ -229,6 +235,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.

Powered by Google App Engine
This is Rietveld 408576698