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

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: Remove lazy bailout initializers. 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_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 466f0e22a3b7699b4370640d465e8cc2b44705cd..3bbb88982b1af6b937a7b29138231d431f79a3cc 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -46,7 +46,6 @@ assertion_test: Fail
getter_declaration_negative_test: Fail # This will be fixed when dart2js reject old getter syntax.
function_type_this_parameter_test: Crash # Issue 4417.
-compile_time_constant_test/02: Fail, OK # By inlining the use-function we don't compile the static variable.
compile_time_constant8_test: Fail # We don't take the generic type into account yet.
# Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked on linux.
@@ -85,6 +84,7 @@ generic_instanceof3_test: Fail # cannot handle generics.
generic_test: Fail # cannot resolve type T
get_set_syntax_test/none: Fail # Parsing of pseudo keywords.
implicit_scope_test: Fail # duplicate definition of a="bar"
+lazy_final2_test: Fail # Issue 3559: No support for closures in lazy initializers.
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
@@ -169,9 +169,6 @@ const_constructor_syntax_test/04: 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.
const_syntax_test/04: Fail # Negative language test.
constructor2_negative_test: Fail # Negative language test.
constructor_negative_test: Pass # For the wrong reason.
@@ -247,6 +244,13 @@ try_catch_syntax_test/08: Fail # Negative language test.
disable_privacy_test: Fail, OK # VM specific test.
numbers_test: Fail, OK # (unintended?) VM specific test.
+final_syntax_test/01: Fail # Missing error for final unitialized field.
kasperl 2012/09/05 08:54:54 uninitialized final field
floitsch 2012/09/05 09:31:07 Done.
+final_syntax_test/02: Fail # Missing error for final unitialized field.
+final_syntax_test/03: Fail # Missing error for final unitialized field.
+final_syntax_test/04: Fail # Missing error for final unitialized field.
+const_syntax_test/01: Fail # Missing error for final unitialized field.
+const_syntax_test/02: Fail # Missing error for final unitialized field.
+const_syntax_test/03: Fail # Missing error for final unitialized field.
div_by_zero_test: Fail, OK # Leg only has doubles.
bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range.
# The following test will start to fail again once dart2js implements the

Powered by Google App Engine
This is Rietveld 408576698