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

Side by Side Diff: pkg/pkg.status

Issue 562883002: Remove suppressions for ie9 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 3 months 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
« no previous file with comments | « no previous file | samples-dev/samples-dev.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 136
137 [ $checked && $runtime == drt ] 137 [ $checked && $runtime == drt ]
138 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 19190 138 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 19190
139 139
140 [ $compiler == dart2js && $runtime == drt ] 140 [ $compiler == dart2js && $runtime == drt ]
141 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329 141 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329
142 142
143 [ $compiler == dart2js && $csp && $runtime == drt ] 143 [ $compiler == dart2js && $csp && $runtime == drt ]
144 web_components/test/interop_test: Fail # Issue 19329 144 web_components/test/interop_test: Fail # Issue 19329
145 145
146 [ $compiler == dart2js && $checked && $runtime == ie9 ]
147 crypto/test/base64_test: Timeout # Issue 12486
148 collection/test/priority_queue_test: Pass, Slow # Issue 16426
149 serialization/test/serialization_test: Skip
150
151 [ $runtime == d8 ] 146 [ $runtime == d8 ]
152 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19 756 147 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19 756
153 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 19756 148 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 19756
154 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975 6 149 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975 6
155 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 150 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756
156 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756 151 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756
157 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756 152 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756
158 153
159 [ $runtime == jsshell ] 154 [ $runtime == jsshell ]
160 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 16473, 19756 155 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 16473, 19756
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 219
225 [ $compiler == dart2js || $compiler == dart2dart ] 220 [ $compiler == dart2js || $compiler == dart2dart ]
226 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at 221 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at
227 # overflow in JS (numbers slightly larger than 222 # overflow in JS (numbers slightly larger than
228 # 32 bits where we do bitwise operations). 223 # 32 bits where we do bitwise operations).
229 224
230 [ $runtime == opera && $compiler == dart2js ] 225 [ $runtime == opera && $compiler == dart2js ]
231 intl/test/find_default_locale_browser_test: Fail 226 intl/test/find_default_locale_browser_test: Fail
232 intl/test/date_time_format_http_request_test: Skip # Timeout. 227 intl/test/date_time_format_http_request_test: Skip # Timeout.
233 228
234 [ $runtime == ie9 ]
235 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9.
236 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9.
237 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167
238 polymer/test/bind_mdv_test: Slow, Pass, RuntimeError # Issue 14412, 13260
239 matcher/test/core_matchers_test: RuntimeError # Issue 17762
240 polymer_expressions/test/bindings_test: RuntimeError # Issue 19265
241 polymer_expressions/test/globals_test: RuntimeError # Issue 19265
242 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265
243
244 [ $ie ] 229 [ $ie ]
245 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 230 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260
246 intl/test/date_time_format_http_request_test: Fail # Issue 8983 231 intl/test/date_time_format_http_request_test: Fail # Issue 8983
247 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 232 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138
248 observe/test/list_path_observer_test: RuntimeError, Pass # Issue 20849 233 observe/test/list_path_observer_test: RuntimeError, Pass # Issue 20849
249 polymer/test/template_attr_template_test: RuntimeError # Issue 20897 234 polymer/test/template_attr_template_test: RuntimeError # Issue 20897
250 235
251 [ $runtime == ie10 ] 236 [ $runtime == ie10 ]
252 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) 237 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)
253 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265 238 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 [ $unchecked ] 457 [ $unchecked ]
473 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. 458 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode.
474 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 459 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
475 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 460 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
476 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 461 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
477 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 462 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
478 463
479 [ $use_repository_packages ] 464 [ $use_repository_packages ]
480 analyzer/test/*: PubGetError 465 analyzer/test/*: PubGetError
481 466
482 [ $runtime == ie9 ]
483 polymer: Pass, Fail, Timeout # Issue 16717
484 web_components/test/interop_test: Fail, Timeout # Issue 16717
485
486 # No typed_data on IE9.
487 http/test/html/client_test: Fail
488 http/test/html/streamed_request_test: Skip
489 http/test/mock_client_test: Fail
490 http/test/multipart_test: Fail
491 http/test/request_test: Fail
492 http/test/response_test: Fail
493 oauth2/test/authorization_code_grant_test: Fail
494 oauth2/test/client_test: Fail
495 oauth2/test/credentials_test: Fail
496 oauth2/test/handle_access_token_response_test: Fail
497
498 [ $runtime == drt ] 467 [ $runtime == drt ]
499 http/test/html/client_test: Skip # Issue 18566 468 http/test/html/client_test: Skip # Issue 18566
500 469
501 [ $system == windows ] 470 [ $system == windows ]
502 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436 471 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436
OLDNEW
« no previous file with comments | « no previous file | samples-dev/samples-dev.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698