| 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 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756 | 150 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756 |
| 151 | 151 |
| 152 [ $runtime == jsshell ] | 152 [ $runtime == jsshell ] |
| 153 analysis_server/test/edit/refactoring_test: Pass, Slow # Issue 16473, 19756 | 153 analysis_server/test/edit/refactoring_test: Pass, Slow # Issue 16473, 19756 |
| 154 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
16473, 19756 | 154 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
16473, 19756 |
| 155 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1647
3, 19756 | 155 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1647
3, 19756 |
| 156 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1
6473, 19756 | 156 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1
6473, 19756 |
| 157 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756 | 157 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756 |
| 158 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 16473,
19756 | 158 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 16473,
19756 |
| 159 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 197
56 | 159 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 197
56 |
| 160 analysis_server/test/socket_server_test: Pass, Slow # Issue 16473, 19756 |
| 160 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 | 161 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 |
| 161 | 162 |
| 162 [ $runtime == d8 || $runtime == jsshell ] | 163 [ $runtime == d8 || $runtime == jsshell ] |
| 163 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 | 164 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 |
| 164 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces | 165 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces |
| 165 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. | 166 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. |
| 166 | 167 |
| 167 [ $runtime == jsshell ] | 168 [ $runtime == jsshell ] |
| 168 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. | 169 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. |
| 169 scheduled_test/test/unittest_compatibility_test: Fail # Issue 7728 | 170 scheduled_test/test/unittest_compatibility_test: Fail # Issue 7728 |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 467 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 467 | 468 |
| 468 [ $use_repository_packages ] | 469 [ $use_repository_packages ] |
| 469 analyzer/test/*: PubGetError | 470 analyzer/test/*: PubGetError |
| 470 | 471 |
| 471 [ $runtime == drt ] | 472 [ $runtime == drt ] |
| 472 http/test/html/client_test: Skip # Issue 18566 | 473 http/test/html/client_test: Skip # Issue 18566 |
| 473 | 474 |
| 474 [ $system == windows ] | 475 [ $system == windows ] |
| 475 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 476 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
| OLD | NEW |