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 # Don't run any test-like files that show up in packages directories. It | 5 # Don't run any test-like files that show up in packages directories. It |
6 # shouldn't be necessary to run "pub install" in these packages, but if you do | 6 # shouldn't be necessary to run "pub install" in these packages, but if you do |
7 # it shouldn't break the tests. | 7 # it shouldn't break the tests. |
8 */packages/*/*: Skip | 8 */packages/*/*: Skip |
9 */*/packages/*/*: Skip | 9 */*/packages/*/*: Skip |
10 */*/*/packages/*/*: Skip | 10 */*/*/packages/*/*: Skip |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 160 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
161 third_party/di_tests/di_test: Pass, Slow # Issue 22896 | 161 third_party/di_tests/di_test: Pass, Slow # Issue 22896 |
162 | 162 |
163 [ $use_repository_packages ] | 163 [ $use_repository_packages ] |
164 analyzer/test/*: PubGetError | 164 analyzer/test/*: PubGetError |
165 | 165 |
166 [ $compiler == dart2js && $cps_ir ] | 166 [ $compiler == dart2js && $cps_ir ] |
167 lookup_map/test/lookup_map_test: RuntimeError # $async$temp1.get$tests is not a
function | 167 lookup_map/test/lookup_map_test: RuntimeError # $async$temp1.get$tests is not a
function |
168 | 168 |
169 [ $compiler == dart2js && $cps_ir && $host_checked ] | 169 [ $compiler == dart2js && $cps_ir && $host_checked ] |
170 analyzer/test/src/task/html_test: Crash # Issue 24485 | 170 analyzer/test/enum_test: Crash # Issue 24485 |
171 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 | 171 analyzer/test/generated/all_the_rest_test: Crash # Issue 24485 |
172 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 | 172 analyzer/test/generated/ast_test: Crash # Issue 24485 |
173 analyzer/test/src/task/inputs_test: Crash # Issue 24485 | 173 analyzer/test/generated/compile_time_error_code_test: Crash # Issue 24485 |
174 analyzer/test/src/task/model_test: Crash # Issue 24485 | 174 analyzer/test/generated/element_test: Crash # Issue 24485 |
175 analyzer/test/src/task/manager_test: Crash # Issue 24485 | 175 analyzer/test/generated/incremental_resolver_test: Crash # Issue 24485 |
| 176 analyzer/test/generated/incremental_scanner_test: Crash # Issue 24485 |
| 177 analyzer/test/generated/non_error_resolver_test: Crash # Issue 24485 |
| 178 analyzer/test/generated/parser_test: Crash # Issue 24485 |
| 179 analyzer/test/generated/resolver_test: Crash # Issue 24485 |
| 180 analyzer/test/generated/scanner_test: Crash # Issue 24485 |
| 181 analyzer/test/generated/source_factory_test: Crash # Issue 24485 |
| 182 analyzer/test/generated/static_type_warning_code_test: Crash # Issue 24485 |
176 analyzer/test/generated/static_warning_code_test: Crash # Issue 24485 | 183 analyzer/test/generated/static_warning_code_test: Crash # Issue 24485 |
177 analyzer/test/generated/utilities_test: Crash # Issue 24485 | 184 analyzer/test/generated/utilities_test: Crash # Issue 24485 |
| 185 analyzer/test/src/context/cache_test: Crash # Issue 24485 |
| 186 analyzer/test/src/context/context_test: Crash # Issue 24485 |
178 analyzer/test/src/task/dart_test: Crash # Issue 24485 | 187 analyzer/test/src/task/dart_test: Crash # Issue 24485 |
| 188 analyzer/test/src/task/dart_work_manager_test: Crash # Issue 24485 |
| 189 analyzer/test/src/task/driver_test: Crash # Issue 24485 |
| 190 analyzer/test/src/task/general_test: Crash # Issue 24485 |
| 191 analyzer/test/src/task/html_test: Crash # Issue 24485 |
179 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 | 192 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 |
180 analyzer/test/src/task/general_test: Crash # Issue 24485 | 193 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 |
181 analyzer/test/src/task/dart_work_manager_test: Crash # Issue 24485 | 194 analyzer/test/src/task/inputs_test: Crash # Issue 24485 |
182 analyzer/test/generated/parser_test: Crash # Issue 24485 | 195 analyzer/test/src/task/manager_test: Crash # Issue 24485 |
183 analyzer/test/generated/static_type_warning_code_test: Crash # Issue 24485 | 196 analyzer/test/src/task/model_test: Crash # Issue 24485 |
184 analyzer/test/src/context/cache_test: Crash # Issue 24485 | 197 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88
pos 12: '!variable2index.containsKey(element)' is not true. |
185 analyzer/test/generated/incremental_resolver_test: Crash # Issue 24485 | 198 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l
ine 88 pos 12: '!variable2index.containsKey(element)' is not true. |
186 analyzer/test/generated/element_test: Crash # Issue 24485 | 199 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 |
187 analyzer/test/generated/incremental_scanner_test: Crash # Issue 24485 | |
188 analyzer/test/generated/scanner_test: Crash # Issue 24485 | |
189 analyzer/test/src/task/driver_test: Crash # Issue 24485 | |
190 analyzer/test/generated/compile_time_error_code_test: Crash # Issue 24485 | |
191 analyzer/test/generated/non_error_resolver_test: Crash # Issue 24485 | |
192 analyzer/test/generated/resolver_test: Crash # Issue 24485 | |
193 analyzer/test/generated/source_factory_test: Crash # Issue 24485 | |
194 analyzer/test/generated/ast_test: Crash # Issue 24485 | |
195 analyzer/test/src/context/context_test: Crash # Issue 24485 | |
196 analyzer/test/enum_test: Crash # Issue 24485 | |
197 analyzer/test/generated/all_the_rest_test: Crash # Issue 24485 | |
OLD | NEW |