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

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

Issue 12919019: Fix html.status for old safari browser version. (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 | « 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 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 typed_arrays_1_test/supported: Fail 187 typed_arrays_1_test/supported: Fail
188 webgl_1_test/supported: Fail 188 webgl_1_test/supported: Fail
189 websocket_test/supported: Fail 189 websocket_test/supported: Fail
190 websql_test/supported: Fail 190 websql_test/supported: Fail
191 xhr_test/supported_HttpRequestProgressEvent: Fail 191 xhr_test/supported_HttpRequestProgressEvent: Fail
192 xhr_test/supported_onLoadEnd: Fail 192 xhr_test/supported_onLoadEnd: Fail
193 xhr_test/supported_onProgress: Fail 193 xhr_test/supported_onProgress: Fail
194 xsltprocessor_test/supported: Fail 194 xsltprocessor_test/supported: Fail
195 195
196 [ $runtime == safari ] 196 [ $runtime == safari ]
197 audiocontext_test: Crash, Fail # Issue: 7414
198 datalistelement_test: Fail # Issue: 7414 197 datalistelement_test: Fail # Issue: 7414
199 element_test/elements: Crash, Fail # Issue: 7414 198 element_test/elements: Crash, Fail # Issue: 7414
200 element_types_test/supported_track: Pass, Fail 199 element_types_test/supported_track: Pass, Fail
201 input_element_test/supported_month: Fail, Crash 200 input_element_test/supported_month: Fail, Crash
202 input_element_test/supported_time: Fail, Crash 201 input_element_test/supported_time: Fail, Crash
203 input_element_test/supported_week: Fail, Crash 202 input_element_test/supported_week: Fail, Crash
204 webgl_1_test: Pass, Fail # Issue 8219 203 webgl_1_test: Pass, Fail # Issue 8219
205 wheelevent_test: Fail # Issue: 7414 204 wheelevent_test: Fail # Issue: 7414
206 xhr_test/xhr_requestBlob: Fail # Issue: 9178 Safari doesn't support Blob respons es. 205 xhr_test/xhr_requestBlob: Fail # Issue: 9178 Safari doesn't support Blob respons es.
207 206
(...skipping 11 matching lines...) Expand all
219 media_stream_test/supported_MediaStreamTrackEvent: Fail 218 media_stream_test/supported_MediaStreamTrackEvent: Fail
220 media_stream_test/supported_media: Fail 219 media_stream_test/supported_media: Fail
221 notifications_test/supported: Fail 220 notifications_test/supported: Fail
222 performance_api_test/supported: Fail 221 performance_api_test/supported: Fail
223 rtc_test/supported: Fail 222 rtc_test/supported: Fail
224 shadow_dom_test/supported: Fail 223 shadow_dom_test/supported: Fail
225 speechrecognition_test/supported: Fail 224 speechrecognition_test/supported: Fail
226 touchevent_test/supported: Fail 225 touchevent_test/supported: Fail
227 226
228 [ $runtime == opera ] 227 [ $runtime == opera ]
229 audiobuffersourcenode_test: Fail
230 audiocontext_test: Fail
231 blob_constructor_test: Fail 228 blob_constructor_test: Fail
232 canvas_test: Fail 229 canvas_test: Fail
233 canvas_test: Pass,Fail 230 canvas_test: Pass,Fail
234 canvas_using_html_test: Fail 231 canvas_using_html_test: Fail
235 cssstyledeclaration_test: Fail 232 cssstyledeclaration_test: Fail
236 document_test/document: Fail # Issue: 7413 233 document_test/document: Fail # Issue: 7413
237 element_add_test: Fail 234 element_add_test: Fail
238 element_constructor_1_test: Fail 235 element_constructor_1_test: Fail
239 element_test/children: Fail # Issue: 7413 236 element_test/children: Fail # Issue: 7413
240 element_test/constructors: Fail 237 element_test/constructors: Fail
241 element_test/elements: Fail 238 element_test/elements: Fail
242 element_test/eventListening: Crash 239 element_test/eventListening: Crash
243 element_test/eventListening: Fail # Issue: 7413 240 element_test/eventListening: Fail # Issue: 7413
244 element_test/queryAll: Fail 241 element_test/queryAll: Fail
245 element_webkit_test: Fail 242 element_webkit_test: Fail
246 fileapi_test: Skip # Timeout. 243 fileapi_test: Skip # Timeout.
247 form_data_test: Fail # Issue: 7413 244 form_data_test: Fail # Issue: 7413
248 htmlelement_test: Fail 245 htmlelement_test: Fail
249 isolates_test: Skip # Timeout. 246 isolates_test: Skip # Timeout.
250 js_interop_3_test: Skip # Timeout. 247 js_interop_3_test: Skip # Timeout.
251 js_interop_4_test: Skip # Timeout. 248 js_interop_4_test: Skip # Timeout.
252 keyboard_event_test: Fail # Issue: 7413 249 keyboard_event_test: Fail # Issue: 7413
253 serialized_script_value_test: Fail 250 serialized_script_value_test: Fail
254 typed_arrays_arraybuffer_test: Fail 251 typed_arrays_arraybuffer_test: Fail
255 url_test: Fail 252 url_test: Fail
256 253
257 # Opera Feature support statuses- 254 # Opera Feature support statuses-
258 # All changes should be accompanied by platform support annotation changes. 255 # All changes should be accompanied by platform support annotation changes.
256 audiobuffersourcenode_test/supported: Fail
257 audiocontext_test/supported: Fail
259 crypto_test/supported: Fail 258 crypto_test/supported: Fail
260 css_test/supported_CssMatrix: Fail 259 css_test/supported_CssMatrix: Fail
261 css_test/supported_DomPoint: Fail 260 css_test/supported_DomPoint: Fail
262 document_test/supports_cssCanvasContext: Fail 261 document_test/supports_cssCanvasContext: Fail
263 indexeddb_1_test/supported: Fail 262 indexeddb_1_test/supported: Fail
264 indexeddb_1_test/supportsDatabaseNames: Fail 263 indexeddb_1_test/supportsDatabaseNames: Fail
265 mutationobserver_test/supported: Fail 264 mutationobserver_test/supported: Fail
266 notifications_test/supported: Fail 265 notifications_test/supported: Fail
267 performance_api_test/supported: Fail 266 performance_api_test/supported: Fail
268 speechrecognition_test/supported: Fail 267 speechrecognition_test/supported: Fail
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 331
333 [ $compiler == dart2js && $runtime == drt && $unchecked ] 332 [ $compiler == dart2js && $runtime == drt && $unchecked ]
334 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 333 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
335 334
336 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 335 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
337 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 336 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
338 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 337 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
339 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 338 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
340 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 339 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
341 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 340 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
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