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

Side by Side Diff: pkg/pkg.status

Issue 51863002: fix status files for FF/IE/Safari (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | tests/html/html.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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. 78 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9.
79 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 79 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167
80 80
81 [ $runtime == safari ] 81 [ $runtime == safari ]
82 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. 82 fixnum/test/int_64_test: Pass, Fail # Bug in JSC.
83 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. 83 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407.
84 crypto/test/sha1_test: Fail # Issue 11407. 84 crypto/test/sha1_test: Fail # Issue 11407.
85 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 85 stack_trace/test/trace_test: Fail # http://dartbug.com/12380
86 crypto/test/sha256_test: Pass, Fail # Issue 12502 86 crypto/test/sha256_test: Pass, Fail # Issue 12502
87 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 87 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502
88 polymer_expressions/test/globals_test: Fail # Issue 13890
89 88
90 [ $runtime == ie9 || $runtime == ie10 ] 89 [ $runtime == ie9 || $runtime == ie10 ]
91 polymer/example/canonicalization/test/canonicalization_deploy_test: Pass, Timeou t 90 polymer/example/canonicalization/test/canonicalization_deploy_test: Pass, Timeou t
92 polymer/example/canonicalization/test/canonicalization_test: Fail, Timeout, OK # tests development only behavior 91 polymer/example/canonicalization/test/canonicalization_test: Fail, Timeout, OK # tests development only behavior
93 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 92 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260
94 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 93 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260
95 polymer/test/bind_test: Pass, Timeout # Issue 13260 94 polymer/test/bind_test: Pass, Timeout # Issue 13260
96 polymer/test/bind_mdv_test: Fail, Timeout # Issue 14412, 13260 95 polymer/test/bind_mdv_test: Fail, Timeout # Issue 14412, 13260
97 polymer/test/custom_event_test: Pass, Timeout # Issue 13260 96 polymer/test/custom_event_test: Pass, Timeout # Issue 13260
98 polymer/test/event_handlers_test: Pass, Timeout # Issue 13260 97 polymer/test/event_handlers_test: Pass, Timeout # Issue 13260
99 polymer/test/event_path_declarative_test: Pass, Timeout # Issue 13260 98 polymer/test/event_path_declarative_test: Pass, Timeout # Issue 13260
100 polymer/test/event_path_test: Pass, Timeout # Issue 13260 99 polymer/test/event_path_test: Pass, Timeout # Issue 13260
101 polymer/test/events_test: Pass, Timeout # Issue 13260 100 polymer/test/events_test: Pass, Timeout # Issue 13260
102 polymer/test/noscript_test: Pass, Timeout # Issue 13260 101 polymer/test/noscript_test: Pass, Timeout # Issue 13260
103 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 102 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260
104 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260 103 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260
105 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 104 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260
106 polymer/test/publish_inherited_properties_test: Pass, Timeout # Issue 13260 105 polymer/test/publish_inherited_properties_test: Pass, Timeout # Issue 13260
107 polymer/test/register_test: Pass, Timeout # Issue 13260 106 polymer/test/register_test: Pass, Timeout # Issue 13260
108 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 107 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260
109 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260 108 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260
110 polymer/test/unbind_test: Pass, Timeout # Issue 13260 109 polymer/test/unbind_test: Pass, Timeout # Issue 13260
111 polymer_expressions/test/globals_test: Fail # Issue 13890
112 110
113 # Skip browser-specific tests on VM 111 # Skip browser-specific tests on VM
114 [ $runtime == vm ] 112 [ $runtime == vm ]
115 path/test/browser_test: Fail, OK # Uses dart:html 113 path/test/browser_test: Fail, OK # Uses dart:html
116 intl/test/find_default_locale_browser_test: Skip 114 intl/test/find_default_locale_browser_test: Skip
117 intl/test/date_time_format_http_request_test: Skip 115 intl/test/date_time_format_http_request_test: Skip
118 116
119 [ $runtime == vm && $system == windows ] 117 [ $runtime == vm && $system == windows ]
120 docgen/test/single_library_test: Fail # Issue 11985 118 docgen/test/single_library_test: Fail # Issue 11985
121 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 119 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 scheduled_test/test/scheduled_test/simple_test: StaticWarning 402 scheduled_test/test/scheduled_test/simple_test: StaticWarning
405 scheduled_test/test/scheduled_test/task_return_value_test: StaticWarning 403 scheduled_test/test/scheduled_test/task_return_value_test: StaticWarning
406 scheduled_test/test/scheduled_test/timeout_test: StaticWarning 404 scheduled_test/test/scheduled_test/timeout_test: StaticWarning
407 scheduled_test/test/scheduled_test/wrap_async_test: StaticWarning 405 scheduled_test/test/scheduled_test/wrap_async_test: StaticWarning
408 scheduled_test/test/scheduled_test/wrap_future_test: StaticWarning 406 scheduled_test/test/scheduled_test/wrap_future_test: StaticWarning
409 unittest/test/matchers_test: StaticWarning 407 unittest/test/matchers_test: StaticWarning
410 unittest/test/mock_test: StaticWarning 408 unittest/test/mock_test: StaticWarning
411 watcher/test/directory_watcher_test: StaticWarning 409 watcher/test/directory_watcher_test: StaticWarning
412 watcher/test/no_subscription_test: StaticWarning 410 watcher/test/no_subscription_test: StaticWarning
413 watcher/test/ready_test: StaticWarning 411 watcher/test/ready_test: StaticWarning
OLDNEW
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698