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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 | 150 |
151 [ $runtime == d8 ] | 151 [ $runtime == d8 ] |
152 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19
756 | 152 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19
756 |
153 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
19756 | 153 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
19756 |
154 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975
6 | 154 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975
6 |
155 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 | 155 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 |
156 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756 | 156 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756 |
157 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756 | 157 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756 |
158 | 158 |
159 [ $runtime == jsshell ] | 159 [ $runtime == jsshell ] |
| 160 analysis_server/test/edit/refactoring_test: Pass, Slow # Issue 16473, 19756 |
160 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
16473, 19756 | 161 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
16473, 19756 |
161 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1647
3, 19756 | 162 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1647
3, 19756 |
162 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1
6473, 19756 | 163 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1
6473, 19756 |
163 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756 | 164 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756 |
164 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 16473,
19756 | 165 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 16473,
19756 |
165 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 197
56 | 166 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 197
56 |
166 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 | 167 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 |
167 | 168 |
168 [ $runtime == d8 || $runtime == jsshell ] | 169 [ $runtime == d8 || $runtime == jsshell ] |
169 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 | 170 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 oauth2/test/authorization_code_grant_test: Fail | 494 oauth2/test/authorization_code_grant_test: Fail |
494 oauth2/test/client_test: Fail | 495 oauth2/test/client_test: Fail |
495 oauth2/test/credentials_test: Fail | 496 oauth2/test/credentials_test: Fail |
496 oauth2/test/handle_access_token_response_test: Fail | 497 oauth2/test/handle_access_token_response_test: Fail |
497 | 498 |
498 [ $runtime == drt ] | 499 [ $runtime == drt ] |
499 http/test/html/client_test: Skip # Issue 18566 | 500 http/test/html/client_test: Skip # Issue 18566 |
500 | 501 |
501 [ $system == windows ] | 502 [ $system == windows ] |
502 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 503 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
OLD | NEW |