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

Unified Diff: tests/language/language_analyzer2.status

Issue 622743002: New analyzer snapshot. (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
« no previous file with comments | « tests/co19/co19-analyzer2.status ('k') | no next file » | 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 3d4a9a467f4e3130b30a6bd59a5a85cb80bc1673..1b28acfb3c4e9e3eaa4104338160c62de2a6ae5f 100644
--- a/tests/language/language_analyzer2.status
+++ b/tests/language/language_analyzer2.status
@@ -426,6 +426,7 @@ void_type_test: StaticWarning
issue13474_test: StaticWarning, OK # Test Issue
+
# The following lines have been left in to quickly switch back to having deferred loading
# off by default again.
# Deferred loading support, tests marked as failing until support is enabled by default.
@@ -457,9 +458,11 @@ main_not_a_function_test/01: Fail # http://dartbug.com/20030
main_test/03: Fail # http://dartbug.com/20030
no_main_test/01: Fail # http://dartbug.com/20030
+compile_time_constant10_test/none: CompileTimeError # Issue 21177
+
# Issue 16391. These tests are supposed to produce a compile time
# error in checked mode, but they don't:
-[ $compiler == dart2analyzer && $checked ]
+[ $compiler == dartanalyzer && $checked ]
compile_time_constant_checked2_test/02: MissingCompileTimeError # Issue 16391
compile_time_constant_checked2_test/03: MissingCompileTimeError # Issue 16391
compile_time_constant_checked2_test/04: MissingCompileTimeError # Issue 16391
@@ -481,14 +484,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 == dart2analyzer && $unchecked ]
-compile_time_constant_checked2_test/01: CompileTimeError # Language Issue 16391
-compile_time_constant_checked2_test/05: CompileTimeError # Language Issue 16391
-compile_time_constant_checked3_test/01: CompileTimeError # Language Issue 16391
-compile_time_constant_checked3_test/05: CompileTimeError # Language Issue 16391
-list_literal1_test/01: CompileTimeError # Issue 16391
-map_literal1_test/01: CompileTimeError # Issue 16391
« no previous file with comments | « tests/co19/co19-analyzer2.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698