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

Unified Diff: tests/language/language_dart2js.status

Issue 10837359: Language tests updated to use const instead of final. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Instance fields are never const. 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 2cf8e8f1ce7e35338e083a87ad11ad6a4ab42ab1..23cac12149535df38cf010442b5d8a6396da0359 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -51,6 +51,24 @@ getter_declaration_negative_test: Fail # This will be fixed when dart2js reject
function_type_this_parameter_test: Crash # Issue 4417.
compile_time_constant8_test: Fail # We don't take the generic type into account yet.
+# const variables are not regarded as compile-time constants:
+adjacent_const_string_literals_test: Fail
ahe 2012/08/22 10:14:45 Please copy the comment so each line looks like:
Johnni Winther 2012/08/22 15:35:43 Ignored, since it will be removed by the next CL.
+call_through_getter_test: Fail
+compile_time_constant2_test: Fail
+compile_time_constant3_test: Fail
+compile_time_constant5_test: Fail
+compile_time_constant6_test: Fail
+compile_time_constant_a_test: Fail
+compile_time_constant_j_test: Fail
+compile_time_constant_o_test: Fail
+const_init_test: Fail
+ct_const3_test: Fail
+ct_const4_test: Fail
+issue4515170_test: Fail
+list_literal2_test: Fail
+string_interpolation8_test: Fail
+top_level_var_test: Fail
+
# Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked on linux.
# Crash infinite loop on Mac and dart2js checked mode on linux.
function_type_alias6_test: Crash, Fail

Powered by Google App Engine
This is Rietveld 408576698