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

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

Issue 212123003: Add ie11 entries to html tests status (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 years, 9 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) 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 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 interactive_test: Skip # Must be run manually. 6 interactive_test: Skip # Must be run manually.
7 dromaeo_smoke_test: Skip # Issue 14521, 8257 7 dromaeo_smoke_test: Skip # Issue 14521, 8257
8 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression) 8 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression)
9 [ $runtime == drt || $runtime == dartium ] 9 [ $runtime == drt || $runtime == dartium ]
10 custom/template_wrappers_test: Pass # Issue 16656 Override others 10 custom/template_wrappers_test: Pass # Issue 16656 Override others
11 11
12 [ $compiler == dart2js && $csp ] 12 [ $compiler == dart2js && $csp ]
13 custom/js_custom_test: Fail # Issue 14643 13 custom/js_custom_test: Fail # Issue 14643
14 14
15 [ $compiler == dart2js && $browser ] 15 [ $compiler == dart2js && $browser ]
16 custom/created_callback_test: Fail # Support for created constructor. 16 custom/created_callback_test: Fail # Support for created constructor.
17 17
18 [ $compiler == dart2js && ($runtime == safari || $runtime == ff || $runtime == c hrome || $runtime == ie9 || $runtime == ie10) ] 18 [ $compiler == dart2js && ($runtime == safari || $runtime == ff || $runtime == c hrome || $ie) ]
19 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this 19 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this
20 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support 20 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support
21 21
22 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g && $system == macos] 22 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g && $system == macos]
23 audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601 23 audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601
24 24
25 [ $compiler == none && $runtime == dartium && $system == macos] 25 [ $compiler == none && $runtime == dartium && $system == macos]
26 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834 26 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834
27 27
28 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellInAndroid) ] 28 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellInAndroid) ]
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # TODO(dart2 js-team): Please triage this failure. 61 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # TODO(dart2 js-team): Please triage this failure.
62 canvasrenderingcontext2d_test/fillText: Fail # TODO(dart2js-team): Please triage this failure. 62 canvasrenderingcontext2d_test/fillText: Fail # TODO(dart2js-team): Please triage this failure.
63 element_types_test/supported_datalist: Fail # TODO(dart2js-team): Please triage this failure. 63 element_types_test/supported_datalist: Fail # TODO(dart2js-team): Please triage this failure.
64 input_element_test/supported_week: Fail # TODO(dart2js-team): Please triage this failure. 64 input_element_test/supported_week: Fail # TODO(dart2js-team): Please triage this failure.
65 media_stream_test/supported_media: Fail # TODO(dart2js-team): Please triage this failure. 65 media_stream_test/supported_media: Fail # TODO(dart2js-team): Please triage this failure.
66 rtc_test/supported: Fail # TODO(dart2js-team): Please triage this failure. 66 rtc_test/supported: Fail # TODO(dart2js-team): Please triage this failure.
67 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this failure. 67 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this failure.
68 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail ure. 68 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail ure.
69 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. 69 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure.
70 70
71
72 [ $compiler == dart2js && $runtime == ie10 ]
73 indexeddb_5_test: Fail # Issue 12893
74 js_test: Fail # Issue 14246
75
76 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ]
77 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers.
78
79 [ $runtime == chrome ] 71 [ $runtime == chrome ]
80 touchevent_test/supported: Pass, Fail # Issue 17061 72 touchevent_test/supported: Pass, Fail # Issue 17061
81 xhr_cross_origin_test: Pass, Fail # Issue 11884 73 xhr_cross_origin_test: Pass, Fail # Issue 11884
82 xhr_test: Pass, Fail # Issue 11884 74 xhr_test: Pass, Fail # Issue 11884
83 75
84 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid || $runtime == ContentShellOnAndroid ] 76 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid || $runtime == ContentShellOnAndroid ]
85 webgl_1_test: Pass, Fail # Issue 8219 77 webgl_1_test: Pass, Fail # Issue 8219
86 78
87 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 79 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
88 worker_api_test: Fail # http://dartbug.com/10223 80 worker_api_test: Fail # http://dartbug.com/10223
89 81
90 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 82 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
91 websql_test: Skip # Issue 4941: stderr contains a backtrace. 83 websql_test: Skip # Issue 4941: stderr contains a backtrace.
92 84
93 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 85 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
94 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 86 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
95 native_gc_test: Pass, Slow 87 native_gc_test: Pass, Slow
96 88
97 [ $compiler == dart2js && $runtime == drt && $system == macos] 89 [ $compiler == dart2js && $runtime == drt && $system == macos]
98 audiobuffersourcenode_test: Pass, Fail 90 audiobuffersourcenode_test: Pass, Fail
99 91
100 [$runtime == ie10 ] 92 [$runtime == ie10 || $runtime == ie11]
93 indexeddb_5_test: Fail # Issue 12893
94 js_test: Fail # Issue 14246
101 element_test/click: Fail # IE does not support firing this event. 95 element_test/click: Fail # IE does not support firing this event.
102 serialized_script_value_test: Fail 96 serialized_script_value_test: Fail
103 transferables_test: Fail # Issue 9846 97 transferables_test: Fail # Issue 9846
104 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 98 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
105 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 99 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
106 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 100 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
107 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. 101 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs.
102
103 [$runtime == ie10 ]
108 custom/entered_left_view_test: Skip # Issue 13551 - IE is timing out 104 custom/entered_left_view_test: Skip # Issue 13551 - IE is timing out
109 105
110 # IE10 Feature support statuses- 106 # IE10 Feature support statuses-
111 # All changes should be accompanied by platform support annotation changes. 107 # All changes should be accompanied by platform support annotation changes.
112 audiobuffersourcenode_test/supported: Fail 108 audiobuffersourcenode_test/supported: Fail
113 audiocontext_test/supported: Fail 109 audiocontext_test/supported: Fail
114 crypto_test/supported: Fail 110 crypto_test/supported: Fail
115 css_test/supportsPointConversions: Fail 111 css_test/supportsPointConversions: Fail
116 document_test/supports_cssCanvasContext: Fail 112 document_test/supports_cssCanvasContext: Fail
117 element_types_test/supported_content: Fail 113 element_types_test/supported_content: Fail
(...skipping 24 matching lines...) Expand all
142 svgelement_test/supported_animateTransform: Fail 138 svgelement_test/supported_animateTransform: Fail
143 svgelement_test/supported_foreignObject: Fail 139 svgelement_test/supported_foreignObject: Fail
144 svgelement_test/supported_set: Fail 140 svgelement_test/supported_set: Fail
145 touchevent_test/supported: Fail 141 touchevent_test/supported: Fail
146 webgl_1_test/supported: Fail 142 webgl_1_test/supported: Fail
147 websql_test/supported: Fail 143 websql_test/supported: Fail
148 xhr_test/json: Fail # IE10 returns string, not JSON object 144 xhr_test/json: Fail # IE10 returns string, not JSON object
149 xhr_test/supported_overrideMimeType: Fail 145 xhr_test/supported_overrideMimeType: Fail
150 xsltprocessor_test/supported: Fail 146 xsltprocessor_test/supported: Fail
151 147
148 [ $runtime == ie11 ]
149 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131 93.
150
151 # IE11 Feature support statuses-
152 # These results not yet noted in platform support annotations.
153 # All changes should be accompanied by platform support annotation changes.
154 audiobuffersourcenode_test/supported: Fail
155 audiocontext_test/supported: Fail
156 crypto_test/supported: Fail
157 css_test/supportsPointConversions: Fail
158 document_test/supports_cssCanvasContext: Fail
159 element_types_test/supported_content: Fail
160 element_types_test/supported_details: Fail
161 element_types_test/supported_keygen: Fail
162 element_types_test/supported_meter: Fail
163 element_types_test/supported_output: Fail
164 element_types_test/supported_shadow: Fail
165 element_types_test/supported_template: Fail
166 fileapi_test/supported: Fail
167 history_test/supported_HashChangeEvent: Fail
168 indexeddb_1_test/supportsDatabaseNames: Fail
169 input_element_test/supported_date: Fail
170 input_element_test/supported_datetime-local: Fail
171 input_element_test/supported_month: Fail
172 input_element_test/supported_time: Fail
173 input_element_test/supported_week: Fail
174 media_stream_test/supported_MediaStreamEvent: Fail
175 media_stream_test/supported_MediaStreamTrackEvent: Fail
176 media_stream_test/supported_media: Fail
177 rtc_test/supported: Fail
178 shadow_dom_test/supported: Fail
179 speechrecognition_test/supported: Fail
180 svgelement_test/supported_altGlyph: Fail
181 svgelement_test/supported_animate: Fail
182 svgelement_test/supported_animateMotion: Fail
183 svgelement_test/supported_animateTransform: Fail
184 svgelement_test/supported_foreignObject: Fail
185 svgelement_test/supported_set: Fail
186 touchevent_test/supported: Fail
187 webgl_1_test/functional: Fail
188 websql_test/supported: Fail
189 xhr_test/json: Fail # IE10 returns string, not JSON object
190 xsltprocessor_test/supported: Fail
152 191
153 [ $runtime == ie9 || $runtime == ie10 ] 192 [ $runtime == ie9 || $runtime == ie10 ]
154 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 193 custom/document_register_type_extensions_test/construction: Fail # Issue 13193
194 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers.
155 195
156 [ $runtime == ie9 ] 196 [ $runtime == ie9 ]
157 event_customevent_test: Fail # Issue 14170 197 event_customevent_test: Fail # Issue 14170
158 isolates_test: Timeout # Issue 13027 198 isolates_test: Timeout # Issue 13027
159 blob_constructor_test: Fail 199 blob_constructor_test: Fail
160 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193 200 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193
161 dom_constructors_test: Fail 201 dom_constructors_test: Fail
162 element_test/click: Fail # IE does not support firing this event. 202 element_test/click: Fail # IE does not support firing this event.
163 filereader_test: Fail # Not supported. 203 filereader_test: Fail # Not supported.
164 form_element_test: Fail # Issue 4793. 204 form_element_test: Fail # Issue 4793.
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 events_test: StaticWarning 444 events_test: StaticWarning
405 htmlelement_test: StaticWarning 445 htmlelement_test: StaticWarning
406 localstorage_test: StaticWarning 446 localstorage_test: StaticWarning
407 mutationobserver_test: StaticWarning 447 mutationobserver_test: StaticWarning
408 track_element_constructor_test: StaticWarning 448 track_element_constructor_test: StaticWarning
409 transferables_test: StaticWarning 449 transferables_test: StaticWarning
410 typed_arrays_range_checks_test: StaticWarning 450 typed_arrays_range_checks_test: StaticWarning
411 typing_test: StaticWarning 451 typing_test: StaticWarning
412 webgl_1_test: StaticWarning 452 webgl_1_test: StaticWarning
413 window_nosuchmethod_test: StaticWarning 453 window_nosuchmethod_test: StaticWarning
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