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

Unified Diff: tests/lib_2/lib_2_analyzer.status

Issue 3011633002: Added back helper file accidentally deleted during test block 219 migration. (Closed)
Patch Set: Created 3 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/lib_2/lib_2.status ('k') | tests/lib_2/lib_2_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib_2/lib_2_analyzer.status
diff --git a/tests/lib_2/lib_2_analyzer.status b/tests/lib_2/lib_2_analyzer.status
new file mode 100644
index 0000000000000000000000000000000000000000..0537381730707d0358bc2631f51b4bfbfc53f993
--- /dev/null
+++ b/tests/lib_2/lib_2_analyzer.status
@@ -0,0 +1,11 @@
+# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
+# for details. All rights reserved. Use of this source code is governed by a
+# BSD-style license that can be found in the LICENSE file.
+
+[ $compiler == dart2analyzer ]
+mirrors/deferred_type_test: StaticWarning, OK # Deliberately refers to a deferred type in a declaration.
+mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
+
+[ $compiler == dart2analyzer && $strong ]
+mirrors/deferred_type_test: CompileTimeError, OK # Deliberately refers to a deferred type in a declaration.
+mirrors/deferred_mirrors_metadata_test: StaticWarning # Issue 28969
« no previous file with comments | « tests/lib_2/lib_2.status ('k') | tests/lib_2/lib_2_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698