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/core/bool: CompileTimeError |
| 7 lib/core/int: CompileTimeError |
| 8 lib/core/string: CompileTimeError |
6 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError | 9 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError |
7 lib/html/dart2js/html_dart2js: CompileTimeError | 10 lib/html/dart2js/html_dart2js: CompileTimeError |
8 lib/html/dartium/html_dartium: CompileTimeError | 11 lib/html/dartium/html_dartium: CompileTimeError |
9 lib/html/html_common/lists: Pass, CompileTimeError | 12 lib/html/html_common/lists: Pass, CompileTimeError |
10 lib/indexed_db/dart2js/indexed_db_dart2js: CompileTimeError | 13 lib/indexed_db/dart2js/indexed_db_dart2js: CompileTimeError |
11 lib/indexed_db/dartium/indexed_db_dartium: CompileTimeError | 14 lib/indexed_db/dartium/indexed_db_dartium: CompileTimeError |
12 lib/_internal/compiler/samples/compile_loop/compile_loop: CompileTimeError | 15 lib/_internal/compiler/samples/compile_loop/compile_loop: CompileTimeError |
13 lib/_internal/compiler/samples/darttags/darttags: CompileTimeError | 16 lib/_internal/compiler/samples/darttags/darttags: CompileTimeError |
14 lib/_internal/compiler/samples/jsonify/jsonify: CompileTimeError | 17 lib/_internal/compiler/samples/jsonify/jsonify: CompileTimeError |
15 lib/_internal/compiler/samples/leap/leap: CompileTimeError | 18 lib/_internal/compiler/samples/leap/leap: CompileTimeError |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 lib/convert/string_conversion: CompileTimeError | 112 lib/convert/string_conversion: CompileTimeError |
110 lib/convert/utf: CompileTimeError | 113 lib/convert/utf: CompileTimeError |
111 lib/core/iterable: CompileTimeError | 114 lib/core/iterable: CompileTimeError |
112 lib/core/list: CompileTimeError | 115 lib/core/list: CompileTimeError |
113 lib/core/map: CompileTimeError | 116 lib/core/map: CompileTimeError |
114 lib/core/print: CompileTimeError | 117 lib/core/print: CompileTimeError |
115 lib/core/set: CompileTimeError | 118 lib/core/set: CompileTimeError |
116 lib/core/string: CompileTimeError | 119 lib/core/string: CompileTimeError |
117 lib/core/symbol: CompileTimeError | 120 lib/core/symbol: CompileTimeError |
118 lib/core/uri: CompileTimeError | 121 lib/core/uri: CompileTimeError |
119 lib/core/bool: CompileTimeError | |
120 lib/core/int: CompileTimeError | |
121 lib/core/string: CompileTimeError | |
122 lib/html/html_common/conversions: CompileTimeError | 122 lib/html/html_common/conversions: CompileTimeError |
123 lib/html/html_common/css_class_set: CompileTimeError | 123 lib/html/html_common/css_class_set: CompileTimeError |
124 lib/html/html_common/device: CompileTimeError | 124 lib/html/html_common/device: CompileTimeError |
125 lib/html/html_common/filtered_element_list: CompileTimeError | 125 lib/html/html_common/filtered_element_list: CompileTimeError |
126 lib/html/html_common/lists: CompileTimeError | 126 lib/html/html_common/lists: CompileTimeError |
127 lib/io/bytes_builder: CompileTimeError | 127 lib/io/bytes_builder: CompileTimeError |
128 lib/io/common: CompileTimeError | 128 lib/io/common: CompileTimeError |
129 lib/io/crypto: CompileTimeError | 129 lib/io/crypto: CompileTimeError |
130 lib/io/data_transformer: CompileTimeError | 130 lib/io/data_transformer: CompileTimeError |
131 lib/io/directory: CompileTimeError | 131 lib/io/directory: CompileTimeError |
(...skipping 23 matching lines...) Expand all Loading... |
155 lib/io/timer_impl: CompileTimeError | 155 lib/io/timer_impl: CompileTimeError |
156 lib/io/websocket: CompileTimeError | 156 lib/io/websocket: CompileTimeError |
157 lib/io/websocket_impl: CompileTimeError | 157 lib/io/websocket_impl: CompileTimeError |
158 lib/math/point: CompileTimeError | 158 lib/math/point: CompileTimeError |
159 lib/math/rectangle: CompileTimeError | 159 lib/math/rectangle: CompileTimeError |
160 lib/utf/utf16: CompileTimeError | 160 lib/utf/utf16: CompileTimeError |
161 lib/utf/utf32: CompileTimeError | 161 lib/utf/utf32: CompileTimeError |
162 lib/utf/utf8: CompileTimeError | 162 lib/utf/utf8: CompileTimeError |
163 lib/utf/utf_stream: CompileTimeError | 163 lib/utf/utf_stream: CompileTimeError |
164 | 164 |
OLD | NEW |