| 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 [ $browser ] | 408 [ $browser ] |
| 409 docgen/test/*: Skip # Uses dart:io | 409 docgen/test/*: Skip # Uses dart:io |
| 410 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io | 410 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io |
| 411 | 411 |
| 412 [ $browser || $runtime == vm ] | 412 [ $browser || $runtime == vm ] |
| 413 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. | 413 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. |
| 414 | 414 |
| 415 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 415 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 416 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue
18733. | 416 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue
18733. |
| 417 | 417 |
| 418 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 419 # We keep both new and old methods, so there are warnings. |
| 420 code_transformers/test/entry_point_test: StaticWarning |
| 421 code_transformers/test/assets_test: StaticWarning |
| 422 code_transformers/test/resolver_test: StaticWarning |
| 423 polymer/test/build/all_phases_test: StaticWarning |
| 424 polymer/test/build/script_compactor_test: StaticWarning |
| 425 polymer/test/build/static_clean_test: StaticWarning |
| 426 smoke/test/codegen/end_to_end_test: StaticWarning |
| 427 smoke/test/codegen/recorder_test: StaticWarning |
| 428 |
| 418 [ $runtime == vm && ($system == windows || $system == macos) ] | 429 [ $runtime == vm && ($system == windows || $system == macos) ] |
| 419 watcher/test/*/linux_test: Skip | 430 watcher/test/*/linux_test: Skip |
| 420 | 431 |
| 421 [ $runtime == vm && ($system == windows || $system == linux) ] | 432 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 422 watcher/test/*/mac_os_test: Skip | 433 watcher/test/*/mac_os_test: Skip |
| 423 | 434 |
| 424 [ $runtime == vm && ($system == macos || $system == linux) ] | 435 [ $runtime == vm && ($system == macos || $system == linux) ] |
| 425 watcher/test/*/windows_test: Skip | 436 watcher/test/*/windows_test: Skip |
| 426 | 437 |
| 427 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] | 438 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] |
| (...skipping 24 matching lines...) Expand all Loading... |
| 452 oauth2/test/authorization_code_grant_test: Fail | 463 oauth2/test/authorization_code_grant_test: Fail |
| 453 oauth2/test/client_test: Fail | 464 oauth2/test/client_test: Fail |
| 454 oauth2/test/credentials_test: Fail | 465 oauth2/test/credentials_test: Fail |
| 455 oauth2/test/handle_access_token_response_test: Fail | 466 oauth2/test/handle_access_token_response_test: Fail |
| 456 | 467 |
| 457 [ $runtime == drt ] | 468 [ $runtime == drt ] |
| 458 http/test/html/client_test: Skip # Issue 18566 | 469 http/test/html/client_test: Skip # Issue 18566 |
| 459 | 470 |
| 460 [ $mode == debug ] | 471 [ $mode == debug ] |
| 461 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass | 472 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass |
| OLD | NEW |