| 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 [ $unchecked ] | 335 [ $unchecked ] |
| 336 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 336 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 337 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. |
| 338 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. |
| 339 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 |
| 340 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 |
| 341 | 341 |
| 342 [ $use_repository_packages ] | 342 [ $use_repository_packages ] |
| 343 analyzer/test/*: PubGetError | 343 analyzer/test/*: PubGetError |
| 344 mock/test/*: PubGetError # Issue 18735 | |
| 345 | 344 |
| 346 [ $runtime == ie9 ] | 345 [ $runtime == ie9 ] |
| 347 polymer: Pass, Fail, Timeout # Issue 16717 | 346 polymer: Pass, Fail, Timeout # Issue 16717 |
| 348 | 347 |
| 349 # No typed_data on IE9. | 348 # No typed_data on IE9. |
| 350 http/test/html/client_test: Fail | 349 http/test/html/client_test: Fail |
| 351 http/test/html/streamed_request_test: Skip | 350 http/test/html/streamed_request_test: Skip |
| 352 http/test/mock_client_test: Fail | 351 http/test/mock_client_test: Fail |
| 353 http/test/multipart_test: Fail | 352 http/test/multipart_test: Fail |
| 354 http/test/request_test: Fail | 353 http/test/request_test: Fail |
| 355 http/test/response_test: Fail | 354 http/test/response_test: Fail |
| 356 oauth2/test/authorization_code_grant_test: Fail | 355 oauth2/test/authorization_code_grant_test: Fail |
| 357 oauth2/test/client_test: Fail | 356 oauth2/test/client_test: Fail |
| 358 oauth2/test/credentials_test: Fail | 357 oauth2/test/credentials_test: Fail |
| 359 oauth2/test/handle_access_token_response_test: Fail | 358 oauth2/test/handle_access_token_response_test: Fail |
| 360 | 359 |
| 361 [ $runtime == drt ] | 360 [ $runtime == drt ] |
| 362 http/test/html/client_test: Skip # Issue 18566 | 361 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |