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

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

Issue 11800002: "Reverting 16675-16676, 71-73" (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
« no previous file with comments | « tests/html/form_data_test.dart ('k') | tests/html/xhr_cross_origin_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: 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 element_test/click: Fail # IE does not support firing this event. 70 element_test/click: Fail # IE does not support firing this event.
71 element_types_test/supported_content: Fail 71 element_types_test/supported_content: Fail
72 element_types_test/supported_details: Fail 72 element_types_test/supported_details: Fail
73 element_types_test/supported_keygen: Fail 73 element_types_test/supported_keygen: Fail
74 element_types_test/supported_meter: Fail 74 element_types_test/supported_meter: Fail
75 element_types_test/supported_object: Fail 75 element_types_test/supported_object: Fail
76 element_types_test/supported_output: Fail 76 element_types_test/supported_output: Fail
77 element_types_test/supported_shadow: Fail 77 element_types_test/supported_shadow: Fail
78 exceptions_test: Fail 78 exceptions_test: Fail
79 fileapi_test: Fail 79 fileapi_test: Fail
80 indexeddb_1_test/supported: Fail # IE10 does not support from file://
80 inner_frame_test: Skip 81 inner_frame_test: Skip
81 input_element_test/supported_date: Fail 82 input_element_test/supported_date: Fail
82 input_element_test/supported_datetime: Fail 83 input_element_test/supported_datetime: Fail
83 input_element_test/supported_datetime-local: Fail 84 input_element_test/supported_datetime-local: Fail
84 input_element_test/supported_month: Fail 85 input_element_test/supported_month: Fail
85 input_element_test/supported_time: Fail 86 input_element_test/supported_time: Fail
86 input_element_test/supported_week: Fail 87 input_element_test/supported_week: Fail
87 isolates_test: Skip 88 isolates_test: Skip
88 localstorage_test: Fail 89 localstorage_test: Fail
89 measurement_test: Fail, Pass 90 measurement_test: Fail, Pass
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 document_test/getCssCanvasContext: Fail # FF does not support this. 241 document_test/getCssCanvasContext: Fail # FF does not support this.
241 documentfragment_test: Fail 242 documentfragment_test: Fail
242 element_types_test/supported_content: Fail 243 element_types_test/supported_content: Fail
243 element_types_test/supported_details: Fail 244 element_types_test/supported_details: Fail
244 element_types_test/supported_embed: Fail 245 element_types_test/supported_embed: Fail
245 element_types_test/supported_keygen: Fail 246 element_types_test/supported_keygen: Fail
246 element_types_test/supported_shadow: Fail 247 element_types_test/supported_shadow: Fail
247 element_types_test/supported_track: Fail 248 element_types_test/supported_track: Fail
248 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 249 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
249 fileapi_test: Fail # FF does not support filesystem APIs. 250 fileapi_test: Fail # FF does not support filesystem APIs.
251 indexeddb_1_test/supported: Fail # FF disables indexedDB from file URLs.
250 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 252 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
251 inner_frame_test: Skip 253 inner_frame_test: Skip
252 input_element_test/supported_date: Fail 254 input_element_test/supported_date: Fail
253 input_element_test/supported_datetime: Fail 255 input_element_test/supported_datetime: Fail
254 input_element_test/supported_datetime-local: Fail 256 input_element_test/supported_datetime-local: Fail
255 input_element_test/supported_month: Fail 257 input_element_test/supported_month: Fail
256 input_element_test/supported_time: Fail 258 input_element_test/supported_time: Fail
257 input_element_test/supported_week: Fail 259 input_element_test/supported_week: Fail
258 input_element_test/supported_number: Fail 260 input_element_test/supported_number: Fail
259 input_element_test/supported_range: Fail 261 input_element_test/supported_range: Fail
260 shadow_dom_test/supported: Fail 262 shadow_dom_test/supported: Fail
261 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 263 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
262 svg_3_test: Fail 264 svg_3_test: Fail
263 svgelement_test/additionalConstructors: Fail 265 svgelement_test/additionalConstructors: Fail
264 svgelement2_test: Fail 266 svgelement2_test: Fail
265 transferables_test: Fail # Issue 3392. 267 transferables_test: Fail # Issue 3392.
266 websql_test: Fail # FF does not support web SQL 268 websql_test: Fail # FF does not support web SQL
267 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. 269 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
268 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4" 270 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4"
269 # (NS_ERROR_DOM_BAD_URI) ... 271 # (NS_ERROR_DOM_BAD_URI) ...
272 xhr_test: Fail
270 273
271 [ $runtime == ie9 && ($system == linux || $system == macos) ] 274 [ $runtime == ie9 && ($system == linux || $system == macos) ]
272 *: Skip 275 *: Skip
273 276
274 [ $runtime == safari && ($system == linux || $system == windows) ] 277 [ $runtime == safari && ($system == linux || $system == windows) ]
275 *: Skip 278 *: Skip
276 279
277 # 'html' tests import the HTML library, so they only make sense in 280 # 'html' tests import the HTML library, so they only make sense in
278 # a browser environment. 281 # a browser environment.
279 [ $runtime == vm ] 282 [ $runtime == vm ]
280 *: Skip 283 *: Skip
281 284
282 [ $compiler == dart2js ] 285 [ $compiler == dart2js ]
283 transferables_test: Skip # until isInstance works in dart2js 286 transferables_test: Skip # until isInstance works in dart2js
284 287
285 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 288 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
286 request_animation_frame_test: Skip # Async test hangs. 289 request_animation_frame_test: Skip # Async test hangs.
287 290
288 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 291 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
289 isolates_test: Skip # Timeout because leg does not support web workers. 292 isolates_test: Skip # Timeout because leg does not support web workers.
290 293
291 [ $compiler == dart2js && $runtime == ff ] 294 [ $compiler == dart2js && $runtime == ff ]
295 xhr_test: Skip # Timeout
292 inner_frame_test: Skip # Timeout 296 inner_frame_test: Skip # Timeout
293 svg_3_test: Skip # Timeout 297 svg_3_test: Skip # Timeout
294 documentfragment_test: Skip # Timeout 298 documentfragment_test: Skip # Timeout
OLDNEW
« no previous file with comments | « tests/html/form_data_test.dart ('k') | tests/html/xhr_cross_origin_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698