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

Side by Side Diff: pkg/pkg.status

Issue 333223011: fix chrome 35 polymer status (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 | no next file » | 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 # 32 bits where we do bitwise operations). 165 # 32 bits where we do bitwise operations).
166 166
167 [ $runtime == opera && $compiler == dart2js ] 167 [ $runtime == opera && $compiler == dart2js ]
168 intl/test/find_default_locale_browser_test: Fail 168 intl/test/find_default_locale_browser_test: Fail
169 intl/test/date_time_format_http_request_test: Skip # Timeout. 169 intl/test/date_time_format_http_request_test: Skip # Timeout.
170 170
171 [ $runtime == ie9 ] 171 [ $runtime == ie9 ]
172 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. 172 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9.
173 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. 173 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9.
174 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 174 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167
175 polymer/test/bind_mdv_test: Slow, Pass 175 polymer/test/bind_mdv_test: Slow, Pass, RuntimeError # Issue 14412, 13260
176 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717
177 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260
178 matcher/test/core_matchers_test: RuntimeError # Issue 17762 176 matcher/test/core_matchers_test: RuntimeError # Issue 17762
179 polymer_expressions/test/bindings_test: RuntimeError # Issue 19265 177 polymer_expressions/test/bindings_test: RuntimeError # Issue 19265
180 polymer_expressions/test/globals_test: RuntimeError # Issue 19265 178 polymer_expressions/test/globals_test: RuntimeError # Issue 19265
181 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 179 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265
182 180
183 [ $ie ] 181 [ $ie ]
184 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 182 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260
185 intl/test/date_time_format_http_request_test: Fail # Issue 8983 183 intl/test/date_time_format_http_request_test: Fail # Issue 8983
186 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 184 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138
187 185
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 [ $runtime == vm && ($system == windows || $system == linux) ] 391 [ $runtime == vm && ($system == windows || $system == linux) ]
394 watcher/test/*/mac_os_test: Skip 392 watcher/test/*/mac_os_test: Skip
395 393
396 [ $runtime == vm && ($system == macos || $system == linux) ] 394 [ $runtime == vm && ($system == macos || $system == linux) ]
397 watcher/test/*/windows_test: Skip 395 watcher/test/*/windows_test: Skip
398 396
399 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru ntime == ff || $ie ] 397 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru ntime == ff || $ie ]
400 # Various issues due to limited browser testing in Angular. 398 # Various issues due to limited browser testing in Angular.
401 third_party/angular_tests/*: Skip 399 third_party/angular_tests/*: Skip
402 400
401 [ $runtime == chrome ] # Note: this only fails on Chrome 35. They pass 36+
402 polymer/test/entered_view_test: Fail # Chrome 35
Siggi Cherem (dart-lang) 2014/06/24 02:06:27 add also entered_left_view_test ?
403
403 [ $unchecked ] 404 [ $unchecked ]
404 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. 405 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode.
405 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 406 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
406 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 407 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
407 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 408 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
408 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 409 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
409 410
410 [ $use_repository_packages ] 411 [ $use_repository_packages ]
411 analyzer/test/*: PubGetError 412 analyzer/test/*: PubGetError
412 413
413 [ $runtime == ie9 ] 414 [ $runtime == ie9 ]
414 polymer: Pass, Fail, Timeout # Issue 16717 415 polymer: Pass, Fail, Timeout # Issue 16717
415 web_components/test/interop_test: Fail, Timeout # Issue 16717 416 web_components/test/interop_test: Fail, Timeout # Issue 16717
416 417
417 # No typed_data on IE9. 418 # No typed_data on IE9.
418 http/test/html/client_test: Fail 419 http/test/html/client_test: Fail
419 http/test/html/streamed_request_test: Skip 420 http/test/html/streamed_request_test: Skip
420 http/test/mock_client_test: Fail 421 http/test/mock_client_test: Fail
421 http/test/multipart_test: Fail 422 http/test/multipart_test: Fail
422 http/test/request_test: Fail 423 http/test/request_test: Fail
423 http/test/response_test: Fail 424 http/test/response_test: Fail
424 oauth2/test/authorization_code_grant_test: Fail 425 oauth2/test/authorization_code_grant_test: Fail
425 oauth2/test/client_test: Fail 426 oauth2/test/client_test: Fail
426 oauth2/test/credentials_test: Fail 427 oauth2/test/credentials_test: Fail
427 oauth2/test/handle_access_token_response_test: Fail 428 oauth2/test/handle_access_token_response_test: Fail
428 429
429 [ $runtime == drt ] 430 [ $runtime == drt ]
430 http/test/html/client_test: Skip # Issue 18566 431 http/test/html/client_test: Skip # Issue 18566
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698