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

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: 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_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index edbfe229a74cc8b1f5e8b3102971522638169510..a2bc83e9601a00aba8de3bc0bb708f8995335616 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -83,6 +83,7 @@ generic_test: Fail # cannot resolve type T
get_set_syntax_test/none: Fail # Parsing of pseudo keywords.
getter_no_setter_test/01: Crash # Internal error: NullPointerException : method: 'get:enclosingElement'
implicit_scope_test: Fail # duplicate definition of a="bar"
+lazy_final2_test: Fail # Issue 3559 No support for closures in lazy initializers.
kasperl 2012/08/17 09:30:04 Add : after issue no.?
floitsch 2012/09/04 17:32:21 Done.
library_prefixes_test: Fail # other is not a type
local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2' (bad exception mapping).
many_generic_instanceof_test: Fail # cannot resolve type T
@@ -160,9 +161,6 @@ const_factory_negative_test: Fail # Negative language test.
const_field_negative_test: Fail # Negative language test.
const_init4_negative_test: Fail # Negative language test.
const_init_negative_test: Fail # Negative language test.
-const_syntax_test/01: Fail # Negative language test.
-const_syntax_test/02: Fail # Negative language test.
-const_syntax_test/03: Fail # Negative language test.
constructor2_negative_test: Fail # Negative language test.
constructor_duplicate_initializers_test/02: Fail # Negative language test.
constructor_negative_test: Pass # For the wrong reason.
@@ -241,8 +239,12 @@ 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
kasperl 2012/08/17 09:30:04 Maybe comment on why we're okay with failing these
floitsch 2012/09/04 17:32:21 Removed OK, and added reason for failure.
+final_syntax_test/04: Fail, OK
+const_syntax_test/01: Fail
+const_syntax_test/02: Fail
+const_syntax_test/03: Fail
+const_syntax_test/04: Fail
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