| 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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 [ $runtime == vm && ($system == windows || $system == linux) ] | 391 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 392 watcher/test/*/mac_os_test: Skip | 392 watcher/test/*/mac_os_test: Skip |
| 393 | 393 |
| 394 [ $runtime == vm && ($system == macos || $system == linux) ] | 394 [ $runtime == vm && ($system == macos || $system == linux) ] |
| 395 watcher/test/*/windows_test: Skip | 395 watcher/test/*/windows_test: Skip |
| 396 | 396 |
| 397 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] | 397 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] |
| 398 # Various issues due to limited browser testing in Angular. | 398 # Various issues due to limited browser testing in Angular. |
| 399 third_party/angular_tests/*: Skip | 399 third_party/angular_tests/*: Skip |
| 400 | 400 |
| 401 [ $runtime == chrome ] # Note: this only fails on Chrome 35. They pass 36+ | |
| 402 polymer/test/entered_view_test: Fail # Chrome 35 | |
| 403 | |
| 404 [ $unchecked ] | 401 [ $unchecked ] |
| 405 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 402 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 406 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 403 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 407 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 404 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 408 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 405 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 409 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 406 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 410 | 407 |
| 411 [ $use_repository_packages ] | 408 [ $use_repository_packages ] |
| 412 analyzer/test/*: PubGetError | 409 analyzer/test/*: PubGetError |
| 413 | 410 |
| 414 [ $runtime == ie9 ] | 411 [ $runtime == ie9 ] |
| 415 polymer: Pass, Fail, Timeout # Issue 16717 | 412 polymer: Pass, Fail, Timeout # Issue 16717 |
| 416 web_components/test/interop_test: Fail, Timeout # Issue 16717 | 413 web_components/test/interop_test: Fail, Timeout # Issue 16717 |
| 417 | 414 |
| 418 # No typed_data on IE9. | 415 # No typed_data on IE9. |
| 419 http/test/html/client_test: Fail | 416 http/test/html/client_test: Fail |
| 420 http/test/html/streamed_request_test: Skip | 417 http/test/html/streamed_request_test: Skip |
| 421 http/test/mock_client_test: Fail | 418 http/test/mock_client_test: Fail |
| 422 http/test/multipart_test: Fail | 419 http/test/multipart_test: Fail |
| 423 http/test/request_test: Fail | 420 http/test/request_test: Fail |
| 424 http/test/response_test: Fail | 421 http/test/response_test: Fail |
| 425 oauth2/test/authorization_code_grant_test: Fail | 422 oauth2/test/authorization_code_grant_test: Fail |
| 426 oauth2/test/client_test: Fail | 423 oauth2/test/client_test: Fail |
| 427 oauth2/test/credentials_test: Fail | 424 oauth2/test/credentials_test: Fail |
| 428 oauth2/test/handle_access_token_response_test: Fail | 425 oauth2/test/handle_access_token_response_test: Fail |
| 429 | 426 |
| 430 [ $runtime == drt ] | 427 [ $runtime == drt ] |
| 431 http/test/html/client_test: Skip # Issue 18566 | 428 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |