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

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

Issue 12845008: Adding CORS support to HttpRequest (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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_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) 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 element_test/click: Fail # IE does not support firing this event. 96 element_test/click: Fail # IE does not support firing this event.
97 element_test/matches: Fail # IE9 does not support matches 97 element_test/matches: Fail # IE9 does not support matches
98 form_element_test: Fail # Issue 4793. 98 form_element_test: Fail # Issue 4793.
99 isolates_test: Skip # BUG(4016) 99 isolates_test: Skip # BUG(4016)
100 localstorage_test: Fail 100 localstorage_test: Fail
101 microtask_test: Pass, Fail # http://dartbug.com/8300 101 microtask_test: Pass, Fail # http://dartbug.com/8300
102 postmessage_structured_test: Skip # BUG(5685): times out. 102 postmessage_structured_test: Skip # BUG(5685): times out.
103 serialized_script_value_test: Fail 103 serialized_script_value_test: Fail
104 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 104 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
105 window_open_test: Skip # BUG(4016) 105 window_open_test: Skip # BUG(4016)
106 xhr_cross_origin_test: Fail # Issue 6016.
107 canvasrenderingcontext2d_test: Pass, Fail # flaky drawImage. BUG(9189) 106 canvasrenderingcontext2d_test: Pass, Fail # flaky drawImage. BUG(9189)
108 107
109 # IE9 Feature support statuses- 108 # IE9 Feature support statuses-
110 # All changes should be accompanied by platform support annotation changes. 109 # All changes should be accompanied by platform support annotation changes.
111 audiobuffersourcenode_test/supported: Fail 110 audiobuffersourcenode_test/supported: Fail
112 audiocontext_test/supported: Fail 111 audiocontext_test/supported: Fail
113 cache_test/supported: Fail 112 cache_test/supported: Fail
114 crypto_test/supported: Fail 113 crypto_test/supported: Fail
115 css_test/supported_CssMatrix: Fail 114 css_test/supported_CssMatrix: Fail
116 css_test/supported_DomPoint: Fail 115 css_test/supported_DomPoint: Fail
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 svgelement_test/supported_feTurbulence: Fail 177 svgelement_test/supported_feTurbulence: Fail
179 svgelement_test/supported_filter: Fail 178 svgelement_test/supported_filter: Fail
180 svgelement_test/supported_foreignObject: Fail 179 svgelement_test/supported_foreignObject: Fail
181 svgelement_test/supported_set: Fail 180 svgelement_test/supported_set: Fail
182 touchevent_test/supported: Fail 181 touchevent_test/supported: Fail
183 transition_event_test/supported: Fail 182 transition_event_test/supported: Fail
184 typed_arrays_1_test/supported: Fail 183 typed_arrays_1_test/supported: Fail
185 webgl_1_test/supported: Fail 184 webgl_1_test/supported: Fail
186 websocket_test/supported: Fail 185 websocket_test/supported: Fail
187 websql_test/supported: Fail 186 websql_test/supported: Fail
187 xhr_cross_origin_test/supported: Fail
188 xhr_test/supported_HttpRequestProgressEvent: Fail 188 xhr_test/supported_HttpRequestProgressEvent: Fail
189 xhr_test/supported_onLoadEnd: Fail 189 xhr_test/supported_onLoadEnd: Fail
190 xhr_test/supported_onProgress: Fail 190 xhr_test/supported_onProgress: Fail
191 xsltprocessor_test/supported: Fail 191 xsltprocessor_test/supported: Fail
192 192
193 [ $runtime == safari ] 193 [ $runtime == safari ]
194 datalistelement_test: Fail # Issue: 7414 194 datalistelement_test: Fail # Issue: 7414
195 element_test/elements: Crash, Fail # Issue: 7414 195 element_test/elements: Crash, Fail # Issue: 7414
196 element_types_test/supported_track: Pass, Fail 196 element_types_test/supported_track: Pass, Fail
197 input_element_test/supported_month: Fail, Crash 197 input_element_test/supported_month: Fail, Crash
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 328
329 [ $compiler == dart2js && $runtime == drt && $unchecked ] 329 [ $compiler == dart2js && $runtime == drt && $unchecked ]
330 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 330 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
331 331
332 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 332 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
333 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 333 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
334 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 334 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
335 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 335 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
336 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 336 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
337 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 337 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/xhr_cross_origin_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698