| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 compiler/tool/*: SkipByDesign # Only meant to run on vm | 176 compiler/tool/*: SkipByDesign # Only meant to run on vm |
| 177 front_end/tool/*: SkipByDesign # Only meant to run on vm | 177 front_end/tool/*: SkipByDesign # Only meant to run on vm |
| 178 http_server/test/*: Fail, OK # Uses dart:io. | 178 http_server/test/*: Fail, OK # Uses dart:io. |
| 179 observe/test/transformer_test: Fail, OK # Uses dart:io. | 179 observe/test/transformer_test: Fail, OK # Uses dart:io. |
| 180 observe/test/unique_message_test: SkipByDesign # Uses dart:io. | 180 observe/test/unique_message_test: SkipByDesign # Uses dart:io. |
| 181 dart_messages/test/dart_messages_test: Skip # Uses dart:io. | 181 dart_messages/test/dart_messages_test: Skip # Uses dart:io. |
| 182 | 182 |
| 183 [ $browser || $jscl ] | 183 [ $browser || $jscl ] |
| 184 kernel/test/*: SkipByDesign # Uses dart:io and bigints. | 184 kernel/test/*: SkipByDesign # Uses dart:io and bigints. |
| 185 | 185 |
| 186 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv6 |
| $arch == simarmv5te || $arch == simmips || $arch == armv6 || $arch == armv5te)
] | 186 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv6 |
| $arch == simarmv5te || $arch == armv6 || $arch == armv5te) ] |
| 187 # Timeout. These are not unit tests. They do not run efficiently on our | 187 # Timeout. These are not unit tests. They do not run efficiently on our |
| 188 # simulator or low-end devices. | 188 # simulator or low-end devices. |
| 189 *: Skip | 189 *: Skip |
| 190 | 190 |
| 191 [ $runtime == vm ] | 191 [ $runtime == vm ] |
| 192 analyzer/test/file_system/physical_resource_provider_test: Pass, Fail # Issue 25
472 | 192 analyzer/test/file_system/physical_resource_provider_test: Pass, Fail # Issue 25
472 |
| 193 analyzer/test/src/task/strong/inferred_type_test: Pass, Slow | 193 analyzer/test/src/task/strong/inferred_type_test: Pass, Slow |
| 194 # Skip tests on the VM if the package depends on dart:html | 194 # Skip tests on the VM if the package depends on dart:html |
| 195 mutation_observer: Skip | 195 mutation_observer: Skip |
| 196 | 196 |
| 197 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 197 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 198 third_party/di_tests/di_test: Pass, Slow # Issue 22896 | 198 third_party/di_tests/di_test: Pass, Slow # Issue 22896 |
| 199 | 199 |
| 200 [ $arch == x64 && $runtime == vm && $system == windows && $checked ] | 200 [ $arch == x64 && $runtime == vm && $system == windows && $checked ] |
| 201 # See: https://build.chromium.org/p/client.dart/builders/analyzer-win7-release-b
e/builds/3113/steps/analyzer%20unit%20tests/logs/stdio | 201 # See: https://build.chromium.org/p/client.dart/builders/analyzer-win7-release-b
e/builds/3113/steps/analyzer%20unit%20tests/logs/stdio |
| 202 analyzer/test/src/task/strong/inferred_type_test: Pass, Slow | 202 analyzer/test/src/task/strong/inferred_type_test: Pass, Slow |
| 203 | 203 |
| 204 [ $runtime == dart_precompiled ] | 204 [ $runtime == dart_precompiled ] |
| 205 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 205 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 206 | 206 |
| 207 [ $compiler == none ] | 207 [ $compiler == none ] |
| 208 kernel/test/closures_test: Fail | 208 kernel/test/closures_test: Fail |
| 209 | 209 |
| 210 [ $runtime == vm ] | 210 [ $runtime == vm ] |
| 211 analyzer_cli/test/driver_test: Pass, Slow | 211 analyzer_cli/test/driver_test: Pass, Slow |
| 212 | 212 |
| 213 [ $runtime == vm && $system == windows ] | 213 [ $runtime == vm && $system == windows ] |
| 214 analyzer/test/src/task/strong/checker_test: Pass, Slow | 214 analyzer/test/src/task/strong/checker_test: Pass, Slow |
| OLD | NEW |