| 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 compiler/tool/*: SkipByDesign # Only meant to run on vm | 182 compiler/tool/*: SkipByDesign # Only meant to run on vm |
| 183 front_end/tool/*: SkipByDesign # Only meant to run on vm | 183 front_end/tool/*: SkipByDesign # Only meant to run on vm |
| 184 http_server/test/*: Fail, OK # Uses dart:io. | 184 http_server/test/*: Fail, OK # Uses dart:io. |
| 185 observe/test/transformer_test: Fail, OK # Uses dart:io. | 185 observe/test/transformer_test: Fail, OK # Uses dart:io. |
| 186 observe/test/unique_message_test: SkipByDesign # Uses dart:io. | 186 observe/test/unique_message_test: SkipByDesign # Uses dart:io. |
| 187 dart_messages/test/dart_messages_test: Skip # Uses dart:io. | 187 dart_messages/test/dart_messages_test: Skip # Uses dart:io. |
| 188 | 188 |
| 189 [ $browser || $jscl ] | 189 [ $browser || $jscl ] |
| 190 kernel/test/*: SkipByDesign # Uses dart:io and bigints. | 190 kernel/test/*: SkipByDesign # Uses dart:io and bigints. |
| 191 | 191 |
| 192 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv6 |
| $arch == simarmv5te || $arch == simmips || $arch == armv6 || $arch == armv5te)
] | 192 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv6 |
| $arch == simarmv5te || $arch == armv6 || $arch == armv5te) ] |
| 193 # Timeout. These are not unit tests. They do not run efficiently on our | 193 # Timeout. These are not unit tests. They do not run efficiently on our |
| 194 # simulator or low-end devices. | 194 # simulator or low-end devices. |
| 195 *: Skip | 195 *: Skip |
| 196 | 196 |
| 197 [ $runtime == vm ] | 197 [ $runtime == vm ] |
| 198 analyzer/test/file_system/physical_resource_provider_test: Pass, Fail # Issue 25
472 | 198 analyzer/test/file_system/physical_resource_provider_test: Pass, Fail # Issue 25
472 |
| 199 analyzer/test/src/task/strong/inferred_type_test: Pass, Slow | 199 analyzer/test/src/task/strong/inferred_type_test: Pass, Slow |
| 200 # Skip tests on the VM if the package depends on dart:html | 200 # Skip tests on the VM if the package depends on dart:html |
| 201 mutation_observer: Skip | 201 mutation_observer: Skip |
| 202 | 202 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 214 kernel/test/closures_test: Fail | 214 kernel/test/closures_test: Fail |
| 215 | 215 |
| 216 [ $runtime == vm ] | 216 [ $runtime == vm ] |
| 217 analyzer_cli/test/driver_test: Pass, Slow | 217 analyzer_cli/test/driver_test: Pass, Slow |
| 218 | 218 |
| 219 [ $runtime == vm && $system == windows ] | 219 [ $runtime == vm && $system == windows ] |
| 220 analyzer/test/src/task/strong/checker_test: Pass, Slow | 220 analyzer/test/src/task/strong/checker_test: Pass, Slow |
| 221 | 221 |
| 222 [ $browser ] | 222 [ $browser ] |
| 223 testing/test/analyze_test: SkipByDesign | 223 testing/test/analyze_test: SkipByDesign |
| OLD | NEW |