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

Side by Side Diff: pkg/pkg.status

Issue 326633006: polymer -- fix for ie10 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: more commentary Created 6 years, 6 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 | pkg/polymer/lib/src/instance.dart » ('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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 polymer_expressions/test/globals_test: RuntimeError # Issue 19265 163 polymer_expressions/test/globals_test: RuntimeError # Issue 19265
164 template_binding/test/template_binding_test: RuntimeError # Issue 19265 164 template_binding/test/template_binding_test: RuntimeError # Issue 19265
165 165
166 [ $ie ] 166 [ $ie ]
167 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 167 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260
168 intl/test/date_time_format_http_request_test: Fail # Issue 8983 168 intl/test/date_time_format_http_request_test: Fail # Issue 8983
169 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 169 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138
170 170
171 [ $runtime == ie10 ] 171 [ $runtime == ie10 ]
172 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) 172 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)
173 polymer/test/register_test: Fail # Issue 18870
174 polymer/test/auto_binding_test: Pass, RuntimeError # Issue 19265
175 polymer/test/attr_deserialize_test: Pass, RuntimeError # Issue 19265
176 polymer/test/attr_mustache_test: Pass, RuntimeError # Issue 19265
177 polymer/test/bind_test: Pass, RuntimeError # Issue 19265
178 polymer/test/bind_mdv_test: Pass, RuntimeError # Issue 19265
179 polymer/test/custom_event_test: Pass, RuntimeError # Issue 19265
180 polymer/test/entered_view_test: Pass, RuntimeError # Issue 19265
181 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 19265
182 polymer/test/event_path_declarative_test: Pass, RuntimeError # Issue 19265
183 polymer/test/event_path_test: Pass, RuntimeError # Issue 19265
184 polymer/test/events_test: Pass, RuntimeError # Issue 19265
185 polymer/test/instance_attrs_test: Pass, RuntimeError # Issue 19265
186 polymer/test/js_interop_test: Pass, RuntimeError # Issue 19265
187 polymer/test/mirror_loader_test: Pass, RuntimeError # Issue 19265
188 polymer/test/nested_binding_test: Pass, RuntimeError # Issue 19265
189 polymer/test/noscript_test: Pass, RuntimeError # Issue 19265
190 polymer/test/prop_attr_bind_reflection_test: Pass, RuntimeError # Issue 19265
191 polymer/test/prop_attr_reflection_test: Pass, RuntimeError # Issue 19265
192 polymer/test/property_change_test: Pass, RuntimeError # Issue 19265
193 polymer/test/property_observe_test: Pass, RuntimeError # Issue 19265
194 polymer/test/publish_attributes_test: Pass, RuntimeError # Issue 19265
195 polymer/test/publish_inherited_properties_test: Pass, RuntimeError # Issue 19265
196 polymer/test/take_attributes_test: Pass, RuntimeError # Issue 19265
197 polymer/test/template_distribute_dynamic_test: Pass, RuntimeError # Issue 19265
198 polymer/test/unbind_test: Pass, RuntimeError # Issue 19265
199 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265 173 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265
200 polymer_expressions/*: Pass, RuntimeError # Issue 19265 174 polymer_expressions/*: Pass, RuntimeError # Issue 19265
201 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 175 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265
202 176
203 [ $runtime == ie11 ] 177 [ $runtime == ie11 ]
204 polymer/test/event_handlers_test: RuntimeError, Timeout # Issue 19265 178 polymer/test/event_handlers_test: RuntimeError, Timeout # Issue 19265
205 179
206 [ $runtime == safari || $runtime == safarimobilesim ] 180 [ $runtime == safari || $runtime == safarimobilesim ]
207 # Unexplained errors only occuring on Safari. 181 # Unexplained errors only occuring on Safari.
208 typed_data/test/typed_buffers_test: RuntimeError 182 typed_data/test/typed_buffers_test: RuntimeError
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 http/test/multipart_test: Fail 404 http/test/multipart_test: Fail
431 http/test/request_test: Fail 405 http/test/request_test: Fail
432 http/test/response_test: Fail 406 http/test/response_test: Fail
433 oauth2/test/authorization_code_grant_test: Fail 407 oauth2/test/authorization_code_grant_test: Fail
434 oauth2/test/client_test: Fail 408 oauth2/test/client_test: Fail
435 oauth2/test/credentials_test: Fail 409 oauth2/test/credentials_test: Fail
436 oauth2/test/handle_access_token_response_test: Fail 410 oauth2/test/handle_access_token_response_test: Fail
437 411
438 [ $runtime == drt ] 412 [ $runtime == drt ]
439 http/test/html/client_test: Skip # Issue 18566 413 http/test/html/client_test: Skip # Issue 18566
OLDNEW
« no previous file with comments | « no previous file | pkg/polymer/lib/src/instance.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698