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

Unified Diff: tests/lib/analyzer/analyze_library.status

Issue 687953004: Don't analyze async_await in the repo bots. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/analyzer/analyze_library.status
diff --git a/tests/lib/analyzer/analyze_library.status b/tests/lib/analyzer/analyze_library.status
index 6f8d9bdac8f9aaf91c49b33a3e9fe3d3d7486a1b..b69a25e669e2a8422adb9f10bf9c373ca6f8145c 100644
--- a/tests/lib/analyzer/analyze_library.status
+++ b/tests/lib/analyzer/analyze_library.status
@@ -15,9 +15,13 @@ lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError # Issue 16522
lib/web_audio/dart2js/web_audio_dart2js: CompileTimeError # Issue 16522
lib/web_gl/dart2js/web_gl_dart2js: CompileTimeError # Issue 16522
lib/web_sql/dart2js/web_sql_dart2js: CompileTimeError # Issue 16522
-
+
lib/_internal/compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524
+# The async_await compiler isn't part of the repo so it shouldn't be tested by
+# repo tests.
+lib/_internal/pub_generated/bin/async_compile: Skip
+
# Pub is starting to use the new async syntax, which isn't supported on the
# analyzer bots yet.
lib/_internal/pub/*: Pass, CompileTimeError
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698