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

Unified Diff: tests/language/language_analyzer.status

Issue 847123002: Fix status files to allow async-await tests to run on non-vm (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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.status ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_analyzer.status
diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
index 6f96ea62e7b9aa009753edd8978b851738701289..e99e922dc950ac8505491edabefdc9851ac52dd8 100644
--- a/tests/language/language_analyzer.status
+++ b/tests/language/language_analyzer.status
@@ -3,6 +3,13 @@
# BSD-style license that can be found in the LICENSE file.
[ $compiler == dartanalyzer ]
+await_backwards_compatibility_test/none: CompileTimeError # Issue 22052
+await_test: CompileTimeError # Issue 22052
+
+async_test/type-mismatch2: MissingStaticWarning # Issue 22053
+async_test/type-mismatch3: MissingStaticWarning # Issue 22053
+async_test/type-mismatch4: MissingStaticWarning # Issue 22053
+
# Runtime negative test. No static errors or warnings.
closure_call_wrong_argument_count_negative_test: skip
« no previous file with comments | « tests/language/language.status ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698