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

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

Issue 24003002: Updating html.status for XHR JSON test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 | « no previous file | no next file » | 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 async_window_test: Skip #TODO(gram): investigating 5 async_window_test: Skip #TODO(gram): investigating
6 event_test: Skip # Issue 1996 6 event_test: Skip # Issue 1996
7 interactive_test: Skip # Must be run manually. 7 interactive_test: Skip # Must be run manually.
8 8
9 [ $compiler == dart2js && $runtime != drt ] 9 [ $compiler == dart2js && $runtime != drt ]
10 custom/*: Skip 10 custom/*: Skip
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 speechrecognition_test/supported: Fail 133 speechrecognition_test/supported: Fail
134 svgelement_test/supported_altGlyph: Fail 134 svgelement_test/supported_altGlyph: Fail
135 svgelement_test/supported_animate: Fail 135 svgelement_test/supported_animate: Fail
136 svgelement_test/supported_animateMotion: Fail 136 svgelement_test/supported_animateMotion: Fail
137 svgelement_test/supported_animateTransform: Fail 137 svgelement_test/supported_animateTransform: Fail
138 svgelement_test/supported_foreignObject: Fail 138 svgelement_test/supported_foreignObject: Fail
139 svgelement_test/supported_set: Fail 139 svgelement_test/supported_set: Fail
140 touchevent_test/supported: Fail 140 touchevent_test/supported: Fail
141 webgl_1_test/supported: Fail 141 webgl_1_test/supported: Fail
142 websql_test/supported: Fail 142 websql_test/supported: Fail
143 xhr_test/json: Fail # IE10 returns string, not JSON object
143 xhr_test/supported_HttpRequestProgressEvent: Fail 144 xhr_test/supported_HttpRequestProgressEvent: Fail
144 xhr_test/supported_overrideMimeType: Fail 145 xhr_test/supported_overrideMimeType: Fail
145 xsltprocessor_test/supported: Fail 146 xsltprocessor_test/supported: Fail
146 147
148
147 [ $runtime == ie9 ] 149 [ $runtime == ie9 ]
148 isolates_test: Timeout # Issue 13027 150 isolates_test: Timeout # Issue 13027
149 blob_constructor_test: Fail 151 blob_constructor_test: Fail
150 document_test/document: Pass, Fail # BUG(9654) need per-instance patching 152 document_test/document: Pass, Fail # BUG(9654) need per-instance patching
151 dom_constructors_test: Fail 153 dom_constructors_test: Fail
152 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 154 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
153 element_test/click: Fail # IE does not support firing this event. 155 element_test/click: Fail # IE does not support firing this event.
154 form_element_test: Fail # Issue 4793. 156 form_element_test: Fail # Issue 4793.
155 localstorage_test: Fail 157 localstorage_test: Fail
156 microtask_test: Pass, Fail # http://dartbug.com/8300 158 microtask_test: Pass, Fail # http://dartbug.com/8300
157 postmessage_structured_test: Skip # BUG(5685): times out. 159 postmessage_structured_test: Skip # BUG(5685): times out.
158 serialized_script_value_test: Fail 160 serialized_script_value_test: Fail
159 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 161 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
160 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 162 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
161 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 163 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
162 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 164 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416
163 input_element_test/attributes: Fail # IE returns null while others '' 165 input_element_test/attributes: Fail # IE returns null while others ''
164 xhr_cross_origin_test: Skip # Issue 12920 166 xhr_cross_origin_test: Skip # Issue 12920
167 xhr_test/json: Fail # IE9 returns null because of unsupported type
165 168
166 # IE9 Feature support statuses- 169 # IE9 Feature support statuses-
167 # All changes should be accompanied by platform support annotation changes. 170 # All changes should be accompanied by platform support annotation changes.
168 audiobuffersourcenode_test/supported: Fail 171 audiobuffersourcenode_test/supported: Fail
169 audiocontext_test/supported: Fail 172 audiocontext_test/supported: Fail
170 cache_test/supported: Fail 173 cache_test/supported: Fail
171 crypto_test/supported: Fail 174 crypto_test/supported: Fail
172 css_test/supportsPointConversions: Fail 175 css_test/supportsPointConversions: Fail
173 document_test/supports_cssCanvasContext: Fail 176 document_test/supports_cssCanvasContext: Fail
174 element_types_test/supported_content: Fail 177 element_types_test/supported_content: Fail
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 input_element_test/supported_datetime-local: Fail 274 input_element_test/supported_datetime-local: Fail
272 media_stream_test/supported_MediaStreamEvent: Fail 275 media_stream_test/supported_MediaStreamEvent: Fail
273 media_stream_test/supported_MediaStreamTrackEvent: Fail 276 media_stream_test/supported_MediaStreamTrackEvent: Fail
274 media_stream_test/supported_media: Fail 277 media_stream_test/supported_media: Fail
275 notifications_test/supported: Fail 278 notifications_test/supported: Fail
276 performance_api_test/supported: Fail 279 performance_api_test/supported: Fail
277 rtc_test/supported: Fail 280 rtc_test/supported: Fail
278 shadow_dom_test/supported: Fail 281 shadow_dom_test/supported: Fail
279 speechrecognition_test/supported: Fail 282 speechrecognition_test/supported: Fail
280 touchevent_test/supported: Fail 283 touchevent_test/supported: Fail
284 xhr_test/json: Fail # Safari doesn't support JSON response type
281 285
282 [ $runtime == opera ] 286 [ $runtime == opera ]
283 blob_constructor_test: Fail 287 blob_constructor_test: Fail
284 canvas_test: Fail 288 canvas_test: Fail
285 canvas_test: Pass,Fail 289 canvas_test: Pass,Fail
286 cssstyledeclaration_test: Fail 290 cssstyledeclaration_test: Fail
287 document_test/document: Fail # Issue: 7413 291 document_test/document: Fail # Issue: 7413
288 element_add_test: Fail 292 element_add_test: Fail
289 element_constructor_1_test: Fail 293 element_constructor_1_test: Fail
290 element_test/children: Fail # Issue: 7413 294 element_test/children: Fail # Issue: 7413
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 event_customevent_test: Fail # Test cannot run under CSP restrictions. 375 event_customevent_test: Fail # Test cannot run under CSP restrictions.
372 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 376 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
373 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 377 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
374 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 378 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
375 js_test: Skip # Test cannot run under CSP restrictions (tim es out). 379 js_test: Skip # Test cannot run under CSP restrictions (tim es out).
376 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 380 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
377 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). 381 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
378 382
379 [ $compiler == dart2js && $runtime == drt ] 383 [ $compiler == dart2js && $runtime == drt ]
380 wheelevent_test: Fail # http://dartbug.com/12958 384 wheelevent_test: Fail # http://dartbug.com/12958
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698