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

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

Issue 14989011: Fixing overrideMimeType on IE10. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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/html/dartium/html_dartium.dart ('k') | tests/html/xhr_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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 interactive_test: Skip # Must be run manually. 10 interactive_test: Skip # Must be run manually.
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 svgelement_test/supported_altGlyph: Fail 106 svgelement_test/supported_altGlyph: Fail
107 svgelement_test/supported_animate: Fail 107 svgelement_test/supported_animate: Fail
108 svgelement_test/supported_animateMotion: Fail 108 svgelement_test/supported_animateMotion: Fail
109 svgelement_test/supported_animateTransform: Fail 109 svgelement_test/supported_animateTransform: Fail
110 svgelement_test/supported_foreignObject: Fail 110 svgelement_test/supported_foreignObject: Fail
111 svgelement_test/supported_set: Fail 111 svgelement_test/supported_set: Fail
112 touchevent_test/supported: Fail 112 touchevent_test/supported: Fail
113 webgl_1_test/supported: Fail 113 webgl_1_test/supported: Fail
114 websql_test/supported: Fail 114 websql_test/supported: Fail
115 xhr_test/supported_HttpRequestProgressEvent: Fail 115 xhr_test/supported_HttpRequestProgressEvent: Fail
116 xhr_test/supported_overrideMimeType: Fail
116 xsltprocessor_test/supported: Fail 117 xsltprocessor_test/supported: Fail
117 118
118 [ $runtime == ie9 ] 119 [ $runtime == ie9 ]
119 blob_constructor_test: Fail 120 blob_constructor_test: Fail
120 document_test/document: Pass, Fail # BUG(9654) need per-instance patching 121 document_test/document: Pass, Fail # BUG(9654) need per-instance patching
121 dom_constructors_test: Fail 122 dom_constructors_test: Fail
122 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 123 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
123 element_test/click: Fail # IE does not support firing this event. 124 element_test/click: Fail # IE does not support firing this event.
124 element_test/matches: Fail # IE9 does not support matches 125 element_test/matches: Fail # IE9 does not support matches
125 form_element_test: Fail # Issue 4793. 126 form_element_test: Fail # Issue 4793.
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 transition_event_test/supported: Fail 213 transition_event_test/supported: Fail
213 typed_arrays_1_test/supported: Fail 214 typed_arrays_1_test/supported: Fail
214 webgl_1_test/supported: Fail 215 webgl_1_test/supported: Fail
215 websocket_test/supported: Fail 216 websocket_test/supported: Fail
216 websql_test/supported: Fail 217 websql_test/supported: Fail
217 worker_test/supported: Fail 218 worker_test/supported: Fail
218 xhr_cross_origin_test/supported: Fail 219 xhr_cross_origin_test/supported: Fail
219 xhr_test/supported_HttpRequestProgressEvent: Fail 220 xhr_test/supported_HttpRequestProgressEvent: Fail
220 xhr_test/supported_onLoadEnd: Fail 221 xhr_test/supported_onLoadEnd: Fail
221 xhr_test/supported_onProgress: Fail 222 xhr_test/supported_onProgress: Fail
223 xhr_test/supported_overrideMimeType: Fail
222 xsltprocessor_test/supported: Fail 224 xsltprocessor_test/supported: Fail
223 225
224 [ $runtime == safari ] 226 [ $runtime == safari ]
225 datalistelement_test: Fail # Issue: 7414 227 datalistelement_test: Fail # Issue: 7414
226 element_test/elements: Crash, Fail # Issue: 7414 228 element_test/elements: Crash, Fail # Issue: 7414
227 element_types_test/supported_track: Pass, Fail 229 element_types_test/supported_track: Pass, Fail
228 input_element_test/supported_month: Fail, Crash 230 input_element_test/supported_month: Fail, Crash
229 input_element_test/supported_time: Fail, Crash 231 input_element_test/supported_time: Fail, Crash
230 input_element_test/supported_week: Fail, Crash 232 input_element_test/supported_week: Fail, Crash
231 webgl_1_test: Pass, Fail # Issue 8219 233 webgl_1_test: Pass, Fail # Issue 8219
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 368 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
367 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 369 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
368 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 370 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
369 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 371 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
370 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 372 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
371 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). 373 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
372 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 374 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
373 375
374 [ $compiler == dartanalyzer ] 376 [ $compiler == dartanalyzer ]
375 path_observer_test: Fail 377 path_observer_test: Fail
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/xhr_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698