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

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: Fix tests. 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 f4656608d1517d2a35826ab1fd26077a247b8f61..2eea07b5589ae227762815ad74757681b5d843d0 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -53,6 +53,8 @@ bad_override_test/02: Fail # Issue 3859.
setter_no_getter_call_test/01: Crash # Issue 4360
+final_syntax_test/none: Fail # Issue 3558
+
# DartC specific tests that should not be run by the VM
*dartc_test: Skip
@@ -221,8 +223,10 @@ assign_static_type_test/02: Fail
assign_static_type_test/03: Fail
assign_static_type_test/04: Fail
assign_static_type_test/05: Fail
-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
# Call operator is not supported by dart2js frontend.
call_operator_test: Fail
# dart2js frontend doesn't even analyse problematic classes.

Powered by Google App Engine
This is Rietveld 408576698