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

Unified Diff: tests/language/language_analyzer2.status

Issue 267923004: Check const map literal keys and switch case exprs using type of constant. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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_analyzer2.status
diff --git a/tests/language/language_analyzer2.status b/tests/language/language_analyzer2.status
index fa6ec2cec67917e9e93e090d77d056b7a6ce3c76..46fe07f8d01763a9887f71d8fabe9138082e7c3b 100644
--- a/tests/language/language_analyzer2.status
+++ b/tests/language/language_analyzer2.status
@@ -78,6 +78,9 @@ field_method4_negative_test: fail
import_combinators_negative_test: fail
interface_static_non_final_fields_negative_test: fail
+# test issue 11697: switch/case and static const class member
+switch_case_static_const_test: fail
+
# test issue 11918: mixin and const constructor
const_constructor_mixin_test/01: fail
const_constructor_mixin3_test/01: fail
@@ -198,6 +201,7 @@ bad_initializer1_negative_test: CompileTimeError
bad_named_constructor_negative_test: CompileTimeError
body_less_constructor_wrong_arg_negative_test: CompileTimeError
const_counter_negative_test: CompileTimeError
+const_map3_test/00: MissingCompileTimeError
const_optional_args_negative_test: CompileTimeError
constructor_redirect1_negative_test: CompileTimeError
constructor_redirect2_negative_test: CompileTimeError

Powered by Google App Engine
This is Rietveld 408576698