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 |