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

Unified Diff: tests/language/language_analyzer.status

Issue 613673006: Support more checked mode compile time errors in analysis engine. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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_analyzer.status
diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
index e7c0e565391d7640a375f0af5bf0d45b95ce1df5..436d99b16a9c26858ff69b160f7c22cb5ebcba11 100644
--- a/tests/language/language_analyzer.status
+++ b/tests/language/language_analyzer.status
@@ -482,10 +482,3 @@ const_constructor3_test/02: MissingCompileTimeError # Issue 16391
const_constructor3_test/04: MissingCompileTimeError # Issue 16391
const_init2_test/02: MissingCompileTimeError # Issue 16391
malformed2_test/01: MissingCompileTimeError # Issue 16391
-
-# Issue 16391. These tests are supposed to produce a compile time
-# error in checked mode, but they produce a compile time error
-# regardless of mode:
-[ $compiler == dartanalyzer && $unchecked ]
-list_literal1_test/01: CompileTimeError # Issue 16391
-map_literal1_test/01: CompileTimeError # Issue 16391

Powered by Google App Engine
This is Rietveld 408576698