| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 scheduled_test/test/scheduled_stream/scheduled_stream_test: Fail # Issue 19750 | 110 scheduled_test/test/scheduled_stream/scheduled_stream_test: Fail # Issue 19750 |
| 111 json_rpc_2/test/server/server_test: Fail # Issue 19750 | 111 json_rpc_2/test/server/server_test: Fail # Issue 19750 |
| 112 shelf/test/log_middleware_test: Fail # Issue 19750 | 112 shelf/test/log_middleware_test: Fail # Issue 19750 |
| 113 | 113 |
| 114 [ $compiler == dart2js && $checked ] | 114 [ $compiler == dart2js && $checked ] |
| 115 crypto/test/base64_test: Slow, Pass | 115 crypto/test/base64_test: Slow, Pass |
| 116 | 116 |
| 117 [ $checked && $runtime == drt ] | 117 [ $checked && $runtime == drt ] |
| 118 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 19190 | 118 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 19190 |
| 119 | 119 |
| 120 [ $compiler == dart2js && $runtime == drt ] |
| 121 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu
e 19329 |
| 122 |
| 123 [ $compiler == dart2js && $checked && $runtime == drt ] |
| 124 web_components/test/interop_test: Fail # Issue 19329 |
| 125 |
| 120 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 126 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 121 crypto/test/base64_test: Timeout # Issue 12486 | 127 crypto/test/base64_test: Timeout # Issue 12486 |
| 122 collection/test/priority_queue_test: Pass, Slow # Issue 16426 | 128 collection/test/priority_queue_test: Pass, Slow # Issue 16426 |
| 123 serialization/test/serialization_test: Skip | 129 serialization/test/serialization_test: Skip |
| 124 | 130 |
| 125 [ $runtime == d8 ] | 131 [ $runtime == d8 ] |
| 126 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19
756 | 132 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19
756 |
| 127 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
19756 | 133 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
19756 |
| 128 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975
6 | 134 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975
6 |
| 129 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 | 135 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 |
| (...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 oauth2/test/authorization_code_grant_test: Fail | 449 oauth2/test/authorization_code_grant_test: Fail |
| 444 oauth2/test/client_test: Fail | 450 oauth2/test/client_test: Fail |
| 445 oauth2/test/credentials_test: Fail | 451 oauth2/test/credentials_test: Fail |
| 446 oauth2/test/handle_access_token_response_test: Fail | 452 oauth2/test/handle_access_token_response_test: Fail |
| 447 | 453 |
| 448 [ $runtime == drt ] | 454 [ $runtime == drt ] |
| 449 http/test/html/client_test: Skip # Issue 18566 | 455 http/test/html/client_test: Skip # Issue 18566 |
| 450 | 456 |
| 451 [ $mode == debug ] | 457 [ $mode == debug ] |
| 452 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass | 458 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass |
| OLD | NEW |