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

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

Issue 11757002: Fixing ArrayBuffer et al on IE. (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 | « sdk/lib/indexed_db/dartium/indexed_db_dartium.dart ('k') | tests/html/typed_arrays_1_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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 isolates_test: Skip 84 isolates_test: Skip
85 localstorage_test: Fail 85 localstorage_test: Fail
86 measurement_test: Fail, Pass 86 measurement_test: Fail, Pass
87 messageevent_test: Fail 87 messageevent_test: Fail
88 mutationobserver_test/supported: Fail 88 mutationobserver_test/supported: Fail
89 serialized_script_value_test: Fail 89 serialized_script_value_test: Fail
90 storage_test: Fail, Pass 90 storage_test: Fail, Pass
91 svgelement_test/additionalConstructors: Fail 91 svgelement_test/additionalConstructors: Fail
92 svgelement2_test: Fail 92 svgelement2_test: Fail
93 svg_3_test: Fail 93 svg_3_test: Fail
94 typed_arrays_1_test: Fail
95 typed_arrays_arraybuffer_test: Fail
96 typed_arrays_dataview_test: Fail
97 url_test: Fail # IE10 does not support from file:// 94 url_test: Fail # IE10 does not support from file://
98 websql_test: Fail 95 websql_test: Fail
99 window_open_test: Skip 96 window_open_test: Skip
100 xhr_test: Fail 97 xhr_test: Fail
101 xsltprocessor_test: Fail 98 xsltprocessor_test: Fail
102 99
103 [ $runtime == ie9 ] 100 [ $runtime == ie9 ]
104 document_test/getCssCanvasContext: Fail # IE does not support this. 101 document_test/getCssCanvasContext: Fail # IE does not support this.
105 element_test/click: Fail # IE does not support firing this event. 102 element_test/click: Fail # IE does not support firing this event.
106 element_types_test/supported_content: Fail 103 element_types_test/supported_content: Fail
107 element_types_test/supported_datalist: Fail 104 element_types_test/supported_datalist: Fail
108 element_types_test/supported_details: Fail 105 element_types_test/supported_details: Fail
109 element_types_test/supported_keygen: Fail 106 element_types_test/supported_keygen: Fail
110 element_types_test/supported_meter: Fail 107 element_types_test/supported_meter: Fail
111 element_types_test/supported_object: Fail 108 element_types_test/supported_object: Fail
112 element_types_test/supported_output: Fail 109 element_types_test/supported_output: Fail
113 element_types_test/supported_progress: Fail 110 element_types_test/supported_progress: Fail
114 element_types_test/supported_track: Fail 111 element_types_test/supported_track: Fail
115 form_data_test: Fail # Issue 4793. 112 form_data_test: Fail # Issue 4793.
116 form_element_test: Fail # Issue 4793. 113 form_element_test: Fail # Issue 4793.
117 inner_frame_test: Skip # Issue 5727 (timeout) 114 inner_frame_test: Skip # Issue 5727 (timeout)
118 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 115 typed_arrays_1_test/supported: Fail
119 typed_arrays_2_test: Skip
120 typed_arrays_3_test: Skip
121 typed_arrays_4_test: Skip
122 typed_arrays_5_test: Skip
123 typed_arrays_arraybuffer_test: Skip
124 typed_arrays_dataview_test: Skip
125 typed_arrays_range_checks_test: Fail
126 localstorage_test: Fail 116 localstorage_test: Fail
127 websql_test: Fail # IE does not support web SQL 117 websql_test: Fail # IE does not support web SQL
128 # 118 #
129 # Investigate and triage the following into bug reports. 119 # Investigate and triage the following into bug reports.
130 # 120 #
131 audiobuffersourcenode_test: Fail 121 audiobuffersourcenode_test: Fail
132 audiocontext_test: Fail 122 audiocontext_test: Fail
133 blob_constructor_test: Fail 123 blob_constructor_test: Fail
134 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work). 124 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work).
135 css_test: Fail 125 css_test: Fail
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 element_test/queryAll: Fail 210 element_test/queryAll: Fail
221 element_webkit_test: Fail 211 element_webkit_test: Fail
222 exceptions_test: Fail 212 exceptions_test: Fail
223 indexeddb_1_test/supported: Fail 213 indexeddb_1_test/supported: Fail
224 mutationobserver_test/supported: Fail 214 mutationobserver_test/supported: Fail
225 performance_api_test: Fail 215 performance_api_test: Fail
226 serialized_script_value_test: Fail 216 serialized_script_value_test: Fail
227 svg_3_test: Fail 217 svg_3_test: Fail
228 svgelement_test/additionalConstructors: Fail 218 svgelement_test/additionalConstructors: Fail
229 svgelement2_test: Fail 219 svgelement2_test: Fail
230 typed_arrays_1_test: Fail
231 typed_arrays_arraybuffer_test: Fail 220 typed_arrays_arraybuffer_test: Fail
232 url_test: Fail 221 url_test: Fail
233 websocket_test: Fail 222 websocket_test: Fail
234 fileapi_test: Skip # Timeout. 223 fileapi_test: Skip # Timeout.
235 inner_frame_test: Skip # Timeout. 224 inner_frame_test: Skip # Timeout.
236 js_interop_3_test: Skip # Timeout. 225 js_interop_3_test: Skip # Timeout.
237 js_interop_4_test: Skip # Timeout. 226 js_interop_4_test: Skip # Timeout.
238 isolates_test: Skip # Timeout. 227 isolates_test: Skip # Timeout.
239 websql_test: Skip # Timeout. 228 websql_test: Skip # Timeout.
240 229
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 *: Skip 275 *: Skip
287 276
288 [ $compiler == dart2js ] 277 [ $compiler == dart2js ]
289 transferables_test: Skip # until isInstance works in dart2js 278 transferables_test: Skip # until isInstance works in dart2js
290 279
291 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 280 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
292 request_animation_frame_test: Skip # Async test hangs. 281 request_animation_frame_test: Skip # Async test hangs.
293 282
294 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 283 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
295 isolates_test: Skip # Timeout because leg does not support web workers. 284 isolates_test: Skip # Timeout because leg does not support web workers.
296 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
297 285
298 [ $compiler == dart2js && $runtime == ff ] 286 [ $compiler == dart2js && $runtime == ff ]
299 xhr_test: Skip # Timeout 287 xhr_test: Skip # Timeout
300 inner_frame_test: Skip # Timeout 288 inner_frame_test: Skip # Timeout
301 svg_3_test: Skip # Timeout 289 svg_3_test: Skip # Timeout
302 documentfragment_test: Skip # Timeout 290 documentfragment_test: Skip # Timeout
OLDNEW
« no previous file with comments | « sdk/lib/indexed_db/dartium/indexed_db_dartium.dart ('k') | tests/html/typed_arrays_1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698