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 10 matching lines...) Expand all Loading... |
21 | 21 |
22 [ $runtime == vm && $mode == debug ] | 22 [ $runtime == vm && $mode == debug ] |
23 analysis_server/test/completion_test: Pass, Slow | 23 analysis_server/test/completion_test: Pass, Slow |
24 | 24 |
25 [ $runtime == vm && $system == windows] | 25 [ $runtime == vm && $system == windows] |
26 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 | 26 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
27 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 | 27 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 |
28 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 | 28 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 |
29 | 29 |
30 [ $compiler == dart2js ] | 30 [ $compiler == dart2js ] |
31 collection/test/equality_test/01: Fail # Issue 1533 | |
32 collection/test/equality_test/02: Fail # Issue 1533 | |
33 collection/test/equality_test/03: Fail # Issue 1533 | |
34 collection/test/equality_test/04: Fail # Issue 1533 | |
35 collection/test/equality_test/05: Fail # Issue 1533 | |
36 collection/test/equality_test/none: Pass, Fail # Issue 14348 | |
37 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. | |
38 analyzer/test/generated/engine_test: SkipSlow | |
39 analyzer/test/generated/static_type_warning_code_test: Pass, Slow | |
40 analyzer/test/generated/compile_time_error_code_test: Pass, Slow | |
41 | |
42 analyzer/test/enum_test: Slow, Pass, Fail # Issue 21323 | |
43 analyzer/test/src/context/context_test: Pass, Timeout # dartbug.com/23658 | |
44 | |
45 analysis_server/test/*: Skip # Issue 22161 | 31 analysis_server/test/*: Skip # Issue 22161 |
46 analysis_server/test/search/element_references_test: Pass, Slow | |
47 analysis_server/test/services/index/store/codec_test: Pass, Slow | |
48 analysis_server/test/domain_completion_test: Pass, Slow | |
49 analysis_server/test/edit/assists_test: Pass, Slow | |
50 analysis_server/test/edit/format_test: Pass, Slow | |
51 | |
52 # Analysis server integration tests don't make sense to run under | |
53 # dart2js, since the code under test always runs in the Dart vm as a | |
54 # subprocess. | |
55 analysis_server/test/integration: Skip | |
56 | |
57 [ $compiler == dart2js && $checked ] | |
58 crypto/test/base64_test: Slow, Pass | |
59 | |
60 [ $runtime == d8 ] | |
61 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19
756 | |
62 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
19756 | |
63 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975
6 | |
64 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 | |
65 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756 | |
66 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756 | |
67 | |
68 [ $compiler == dart2js ] | |
69 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 19756,
21628 | 32 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 19756,
21628 |
70 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1
9756, 21628 | 33 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1
9756, 21628 |
71 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
19756, 21628 | 34 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
19756, 21628 |
72 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975
6, 21628 | 35 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975
6, 21628 |
73 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 19756, 21628 | 36 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 19756, 21628 |
| 37 analysis_server/test/domain_completion_test: Pass, Slow |
| 38 analysis_server/test/edit/assists_test: Pass, Slow |
| 39 analysis_server/test/edit/format_test: Pass, Slow |
74 analysis_server/test/edit/refactoring_test: Pass, Slow # Issue 19756, 21628 | 40 analysis_server/test/edit/refactoring_test: Pass, Slow # Issue 19756, 21628 |
| 41 analysis_server/test/search/element_references_test: Pass, Slow |
75 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 19756, 216
28 | 42 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 19756, 216
28 |
| 43 analysis_server/test/services/index/store/codec_test: Pass, Slow |
76 analysis_server/test/socket_server_test: Pass, Slow # Issue 19756, 21628 | 44 analysis_server/test/socket_server_test: Pass, Slow # Issue 19756, 21628 |
| 45 analyzer/test/enum_test: Slow, Pass, Fail # Issue 21323 |
77 analyzer/test/generated/all_the_rest_test: Pass, Slow # Issue 21628 | 46 analyzer/test/generated/all_the_rest_test: Pass, Slow # Issue 21628 |
78 analyzer/test/generated/ast_test: Pass, Slow # Issue 21628 | 47 analyzer/test/generated/ast_test: Pass, Slow # Issue 21628 |
| 48 analyzer/test/generated/compile_time_error_code_test: Pass, Slow |
79 analyzer/test/generated/compile_time_error_code_test: Pass, Slow # Issue 21628 | 49 analyzer/test/generated/compile_time_error_code_test: Pass, Slow # Issue 21628 |
80 analyzer/test/generated/element_test: Pass, Slow # Issue 21628 | 50 analyzer/test/generated/element_test: Pass, Slow # Issue 21628 |
| 51 analyzer/test/generated/engine_test: SkipSlow |
81 analyzer/test/generated/incremental_resolver_test: Pass, Slow # Issue 21628 | 52 analyzer/test/generated/incremental_resolver_test: Pass, Slow # Issue 21628 |
82 analyzer/test/generated/incremental_scanner_test: Pass, Slow # Issue 21628 | 53 analyzer/test/generated/incremental_scanner_test: Pass, Slow # Issue 21628 |
83 analyzer/test/generated/non_error_resolver_test: Pass, Slow # Issue 21628 | 54 analyzer/test/generated/non_error_resolver_test: Pass, Slow # Issue 21628 |
84 analyzer/test/generated/parser_test: Pass, Slow # Issue 21628 | 55 analyzer/test/generated/parser_test: Pass, Slow # Issue 21628 |
85 analyzer/test/generated/resolver_test: Pass, Slow # Issue 21628 | 56 analyzer/test/generated/resolver_test: Pass, Slow # Issue 21628 |
86 analyzer/test/generated/scanner_test: Pass, Slow # Issue 21628 | 57 analyzer/test/generated/scanner_test: Pass, Slow # Issue 21628 |
87 analyzer/test/generated/source_factory_test: Pass, Slow # Issue 21628 | 58 analyzer/test/generated/source_factory_test: Pass, Slow # Issue 21628 |
| 59 analyzer/test/generated/static_type_warning_code_test: Pass, Slow |
88 analyzer/test/generated/static_type_warning_code_test: Pass, Slow # Issue 21628 | 60 analyzer/test/generated/static_type_warning_code_test: Pass, Slow # Issue 21628 |
89 analyzer/test/generated/static_warning_code_test: Pass, Slow # Issue 21628 | 61 analyzer/test/generated/static_warning_code_test: Pass, Slow # Issue 21628 |
90 analyzer/test/generated/utilities_test: Pass, Slow # Issue 21628 | 62 analyzer/test/generated/utilities_test: Pass, Slow # Issue 21628 |
91 analyzer/test/src/context/cache_test: Pass, Slow # Issue 21628 | 63 analyzer/test/src/context/cache_test: Pass, Slow # Issue 21628 |
| 64 analyzer/test/src/context/context_test: Pass, Timeout # dartbug.com/23658 |
92 analyzer/test/src/task/dart_test: Pass, Slow # Issue 21628 | 65 analyzer/test/src/task/dart_test: Pass, Slow # Issue 21628 |
93 analyzer/test/src/task/dart_work_manager_test: Pass, Slow # Issue 21628 | 66 analyzer/test/src/task/dart_work_manager_test: Pass, Slow # Issue 21628 |
94 analyzer/test/src/task/driver_test: Pass, Slow # Issue 21628 | 67 analyzer/test/src/task/driver_test: Pass, Slow # Issue 21628 |
95 analyzer/test/src/task/general_test: Pass, Slow # Issue 21628 | 68 analyzer/test/src/task/general_test: Pass, Slow # Issue 21628 |
| 69 analyzer/test/src/task/html_test: Pass, Slow # Issue 21628 |
96 analyzer/test/src/task/html_work_manager_test: Pass, Slow # Issue 21628 | 70 analyzer/test/src/task/html_work_manager_test: Pass, Slow # Issue 21628 |
97 analyzer/test/src/task/incremental_element_builder_test: Pass, Slow # Issue 2162
8 | 71 analyzer/test/src/task/incremental_element_builder_test: Pass, Slow # Issue 2162
8 |
98 analyzer/test/src/task/inputs_test: Pass, Slow # Issue 21628 | 72 analyzer/test/src/task/inputs_test: Pass, Slow # Issue 21628 |
99 analyzer/test/src/task/manager_test: Pass, Slow # Issue 21628 | 73 analyzer/test/src/task/manager_test: Pass, Slow # Issue 21628 |
100 analyzer/test/src/task/model_test: Pass, Slow # Issue 21628 | 74 analyzer/test/src/task/model_test: Pass, Slow # Issue 21628 |
| 75 analyzer/test/src/task/options_test: Pass, Slow # Issue 21628 |
| 76 analyzer/test/src/task/options_work_manager_test: Pass, Slow # Issue 21628 |
| 77 collection/test/equality_test/01: Fail # Issue 1533 |
| 78 collection/test/equality_test/02: Fail # Issue 1533 |
| 79 collection/test/equality_test/03: Fail # Issue 1533 |
| 80 collection/test/equality_test/04: Fail # Issue 1533 |
| 81 collection/test/equality_test/05: Fail # Issue 1533 |
| 82 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
101 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. | 83 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. |
| 84 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
| 85 |
| 86 # Analysis server integration tests don't make sense to run under |
| 87 # dart2js, since the code under test always runs in the Dart vm as a |
| 88 # subprocess. |
| 89 analysis_server/test/integration: Skip |
| 90 |
| 91 [ $compiler == dart2js && $checked ] |
| 92 crypto/test/base64_test: Slow, Pass |
| 93 |
| 94 [ $runtime == d8 ] |
| 95 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19
756 |
| 96 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
19756 |
| 97 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975
6 |
| 98 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 |
| 99 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756 |
| 100 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756 |
102 | 101 |
103 [ $runtime == jsshell ] | 102 [ $runtime == jsshell ] |
104 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. | 103 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. |
105 | 104 |
106 [ $compiler == dart2js && $runtime == drt ] | 105 [ $compiler == dart2js && $runtime == drt ] |
107 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 | 106 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 |
108 | 107 |
109 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] | 108 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] |
110 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 | 109 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 |
111 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 | 110 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 analyzer/test/src/task/general_test: Crash # Issue 24485 | 179 analyzer/test/src/task/general_test: Crash # Issue 24485 |
181 analyzer/test/src/task/html_test: Crash # Issue 24485 | 180 analyzer/test/src/task/html_test: Crash # Issue 24485 |
182 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 | 181 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 |
183 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 | 182 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 |
184 analyzer/test/src/task/inputs_test: Crash # Issue 24485 | 183 analyzer/test/src/task/inputs_test: Crash # Issue 24485 |
185 analyzer/test/src/task/manager_test: Crash # Issue 24485 | 184 analyzer/test/src/task/manager_test: Crash # Issue 24485 |
186 analyzer/test/src/task/model_test: Crash # Issue 24485 | 185 analyzer/test/src/task/model_test: Crash # Issue 24485 |
187 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88
pos 12: '!variable2index.containsKey(element)' is not true. | 186 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88
pos 12: '!variable2index.containsKey(element)' is not true. |
188 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l
ine 88 pos 12: '!variable2index.containsKey(element)' is not true. | 187 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l
ine 88 pos 12: '!variable2index.containsKey(element)' is not true. |
189 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 | 188 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 |
OLD | NEW |