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

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

Issue 12050005: Adding supported checks to websql. (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/html/dartium/html_dartium.dart ('k') | tests/html/websql_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 9
10 # Layout tests are only supported on DRT. 10 # Layout tests are only supported on DRT.
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 mutationobserver_test/supported: Fail 77 mutationobserver_test/supported: Fail
78 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 78 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
79 notifications_test/supported: Fail 79 notifications_test/supported: Fail
80 serialized_script_value_test: Fail 80 serialized_script_value_test: Fail
81 shadow_dom_test/supported: Fail 81 shadow_dom_test/supported: Fail
82 speechrecognition_test/supported: Fail 82 speechrecognition_test/supported: Fail
83 storage_test: Fail, Pass 83 storage_test: Fail, Pass
84 svgelement_test/additionalConstructors: Fail 84 svgelement_test/additionalConstructors: Fail
85 svgelement2_test: Fail 85 svgelement2_test: Fail
86 svg_3_test: Fail 86 svg_3_test: Fail
87 websql_test: Fail 87 websql_test/supported: Fail
88 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 88 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
89 window_open_test: Skip 89 window_open_test: Skip
90 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. 90 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875.
91 xhr_test/supported_HttpRequestProgressEvent: Fail 91 xhr_test/supported_HttpRequestProgressEvent: Fail
92 xsltprocessor_test: Fail 92 xsltprocessor_test: Fail
93 93
94 [ $runtime == ie9 ] 94 [ $runtime == ie9 ]
95 document_test/supports_cssCanvasContext: Fail 95 document_test/supports_cssCanvasContext: Fail
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_types_test/supported_content: Fail 97 element_types_test/supported_content: Fail
98 element_types_test/supported_datalist: Fail 98 element_types_test/supported_datalist: Fail
99 element_types_test/supported_details: Fail 99 element_types_test/supported_details: Fail
100 element_types_test/supported_keygen: Fail 100 element_types_test/supported_keygen: Fail
101 element_types_test/supported_meter: Fail 101 element_types_test/supported_meter: Fail
102 element_types_test/supported_object: Fail 102 element_types_test/supported_object: Fail
103 element_types_test/supported_output: Fail 103 element_types_test/supported_output: Fail
104 element_types_test/supported_progress: Fail 104 element_types_test/supported_progress: Fail
105 element_types_test/supported_shadow: Fail 105 element_types_test/supported_shadow: Fail
106 element_types_test/supported_track: Fail 106 element_types_test/supported_track: Fail
107 form_data_test: Fail # Issue 4793. 107 form_data_test: Fail # Issue 4793.
108 form_element_test: Fail # Issue 4793. 108 form_element_test: Fail # Issue 4793.
109 inner_frame_test: Skip # Issue 5727 (timeout) 109 inner_frame_test: Skip # Issue 5727 (timeout)
110 typed_arrays_1_test/supported: Fail 110 typed_arrays_1_test/supported: Fail
111 localstorage_test: Fail 111 localstorage_test: Fail
112 websql_test: Fail # IE does not support web SQL 112 websql_test/supported: Fail
113 # 113 #
114 # Investigate and triage the following into bug reports. 114 # Investigate and triage the following into bug reports.
115 # 115 #
116 audiobuffersourcenode_test: Fail 116 audiobuffersourcenode_test: Fail
117 audiocontext_test: Fail 117 audiocontext_test: Fail
118 blob_constructor_test: Fail 118 blob_constructor_test: Fail
119 cache_test/supported: Fail 119 cache_test/supported: Fail
120 css_test: Fail 120 css_test: Fail
121 dom_constructors_test: Fail 121 dom_constructors_test: Fail
122 element_test/matches: Fail # IE9 does not support matches 122 element_test/matches: Fail # IE9 does not support matches
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 svg_3_test: Fail 241 svg_3_test: Fail
242 svgelement_test/additionalConstructors: Fail 242 svgelement_test/additionalConstructors: Fail
243 svgelement2_test: Fail 243 svgelement2_test: Fail
244 typed_arrays_arraybuffer_test: Fail 244 typed_arrays_arraybuffer_test: Fail
245 url_test: Fail 245 url_test: Fail
246 fileapi_test: Skip # Timeout. 246 fileapi_test: Skip # Timeout.
247 inner_frame_test: Skip # Timeout. 247 inner_frame_test: Skip # Timeout.
248 js_interop_3_test: Skip # Timeout. 248 js_interop_3_test: Skip # Timeout.
249 js_interop_4_test: Skip # Timeout. 249 js_interop_4_test: Skip # Timeout.
250 isolates_test: Skip # Timeout. 250 isolates_test: Skip # Timeout.
251 websql_test: Skip # Timeout. 251 websql_test/supported: Fail
252 252
253 [ $runtime == ff ] 253 [ $runtime == ff ]
254 audiobuffersourcenode_test: Fail # FF only has Audio element. 254 audiobuffersourcenode_test: Fail # FF only has Audio element.
255 audiocontext_test: Fail # FF only has Audio element 255 audiocontext_test: Fail # FF only has Audio element
256 css_test: Fail # No analog to WebKitCssMatrix 256 css_test: Fail # No analog to WebKitCssMatrix
257 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 257 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
258 document_test/supports_cssCanvasContext: Fail 258 document_test/supports_cssCanvasContext: Fail
259 element_types_test/supported_content: Fail 259 element_types_test/supported_content: Fail
260 element_types_test/supported_details: Fail 260 element_types_test/supported_details: Fail
261 element_types_test/supported_embed: Fail 261 element_types_test/supported_embed: Fail
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 302
303 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 303 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
304 request_animation_frame_test: Skip # Async test hangs. 304 request_animation_frame_test: Skip # Async test hangs.
305 305
306 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 306 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
307 isolates_test: Skip # Timeout because leg does not support web workers. 307 isolates_test: Skip # Timeout because leg does not support web workers.
308 308
309 [ $compiler == dart2js && $runtime == ff ] 309 [ $compiler == dart2js && $runtime == ff ]
310 inner_frame_test: Skip # Timeout 310 inner_frame_test: Skip # Timeout
311 svg_3_test: Skip # Timeout 311 svg_3_test: Skip # Timeout
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/websql_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698