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