| 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: 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/core/bool: CompileTimeError, OK # Issue 14684. Only redirecting factory cons
tructors can be declared to be 'const' | |
| 10 lib/core/int: CompileTimeError, OK # Issue 14684. Only redirecting factory const
ructors can be declared to be 'const' | |
| 11 lib/core/string: CompileTimeError, OK # Issue 14684. Only redirecting factory co
nstructors can be declared to be 'const' | |
| 12 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError | 9 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError |
| 13 lib/html/dart2js/html_dart2js: CompileTimeError | 10 lib/html/dart2js/html_dart2js: CompileTimeError |
| 14 lib/html/dartium/html_dartium: CompileTimeError | 11 lib/html/dartium/html_dartium: CompileTimeError |
| 15 lib/html/html_common/lists: Pass, CompileTimeError | 12 lib/html/html_common/lists: Pass, CompileTimeError |
| 16 lib/indexed_db/dart2js/indexed_db_dart2js: CompileTimeError | 13 lib/indexed_db/dart2js/indexed_db_dart2js: CompileTimeError |
| 17 lib/indexed_db/dartium/indexed_db_dartium: CompileTimeError | 14 lib/indexed_db/dartium/indexed_db_dartium: CompileTimeError |
| 18 lib/_internal/compiler/samples/compile_loop/compile_loop: CompileTimeError | 15 lib/_internal/compiler/samples/compile_loop/compile_loop: CompileTimeError |
| 19 lib/_internal/compiler/samples/darttags/darttags: CompileTimeError | 16 lib/_internal/compiler/samples/darttags/darttags: CompileTimeError |
| 20 lib/_internal/compiler/samples/jsonify/jsonify: CompileTimeError | 17 lib/_internal/compiler/samples/jsonify/jsonify: CompileTimeError |
| 21 lib/_internal/compiler/samples/leap/leap: CompileTimeError | 18 lib/_internal/compiler/samples/leap/leap: CompileTimeError |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 lib/js/dartium/js_dartium: CompileTimeError | 72 lib/js/dartium/js_dartium: CompileTimeError |
| 76 lib/svg/dart2js/svg_dart2js: CompileTimeError | 73 lib/svg/dart2js/svg_dart2js: CompileTimeError |
| 77 lib/svg/dartium/svg_dartium: CompileTimeError | 74 lib/svg/dartium/svg_dartium: CompileTimeError |
| 78 lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError | 75 lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError |
| 79 lib/web_audio/dartium/web_audio_dartium: CompileTimeError | 76 lib/web_audio/dartium/web_audio_dartium: CompileTimeError |
| 80 lib/web_gl/dart2js/web_gl_dart2js: CompileTimeError | 77 lib/web_gl/dart2js/web_gl_dart2js: CompileTimeError |
| 81 lib/web_gl/dartium/web_gl_dartium: CompileTimeError | 78 lib/web_gl/dartium/web_gl_dartium: CompileTimeError |
| 82 lib/web_sql/dart2js/web_sql_dart2js: CompileTimeError | 79 lib/web_sql/dart2js/web_sql_dart2js: CompileTimeError |
| 83 lib/web_sql/dartium/web_sql_dartium: CompileTimeError | 80 lib/web_sql/dartium/web_sql_dartium: CompileTimeError |
| 84 | 81 |
| 85 | |
| 86 [ $compiler == dart2analyzer ] | |
| 87 lib/async/async_error: CompileTimeError | |
| 88 lib/async/deferred_load: CompileTimeError | |
| 89 lib/async/future: CompileTimeError | |
| 90 lib/async/future_impl: CompileTimeError | |
| 91 lib/async/schedule_microtask: CompileTimeError | |
| 92 lib/async/stream: CompileTimeError | |
| 93 lib/async/stream_controller: CompileTimeError | |
| 94 lib/async/stream_impl: CompileTimeError | |
| 95 lib/async/timer: CompileTimeError | |
| 96 lib/async/zone: CompileTimeError | |
| 97 lib/collection/collections: CompileTimeError | |
| 98 lib/_collection_dev/iterable: CompileTimeError | |
| 99 lib/_collection_dev/list: CompileTimeError | |
| 100 lib/_collection_dev/symbol: CompileTimeError | |
| 101 lib/collection/hash_map: CompileTimeError | |
| 102 lib/collection/iterable: CompileTimeError | |
| 103 lib/collection/linked_hash_map: CompileTimeError | |
| 104 lib/collection/list: CompileTimeError | |
| 105 lib/collection/queue: CompileTimeError | |
| 106 lib/collection/splay_tree: CompileTimeError | |
| 107 lib/convert/ascii: CompileTimeError | |
| 108 lib/convert/byte_conversion: CompileTimeError | |
| 109 lib/convert/converter: CompileTimeError | |
| 110 lib/convert/encoding: CompileTimeError | |
| 111 lib/convert/html_escape: CompileTimeError | |
| 112 lib/convert/json: CompileTimeError | |
| 113 lib/convert/latin1: CompileTimeError | |
| 114 lib/convert/line_splitter: CompileTimeError | |
| 115 lib/convert/string_conversion: CompileTimeError | |
| 116 lib/convert/utf: CompileTimeError | |
| 117 lib/core/iterable: CompileTimeError | |
| 118 lib/core/list: CompileTimeError | |
| 119 lib/core/map: CompileTimeError | |
| 120 lib/core/print: CompileTimeError | |
| 121 lib/core/set: CompileTimeError | |
| 122 lib/core/string: CompileTimeError | |
| 123 lib/core/symbol: CompileTimeError | |
| 124 lib/core/uri: CompileTimeError | |
| 125 lib/html/html_common/conversions: CompileTimeError | |
| 126 lib/html/html_common/css_class_set: CompileTimeError | |
| 127 lib/html/html_common/device: CompileTimeError | |
| 128 lib/html/html_common/filtered_element_list: CompileTimeError | |
| 129 lib/html/html_common/lists: CompileTimeError | |
| 130 lib/io/bytes_builder: CompileTimeError | |
| 131 lib/io/common: CompileTimeError | |
| 132 lib/io/crypto: CompileTimeError | |
| 133 lib/io/data_transformer: CompileTimeError | |
| 134 lib/io/directory: CompileTimeError | |
| 135 lib/io/directory_impl: CompileTimeError | |
| 136 lib/io/eventhandler: CompileTimeError | |
| 137 lib/io/file: CompileTimeError | |
| 138 lib/io/file_impl: CompileTimeError | |
| 139 lib/io/file_system_entity: CompileTimeError | |
| 140 lib/io/http: CompileTimeError | |
| 141 lib/io/http_date: CompileTimeError | |
| 142 lib/io/http_headers: CompileTimeError | |
| 143 lib/io/http_impl: CompileTimeError | |
| 144 lib/io/http_parser: CompileTimeError | |
| 145 lib/io/http_session: CompileTimeError | |
| 146 lib/io/io_service: CompileTimeError | |
| 147 lib/io/io_sink: CompileTimeError | |
| 148 lib/io/link: CompileTimeError | |
| 149 lib/io/options: CompileTimeError | |
| 150 lib/io/platform: CompileTimeError | |
| 151 lib/io/platform_impl: CompileTimeError | |
| 152 lib/io/process: CompileTimeError | |
| 153 lib/io/secure_server_socket: CompileTimeError | |
| 154 lib/io/secure_socket: CompileTimeError | |
| 155 lib/io/socket: CompileTimeError | |
| 156 lib/io/stdio: CompileTimeError | |
| 157 lib/io/string_transformer: CompileTimeError | |
| 158 lib/io/timer_impl: CompileTimeError | |
| 159 lib/io/websocket: CompileTimeError | |
| 160 lib/io/websocket_impl: CompileTimeError | |
| 161 lib/math/point: CompileTimeError | |
| 162 lib/math/rectangle: CompileTimeError | |
| 163 lib/utf/utf16: CompileTimeError | |
| 164 lib/utf/utf32: CompileTimeError | |
| 165 lib/utf/utf8: CompileTimeError | |
| 166 lib/utf/utf_stream: CompileTimeError | |
| 167 | |
| OLD | NEW |