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

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

Issue 11576060: Fixing up some Element and SvgElement tests to make them more platform-independent (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
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 window_open_test: Skip # http://dartbug.com/5151 5 window_open_test: Skip # http://dartbug.com/5151
6 6
7 event_test: Skip # Issue 1996 7 event_test: Skip # Issue 1996
8 webgl_1_test: Skip # Issue 1495 8 webgl_1_test: Skip # Issue 1495
9 xmldocument_test: Skip # XML in dart:html is incomplete 9 xmldocument_test: Skip # XML in dart:html is incomplete
10 xmlelement_test: Skip # XML in dart:html is incomplete 10 xmlelement_test: Skip # XML in dart:html is incomplete
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 63
64 [$runtime == ie10 ] 64 [$runtime == ie10 ]
65 # TODO(efortuna, blois): Triage. 65 # TODO(efortuna, blois): Triage.
66 audiobuffersourcenode_test: Fail 66 audiobuffersourcenode_test: Fail
67 audiocontext_test: Fail 67 audiocontext_test: Fail
68 canvasrenderingcontext2d_test: Fail, Pass 68 canvasrenderingcontext2d_test: Fail, Pass
69 contentelement_test: Fail 69 contentelement_test: Fail
70 css_test: Fail 70 css_test: Fail
71 document_test/getCssCanvasContext: Fail # IE does not support this. 71 document_test/getCssCanvasContext: Fail # IE does not support this.
72 element_test/additionalConstructors: Fail 72 element_test/additionalConstructors: Fail
73 element_test/attributes: Fail 73 element_test/clickEvent: Fail # IE does not support firing this event .
74 element_test/eventListening: Fail
75 element_webkit_test: Fail 74 element_webkit_test: Fail
76 exceptions_test: Fail 75 exceptions_test: Fail
77 fileapi_test: Fail 76 fileapi_test: Fail
78 indexeddb_1_test: Fail 77 indexeddb_1_test: Fail
79 indexeddb_2_test: Fail 78 indexeddb_2_test: Fail
80 indexeddb_3_test: Fail 79 indexeddb_3_test: Fail
81 indexeddb_4_test: Fail 80 indexeddb_4_test: Fail
82 inner_frame_test: Skip 81 inner_frame_test: Skip
83 input_element_test/date: Fail # IE10 does not support this input type . 82 input_element_test/date: Fail # IE10 does not support this input type .
84 input_element_test/datetime: Fail # IE10 does not support this input type . 83 input_element_test/datetime: Fail # IE10 does not support this input type .
85 input_element_test/datetime-local: Fail # IE10 does not support this input type . 84 input_element_test/datetime-local: Fail # IE10 does not support this input type .
86 input_element_test/month: Fail # IE10 does not support this input type . 85 input_element_test/month: Fail # IE10 does not support this input type .
87 input_element_test/time: Fail # IE10 does not support this input type . 86 input_element_test/time: Fail # IE10 does not support this input type .
88 input_element_test/week: Fail # IE10 does not support this input type . 87 input_element_test/week: Fail # IE10 does not support this input type .
89 isolates_test: Skip 88 isolates_test: Skip
90 localstorage_test: Fail 89 localstorage_test: Fail
91 measurement_test: Fail, Pass 90 measurement_test: Fail, Pass
92 messageevent_test: Fail 91 messageevent_test: Fail
93 mutationobserver_test: Fail 92 mutationobserver_test: Fail
94 serialized_script_value_test: Fail 93 serialized_script_value_test: Fail
95 storage_test: Fail, Pass 94 storage_test: Fail, Pass
96 svgelement_test/additionalConstructors: Fail 95 svgelement_test/additionalConstructors: Fail
97 svgelement_test/elementset: Fail
98 svgelement_test/innerHtml: Fail
99 svgelement_test/outerHtml: Fail
100 svgelement2_test: Fail 96 svgelement2_test: Fail
101 svg_3_test: Fail 97 svg_3_test: Fail
102 typed_arrays_1_test: Fail 98 typed_arrays_1_test: Fail
103 typed_arrays_arraybuffer_test: Fail 99 typed_arrays_arraybuffer_test: Fail
104 typed_arrays_dataview_test: Fail 100 typed_arrays_dataview_test: Fail
105 url_test: Fail 101 url_test: Fail
106 websql_test: Fail 102 websql_test: Fail
107 window_open_test: Skip 103 window_open_test: Skip
108 xhr_test: Fail 104 xhr_test: Fail
109 xsltprocessor_test: Fail 105 xsltprocessor_test: Fail
(...skipping 19 matching lines...) Expand all
129 # Investigate and triage the following into bug reports. 125 # Investigate and triage the following into bug reports.
130 # 126 #
131 audiobuffersourcenode_test: Fail 127 audiobuffersourcenode_test: Fail
132 audiocontext_test: Fail 128 audiocontext_test: Fail
133 blob_constructor_test: Fail 129 blob_constructor_test: Fail
134 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work). 130 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work).
135 css_test: Fail 131 css_test: Fail
136 datalistelement_test: Fail # ie9 does not have HTMLDataListElement 132 datalistelement_test: Fail # ie9 does not have HTMLDataListElement
137 dom_constructors_test: Fail 133 dom_constructors_test: Fail
138 element_test/additionalConstructors: Fail 134 element_test/additionalConstructors: Fail
139 element_test/attributes: Fail
140 element_test/eventListening: Fail
141 exceptions_test: Fail 135 exceptions_test: Fail
142 fileapi_test: Fail # IE does not support filesystem APIs. 136 fileapi_test: Fail # IE does not support filesystem APIs.
143 history_test: Fail 137 history_test: Fail
144 indexeddb_1_test: Fail 138 indexeddb_1_test: Fail
145 indexeddb_2_test: Fail 139 indexeddb_2_test: Fail
146 indexeddb_3_test: Fail 140 indexeddb_3_test: Fail
147 indexeddb_4_test: Fail 141 indexeddb_4_test: Fail
148 input_element_test/date: Fail # IE9 does not support this input type. 142 input_element_test/date: Fail # IE9 does not support this input type.
149 input_element_test/datetime: Fail # IE9 does not support this input type. 143 input_element_test/datetime: Fail # IE9 does not support this input type.
150 input_element_test/datetime-local: Fail # IE9 does not support this input type. 144 input_element_test/datetime-local: Fail # IE9 does not support this input type.
151 input_element_test/month: Fail # IE9 does not support this input type. 145 input_element_test/month: Fail # IE9 does not support this input type.
152 input_element_test/range: Fail # IE9 does not support this input type. 146 input_element_test/range: Fail # IE9 does not support this input type.
153 input_element_test/time: Fail # IE9 does not support this input type. 147 input_element_test/time: Fail # IE9 does not support this input type.
154 input_element_test/week: Fail # IE9 does not support this input type. 148 input_element_test/week: Fail # IE9 does not support this input type.
155 149
156 messageevent_test: Fail 150 messageevent_test: Fail
157 mutationobserver_test: Fail 151 mutationobserver_test: Fail
158 postmessage_structured_test: Skip # BUG(5685): times out. 152 postmessage_structured_test: Skip # BUG(5685): times out.
159 serialized_script_value_test: Fail 153 serialized_script_value_test: Fail
160 shadow_dom_layout_test: Fail 154 shadow_dom_layout_test: Fail
161 shadow_dom_test: Fail 155 shadow_dom_test: Fail
162 storage_test: Fail 156 storage_test: Fail
163 svg_3_test: Fail 157 svg_3_test: Fail
164 svgelement_test/additionalConstructors: Fail 158 svgelement_test/additionalConstructors: Fail
165 svgelement_test/elementset: Fail
166 element_test/eventListening: Fail
167 svgelement_test/innerHtml: Fail
168 svgelement_test/outerHtml: Fail
169 svgelement2_test: Fail 159 svgelement2_test: Fail
170 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 160 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
171 websocket_test: Fail 161 websocket_test: Fail
172 window_open_test: Skip # BUG(4016) 162 window_open_test: Skip # BUG(4016)
173 xsltprocessor_test: Skip # BUG(4016) 163 xsltprocessor_test: Skip # BUG(4016)
174 isolates_test: Skip # BUG(4016) 164 isolates_test: Skip # BUG(4016)
175 xhr_test: Skip # BUG(4016) 165 xhr_test: Skip # BUG(4016)
176 xhr_cross_origin_test: Fail # Issue 6016. 166 xhr_cross_origin_test: Fail # Issue 6016.
177 167
178 [ $runtime == safari ] 168 [ $runtime == safari ]
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 331 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
342 332
343 [ $compiler == dart2js && $runtime == ff && $system == linux] 333 [ $compiler == dart2js && $runtime == ff && $system == linux]
344 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er ror: The data provided does not meet the requirements of the function. 334 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er ror: The data provided does not meet the requirements of the function.
345 335
346 [ $compiler == dart2js && $runtime == ff ] 336 [ $compiler == dart2js && $runtime == ff ]
347 xhr_test: Skip # Timeout 337 xhr_test: Skip # Timeout
348 inner_frame_test: Skip # Timeout 338 inner_frame_test: Skip # Timeout
349 svg_3_test: Skip # Timeout 339 svg_3_test: Skip # Timeout
350 documentfragment_test: Skip # Timeout 340 documentfragment_test: Skip # Timeout
351
352 [ $compiler == dart2js && $runtime == chrome && $system == windows]
353 css_test: Pass, Fail # Issue #2823
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698