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

Side by Side Diff: tests/html/html.status

Issue 2783653002: Remove ie10 and opera sections from status files (Closed)
Patch Set: Created 3 years, 8 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
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 interactive_test: Skip # Must be run manually. 5 interactive_test: Skip # Must be run manually.
6 cross_frame_test: Skip # Test reloads itself. Issue 18558 6 cross_frame_test: Skip # Test reloads itself. Issue 18558
7 7
8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 9
10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044)
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid ] 132 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid ]
133 webgl_1_test: Pass, Fail # Issue 8219 133 webgl_1_test: Pass, Fail # Issue 8219
134 134
135 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows ] 135 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows ]
136 websql_test: Skip # Issue 4941: stderr contains a backtrace. 136 websql_test: Skip # Issue 4941: stderr contains a backtrace.
137 137
138 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 138 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
139 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 139 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
140 native_gc_test: Pass, Slow 140 native_gc_test: Pass, Slow
141 141
142 [$runtime == ie10 || $runtime == ie11]
143 indexeddb_5_test: Fail # Issue 12893
144 js_test/transferrables: RuntimeError # Issue 14246
145 element_test/click: Fail # IE does not support firing this event.
146 serialized_script_value_test: Fail
147 websocket_test/websocket: Fail # Issue 7875. Closed with "working as intended".
148 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
149 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
150 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537
151 scripts_htmltest: Skip # Times out on IE. Issue 21537
152 two_scripts_htmltest: Skip # Times out on IE. Issue 21537
153 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537
154 localstorage_test: Pass, RuntimeError # Issue 22166
155 storage_test: Pass, RuntimeError # Issue 22166
156 postmessage_structured_test/more_primitives: Fail # Does not support the Message Event constructor.
157 notification_test/supported_notification: Fail # Notification not supported on I E
158 event_test: RuntimeError # Issue 23437. Only three failures, but hard to break t hem out.
159 wheelevent_test: RuntimeError # Issue 23437
160 text_event_test: RuntimeError # Issue 23437
161 transition_event_test/functional: Skip # Times out. Issue 22167
162 request_animation_frame_test: Skip # Times out. Issue 22167
163 js_util_test/callConstructor: RuntimeError # Issue 26978
164 element_animate_test: Fail # Element.animate not supported on these browsers.
165 gamepad_test: Fail # IE does not support Navigator.getGamepads()
166
167 [$runtime == ie10 ]
168 # IE10 Feature support statuses-
169 # All changes should be accompanied by platform support annotation changes.
170 audiobuffersourcenode_test/supported: Fail
171 audiocontext_test/supported: Fail
172 crypto_test/supported: Fail
173 css_test/supportsPointConversions: Fail
174 element_types_test/supported_content: Fail
175 element_types_test/supported_details: Fail
176 element_types_test/supported_keygen: Fail
177 element_types_test/supported_meter: Fail
178 element_types_test/supported_output: Fail
179 element_types_test/supported_shadow: Fail
180 element_types_test/supported_template: Fail
181 fileapi_test/supported: Fail
182 history_test/supported_HashChangeEvent: Fail
183 indexeddb_1_test/supportsDatabaseNames: Fail
184 input_element_test/supported_date: Fail
185 input_element_test/supported_datetime-local: Fail
186 input_element_test/supported_month: Fail
187 input_element_test/supported_time: Fail
188 input_element_test/supported_week: Fail
189 js_util_test/hasProperty: RuntimeError # Issue 26978
190 js_util_test/getProperty: RuntimeError # Issue 26978
191 media_stream_test/supported_MediaStreamEvent: Fail
192 media_stream_test/supported_MediaStreamTrackEvent: Fail
193 media_stream_test/supported_media: Fail
194 mediasource_test/supported: Fail
195 mutationobserver_test/supported: Fail
196 rtc_test/supported: Fail
197 shadow_dom_test/supported: Fail
198 speechrecognition_test/supported: Fail
199 svgelement_test/supported_altGlyph: Fail
200 svgelement_test/supported_animate: Fail
201 svgelement_test/supported_animateMotion: Fail
202 svgelement_test/supported_animateTransform: Fail
203 svgelement_test/supported_foreignObject: Fail
204 svgelement_test/supported_set: Fail
205 touchevent_test/supported: Fail # IE does not support TouchEvents
206 webgl_1_test/supported: Fail
207 websql_test/supported: Fail
208 xhr_test/json: Fail # IE10 returns string, not JSON object
209 xhr_test/supported_overrideMimeType: Fail
210 xsltprocessor_test/supported: Fail
211 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs.
212 transferables_test: Fail # Issue 9846
213
214 [ $compiler == dart2js && $minified ] 142 [ $compiler == dart2js && $minified ]
215 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260 5 143 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260 5
216 144
217 [ $compiler == dart2js && $runtime == chrome ] 145 [ $compiler == dart2js && $runtime == chrome ]
218 css_test/supportsPointConversions: Fail # Issues 21710 146 css_test/supportsPointConversions: Fail # Issues 21710
219 css_test/functional: Fail # Issues 21710 147 css_test/functional: Fail # Issues 21710
220 148
221 [ $runtime == ie11 ] 149 [ $runtime == ie11 ]
150 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t riage this failure.
151 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
152 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
222 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131 93. 153 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131 93.
223 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t riage this failure. 154 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537
155 element_animate_test: Fail # Element.animate not supported on these browsers.
156 element_test/click: Fail # IE does not support firing this event.
157 event_test: RuntimeError # Issue 23437. Only three failures, but hard to break t hem out.
158 gamepad_test: Fail # IE does not support Navigator.getGamepads()
159 indexeddb_5_test: Fail # Issue 12893
160 js_test/transferrables: RuntimeError # Issue 14246
161 js_util_test/callConstructor: RuntimeError # Issue 26978
162 localstorage_test: Pass, RuntimeError # Issue 22166
163 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537
164 notification_test/supported_notification: Fail # Notification not supported on I E
165 postmessage_structured_test/more_primitives: Fail # Does not support the Message Event constructor.
166 request_animation_frame_test: Skip # Times out. Issue 22167
167 scripts_htmltest: Skip # Times out on IE. Issue 21537
168 serialized_script_value_test: Fail
169 storage_test: Pass, RuntimeError # Issue 22166
170 text_event_test: RuntimeError # Issue 23437
171 transferables_test: Pass, Fail # Issues 20659.
172 transition_event_test/functional: Skip # Times out. Issue 22167
173 two_scripts_htmltest: Skip # Times out on IE. Issue 21537
174 websocket_test/websocket: Fail # Issue 7875. Closed with "working as intended".
175 wheelevent_test: RuntimeError # Issue 23437
224 worker_test/functional: Pass, Fail # Issues 20659. 176 worker_test/functional: Pass, Fail # Issues 20659.
225 transferables_test: Pass, Fail # Issues 20659.
226 177
227 # IE11 Feature support statuses- 178 # IE11 Feature support statuses-
228 # These results not yet noted in platform support annotations. 179 # These results not yet noted in platform support annotations.
229 # All changes should be accompanied by platform support annotation changes. 180 # All changes should be accompanied by platform support annotation changes.
230 audiobuffersourcenode_test/supported: Fail 181 audiobuffersourcenode_test/supported: Fail
231 audiocontext_test/supported: Fail 182 audiocontext_test/supported: Fail
232 crypto_test/supported: Fail 183 crypto_test/supported: Fail
233 css_test/supportsPointConversions: Fail 184 css_test/supportsPointConversions: Fail
234 element_types_test/supported_content: Fail 185 element_types_test/supported_content: Fail
235 element_types_test/supported_details: Fail 186 element_types_test/supported_details: Fail
(...skipping 23 matching lines...) Expand all
259 svgelement_test/supported_animateMotion: Fail 210 svgelement_test/supported_animateMotion: Fail
260 svgelement_test/supported_animateTransform: Fail 211 svgelement_test/supported_animateTransform: Fail
261 svgelement_test/supported_foreignObject: Fail 212 svgelement_test/supported_foreignObject: Fail
262 svgelement_test/supported_set: Fail 213 svgelement_test/supported_set: Fail
263 touchevent_test/supported: Fail # IE does not support TouchEvents 214 touchevent_test/supported: Fail # IE does not support TouchEvents
264 webgl_1_test/functional: Fail 215 webgl_1_test/functional: Fail
265 websql_test/supported: Fail 216 websql_test/supported: Fail
266 xhr_test/json: Fail # IE10 returns string, not JSON object 217 xhr_test/json: Fail # IE10 returns string, not JSON object
267 xsltprocessor_test/supported: Fail 218 xsltprocessor_test/supported: Fail
268 219
269 [ $runtime == ie10 ]
270 custom/document_register_type_extensions_test/construction: Fail # Issue 13193
271 custom/element_upgrade_test: Fail # Issue 18247
272 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers.
273 custom/document_register_template_test: Pass, Slow # Issue 28792
274
275 [ $compiler == dart2js && $runtime == drt && $unchecked ] 220 [ $compiler == dart2js && $runtime == drt && $unchecked ]
276 audiocontext_test/functional: Pass, Fail 221 audiocontext_test/functional: Pass, Fail
277 222
278 [ $runtime == safari || $runtime == safarimobilesim ] 223 [ $runtime == safari || $runtime == safarimobilesim ]
279 worker_api_test: Skip # Issue 13221 224 worker_api_test: Skip # Issue 13221
280 webgl_1_test: Pass, Fail # Issue 8219 225 webgl_1_test: Pass, Fail # Issue 8219
281 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element 226 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element
282 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element 227 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element
283 element_test: Pass, Fail # Issue 21434 228 element_test: Pass, Fail # Issue 21434
284 mediasource_test: Pass, Fail # MediaSource only available on Safari 8 desktop, w e can't express that. 229 mediasource_test: Pass, Fail # MediaSource only available on Safari 8 desktop, w e can't express that.
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759 372 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
428 373
429 [ $compiler == dart2analyzer && $builder_tag == strong ] 374 [ $compiler == dart2analyzer && $builder_tag == strong ]
430 *: Skip # Issue 28649 375 *: Skip # Issue 28649
431 376
432 [ $compiler == dart2js && $fast_startup ] 377 [ $compiler == dart2js && $fast_startup ]
433 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte d 378 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte d
434 custom/js_custom_test: Fail # mirrors not supported 379 custom/js_custom_test: Fail # mirrors not supported
435 custom/mirrors_test: Fail # mirrors not supported 380 custom/mirrors_test: Fail # mirrors not supported
436 mirrors_js_typed_interop_test: Fail # mirrors not supported 381 mirrors_js_typed_interop_test: Fail # mirrors not supported
OLDNEW
« pkg/pkg.status ('K') | « tests/corelib/corelib.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698