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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 [ $runtime == vm ] | 157 [ $runtime == vm ] |
158 # Skip tests on the VM if the package depends on dart:html | 158 # Skip tests on the VM if the package depends on dart:html |
159 mutation_observer: Skip | 159 mutation_observer: Skip |
160 | 160 |
161 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 161 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
162 third_party/di_tests/di_test: Pass, Slow # Issue 22896 | 162 third_party/di_tests/di_test: Pass, Slow # Issue 22896 |
163 | 163 |
164 [ $use_repository_packages ] | 164 [ $use_repository_packages ] |
165 analyzer/test/*: PubGetError | 165 analyzer/test/*: PubGetError |
166 | 166 |
| 167 [ $compiler == dart2js && $cps_ir && $host_checked == false ] |
| 168 analyzer/test/dart/element/element_test: Pass, Slow # Times out due to inlining,
but see issue 24485 |
| 169 analyzer/test/src/summary/resynthesize_test: Pass, Slow # Times out due to inlin
ing, but see issue 24485 |
| 170 analyzer/test/src/task/strong_mode_test: Pass, Slow # Times out due to inlining,
but see issue 24485 |
| 171 |
167 [ $compiler == dart2js && $cps_ir && $host_checked ] | 172 [ $compiler == dart2js && $cps_ir && $host_checked ] |
168 analyzer/test/enum_test: Crash # Issue 24485 | 173 analyzer/test/enum_test: Crash # Issue 24485 |
169 analyzer/test/generated/all_the_rest_test: Crash # Issue 24485 | 174 analyzer/test/generated/all_the_rest_test: Crash # Issue 24485 |
170 analyzer/test/generated/ast_test: Crash # Issue 24485 | 175 analyzer/test/generated/ast_test: Crash # Issue 24485 |
171 analyzer/test/generated/compile_time_error_code_test: Crash # Issue 24485 | 176 analyzer/test/generated/compile_time_error_code_test: Crash # Issue 24485 |
172 analyzer/test/generated/element_test: Crash # Issue 24485 | 177 analyzer/test/generated/element_test: Crash # Issue 24485 |
173 analyzer/test/generated/incremental_resolver_test: Crash # Issue 24485 | 178 analyzer/test/generated/incremental_resolver_test: Crash # Issue 24485 |
174 analyzer/test/generated/incremental_scanner_test: Crash # Issue 24485 | 179 analyzer/test/generated/incremental_scanner_test: Crash # Issue 24485 |
175 analyzer/test/generated/non_error_resolver_test: Crash # Issue 24485 | 180 analyzer/test/generated/non_error_resolver_test: Crash # Issue 24485 |
176 analyzer/test/generated/parser_test: Crash # Issue 24485 | 181 analyzer/test/generated/parser_test: Crash # Issue 24485 |
(...skipping 11 matching lines...) Expand all Loading... |
188 analyzer/test/src/task/general_test: Crash # Issue 24485 | 193 analyzer/test/src/task/general_test: Crash # Issue 24485 |
189 analyzer/test/src/task/html_test: Crash # Issue 24485 | 194 analyzer/test/src/task/html_test: Crash # Issue 24485 |
190 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 | 195 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 |
191 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 | 196 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 |
192 analyzer/test/src/task/inputs_test: Crash # Issue 24485 | 197 analyzer/test/src/task/inputs_test: Crash # Issue 24485 |
193 analyzer/test/src/task/manager_test: Crash # Issue 24485 | 198 analyzer/test/src/task/manager_test: Crash # Issue 24485 |
194 analyzer/test/src/task/model_test: Crash # Issue 24485 | 199 analyzer/test/src/task/model_test: Crash # Issue 24485 |
195 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88
pos 12: '!variable2index.containsKey(element)' is not true. | 200 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88
pos 12: '!variable2index.containsKey(element)' is not true. |
196 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l
ine 88 pos 12: '!variable2index.containsKey(element)' is not true. | 201 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l
ine 88 pos 12: '!variable2index.containsKey(element)' is not true. |
197 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 | 202 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 |
OLD | NEW |