| 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 | 334 |
| 335 [ $browser || $runtime == vm ] | 335 [ $browser || $runtime == vm ] |
| 336 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. | 336 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. |
| 337 | 337 |
| 338 | 338 |
| 339 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 339 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 340 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. | 340 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. |
| 341 | 341 |
| 342 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 342 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 343 matcher/test/matchers_test: StaticWarning, OK # testing error creating abstract
class | 343 matcher/test/matchers_test: StaticWarning, OK # testing error creating abstract
class |
| 344 scheduled_test/test/scheduled_test/on_complete_test: StaticWarning # Issue 18113 |
| 345 scheduled_test/test/scheduled_test/set_up_test: StaticWarning # Issue 18113 |
| 344 | 346 |
| 345 [ $runtime == vm && ($system == windows || $system == macos) ] | 347 [ $runtime == vm && ($system == windows || $system == macos) ] |
| 346 watcher/test/*/linux_test: Skip | 348 watcher/test/*/linux_test: Skip |
| 347 | 349 |
| 348 [ $runtime == vm && ($system == windows || $system == linux) ] | 350 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 349 watcher/test/*/mac_os_test: Skip | 351 watcher/test/*/mac_os_test: Skip |
| 350 | 352 |
| 351 [ $runtime == safari || $runtime == chrome || $runtime == ff || $ie ] | 353 [ $runtime == safari || $runtime == chrome || $runtime == ff || $ie ] |
| 352 # Various issues due to limited browser testing in Angular. | 354 # Various issues due to limited browser testing in Angular. |
| 353 third_party/angular_tests/*: Skip | 355 third_party/angular_tests/*: Skip |
| 354 | 356 |
| 355 [ $unchecked ] | 357 [ $unchecked ] |
| 356 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 358 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 357 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 359 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 358 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 360 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 359 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 361 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 360 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 362 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 361 | 363 |
| 362 [ $use_repository_packages ] | 364 [ $use_repository_packages ] |
| 363 analyzer/test/*: PubGetError | 365 analyzer/test/*: PubGetError |
| 364 | 366 |
| 365 [ $runtime == ie9 ] | 367 [ $runtime == ie9 ] |
| 366 polymer: Pass, Fail, Timeout # Issue 16717 | 368 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |