Chromium Code Reviews| Index: tests/lib/analyzer/analyze_library.status |
| diff --git a/tests/lib/analyzer/analyze_library.status b/tests/lib/analyzer/analyze_library.status |
| index 98b521c5610ab4f24f6706e79b5156c3adb5be34..f9e18daf6b46ab789914d5fb6ed6af6de4cc0bf5 100644 |
| --- a/tests/lib/analyzer/analyze_library.status |
| +++ b/tests/lib/analyzer/analyze_library.status |
| @@ -2,29 +2,33 @@ |
| # 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 == dartanalyzer || $compiler == dart2analyzer ] |
| +[ $compiler == dart2analyzer && $use_sdk ] |
| +lib/analyzer: Skip # Issue 28620 |
| +lib/analysis_server: Skip # Issue 28620 |
| +lib/dev_compiler: Skip # Issue 28620 |
| +lib/front_end: Skip # Issue 28620 |
| + |
| +[ $compiler == dart2analyzer ] |
| +lib/_blink/dartium/_blink_dartium: StaticWarning # Undefined Creates and Returns classes |
|
Bill Hesse
2017/02/03 01:51:55
Just sorting alphabetically, and combining the 2 s
|
| +lib/_chrome/dart2js/chrome_dart2js: CompileTimeError # Issue 16522 |
| lib/html/dart2js/html_dart2js: CompileTimeError # Issue 16522 |
| +lib/html/dartium/html_dartium: StaticWarning # Issue 21647 |
| +lib/html/html_common/html_common: StaticWarning # Issue 21647 |
| lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522 |
| -lib/_chrome/dart2js/chrome_dart2js: CompileTimeError # Issue 16522 |
| lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522 |
| lib/indexed_db/dart2js/indexed_db_dart2js: CompileTimeError # Issue 16522 |
| +lib/indexed_db/dartium/indexed_db_dartium: StaticWarning # Issue 21647 |
| lib/js/dart2js/js_dart2js: CompileTimeError # Issue 16522 |
| lib/js_util/dart2js/js_util_dart2js: CompileTimeError # Issue 16522 |
| lib/svg/dart2js/svg_dart2js: CompileTimeError # Issue 16522 |
| +lib/svg/dartium/svg_dartium: StaticWarning # Issue 21647 |
| lib/typed_data/dart2js/native_typed_data_dart2js: CompileTimeError # Issue 16522 |
| lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError # Issue 16522 |
| lib/web_audio/dart2js/web_audio_dart2js: CompileTimeError # Issue 16522 |
| +lib/web_audio/dartium/web_audio_dartium: StaticWarning # Issue 21647 |
| lib/web_gl/dart2js/web_gl_dart2js: CompileTimeError # Issue 16522 |
| -lib/web_sql/dart2js/web_sql_dart2js: CompileTimeError # Issue 16522 |
| - |
| -[ $compiler == dart2analyzer ] |
| lib/web_gl/dartium/web_gl_dartium: StaticWarning # Issue 21647 |
| +lib/web_sql/dart2js/web_sql_dart2js: CompileTimeError # Issue 16522 |
| lib/web_sql/dartium/web_sql_dartium: StaticWarning # Issue 21647 |
| -lib/html/dartium/html_dartium: StaticWarning # Issue 21647 |
| -lib/html/html_common/html_common: StaticWarning # Issue 21647 |
| -lib/indexed_db/dartium/indexed_db_dartium: StaticWarning # Issue 21647 |
| -lib/web_audio/dartium/web_audio_dartium: StaticWarning # Issue 21647 |
| -lib/svg/dartium/svg_dartium: StaticWarning # Issue 21647 |
| -lib/_blink/dartium/_blink_dartium: StaticWarning # Undefined Creates and Returns classes |
| lib/js/dartium/js_dartium: StaticWarning # Undefined Creates and Returns classes |
| lib/js_util/dartium/js_util_dartium: StaticWarning # Issue 21647 |