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

Unified Diff: tests/language/language_analyzer2.status

Issue 150223002: Add 'static type error' tags to multitests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rename 'static type error' to 'checked mode compile-time error'. Created 6 years, 9 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_analyzer.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_analyzer2.status
diff --git a/tests/language/language_analyzer2.status b/tests/language/language_analyzer2.status
index 4f6000bd3b7dc72bf65e2519b2e8bb096740f5e3..0f84f72ca6f4fe0d01e00a59209b48e1e692f2ad 100644
--- a/tests/language/language_analyzer2.status
+++ b/tests/language/language_analyzer2.status
@@ -464,23 +464,16 @@ vm/type_vm_test: StaticWarning
void_type_test: StaticWarning
-# This section is for tests that intentionally have incompatible behavior in
-# unchecked and checked mode. -- Issue 16391/16392.
-compile_time_constant_checked2_test/02: MissingCompileTimeError
-compile_time_constant_checked2_test/03: MissingCompileTimeError
-compile_time_constant_checked2_test/04: MissingCompileTimeError
-compile_time_constant_checked2_test/06: MissingCompileTimeError
-compile_time_constant_checked3_test/02: MissingCompileTimeError
-compile_time_constant_checked3_test/03: MissingCompileTimeError
-compile_time_constant_checked3_test/04: MissingCompileTimeError
-compile_time_constant_checked3_test/06: MissingCompileTimeError
-compile_time_constant_checked_test/02: MissingCompileTimeError
-malformed2_test/01: MissingCompileTimeError
-const_constructor2_test/13: MissingCompileTimeError
-const_constructor2_test/14: MissingCompileTimeError
-const_constructor2_test/15: MissingCompileTimeError
-const_constructor2_test/16: MissingCompileTimeError
-const_constructor2_test/17: MissingCompileTimeError
-const_constructor2_test/20: MissingCompileTimeError
-const_constructor2_test/22: MissingCompileTimeError
-const_constructor2_test/24: MissingCompileTimeError
+# Issue 16392.
+const_constructor2_test/20: MissingStaticWarning # Issue 16392.
+const_constructor2_test/22: MissingStaticWarning # Issue 16392.
+const_constructor2_test/24: MissingStaticWarning # Issue 16392.
+
+# Issue 16391. The analyzer handle compile-time error in checked only in these
+# cases:
+compile_time_constant_checked2_test/01: CompileTimeError # Issue 16391
+compile_time_constant_checked2_test/05: CompileTimeError # Issue 16391
+compile_time_constant_checked3_test/01: CompileTimeError # Issue 16391
+compile_time_constant_checked3_test/05: CompileTimeError # Issue 16391
+list_literal1_test/01: CompileTimeError # Issue 16391
+map_literal1_test/01: CompileTimeError # Issue 16391
« no previous file with comments | « tests/language/language_analyzer.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698