| 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 358 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 359 matcher/test/deprecated_matchers_test: StaticWarning # testing error creating ab
stract class | 359 matcher/test/deprecated_matchers_test: StaticWarning # testing error creating ab
stract class |
| 360 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue
18733. | 360 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue
18733. |
| 361 | 361 |
| 362 [ $runtime == vm && ($system == windows || $system == macos) ] | 362 [ $runtime == vm && ($system == windows || $system == macos) ] |
| 363 watcher/test/*/linux_test: Skip | 363 watcher/test/*/linux_test: Skip |
| 364 | 364 |
| 365 [ $runtime == vm && ($system == windows || $system == linux) ] | 365 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 366 watcher/test/*/mac_os_test: Skip | 366 watcher/test/*/mac_os_test: Skip |
| 367 | 367 |
| 368 [ $runtime == vm && ($system == macos || $system == linux) ] |
| 369 watcher/test/*/windows_test: Skip |
| 370 |
| 368 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] | 371 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] |
| 369 # Various issues due to limited browser testing in Angular. | 372 # Various issues due to limited browser testing in Angular. |
| 370 third_party/angular_tests/*: Skip | 373 third_party/angular_tests/*: Skip |
| 371 | 374 |
| 372 [ $unchecked ] | 375 [ $unchecked ] |
| 373 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 376 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 374 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 377 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 375 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 378 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 376 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 379 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 377 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 380 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 389 http/test/multipart_test: Fail | 392 http/test/multipart_test: Fail |
| 390 http/test/request_test: Fail | 393 http/test/request_test: Fail |
| 391 http/test/response_test: Fail | 394 http/test/response_test: Fail |
| 392 oauth2/test/authorization_code_grant_test: Fail | 395 oauth2/test/authorization_code_grant_test: Fail |
| 393 oauth2/test/client_test: Fail | 396 oauth2/test/client_test: Fail |
| 394 oauth2/test/credentials_test: Fail | 397 oauth2/test/credentials_test: Fail |
| 395 oauth2/test/handle_access_token_response_test: Fail | 398 oauth2/test/handle_access_token_response_test: Fail |
| 396 | 399 |
| 397 [ $runtime == drt ] | 400 [ $runtime == drt ] |
| 398 http/test/html/client_test: Skip # Issue 18566 | 401 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |