| 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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 | 336 |
| 337 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 337 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 338 matcher/test/matchers_test: StaticWarning, OK # testing error creating abstract
class | 338 matcher/test/matchers_test: StaticWarning, OK # testing error creating abstract
class |
| 339 | 339 |
| 340 [ $runtime == vm && ($system == windows || $system == macos) ] | 340 [ $runtime == vm && ($system == windows || $system == macos) ] |
| 341 watcher/test/*/linux_test: Skip | 341 watcher/test/*/linux_test: Skip |
| 342 | 342 |
| 343 [ $runtime == vm && ($system == windows || $system == linux) ] | 343 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 344 watcher/test/*/mac_os_test: Skip | 344 watcher/test/*/mac_os_test: Skip |
| 345 | 345 |
| 346 [ $runtime == safari || $runtime == chrome || $ie ] | 346 [ $runtime == safari || $runtime == chrome || $runtime == ff || $ie ] |
| 347 # Various issues due to limited browser testing in Angular. | 347 # Various issues due to limited browser testing in Angular. |
| 348 third_party/angular_tests/*: Skip | 348 third_party/angular_tests/*: Skip |
| 349 | 349 |
| 350 [ $unchecked ] | 350 [ $unchecked ] |
| 351 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 351 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 352 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 352 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 353 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 353 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 354 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 354 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 355 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 355 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 356 | 356 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 376 collection/test/priority_queue_test: PubGetError | 376 collection/test/priority_queue_test: PubGetError |
| 377 collection/test/unmodifiable_collection_test: PubGetError | 377 collection/test/unmodifiable_collection_test: PubGetError |
| 378 collection/test/wrapper_test: PubGetError | 378 collection/test/wrapper_test: PubGetError |
| 379 stack_trace/test/chain_test: PubGetError | 379 stack_trace/test/chain_test: PubGetError |
| 380 stack_trace/test/frame_test: PubGetError | 380 stack_trace/test/frame_test: PubGetError |
| 381 stack_trace/test/trace_test: PubGetError | 381 stack_trace/test/trace_test: PubGetError |
| 382 stack_trace/test/vm_test: PubGetError | 382 stack_trace/test/vm_test: PubGetError |
| 383 | 383 |
| 384 [ $runtime == ie9 ] | 384 [ $runtime == ie9 ] |
| 385 polymer: Pass, Fail, Timeout # Issue 16717 | 385 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |