| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 [ $runtime == vm ] | 148 [ $runtime == vm ] |
| 149 # Skip tests on the VM if the package depends on dart:html | 149 # Skip tests on the VM if the package depends on dart:html |
| 150 mutation_observer: Skip | 150 mutation_observer: Skip |
| 151 | 151 |
| 152 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 152 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 153 third_party/di_tests/di_test: Pass, Slow # Issue 22896 | 153 third_party/di_tests/di_test: Pass, Slow # Issue 22896 |
| 154 | 154 |
| 155 [ $use_repository_packages ] | 155 [ $use_repository_packages ] |
| 156 analyzer/test/*: PubGetError | 156 analyzer/test/*: PubGetError |
| 157 | 157 |
| 158 [ $compiler == dart2js && $cps_ir ] | |
| 159 lookup_map/test/lookup_map_test: RuntimeError # $async$temp1.get$tests is not a
function | |
| 160 | |
| 161 [ $compiler == dart2js && $cps_ir && $host_checked ] | 158 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 162 analyzer/test/enum_test: Crash # Issue 24485 | 159 analyzer/test/enum_test: Crash # Issue 24485 |
| 163 analyzer/test/generated/all_the_rest_test: Crash # Issue 24485 | 160 analyzer/test/generated/all_the_rest_test: Crash # Issue 24485 |
| 164 analyzer/test/generated/ast_test: Crash # Issue 24485 | 161 analyzer/test/generated/ast_test: Crash # Issue 24485 |
| 165 analyzer/test/generated/compile_time_error_code_test: Crash # Issue 24485 | 162 analyzer/test/generated/compile_time_error_code_test: Crash # Issue 24485 |
| 166 analyzer/test/generated/element_test: Crash # Issue 24485 | 163 analyzer/test/generated/element_test: Crash # Issue 24485 |
| 167 analyzer/test/generated/incremental_resolver_test: Crash # Issue 24485 | 164 analyzer/test/generated/incremental_resolver_test: Crash # Issue 24485 |
| 168 analyzer/test/generated/incremental_scanner_test: Crash # Issue 24485 | 165 analyzer/test/generated/incremental_scanner_test: Crash # Issue 24485 |
| 169 analyzer/test/generated/non_error_resolver_test: Crash # Issue 24485 | 166 analyzer/test/generated/non_error_resolver_test: Crash # Issue 24485 |
| 170 analyzer/test/generated/parser_test: Crash # Issue 24485 | 167 analyzer/test/generated/parser_test: Crash # Issue 24485 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 182 analyzer/test/src/task/general_test: Crash # Issue 24485 | 179 analyzer/test/src/task/general_test: Crash # Issue 24485 |
| 183 analyzer/test/src/task/html_test: Crash # Issue 24485 | 180 analyzer/test/src/task/html_test: Crash # Issue 24485 |
| 184 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 | 181 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 |
| 185 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 | 182 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 |
| 186 analyzer/test/src/task/inputs_test: Crash # Issue 24485 | 183 analyzer/test/src/task/inputs_test: Crash # Issue 24485 |
| 187 analyzer/test/src/task/manager_test: Crash # Issue 24485 | 184 analyzer/test/src/task/manager_test: Crash # Issue 24485 |
| 188 analyzer/test/src/task/model_test: Crash # Issue 24485 | 185 analyzer/test/src/task/model_test: Crash # Issue 24485 |
| 189 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88
pos 12: '!variable2index.containsKey(element)' is not true. | 186 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88
pos 12: '!variable2index.containsKey(element)' is not true. |
| 190 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l
ine 88 pos 12: '!variable2index.containsKey(element)' is not true. | 187 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l
ine 88 pos 12: '!variable2index.containsKey(element)' is not true. |
| 191 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 | 188 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 |
| OLD | NEW |