| 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 docgen/test/single_library_test: StaticWarning # Issue 16950 | 316 docgen/test/single_library_test: StaticWarning # Issue 16950 |
| 317 docgen/test/multi_library_test: StaticWarning # Issue 16950 | 317 docgen/test/multi_library_test: StaticWarning # Issue 16950 |
| 318 unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract
class | 318 unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract
class |
| 319 | 319 |
| 320 [ $runtime == vm && ($system == windows || $system == macos) ] | 320 [ $runtime == vm && ($system == windows || $system == macos) ] |
| 321 watcher/test/*/linux_test: Skip | 321 watcher/test/*/linux_test: Skip |
| 322 | 322 |
| 323 [ $runtime == vm && ($system == windows || $system == linux) ] | 323 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 324 watcher/test/*/mac_os_test: Skip | 324 watcher/test/*/mac_os_test: Skip |
| 325 | 325 |
| 326 [ $runtime == vm && $system == windows ] | |
| 327 code_transformers/test/resolver_test: Fail # Issue 17030 | |
| 328 | |
| 329 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == ie10 ] | 326 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == ie10 ] |
| 330 # Various issues due to limited browser testing in Angular. | 327 # Various issues due to limited browser testing in Angular. |
| 331 third_party/angular_tests/*: Skip | 328 third_party/angular_tests/*: Skip |
| 332 | 329 |
| 333 [ $unchecked ] | 330 [ $unchecked ] |
| 334 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 331 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 335 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 332 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 336 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 333 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 337 | 334 |
| 338 [ $use_repository_packages ] | 335 [ $use_repository_packages ] |
| (...skipping 18 matching lines...) Expand all Loading... |
| 357 collection/test/priority_queue_test: PubGetError | 354 collection/test/priority_queue_test: PubGetError |
| 358 collection/test/unmodifiable_collection_test: PubGetError | 355 collection/test/unmodifiable_collection_test: PubGetError |
| 359 collection/test/wrapper_test: PubGetError | 356 collection/test/wrapper_test: PubGetError |
| 360 stack_trace/test/chain_test: PubGetError | 357 stack_trace/test/chain_test: PubGetError |
| 361 stack_trace/test/frame_test: PubGetError | 358 stack_trace/test/frame_test: PubGetError |
| 362 stack_trace/test/trace_test: PubGetError | 359 stack_trace/test/trace_test: PubGetError |
| 363 stack_trace/test/vm_test: PubGetError | 360 stack_trace/test/vm_test: PubGetError |
| 364 | 361 |
| 365 [ $runtime == ie9 ] | 362 [ $runtime == ie9 ] |
| 366 polymer: Pass, Fail, Timeout # Issue 16717 | 363 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |