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

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

Issue 11810004: Make browser tests all run from a server instead of the local filesystem. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 element_test/click: Fail # IE does not support firing this event. 65 element_test/click: Fail # IE does not support firing this event.
66 element_types_test/supported_content: Fail 66 element_types_test/supported_content: Fail
67 element_types_test/supported_details: Fail 67 element_types_test/supported_details: Fail
68 element_types_test/supported_keygen: Fail 68 element_types_test/supported_keygen: Fail
69 element_types_test/supported_meter: Fail 69 element_types_test/supported_meter: Fail
70 element_types_test/supported_object: Fail 70 element_types_test/supported_object: Fail
71 element_types_test/supported_output: Fail 71 element_types_test/supported_output: Fail
72 element_types_test/supported_shadow: Fail 72 element_types_test/supported_shadow: Fail
73 exceptions_test: Fail 73 exceptions_test: Fail
74 fileapi_test: Fail 74 fileapi_test: Fail
75 indexeddb_1_test/supported: Fail # IE10 does not support from file://
76 inner_frame_test: Skip 75 inner_frame_test: Skip
77 input_element_test/supported_date: Fail 76 input_element_test/supported_date: Fail
78 input_element_test/supported_datetime: Fail 77 input_element_test/supported_datetime: Fail
79 input_element_test/supported_datetime-local: Fail 78 input_element_test/supported_datetime-local: Fail
80 input_element_test/supported_month: Fail 79 input_element_test/supported_month: Fail
81 input_element_test/supported_time: Fail 80 input_element_test/supported_time: Fail
82 input_element_test/supported_week: Fail 81 input_element_test/supported_week: Fail
83 isolates_test: Skip 82 isolates_test: Skip
84 localstorage_test: Fail 83 localstorage_test: Fail
85 measurement_test: Fail, Pass 84 measurement_test: Fail, Pass
86 messageevent_test: Fail 85 messageevent_test: Fail
87 mutationobserver_test/supported: Fail 86 mutationobserver_test/supported: Fail
88 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 87 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
89 serialized_script_value_test: Fail 88 serialized_script_value_test: Fail
90 shadow_dom_test/supported: Fail 89 shadow_dom_test/supported: Fail
91 storage_test: Fail, Pass 90 storage_test: Fail, Pass
92 svgelement_test/additionalConstructors: Fail 91 svgelement_test/additionalConstructors: Fail
93 svgelement2_test: Fail 92 svgelement2_test: Fail
94 svg_3_test: Fail 93 svg_3_test: Fail
95 url_test: Fail # IE10 does not support from file:// 94 url_test: Fail # IE10 does not support from file://
blois 2013/01/10 17:58:16 Any idea why this test is not working now?
Emily Fortuna 2013/01/11 02:57:12 I had tested on IE 9, but not IE10.
96 websql_test: Fail 95 websql_test: Fail
97 window_open_test: Skip 96 window_open_test: Skip
98 xhr_test: Fail 97 xhr_test: Fail
99 xsltprocessor_test: Fail 98 xsltprocessor_test: Fail
100 99
101 [ $runtime == ie9 ] 100 [ $runtime == ie9 ]
102 document_test/getCssCanvasContext: Fail # IE does not support this. 101 document_test/getCssCanvasContext: Fail # IE does not support this.
103 element_test/click: Fail # IE does not support firing this event. 102 element_test/click: Fail # IE does not support firing this event.
104 element_types_test/supported_content: Fail 103 element_types_test/supported_content: Fail
105 element_types_test/supported_datalist: Fail 104 element_types_test/supported_datalist: Fail
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 235 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
237 document_test/getCssCanvasContext: Fail # FF does not support this. 236 document_test/getCssCanvasContext: Fail # FF does not support this.
238 element_types_test/supported_content: Fail 237 element_types_test/supported_content: Fail
239 element_types_test/supported_details: Fail 238 element_types_test/supported_details: Fail
240 element_types_test/supported_embed: Fail 239 element_types_test/supported_embed: Fail
241 element_types_test/supported_keygen: Fail 240 element_types_test/supported_keygen: Fail
242 element_types_test/supported_shadow: Fail 241 element_types_test/supported_shadow: Fail
243 element_types_test/supported_track: Fail 242 element_types_test/supported_track: Fail
244 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 243 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
245 fileapi_test: Fail # FF does not support filesystem APIs. 244 fileapi_test: Fail # FF does not support filesystem APIs.
246 indexeddb_1_test/supported: Fail # FF disables indexedDB from file URLs.
247 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 245 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
248 inner_frame_test: Skip 246 inner_frame_test: Skip
249 input_element_test/supported_date: Fail 247 input_element_test/supported_date: Fail
250 input_element_test/supported_datetime: Fail 248 input_element_test/supported_datetime: Fail
251 input_element_test/supported_datetime-local: Fail 249 input_element_test/supported_datetime-local: Fail
252 input_element_test/supported_month: Fail 250 input_element_test/supported_month: Fail
253 input_element_test/supported_time: Fail 251 input_element_test/supported_time: Fail
254 input_element_test/supported_week: Fail 252 input_element_test/supported_week: Fail
255 input_element_test/supported_number: Fail 253 input_element_test/supported_number: Fail
256 input_element_test/supported_range: Fail 254 input_element_test/supported_range: Fail
257 shadow_dom_test/supported: Fail 255 shadow_dom_test/supported: Fail
258 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 256 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
259 svg_3_test: Fail 257 svg_3_test: Fail
260 svgelement_test/additionalConstructors: Fail 258 svgelement_test/additionalConstructors: Fail
261 svgelement2_test: Fail 259 svgelement2_test: Fail
262 transferables_test: Fail # Issue 3392. 260 transferables_test: Fail # Issue 3392.
263 websql_test: Fail # FF does not support web SQL 261 websql_test: Fail # FF does not support web SQL
264 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4" 262 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4"
265 # (NS_ERROR_DOM_BAD_URI) ... 263 # (NS_ERROR_DOM_BAD_URI) ...
ricow1 2013/01/10 20:03:41 does this comment belong to the removed line
Emily Fortuna 2013/01/11 02:57:12 Good catch. yes.
266 xhr_test: Fail
267 264
268 [ $runtime == ie9 && ($system == linux || $system == macos) ] 265 [ $runtime == ie9 && ($system == linux || $system == macos) ]
269 *: Skip 266 *: Skip
270 267
271 [ $runtime == safari && ($system == linux || $system == windows) ] 268 [ $runtime == safari && ($system == linux || $system == windows) ]
272 *: Skip 269 *: Skip
273 270
274 # 'html' tests import the HTML library, so they only make sense in 271 # 'html' tests import the HTML library, so they only make sense in
275 # a browser environment. 272 # a browser environment.
276 [ $runtime == vm ] 273 [ $runtime == vm ]
277 *: Skip 274 *: Skip
278 275
279 [ $compiler == dart2js ] 276 [ $compiler == dart2js ]
280 transferables_test: Skip # until isInstance works in dart2js 277 transferables_test: Skip # until isInstance works in dart2js
281 278
282 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 279 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
283 request_animation_frame_test: Skip # Async test hangs. 280 request_animation_frame_test: Skip # Async test hangs.
284 281
285 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 282 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
286 isolates_test: Skip # Timeout because leg does not support web workers. 283 isolates_test: Skip # Timeout because leg does not support web workers.
287 284
288 [ $compiler == dart2js && $runtime == ff ] 285 [ $compiler == dart2js && $runtime == ff ]
289 xhr_test: Skip # Timeout
290 inner_frame_test: Skip # Timeout 286 inner_frame_test: Skip # Timeout
291 svg_3_test: Skip # Timeout 287 svg_3_test: Skip # Timeout
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698