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

Unified Diff: tests/language/language_dart2js.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_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 70773a8f2223ca37dda5def60815cfb4f34b4b1b..fb15541c84b7256c1ff167a642fa9e47078e88f7 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -156,9 +156,6 @@ const_factory_negative_test: Fail, OK # Negative language test.
const_field_negative_test: Fail, OK # Negative language test.
const_init4_negative_test: Fail, OK # Negative language test.
const_init_negative_test: Fail, OK # Negative language test.
-const_syntax_test/01: Fail, OK # Negative language test.
-const_syntax_test/02: Fail, OK # Negative language test.
-const_syntax_test/03: Fail, OK # Negative language test.
constructor2_negative_test: Fail, OK # Negative language test.
constructor_duplicate_initializers_test/02: Fail, OK # Negative language test.
constructor_negative_test: Pass # For the wrong reason.
@@ -239,8 +236,10 @@ numbers_test: Fail, OK # (unintended?) VM specific test.
final_syntax_test/01: Fail
final_syntax_test/02: Fail
-final_syntax_test/03: Fail
-final_syntax_test/04: Fail
+final_syntax_test/03: Fail, OK
+final_syntax_test/04: Fail, OK
+const_syntax_test/03: Fail, OK
+const_syntax_test/04: Fail, OK
div_by_zero_test: Fail, OK # Leg only has doubles.
bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range.

Powered by Google App Engine
This is Rietveld 408576698