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

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

Issue 11293019: Run large html tests individually. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | « tests/html/element_test.dart ('k') | tests/html/node_test.dart » ('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 window_open_test: Fail, Pass # http://dartbug.com/5151 5 window_open_test: Fail, Pass # 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 form_element_test: Fail # Issue 4793. 99 form_element_test: Fail # Issue 4793.
100 inner_frame_test: Skip # Issue 5727 (timeout) 100 inner_frame_test: Skip # Issue 5727 (timeout)
101 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 101 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
102 typed_arrays_2_test: Skip 102 typed_arrays_2_test: Skip
103 typed_arrays_3_test: Skip 103 typed_arrays_3_test: Skip
104 typed_arrays_4_test: Skip 104 typed_arrays_4_test: Skip
105 typed_arrays_5_test: Skip 105 typed_arrays_5_test: Skip
106 typed_arrays_arraybuffer_test: Skip 106 typed_arrays_arraybuffer_test: Skip
107 typed_arrays_dataview_test: Skip 107 typed_arrays_dataview_test: Skip
108 typed_arrays_range_checks_test: Fail 108 typed_arrays_range_checks_test: Fail
109 element_test: Fail # Bug 5693
110 element_webkit_test: Fail 109 element_webkit_test: Fail
111 localstorage_test: Fail 110 localstorage_test: Fail
112 node_test: Fail
113 svgelement_test: Fail
114 svgelement2_test: Fail
115 websql_test: Fail # IE does not support web SQL 111 websql_test: Fail # IE does not support web SQL
116 # 112 #
117 # Investigate and triage the following into bug reports. 113 # Investigate and triage the following into bug reports.
118 # 114 #
119 audiobuffersourcenode_test: Fail 115 audiobuffersourcenode_test: Fail
120 audiocontext_test: Fail 116 audiocontext_test: Fail
121 blob_constructor_test: Fail 117 blob_constructor_test: Fail
122 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work). 118 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work).
123 css_test: Fail 119 css_test: Fail
124 datalistelement_test: Fail # ie9 does not have HTMLDataListElement 120 datalistelement_test: Fail # ie9 does not have HTMLDataListElement
125 dom_constructors_test: Fail 121 dom_constructors_test: Fail
122 element_test/additionalConstructors: Fail
123 element_test/attributes: Fail
124 element_test/eventListening: Fail
126 exceptions_test: Fail 125 exceptions_test: Fail
127 fileapi_test: Fail # IE does not support filesystem APIs. 126 fileapi_test: Fail # IE does not support filesystem APIs.
128 history_test: Fail 127 history_test: Fail
129 indexeddb_1_test: Fail 128 indexeddb_1_test: Fail
130 indexeddb_2_test: Fail 129 indexeddb_2_test: Fail
131 indexeddb_3_test: Fail 130 indexeddb_3_test: Fail
132 indexeddb_4_test: Fail 131 indexeddb_4_test: Fail
133 js_interop_2_test: Fail 132 js_interop_2_test: Fail
134 js_interop_3_test: Fail 133 js_interop_3_test: Fail
135 js_interop_4_test: Fail 134 js_interop_4_test: Fail
136 messageevent_test: Fail 135 messageevent_test: Fail
137 mutationobserver_test: Fail 136 mutationobserver_test: Fail
138 postmessage_structured_test: Skip # BUG(5685): times out. 137 postmessage_structured_test: Skip # BUG(5685): times out.
139 serialized_script_value_test: Fail 138 serialized_script_value_test: Fail
140 shadow_dom_layout_test: Fail 139 shadow_dom_layout_test: Fail
141 shadow_dom_test: Fail 140 shadow_dom_test: Fail
142 storage_test: Fail 141 storage_test: Fail
143 svg_3_test: Fail 142 svg_3_test: Fail
143 svgelement_test/additionalConstructors: Fail
144 svgelement_test/elementset: Fail
145 element_test/eventListening: Fail
146 svgelement_test/innerHTML: Fail
147 svgelement_test/outerHTML: Fail
148 svgelement2_test: Fail
144 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 149 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
145 websocket_test: Fail 150 websocket_test: Fail
146 window_open_test: Skip # BUG(4016) 151 window_open_test: Skip # BUG(4016)
147 xsltprocessor_test: Skip # BUG(4016) 152 xsltprocessor_test: Skip # BUG(4016)
148 isolates_test: Skip # BUG(4016) 153 isolates_test: Skip # BUG(4016)
149 xhr_test: Skip # BUG(4016) 154 xhr_test: Skip # BUG(4016)
150 xhr_cross_origin_test: Fail # Issue 6016. 155 xhr_cross_origin_test: Fail # Issue 6016.
151 156
152 [ $runtime == safari ] 157 [ $runtime == safari ]
153 performance_api_test: Fail # window.performance.timing not in Safari 6. 158 performance_api_test: Fail # window.performance.timing not in Safari 6.
(...skipping 25 matching lines...) Expand all
179 instance_of_test: Fail 184 instance_of_test: Fail
180 mutationobserver_test: Fail 185 mutationobserver_test: Fail
181 native_gc_test: Fail 186 native_gc_test: Fail
182 node_test: Skip # Issue 6457 187 node_test: Skip # Issue 6457
183 serialized_script_value_test: Fail 188 serialized_script_value_test: Fail
184 svgelement2_test: Fail 189 svgelement2_test: Fail
185 svgelement_test: Fail 190 svgelement_test: Fail
186 url_test: Fail 191 url_test: Fail
187 192
188 [ $runtime == opera && $system == windows ] 193 [ $runtime == opera && $system == windows ]
189 element_test: Skip # Browser is already closed by the time we get results?
190 htmlelement_test: Fail, Pass 194 htmlelement_test: Fail, Pass
191 195
192 [ $runtime == opera && $system == macos ] 196 [ $runtime == opera && $system == macos ]
193 element_test: Crash 197 html/element_test/constructors: Fail
198
194 199
195 [ $runtime == opera ] 200 [ $runtime == opera ]
196 audiobuffersourcenode_test: Fail 201 audiobuffersourcenode_test: Fail
197 cache_test: Fail 202 cache_test: Fail
198 canvas_test: Pass,Fail 203 canvas_test: Pass,Fail
199 contentelement_test: Fail 204 contentelement_test: Fail
200 audiocontext_test: Fail 205 audiocontext_test: Fail
201 blob_constructor_test: Fail 206 blob_constructor_test: Fail
202 canvas_using_html_test: Fail 207 canvas_using_html_test: Fail
203 canvas_test: Fail 208 canvas_test: Fail
204 css_test: Fail 209 css_test: Fail
205 cssstyledeclaration_test: Fail 210 cssstyledeclaration_test: Fail
206 element_add_test: Fail 211 element_add_test: Fail
207 element_constructor_1_test: Fail 212 element_constructor_1_test: Fail
213 element_test/constructors: Fail
214 element_test/elements: Fail
215 element_test/eventListening: Crash
216 element_test/queryAll: Fail
208 element_webkit_test: Fail 217 element_webkit_test: Fail
209 exceptions_test: Fail 218 exceptions_test: Fail
210 indexeddb_1_test: Fail 219 indexeddb_1_test: Fail
211 indexeddb_2_test: Fail 220 indexeddb_2_test: Fail
212 indexeddb_3_test: Fail 221 indexeddb_3_test: Fail
213 indexeddb_4_test: Fail 222 indexeddb_4_test: Fail
214 mutationobserver_test: Fail 223 mutationobserver_test: Fail
215 performance_api_test: Fail 224 performance_api_test: Fail
216 serialized_script_value_test: Fail 225 serialized_script_value_test: Fail
217 svg_3_test: Fail 226 svg_3_test: Fail
218 svgelement_test: Fail 227 svgelement_test/additionalConstructors: Fail
219 svgelement2_test: Fail 228 svgelement2_test: Fail
220 typed_arrays_1_test: Fail 229 typed_arrays_1_test: Fail
221 typed_arrays_arraybuffer_test: Fail 230 typed_arrays_arraybuffer_test: Fail
222 url_test: Fail 231 url_test: Fail
223 websocket_test: Fail 232 websocket_test: Fail
224 fileapi_test: Skip # Timeout. 233 fileapi_test: Skip # Timeout.
225 inner_frame_test: Skip # Timeout. 234 inner_frame_test: Skip # Timeout.
226 js_interop_3_test: Skip # Timeout. 235 js_interop_3_test: Skip # Timeout.
227 js_interop_4_test: Skip # Timeout. 236 js_interop_4_test: Skip # Timeout.
228 isolates_test: Skip # Timeout. 237 isolates_test: Skip # Timeout.
(...skipping 10 matching lines...) Expand all
239 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 248 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
240 fileapi_test: Fail # FF does not support filesystem APIs. 249 fileapi_test: Fail # FF does not support filesystem APIs.
241 indexeddb_1_test: Fail # FF disables indexedDB from file URLs. 250 indexeddb_1_test: Fail # FF disables indexedDB from file URLs.
242 indexeddb_2_test: Fail # FF disables indexedDB from file URLs. 251 indexeddb_2_test: Fail # FF disables indexedDB from file URLs.
243 indexeddb_3_test: Fail # FF disables indexedDB from file URLs. 252 indexeddb_3_test: Fail # FF disables indexedDB from file URLs.
244 indexeddb_4_test: Fail # FF disables indexedDB from file URLs. 253 indexeddb_4_test: Fail # FF disables indexedDB from file URLs.
245 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 254 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
246 inner_frame_test: Skip 255 inner_frame_test: Skip
247 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 256 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
248 svg_3_test: Fail 257 svg_3_test: Fail
249 svgelement_test: Fail 258 svgelement_test/additionalConstructors: Fail
250 svgelement2_test: Fail 259 svgelement2_test: Fail
251 transferables_test: Fail # Issue 3392. 260 transferables_test: Fail # Issue 3392.
252 websql_test: Fail # FF does not support web SQL 261 websql_test: Fail # FF does not support web SQL
253 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. 262 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
254 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4" 263 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4"
255 # (NS_ERROR_DOM_BAD_URI) ... 264 # (NS_ERROR_DOM_BAD_URI) ...
256 xhr_test: Fail 265 xhr_test: Fail
257 266
258 [ $runtime == ie9 && ($system == linux || $system == macos) ] 267 [ $runtime == ie9 && ($system == linux || $system == macos) ]
259 *: Skip 268 *: Skip
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 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. 302 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.
294 303
295 [ $compiler == dart2js && $runtime == ff ] 304 [ $compiler == dart2js && $runtime == ff ]
296 xhr_test: Skip # Timeout 305 xhr_test: Skip # Timeout
297 inner_frame_test: Skip # Timeout 306 inner_frame_test: Skip # Timeout
298 svg_3_test: Skip # Timeout 307 svg_3_test: Skip # Timeout
299 documentfragment_test: Skip # Timeout 308 documentfragment_test: Skip # Timeout
300 309
301 [ $compiler == dart2js && $runtime == chrome && $system == windows] 310 [ $compiler == dart2js && $runtime == chrome && $system == windows]
302 css_test: Pass, Fail # Issue #2823 311 css_test: Pass, Fail # Issue #2823
OLDNEW
« no previous file with comments | « tests/html/element_test.dart ('k') | tests/html/node_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698