| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 lib/_internal/pub/lib/src/source/git: CompileTimeError | 53 lib/_internal/pub/lib/src/source/git: CompileTimeError |
| 54 lib/_internal/pub/lib/src/source/hosted: CompileTimeError | 54 lib/_internal/pub/lib/src/source/hosted: CompileTimeError |
| 55 lib/_internal/pub/lib/src/source/path: CompileTimeError | 55 lib/_internal/pub/lib/src/source/path: CompileTimeError |
| 56 lib/_internal/pub/lib/src/system_cache: CompileTimeError | 56 lib/_internal/pub/lib/src/system_cache: CompileTimeError |
| 57 lib/_internal/pub/lib/src/utils: CompileTimeError | 57 lib/_internal/pub/lib/src/utils: CompileTimeError |
| 58 lib/_internal/pub/lib/src/validator/compiled_dartdoc: CompileTimeError | 58 lib/_internal/pub/lib/src/validator/compiled_dartdoc: CompileTimeError |
| 59 lib/_internal/pub/lib/src/validator/directory: CompileTimeError | 59 lib/_internal/pub/lib/src/validator/directory: CompileTimeError |
| 60 lib/_internal/pub/lib/src/validator/lib: CompileTimeError | 60 lib/_internal/pub/lib/src/validator/lib: CompileTimeError |
| 61 lib/_internal/pub/lib/src/validator/license: CompileTimeError | 61 lib/_internal/pub/lib/src/validator/license: CompileTimeError |
| 62 lib/_internal/pub/lib/src/validator/name: CompileTimeError | 62 lib/_internal/pub/lib/src/validator/name: CompileTimeError |
| 63 lib/_internal/pub/lib/src/version: CompileTimeError # Issue 14982 |
| 63 lib/_internal/pub/test/descriptor: CompileTimeError | 64 lib/_internal/pub/test/descriptor: CompileTimeError |
| 64 lib/_internal/pub/test/descriptor/git: CompileTimeError | 65 lib/_internal/pub/test/descriptor/git: CompileTimeError |
| 65 lib/_internal/pub/test/descriptor/tar: CompileTimeError | 66 lib/_internal/pub/test/descriptor/tar: CompileTimeError |
| 66 lib/_internal/pub/test/lish/utils: CompileTimeError | 67 lib/_internal/pub/test/lish/utils: CompileTimeError |
| 67 lib/_internal/pub/test/oauth2/utils: CompileTimeError | 68 lib/_internal/pub/test/oauth2/utils: CompileTimeError |
| 68 lib/_internal/pub/test/serve/utils: CompileTimeError | 69 lib/_internal/pub/test/serve/utils: CompileTimeError |
| 69 lib/_internal/pub/test/test_pub: CompileTimeError | 70 lib/_internal/pub/test/test_pub: CompileTimeError |
| 70 lib/_internal/pub/test/validator/utils: CompileTimeError | 71 lib/_internal/pub/test/validator/utils: CompileTimeError |
| 71 lib/js/dartium/js_dartium: CompileTimeError | 72 lib/js/dartium/js_dartium: CompileTimeError |
| 72 lib/svg/dart2js/svg_dart2js: CompileTimeError | 73 lib/svg/dart2js/svg_dart2js: CompileTimeError |
| 73 lib/svg/dartium/svg_dartium: CompileTimeError | 74 lib/svg/dartium/svg_dartium: CompileTimeError |
| 74 lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError | 75 lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError |
| 75 lib/web_audio/dartium/web_audio_dartium: CompileTimeError | 76 lib/web_audio/dartium/web_audio_dartium: CompileTimeError |
| 76 lib/web_gl/dart2js/web_gl_dart2js: CompileTimeError | 77 lib/web_gl/dart2js/web_gl_dart2js: CompileTimeError |
| 77 lib/web_gl/dartium/web_gl_dartium: CompileTimeError | 78 lib/web_gl/dartium/web_gl_dartium: CompileTimeError |
| 78 lib/web_sql/dart2js/web_sql_dart2js: CompileTimeError | 79 lib/web_sql/dart2js/web_sql_dart2js: CompileTimeError |
| 79 lib/web_sql/dartium/web_sql_dartium: CompileTimeError | 80 lib/web_sql/dartium/web_sql_dartium: CompileTimeError |
| 80 | 81 |
| OLD | NEW |