OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 5 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
6 lib/html/dart2js/html_dart2js: CompileTimeError # Issue 16522 | 6 lib/html/dart2js/html_dart2js: CompileTimeError # Issue 16522 |
7 lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522 | 7 lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522 |
8 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError # Issue 16522 | 8 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError # Issue 16522 |
9 lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522 | 9 lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522 |
10 lib/indexed_db/dart2js/indexed_db_dart2js: CompileTimeError # Issue 16522 | 10 lib/indexed_db/dart2js/indexed_db_dart2js: CompileTimeError # Issue 16522 |
11 lib/js/dart2js/js_dart2js: CompileTimeError # Issue 16522 | 11 lib/js/dart2js/js_dart2js: CompileTimeError # Issue 16522 |
12 lib/svg/dart2js/svg_dart2js: CompileTimeError # Issue 16522 | 12 lib/svg/dart2js/svg_dart2js: CompileTimeError # Issue 16522 |
13 lib/typed_data/dart2js/native_typed_data_dart2js: CompileTimeError # Issue 16522 | 13 lib/typed_data/dart2js/native_typed_data_dart2js: CompileTimeError # Issue 16522 |
14 lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError # Issue 16522 | 14 lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError # Issue 16522 |
15 lib/web_audio/dart2js/web_audio_dart2js: CompileTimeError # Issue 16522 | 15 lib/web_audio/dart2js/web_audio_dart2js: CompileTimeError # Issue 16522 |
16 lib/web_gl/dart2js/web_gl_dart2js: CompileTimeError # Issue 16522 | 16 lib/web_gl/dart2js/web_gl_dart2js: CompileTimeError # Issue 16522 |
17 lib/web_sql/dart2js/web_sql_dart2js: CompileTimeError # Issue 16522 | 17 lib/web_sql/dart2js/web_sql_dart2js: CompileTimeError # Issue 16522 |
18 | |
19 lib/_internal/compiler/samples/compile_loop/compile_loop: CompileTimeError # Is
sue 16524 | |
20 | 18 |
21 # The async_await compiler isn't part of the repo so it shouldn't be tested by | 19 # The async_await compiler isn't part of the repo so it shouldn't be tested by |
22 # repo tests. | 20 # repo tests. |
23 lib/_internal/pub_generated/bin/async_compile: Skip | 21 lib/_internal/pub_generated/bin/async_compile: Skip |
24 | 22 |
25 # Pub is starting to use the new async syntax, which isn't supported on the | 23 # Pub is starting to use the new async syntax, which isn't supported on the |
26 # analyzer bots yet. | 24 # analyzer bots yet. |
27 lib/_internal/pub/*: Pass, CompileTimeError | 25 lib/_internal/pub/*: Pass, CompileTimeError |
OLD | NEW |