Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Side by Side Diff: pkg/pkg.status

Issue 807193003: Re-apply "Remove unittest and matcher from the repo." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 13 matching lines...) Expand all
24 analysis_server/test/completion_test: Skip # Times out 24 analysis_server/test/completion_test: Skip # Times out
25 analysis_server/test/domain_context_test: Skip # Times out 25 analysis_server/test/domain_context_test: Skip # Times out
26 analysis_server/test/domain_server_test: Skip # Times out 26 analysis_server/test/domain_server_test: Skip # Times out
27 analysis_server/test/integration/analysis/reanalyze_concurrent_test: Skip # Time s out 27 analysis_server/test/integration/analysis/reanalyze_concurrent_test: Skip # Time s out
28 analysis_server/test/integration/analysis/update_content_test: Skip # Times out 28 analysis_server/test/integration/analysis/update_content_test: Skip # Times out
29 analysis_server/tool/spec/check_all_test: Skip # Times out 29 analysis_server/tool/spec/check_all_test: Skip # Times out
30 analyzer/test/generated/element_test: Skip # Times out 30 analyzer/test/generated/element_test: Skip # Times out
31 analyzer/test/generated/parser_test: Skip # Times out 31 analyzer/test/generated/parser_test: Skip # Times out
32 docgen/test/*: Skip # Slow 32 docgen/test/*: Skip # Slow
33 third_party/html5lib/test/tokenizer_test: Skip # Times out 33 third_party/html5lib/test/tokenizer_test: Skip # Times out
34 barback/test/package_graph/repetition_test: Skip # Times out
35 34
36 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] 35 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ]
37 barback/test/too_many_open_files_test: Skip # 14220
38 docgen/test/*: Skip # Too slow 36 docgen/test/*: Skip # Too slow
39 third_party/html5lib/test/tokenizer_test: Pass, Slow 37 third_party/html5lib/test/tokenizer_test: Pass, Slow
40 analysis_server/*: Skip # Timeout in some tests. 38 analysis_server/*: Skip # Timeout in some tests.
41 39
42 [ $compiler == dart2js ] 40 [ $compiler == dart2js ]
43 collection/test/equality_test/01: Fail # Issue 1533 41 collection/test/equality_test/01: Fail # Issue 1533
44 collection/test/equality_test/02: Fail # Issue 1533 42 collection/test/equality_test/02: Fail # Issue 1533
45 collection/test/equality_test/03: Fail # Issue 1533 43 collection/test/equality_test/03: Fail # Issue 1533
46 collection/test/equality_test/04: Fail # Issue 1533 44 collection/test/equality_test/04: Fail # Issue 1533
47 collection/test/equality_test/05: Fail # Issue 1533 45 collection/test/equality_test/05: Fail # Issue 1533
(...skipping 12 matching lines...) Expand all
60 analysis_server/test/edit/assists_test: Pass, Slow 58 analysis_server/test/edit/assists_test: Pass, Slow
61 59
62 # Analysis server integration tests don't make sense to run under 60 # Analysis server integration tests don't make sense to run under
63 # dart2js, since the code under test always runs in the Dart vm as a 61 # dart2js, since the code under test always runs in the Dart vm as a
64 # subprocess. 62 # subprocess.
65 analysis_server/test/integration: Skip 63 analysis_server/test/integration: Skip
66 64
67 [ $compiler == dart2js && $checked ] 65 [ $compiler == dart2js && $checked ]
68 crypto/test/base64_test: Slow, Pass 66 crypto/test/base64_test: Slow, Pass
69 67
70
71 [ $compiler == dart2js && $runtime == drt ] 68 [ $compiler == dart2js && $runtime == drt ]
72 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329 69 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329
73 70
74 [ $runtime == d8 ] 71 [ $runtime == d8 ]
75 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19 756 72 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19 756
76 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 19756 73 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 19756
77 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975 6 74 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975 6
78 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 75 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756
79 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756 76 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756
80 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756 77 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756
81 78
82 [ $compiler == dart2js ] 79 [ $compiler == dart2js ]
83 analysis_server/test/edit/refactoring_test: Pass, Slow # Issue 16473, 19756 80 analysis_server/test/edit/refactoring_test: Pass, Slow # Issue 16473, 19756
84 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 16473, 19756 81 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 16473, 19756
85 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1647 3, 19756 82 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1647 3, 19756
86 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1 6473, 19756 83 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1 6473, 19756
87 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756 84 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756
88 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 16473, 19756 85 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 16473, 19756
89 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 197 56 86 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 197 56
90 analysis_server/test/socket_server_test: Pass, Slow # Issue 16473, 19756 87 analysis_server/test/socket_server_test: Pass, Slow # Issue 16473, 19756
91 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 88 analyzer/test/generated/element_test: Pass, Slow # Issue 16473
92 analyzer/test/generated/incremental_resolver_test: Pass, Slow # Issue 16473 89 analyzer/test/generated/incremental_resolver_test: Pass, Slow # Issue 16473
93 90
94 [ $runtime == jsshell ] 91 [ $runtime == jsshell ]
95 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 92 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
96 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728
97 unittest/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.c om/10109
98 93
99 [ $compiler == dart2js && $runtime == drt ] 94 [ $compiler == dart2js && $runtime == drt ]
100 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 95 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
101 96
102 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 97 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
103 third_party/angular_tests/browser_test: Skip # uses dart:html 98 third_party/angular_tests/browser_test: Skip # uses dart:html
104 99
105 [$compiler == dart2dart] 100 [$compiler == dart2dart]
106 *: Skip 101 *: Skip
107 102
(...skipping 10 matching lines...) Expand all
118 intl/test/date_time_format_http_request_test: Fail # Issue 8983 113 intl/test/date_time_format_http_request_test: Fail # Issue 8983
119 114
120 [ $runtime == ie10 ] 115 [ $runtime == ie10 ]
121 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 116 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747
122 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e xplicitly, since this is not the same as on ie9) 117 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e xplicitly, since this is not the same as on ie9)
123 118
124 [ $runtime == safarimobilesim ] 119 [ $runtime == safarimobilesim ]
125 # Unexplained errors only occuring on Safari 6.1 and earlier. 120 # Unexplained errors only occuring on Safari 6.1 and earlier.
126 typed_data/test/typed_buffers_test: RuntimeError 121 typed_data/test/typed_buffers_test: RuntimeError
127 122
128
129 # Skip browser-specific tests on VM 123 # Skip browser-specific tests on VM
130 [ $runtime == vm ] 124 [ $runtime == vm ]
131 intl/test/find_default_locale_browser_test: Skip 125 intl/test/find_default_locale_browser_test: Skip
132 intl/test/date_time_format_http_request_test: Skip 126 intl/test/date_time_format_http_request_test: Skip
133 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733. 127 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733.
134 128
135 [ $runtime == vm && $system == windows ] 129 [ $runtime == vm && $system == windows ]
136 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 130 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
137 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 131 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772
138 132
139 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 133 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
140 # These tests are runtime negative but statically positive, so we skip 134 # These tests are runtime negative but statically positive, so we skip
141 # them in the analyzer. 135 # them in the analyzer.
142 mock/test/mock_regexp_negative_test: Skip 136 mock/test/mock_regexp_negative_test: Skip
143 mock/test/mock_stepwise_negative_test: Skip 137 mock/test/mock_stepwise_negative_test: Skip
144 138
145 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524 139 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524
146 140
147 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 141 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
148 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which 142 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which
149 # contains illegal constant constructors. 143 # contains illegal constant constructors.
150 third_party/angular_tests/browser_test: CompileTimeError 144 third_party/angular_tests/browser_test: CompileTimeError
151 145
152 [ $compiler == dart2js && $csp ] 146 [ $compiler == dart2js && $csp ]
153 # This test cannot run under CSP because it is injecting a JavaScript polyfill 147 # This test cannot run under CSP because it is injecting a JavaScript polyfill
154 mutation_observer: Skip 148 mutation_observer: Skip
155 149
156 [ $compiler == dart2js && $minified ]
157 # The unminified unittest tests test that the real names of Dart types are
158 # printed. Minified versions of these tests exist that test the behavior when
159 # minified.
160 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2 JS
161
162 [ $compiler == dart2js && $browser ] 150 [ $compiler == dart2js && $browser ]
163 stack_trace/test/vm_test: Fail, OK # VM-specific traces
164 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
165 crypto/test/sha256_test: Slow, Pass 151 crypto/test/sha256_test: Slow, Pass
166 crypto/test/sha1_test: Slow, Pass 152 crypto/test/sha1_test: Slow, Pass
167 153
168 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 154 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
169 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. 155 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e.
170 156
171 [ $browser ] 157 [ $browser ]
172 analysis_server/test/*: Skip # Uses dart:io. 158 analysis_server/test/*: Skip # Uses dart:io.
173 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io. 159 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io.
174 analyzer2dart/*: Skip # Uses dart:io. 160 analyzer2dart/*: Skip # Uses dart:io.
175 analyzer/test/*: Skip # Uses dart:io. 161 analyzer/test/*: Skip # Uses dart:io.
176 barback/test/*: Fail, OK # Uses dart:io.
177 http/test/io/*: Fail, OK # Uses dart:io.
178 http_server/test/*: Fail, OK # Uses dart:io.
179 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. 162 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io.
180 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. 163 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
181 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. 164 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
182 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io 165 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io
183 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io 166 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io
184 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. 167 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
185 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use s dart:io. 168 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use s dart:io.
186 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart: io 169 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart: io
187 intl/test/message_extraction/embedded_plural_text_after_test: Fail, OK # Uses da rt:io. 170 intl/test/message_extraction/embedded_plural_text_after_test: Fail, OK # Uses da rt:io.
188 intl/test/message_extraction/embedded_plural_text_before_test: Fail, OK # Uses d art:io. 171 intl/test/message_extraction/embedded_plural_text_before_test: Fail, OK # Uses d art:io.
189 observe/test/transformer_test: Fail, OK # Uses dart:io. 172 observe/test/transformer_test: Fail, OK # Uses dart:io.
190 observe/test/unique_message_test: Skip # Intended only as a vm test. 173 observe/test/unique_message_test: Skip # Intended only as a vm test.
191 shelf/test/shelf_io_test: Fail, OK # Uses dart:io 174 shelf/test/shelf_io_test: Fail, OK # Uses dart:io
192 stub_core_library/test/*: Fail, OK # Uses dart:io. 175 stub_core_library/test/*: Fail, OK # Uses dart:io.
193 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 176 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337
194 third_party/angular_tests/vm_test: Skip # Uses dart:io 177 third_party/angular_tests/vm_test: Skip # Uses dart:io
195 178
196 */test/analyzer_test: Skip # No need to run analysis tests on browser bots 179 */test/analyzer_test: Skip # No need to run analysis tests on browser bots
197 180
198 # Skip tests on the browser if the test depends on dart:io 181 # Skip tests on the browser if the test depends on dart:io
199 third_party/html5lib/test/parser_test: Skip 182 third_party/html5lib/test/parser_test: Skip
200 third_party/html5lib/test/tokenizer_test: Skip 183 third_party/html5lib/test/tokenizer_test: Skip
201 third_party/html5lib/test/selectors/*: Skip 184 third_party/html5lib/test/selectors/*: Skip
202 185
203 [ $minified == false ]
204 # The minified unittest tests test that the minified names of Dart types are
205 # printed. Unminified versions of these tests exist that test the behavior when
206 # not minified.
207 matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
208
209 [ $arch == simarm64 ] 186 [ $arch == simarm64 ]
210 # Timeout. These are not unit tests. They do not run efficiently on our 187 # Timeout. These are not unit tests. They do not run efficiently on our
211 # simulator. 188 # simulator.
212 *: Skip 189 *: Skip
213 190
214 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C ontentShellOnAndroid) ]
215 # Skip serialization test that explicitly has no library declaration in the
216 # test on Dartium, which requires all tests to have a library.
217 unittest/test/async_exception_test: RuntimeError # 13921
218 unittest/test/async_exception_with_future_test: RuntimeError # 13921
219 unittest/test/async_setup_teardown_test: RuntimeError # 13921
220 unittest/test/completion_test: RuntimeError # 13921
221 unittest/test/correct_callback_test: RuntimeError # 13921
222 unittest/test/exception_test: RuntimeError # 13921
223 unittest/test/excess_callback_test: RuntimeError # 13921
224 unittest/test/expect_async_args_test: RuntimeError # 13921
225 unittest/test/expect_async_test: RuntimeError # 13921
226 unittest/test/group_name_test: RuntimeError # 13921
227 unittest/test/invalid_ops_test: RuntimeError # 13921
228 unittest/test/late_exception_test: RuntimeError # 13921
229 unittest/test/middle_exception_test: RuntimeError # 13921
230 unittest/test/nested_groups_setup_teardown_test: RuntimeError # 13921
231 unittest/test/protect_async_test: RuntimeError # 13921
232 unittest/test/returning_future_test: RuntimeError # 13921
233 unittest/test/returning_future_using_runasync_test: RuntimeError # 13921
234 unittest/test/runtests_without_tests_test: RuntimeError # 13921
235 unittest/test/setup_and_teardown_test: RuntimeError # 13921
236 unittest/test/setup_test: RuntimeError # 13921
237 unittest/test/single_correct_test: RuntimeError # 13921
238 unittest/test/single_failing_test: RuntimeError # 13921
239 unittest/test/skipped_soloed_nested_test: RuntimeError # 13921
240 unittest/test/teardown_test: RuntimeError # 13921
241 unittest/test/testcases_immutable_test: RuntimeError # 13921
242
243
244 [ $runtime == vm ] 191 [ $runtime == vm ]
245 # Skip tests on the VM if the package depends on dart:html 192 # Skip tests on the VM if the package depends on dart:html
246 mutation_observer: Skip 193 mutation_observer: Skip
247 third_party/html5lib/test/browser/browser_test: Skip 194 third_party/html5lib/test/browser/browser_test: Skip
248 http/test/html/*: Skip
249 195
250 [ $browser ] 196 [ $browser ]
251 docgen/test/*: Skip # Uses dart:io 197 docgen/test/*: Skip # Uses dart:io
252 198
253 [ $compiler == none && $browser ]
254 unittest/test/missing_tick_test: RuntimeError # Expected to fail, due to timeout .
255
256 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 199 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
257 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733. 200 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733.
258 201
259 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru ntime == ff || $ie ] 202 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru ntime == ff || $ie ]
260 # Various issues due to limited browser testing in Angular. 203 # Various issues due to limited browser testing in Angular.
261 third_party/angular_tests/*: Skip 204 third_party/angular_tests/*: Skip
262 205
263 [ $unchecked ] 206 [ $unchecked ]
264 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. 207 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode.
265 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 208 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
266 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 209 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
267 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 210 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
268 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 211 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
269 212
270 [ $use_repository_packages ] 213 [ $use_repository_packages ]
271 analyzer/test/*: PubGetError 214 analyzer/test/*: PubGetError
272
273 [ $runtime == drt ]
274 http/test/html/client_test: Skip # Issue 18566
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698