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 ] | 5 [ $compiler == dart2analyzer ] |
6 lib/_internal: Skip # Slow like a hell - timeouts. | 6 lib/_internal: Skip # Slow like a hell - timeouts. |
7 | 7 |
8 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 8 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
9 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError | 9 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError |
10 lib/html/dart2js/html_dart2js: CompileTimeError | 10 lib/html/dart2js/html_dart2js: CompileTimeError |
(...skipping 20 matching lines...) Expand all Loading... |
31 lib/svg/dart2js/svg_dart2js: CompileTimeError | 31 lib/svg/dart2js/svg_dart2js: CompileTimeError |
32 lib/svg/dartium/svg_dartium: CompileTimeError | 32 lib/svg/dartium/svg_dartium: CompileTimeError |
33 lib/typed_data/dart2js/native_typed_data_dart2js: CompileTimeError | 33 lib/typed_data/dart2js/native_typed_data_dart2js: CompileTimeError |
34 lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError | 34 lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError |
35 lib/web_audio/dart2js/web_audio_dart2js: CompileTimeError | 35 lib/web_audio/dart2js/web_audio_dart2js: CompileTimeError |
36 lib/web_audio/dartium/web_audio_dartium: CompileTimeError | 36 lib/web_audio/dartium/web_audio_dartium: CompileTimeError |
37 lib/web_gl/dart2js/web_gl_dart2js: CompileTimeError | 37 lib/web_gl/dart2js/web_gl_dart2js: CompileTimeError |
38 lib/web_gl/dartium/web_gl_dartium: CompileTimeError | 38 lib/web_gl/dartium/web_gl_dartium: CompileTimeError |
39 lib/web_sql/dart2js/web_sql_dart2js: CompileTimeError | 39 lib/web_sql/dart2js/web_sql_dart2js: CompileTimeError |
40 lib/web_sql/dartium/web_sql_dartium: CompileTimeError | 40 lib/web_sql/dartium/web_sql_dartium: CompileTimeError |
| 41 lib/_internal/compiler/samples/jsonify/jsonify: CompileTimeError # issue 16466 |
| 42 lib/_internal/compiler/implementation/mirrors/analyze: CompileTimeError # issue
16466 |
| 43 lib/_internal/compiler/implementation/mirrors/dart2js_mirrors: CompileTimeError
# issue 16466 |
| 44 lib/_internal/dartdoc/lib/src/dart2js_mirrors: CompileTimeError # issue 16466 |
OLD | NEW |