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

Side by Side Diff: dart/pkg/pkg.status

Issue 114263006: Mark polymer tests as passing after timeout issue on ie9 has been identified (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 collection_helpers/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. 93 collection_helpers/test/typed_buffers_test: Fail, Crash # No typed_data on IE9.
94 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 94 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167
95 95
96 [ $runtime == safari ] 96 [ $runtime == safari ]
97 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. 97 fixnum/test/int_64_test: Pass, Fail # Bug in JSC.
98 98
99 # Unexplained errors only occuring on Safari. 99 # Unexplained errors only occuring on Safari.
100 collection_helpers/test/typed_buffers_test: RuntimeError 100 collection_helpers/test/typed_buffers_test: RuntimeError
101 101
102 [ $runtime == ie9 || $runtime == ie10 ] 102 [ $runtime == ie9 || $runtime == ie10 ]
103 polymer/example/canonicalization/test/canonicalization_deploy_test: Pass, Timeou t
104 polymer/example/canonicalization/test/canonicalization_test: Timeout, OK # tests development only behavior
105 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260
106 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260
107 polymer/test/bind_test: Timeout # Issue 13260
108 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 103 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260
109 polymer/test/custom_event_test: Timeout # Issue 13260 104 polymer/test/custom_event_test: RuntimeError # Issue 13260
110 polymer/test/entered_view_test: Timeout # Issue 13260 105 polymer/test/noscript_test: RuntimeError # Issue 13260
111 polymer/test/event_handlers_test: Timeout # Issue 13260
112 polymer/test/event_path_declarative_test: Timeout # Issue 13260
113 polymer/test/event_path_test: Timeout # Issue 13260
114 polymer/test/events_test: Timeout # Issue 13260
115 polymer/test/nested_binding_test: Timeout # Issue 13260
116 polymer/test/noscript_test: Timeout # Issue 13260
117 polymer/test/property_change_test: Timeout # Issue 13260
118 polymer/test/prop_attr_reflection_test: Timeout # Issue 13260
119 polymer/test/prop_attr_bind_reflection_test: Timeout # Issue 13260
120 polymer/test/publish_attributes_test: Timeout # Issue 13260
121 polymer/test/publish_inherited_properties_test: Timeout # Issue 13260
122 polymer/test/take_attributes_test: Timeout # Issue 13260
123 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260
124 polymer/test/unbind_test: Timeout # Issue 13260, 15259
125 106
126 # Skip browser-specific tests on VM 107 # Skip browser-specific tests on VM
127 [ $runtime == vm ] 108 [ $runtime == vm ]
128 path/test/browser_test: Fail, OK # Uses dart:html 109 path/test/browser_test: Fail, OK # Uses dart:html
129 intl/test/find_default_locale_browser_test: Skip 110 intl/test/find_default_locale_browser_test: Skip
130 intl/test/date_time_format_http_request_test: Skip 111 intl/test/date_time_format_http_request_test: Skip
131 112
132 [ $runtime == vm && $system == windows ] 113 [ $runtime == vm && $system == windows ]
133 docgen/test/single_library_test: Fail # Issue 11985 114 docgen/test/single_library_test: Fail # Issue 11985
134 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 115 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members 307 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members
327 308
328 [ $runtime == vm && ($system == windows || $system == macos) ] 309 [ $runtime == vm && ($system == windows || $system == macos) ]
329 watcher/test/*/linux_test: Skip 310 watcher/test/*/linux_test: Skip
330 311
331 [ $runtime == vm && ($system == windows || $system == linux) ] 312 [ $runtime == vm && ($system == windows || $system == linux) ]
332 watcher/test/*/mac_os_test: Skip 313 watcher/test/*/mac_os_test: Skip
333 314
334 [ $runtime == vm && $system == macos ] 315 [ $runtime == vm && $system == macos ]
335 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 316 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024
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