| Index: tests/lib/analyzer/analyze_library.status
|
| diff --git a/tests/lib/analyzer/analyze_library.status b/tests/lib/analyzer/analyze_library.status
|
| index 5d72855b2a80231e9b5687cc59eb1ea3b106ab57..e48684e159f352b7ac21b543aeca1db56e96edad 100644
|
| --- a/tests/lib/analyzer/analyze_library.status
|
| +++ b/tests/lib/analyzer/analyze_library.status
|
| @@ -16,6 +16,14 @@ 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
|
|
|
| +# 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
|
| +
|
| [ $compiler == dart2analyzer ]
|
| lib/web_gl/dartium/web_gl_dartium: CompileTimeError # Issue 21647
|
| lib/web_sql/dartium/web_sql_dartium: CompileTimeError # Issue 21647
|
|
|