| 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 web_components/test/interop_test: Fail # Issue 19329 | 135 web_components/test/interop_test: Fail # Issue 19329 |
| 136 | 136 |
| 137 [ $runtime == d8 ] | 137 [ $runtime == d8 ] |
| 138 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19
756 | 138 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19
756 |
| 139 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
19756 | 139 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
19756 |
| 140 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975
6 | 140 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975
6 |
| 141 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 | 141 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 |
| 142 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756 | 142 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756 |
| 143 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756 | 143 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756 |
| 144 | 144 |
| 145 [ $runtime == jsshell ] | 145 [ $compiler == dart2js ] |
| 146 analysis_server/test/edit/refactoring_test: Pass, Slow # Issue 16473, 19756 | 146 analysis_server/test/edit/refactoring_test: Pass, Slow # Issue 16473, 19756 |
| 147 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
16473, 19756 | 147 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
16473, 19756 |
| 148 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1647
3, 19756 | 148 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1647
3, 19756 |
| 149 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1
6473, 19756 | 149 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1
6473, 19756 |
| 150 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756 | 150 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756 |
| 151 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 16473,
19756 | 151 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 16473,
19756 |
| 152 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 197
56 | 152 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 197
56 |
| 153 analysis_server/test/socket_server_test: Pass, Slow # Issue 16473, 19756 | 153 analysis_server/test/socket_server_test: Pass, Slow # Issue 16473, 19756 |
| 154 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 | 154 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 |
| 155 | 155 |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 485 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 486 | 486 |
| 487 [ $use_repository_packages ] | 487 [ $use_repository_packages ] |
| 488 analyzer/test/*: PubGetError | 488 analyzer/test/*: PubGetError |
| 489 | 489 |
| 490 [ $runtime == drt ] | 490 [ $runtime == drt ] |
| 491 http/test/html/client_test: Skip # Issue 18566 | 491 http/test/html/client_test: Skip # Issue 18566 |
| 492 | 492 |
| 493 [ $system == windows ] | 493 [ $system == windows ] |
| 494 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 494 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
| OLD | NEW |