| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 *: Skip | 163 *: Skip |
| 164 | 164 |
| 165 [ $runtime == vm ] | 165 [ $runtime == vm ] |
| 166 analyzer/test/file_system/physical_resource_provider_test: Pass, Fail # Issue 25
472 | 166 analyzer/test/file_system/physical_resource_provider_test: Pass, Fail # Issue 25
472 |
| 167 # Skip tests on the VM if the package depends on dart:html | 167 # Skip tests on the VM if the package depends on dart:html |
| 168 mutation_observer: Skip | 168 mutation_observer: Skip |
| 169 | 169 |
| 170 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 170 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 171 third_party/di_tests/di_test: Pass, Slow # Issue 22896 | 171 third_party/di_tests/di_test: Pass, Slow # Issue 22896 |
| 172 | 172 |
| 173 [ $use_repository_packages ] | |
| 174 analyzer/test/*: PubGetError | |
| 175 | |
| 176 [ $compiler == dart2js && $cps_ir && $host_checked ] | 173 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 177 analyzer/test/dart/ast/ast_test: Crash # Issue 24485 | 174 analyzer/test/dart/ast/ast_test: Crash # Issue 24485 |
| 178 analyzer/test/dart/ast/visitor_test: Crash # Issue 24485 | 175 analyzer/test/dart/ast/visitor_test: Crash # Issue 24485 |
| 179 analyzer/test/dart/element/element_test: Crash # Issue 24485 | 176 analyzer/test/dart/element/element_test: Crash # Issue 24485 |
| 180 analyzer/test/enum_test: Crash # Issue 24485 | 177 analyzer/test/enum_test: Crash # Issue 24485 |
| 181 analyzer/test/generated/all_the_rest_test: Crash # Issue 24485 | 178 analyzer/test/generated/all_the_rest_test: Crash # Issue 24485 |
| 182 analyzer/test/generated/ast_test: Crash # Issue 24485 | 179 analyzer/test/generated/ast_test: Crash # Issue 24485 |
| 183 analyzer/test/generated/checked_mode_compile_time_error_code_test: Crash # Issue
24485 | 180 analyzer/test/generated/checked_mode_compile_time_error_code_test: Crash # Issue
24485 |
| 184 analyzer/test/generated/compile_time_error_code_test: Crash # Issue 24485 | 181 analyzer/test/generated/compile_time_error_code_test: Crash # Issue 24485 |
| 185 analyzer/test/generated/constant_test: Crash # Issue 24485 | 182 analyzer/test/generated/constant_test: Crash # Issue 24485 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 229 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
| 233 | 230 |
| 234 [ $runtime == dart_precompiled ] | 231 [ $runtime == dart_precompiled ] |
| 235 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 232 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 236 | 233 |
| 237 [ $compiler == dart2js && $cps_ir && $checked ] | 234 [ $compiler == dart2js && $cps_ir && $checked ] |
| 238 *: Skip # `assert` not implemented, about 75% tests crash | 235 *: Skip # `assert` not implemented, about 75% tests crash |
| 239 | 236 |
| 240 [ $compiler == none ] | 237 [ $compiler == none ] |
| 241 kernel/test/closures_test: Fail | 238 kernel/test/closures_test: Fail |
| OLD | NEW |