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

Side by Side Diff: pkg/pkg.status

Issue 319823004: mark failures for 19265 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | samples/samples.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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 matcher/test/core_matchers_test: RuntimeError # Issue 17762 139 matcher/test/core_matchers_test: RuntimeError # Issue 17762
140 140
141 [ $ie ] 141 [ $ie ]
142 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 142 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260
143 intl/test/date_time_format_http_request_test: Fail # Issue 8983 143 intl/test/date_time_format_http_request_test: Fail # Issue 8983
144 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 144 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138
145 145
146 [ $runtime == ie10 ] 146 [ $runtime == ie10 ]
147 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) 147 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)
148 polymer/test/register_test: Fail # Issue 18870 148 polymer/test/register_test: Fail # Issue 18870
149 polymer/test/auto_binding_test: RuntimeError # Issue 19265
150 polymer/test/attr_deserialize_test: RuntimeError # Issue 19265
151 polymer/test/attr_mustache_test: RuntimeError # Issue 19265
152 polymer/test/bind_test: RuntimeError # Issue 19265
153 polymer/test/bind_mdv_test: RuntimeError # Issue 19265
154 polymer/test/custom_event_test: RuntimeError # Issue 19265
155 polymer/test/entered_view_test: RuntimeError # Issue 19265
156 polymer/test/event_handlers_test: RuntimeError # Issue 19265
157 polymer/test/event_path_declarative_test: RuntimeError # Issue 19265
158 polymer/test/event_path_test: RuntimeError # Issue 19265
159 polymer/test/events_test: RuntimeError # Issue 19265
160 polymer/test/instance_attrs_test: RuntimeError # Issue 19265
161 polymer/test/js_interop_test: RuntimeError # Issue 19265
162 polymer/test/mirror_loader_test: RuntimeError # Issue 19265
163 polymer/test/nested_binding_test: RuntimeError # Issue 19265
164 polymer/test/noscript_test: RuntimeError # Issue 19265
165 polymer/test/prop_attr_bind_reflection_test: RuntimeError # Issue 19265
166 polymer/test/prop_attr_reflection_test: RuntimeError # Issue 19265
167 polymer/test/property_change_test: RuntimeError # Issue 19265
168 polymer/test/property_observe_test: RuntimeError # Issue 19265
169 polymer/test/publish_attributes_test: RuntimeError # Issue 19265
170 polymer/test/publish_inherited_properties_test: RuntimeError # Issue 19265
171 polymer/test/take_attributes_test: RuntimeError # Issue 19265
172 polymer/test/template_distribute_dynamic_test: RuntimeError # Issue 19265
173 polymer/test/unbind_test: RuntimeError # Issue 19265
174
175 [ $runtime == ie11 ]
176 polymer/test/event_handlers_test: RuntimeError # Issue 19265
149 177
150 [ $runtime == safari || $runtime == safarimobilesim ] 178 [ $runtime == safari || $runtime == safarimobilesim ]
151 # Unexplained errors only occuring on Safari. 179 # Unexplained errors only occuring on Safari.
152 typed_data/test/typed_buffers_test: RuntimeError 180 typed_data/test/typed_buffers_test: RuntimeError
153 181
154 # Skip browser-specific tests on VM 182 # Skip browser-specific tests on VM
155 [ $runtime == vm ] 183 [ $runtime == vm ]
156 path/test/browser_test: Fail, OK # Uses dart:html 184 path/test/browser_test: Fail, OK # Uses dart:html
157 intl/test/find_default_locale_browser_test: Skip 185 intl/test/find_default_locale_browser_test: Skip
158 intl/test/date_time_format_http_request_test: Skip 186 intl/test/date_time_format_http_request_test: Skip
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 http/test/multipart_test: Fail 402 http/test/multipart_test: Fail
375 http/test/request_test: Fail 403 http/test/request_test: Fail
376 http/test/response_test: Fail 404 http/test/response_test: Fail
377 oauth2/test/authorization_code_grant_test: Fail 405 oauth2/test/authorization_code_grant_test: Fail
378 oauth2/test/client_test: Fail 406 oauth2/test/client_test: Fail
379 oauth2/test/credentials_test: Fail 407 oauth2/test/credentials_test: Fail
380 oauth2/test/handle_access_token_response_test: Fail 408 oauth2/test/handle_access_token_response_test: Fail
381 409
382 [ $runtime == drt ] 410 [ $runtime == drt ]
383 http/test/html/client_test: Skip # Issue 18566 411 http/test/html/client_test: Skip # Issue 18566
OLDNEW
« no previous file with comments | « no previous file | samples/samples.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698