| 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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io | 349 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io |
| 350 | 350 |
| 351 [ $browser || $runtime == vm ] | 351 [ $browser || $runtime == vm ] |
| 352 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. | 352 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. |
| 353 | 353 |
| 354 | 354 |
| 355 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 355 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 356 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. | 356 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. |
| 357 | 357 |
| 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/matchers_test: StaticWarning, OK # testing error creating abstract
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 == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] | 368 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] |
| 369 # Various issues due to limited browser testing in Angular. | 369 # Various issues due to limited browser testing in Angular. |
| (...skipping 19 matching lines...) Expand all Loading... |
| 389 http/test/multipart_test: Fail | 389 http/test/multipart_test: Fail |
| 390 http/test/request_test: Fail | 390 http/test/request_test: Fail |
| 391 http/test/response_test: Fail | 391 http/test/response_test: Fail |
| 392 oauth2/test/authorization_code_grant_test: Fail | 392 oauth2/test/authorization_code_grant_test: Fail |
| 393 oauth2/test/client_test: Fail | 393 oauth2/test/client_test: Fail |
| 394 oauth2/test/credentials_test: Fail | 394 oauth2/test/credentials_test: Fail |
| 395 oauth2/test/handle_access_token_response_test: Fail | 395 oauth2/test/handle_access_token_response_test: Fail |
| 396 | 396 |
| 397 [ $runtime == drt ] | 397 [ $runtime == drt ] |
| 398 http/test/html/client_test: Skip # Issue 18566 | 398 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |