| 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 [ $runtime == vm && ($system == windows || $system == macos) ] | 325 [ $runtime == vm && ($system == windows || $system == macos) ] |
| 326 watcher/test/*/linux_test: Skip | 326 watcher/test/*/linux_test: Skip |
| 327 | 327 |
| 328 [ $runtime == vm && ($system == windows || $system == linux) ] | 328 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 329 watcher/test/*/mac_os_test: Skip | 329 watcher/test/*/mac_os_test: Skip |
| 330 | 330 |
| 331 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] | 331 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] |
| 332 # Various issues due to limited browser testing in Angular. | 332 # Various issues due to limited browser testing in Angular. |
| 333 third_party/angular_tests/*: Skip | 333 third_party/angular_tests/*: Skip |
| 334 | 334 |
| 335 [ $runtime == ff ] | |
| 336 web_components/test/location_wrapper_test: Fail # Issue 18747 | |
| 337 | |
| 338 [ $unchecked ] | 335 [ $unchecked ] |
| 339 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 336 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 340 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 337 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 341 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 338 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 342 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 339 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 343 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 340 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 344 | 341 |
| 345 [ $use_repository_packages ] | 342 [ $use_repository_packages ] |
| 346 analyzer/test/*: PubGetError | 343 analyzer/test/*: PubGetError |
| 347 mock/test/*: PubGetError # Issue 18735 | 344 mock/test/*: PubGetError # Issue 18735 |
| 348 | 345 |
| 349 [ $runtime == ie9 ] | 346 [ $runtime == ie9 ] |
| 350 polymer: Pass, Fail, Timeout # Issue 16717 | 347 polymer: Pass, Fail, Timeout # Issue 16717 |
| 351 | 348 |
| 352 # No typed_data on IE9. | 349 # No typed_data on IE9. |
| 353 http/test/html/client_test: Fail | 350 http/test/html/client_test: Fail |
| 354 http/test/html/streamed_request_test: Skip | 351 http/test/html/streamed_request_test: Skip |
| 355 http/test/mock_client_test: Fail | 352 http/test/mock_client_test: Fail |
| 356 http/test/multipart_test: Fail | 353 http/test/multipart_test: Fail |
| 357 http/test/request_test: Fail | 354 http/test/request_test: Fail |
| 358 http/test/response_test: Fail | 355 http/test/response_test: Fail |
| 359 oauth2/test/authorization_code_grant_test: Fail | 356 oauth2/test/authorization_code_grant_test: Fail |
| 360 oauth2/test/client_test: Fail | 357 oauth2/test/client_test: Fail |
| 361 oauth2/test/credentials_test: Fail | 358 oauth2/test/credentials_test: Fail |
| 362 oauth2/test/handle_access_token_response_test: Fail | 359 oauth2/test/handle_access_token_response_test: Fail |
| 363 | 360 |
| 364 [ $runtime == drt ] | 361 [ $runtime == drt ] |
| 365 http/test/html/client_test: Skip # Issue 18566 | 362 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |