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

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

Issue 12230033: Adding supported checks and flags to FormData (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 async_window_test: Skip #TODO(gram): investigating 6 async_window_test: Skip #TODO(gram): investigating
7 7
8 event_test: Skip # Issue 1996 8 event_test: Skip # Issue 1996
9 custom_elements_test: Skip # Not yet implemented. 9 custom_elements_test: Skip # Not yet implemented.
10 10
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 css_test/supported_DomPoint: Fail 56 css_test/supported_DomPoint: Fail
57 document_test/supports_cssCanvasContext: Fail 57 document_test/supports_cssCanvasContext: Fail
58 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 58 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
59 element_test/click: Fail # IE does not support firing this event. 59 element_test/click: Fail # IE does not support firing this event.
60 element_types_test/supported_content: Fail 60 element_types_test/supported_content: Fail
61 element_types_test/supported_details: Fail 61 element_types_test/supported_details: Fail
62 element_types_test/supported_keygen: Fail 62 element_types_test/supported_keygen: Fail
63 element_types_test/supported_meter: Fail 63 element_types_test/supported_meter: Fail
64 element_types_test/supported_output: Fail 64 element_types_test/supported_output: Fail
65 element_types_test/supported_shadow: Fail 65 element_types_test/supported_shadow: Fail
66 form_data_test: Fail # TODO(efortuna): Issue 7875.
67 fileapi_test/supported: Fail 66 fileapi_test/supported: Fail
68 history_test/supported_HashChangeEvent: Fail 67 history_test/supported_HashChangeEvent: Fail
69 inner_frame_test: Skip 68 inner_frame_test: Skip
70 input_element_test/supported_date: Fail 69 input_element_test/supported_date: Fail
71 input_element_test/supported_datetime: Fail 70 input_element_test/supported_datetime: Fail
72 input_element_test/supported_datetime-local: Fail 71 input_element_test/supported_datetime-local: Fail
73 input_element_test/supported_month: Fail 72 input_element_test/supported_month: Fail
74 input_element_test/supported_time: Fail 73 input_element_test/supported_time: Fail
75 input_element_test/supported_week: Fail 74 input_element_test/supported_week: Fail
76 isolates_test: Skip 75 isolates_test: Skip
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 element_test/click: Fail # IE does not support firing this event. 109 element_test/click: Fail # IE does not support firing this event.
111 element_types_test/supported_content: Fail 110 element_types_test/supported_content: Fail
112 element_types_test/supported_datalist: Fail 111 element_types_test/supported_datalist: Fail
113 element_types_test/supported_details: Fail 112 element_types_test/supported_details: Fail
114 element_types_test/supported_keygen: Fail 113 element_types_test/supported_keygen: Fail
115 element_types_test/supported_meter: Fail 114 element_types_test/supported_meter: Fail
116 element_types_test/supported_output: Fail 115 element_types_test/supported_output: Fail
117 element_types_test/supported_progress: Fail 116 element_types_test/supported_progress: Fail
118 element_types_test/supported_shadow: Fail 117 element_types_test/supported_shadow: Fail
119 element_types_test/supported_track: Fail 118 element_types_test/supported_track: Fail
120 form_data_test: Fail # Issue 4793. 119 form_data_test/supported: Fail
121 form_element_test: Fail # Issue 4793. 120 form_element_test: Fail # Issue 4793.
122 inner_frame_test: Skip # Issue 5727 (timeout) 121 inner_frame_test: Skip # Issue 5727 (timeout)
123 transition_event_test/supported: Fail 122 transition_event_test/supported: Fail
124 typed_arrays_1_test/supported: Fail 123 typed_arrays_1_test/supported: Fail
125 localstorage_test: Fail 124 localstorage_test: Fail
126 webgl_1_test/supported: Fail 125 webgl_1_test/supported: Fail
127 websql_test/supported: Fail 126 websql_test/supported: Fail
128 127
129 microtask_test: Pass, Fail # http://dartbug.com/8300 128 microtask_test: Pass, Fail # http://dartbug.com/8300
130 129
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 svgelement_test/supported_feTile: Fail 193 svgelement_test/supported_feTile: Fail
195 svgelement_test/supported_feTurbulence: Fail 194 svgelement_test/supported_feTurbulence: Fail
196 svgelement_test/supported_filter: Fail 195 svgelement_test/supported_filter: Fail
197 svgelement_test/supported_foreignObject: Fail 196 svgelement_test/supported_foreignObject: Fail
198 svgelement_test/supported_set: Fail 197 svgelement_test/supported_set: Fail
199 touchevent_test/supported: Fail 198 touchevent_test/supported: Fail
200 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 199 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
201 websocket_test/supported: Fail 200 websocket_test/supported: Fail
202 window_open_test: Skip # BUG(4016) 201 window_open_test: Skip # BUG(4016)
203 isolates_test: Skip # BUG(4016) 202 isolates_test: Skip # BUG(4016)
204 xhr_test: Skip # BUG(4016)
205 xhr_test/supported_HttpRequestProgressEvent: Fail 203 xhr_test/supported_HttpRequestProgressEvent: Fail
204 xhr_test/supported_onLoadEnd: Fail
205 xhr_test/supported_onProgress: Fail
206 xhr_cross_origin_test: Fail # Issue 6016. 206 xhr_cross_origin_test: Fail # Issue 6016.
207 xsltprocessor_test/supported: Fail 207 xsltprocessor_test/supported: Fail
208 208
209 [ $runtime == safari ] 209 [ $runtime == safari ]
210 element_types_test/supported_content: Fail 210 element_types_test/supported_content: Fail
211 element_types_test/supported_datalist: Fail 211 element_types_test/supported_datalist: Fail
212 element_types_test/supported_shadow: Fail 212 element_types_test/supported_shadow: Fail
213 element_types_test/supported_track: Pass, Fail 213 element_types_test/supported_track: Pass, Fail
214 fileapi_test/supported: Fail 214 fileapi_test/supported: Fail
215 indexeddb_1_test/supported: Fail 215 indexeddb_1_test/supported: Fail
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 338
339 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt)] 339 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt)]
340 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c lasses 340 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c lasses
341 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla sses 341 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla sses
342 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes 342 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes
343 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat ive classes 343 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat ive classes
344 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on native classes 344 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on native classes
345 345
346 [ $compiler == dart2js && $runtime == ff ] 346 [ $compiler == dart2js && $runtime == ff ]
347 inner_frame_test: Skip # Timeout 347 inner_frame_test: Skip # Timeout
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698