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 == dart2analyzer ] | |
6 lib/_internal: Skip # Slow like a hell - timeouts. | |
7 | |
8 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 5 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
9 lib/html/dart2js/html_dart2js: CompileTimeError # Issue 16522 | 6 lib/html/dart2js/html_dart2js: CompileTimeError # Issue 16522 |
10 lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522 | 7 lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522 |
11 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError # Issue 16522 | 8 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError # Issue 16522 |
12 lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522 | 9 lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522 |
13 lib/indexed_db/dart2js/indexed_db_dart2js: CompileTimeError # Issue 16522 | 10 lib/indexed_db/dart2js/indexed_db_dart2js: CompileTimeError # Issue 16522 |
14 lib/js/dart2js/js_dart2js: CompileTimeError # Issue 16522 | 11 lib/js/dart2js/js_dart2js: CompileTimeError # Issue 16522 |
15 lib/svg/dart2js/svg_dart2js: CompileTimeError # Issue 16522 | 12 lib/svg/dart2js/svg_dart2js: CompileTimeError # Issue 16522 |
16 lib/typed_data/dart2js/native_typed_data_dart2js: CompileTimeError # Issue 16522 | 13 lib/typed_data/dart2js/native_typed_data_dart2js: CompileTimeError # Issue 16522 |
17 lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError # Issue 16522 | 14 lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError # Issue 16522 |
(...skipping 22 matching lines...) Expand all Loading... |
40 lib/_internal/pub/lib/src/command/global_list: CompileTimeError | 37 lib/_internal/pub/lib/src/command/global_list: CompileTimeError |
41 lib/_internal/pub/lib/src/command/global_run: CompileTimeError | 38 lib/_internal/pub/lib/src/command/global_run: CompileTimeError |
42 lib/_internal/pub/lib/src/command/help: CompileTimeError | 39 lib/_internal/pub/lib/src/command/help: CompileTimeError |
43 lib/_internal/pub/lib/src/command/lish: CompileTimeError | 40 lib/_internal/pub/lib/src/command/lish: CompileTimeError |
44 lib/_internal/pub/lib/src/command/list_package_dirs: CompileTimeError | 41 lib/_internal/pub/lib/src/command/list_package_dirs: CompileTimeError |
45 lib/_internal/pub/lib/src/command/run: CompileTimeError | 42 lib/_internal/pub/lib/src/command/run: CompileTimeError |
46 lib/_internal/pub/lib/src/command/serve: CompileTimeError | 43 lib/_internal/pub/lib/src/command/serve: CompileTimeError |
47 lib/_internal/pub/lib/src/command/upgrade: CompileTimeError | 44 lib/_internal/pub/lib/src/command/upgrade: CompileTimeError |
48 lib/_internal/pub/lib/src/command/uploader: CompileTimeError | 45 lib/_internal/pub/lib/src/command/uploader: CompileTimeError |
49 lib/_internal/pub/lib/src/command/version: CompileTimeError | 46 lib/_internal/pub/lib/src/command/version: CompileTimeError |
OLD | NEW |