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

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: Updated cf. comments 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
« no previous file with comments | « tests/language/language.status ('k') | tests/language/library10.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 729088026bfe57370fcc89d6dc83c36da81d46b5..35569f04bcd8aae23a50d6c8270330971d49f24f 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
+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
@@ -233,6 +251,8 @@ static_top_level_test/02: Fail # Negative language test.
static_top_level_test/03: Fail # Negative language test.
static_top_level_test/04: Fail # Negative language test.
static_top_level_test/05: Fail # Negative language test.
+static_top_level_test/06: Fail # Negative language test.
+static_top_level_test/07: Fail # Negative language test.
string_interpolation7_negative_test: Fail # Negative language test.
throw7_negative_test: Fail # Negative language test.
try_catch_syntax_test/08: Fail # Negative language test.
« no previous file with comments | « tests/language/language.status ('k') | tests/language/library10.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698