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

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

Issue 11615038: Updating status of tests. (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
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 xmldocument_test: Skip # XML in dart:html is incomplete 9 xmldocument_test: Skip # XML in dart:html is incomplete
10 xmlelement_test: Skip # XML in dart:html is incomplete 10 xmlelement_test: Skip # XML in dart:html is incomplete
11 11
12 [ $runtime == chrome ] 12 [ $runtime == chrome ]
13 element_types_test/supported_content: Fail
13 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type. 14 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type.
14 input_element_test/supported_datetime: Fail 15 input_element_test/supported_datetime: Fail
15 input_element_test/supported_datetime-local: Fail 16 input_element_test/supported_datetime-local: Fail
16 input_element_test/supported_month: Fail 17 input_element_test/supported_month: Fail
17 input_element_test/supported_week: Fail 18 input_element_test/supported_week: Fail
18 19
19 [ $runtime == chrome || $runtime == drt] 20 [ $runtime == chrome || $runtime == drt]
20 audiobuffersourcenode_test: Pass, Fail # AudiobufferSourceNode is flaky on Chro me and Dartium. 21 audiobuffersourcenode_test: Pass, Fail # AudiobufferSourceNode is flaky on Chro me and Dartium.
21 audiocontext_test: Skip # Need to adjust to new API. 22 audiocontext_test: Skip # Need to adjust to new API.
22 23
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 css_test: Fail 68 css_test: Fail
68 document_test/getCssCanvasContext: Fail # IE does not support this. 69 document_test/getCssCanvasContext: Fail # IE does not support this.
69 element_test/additionalConstructors: Fail 70 element_test/additionalConstructors: Fail
70 element_test/click: Fail # IE does not support firing this event. 71 element_test/click: Fail # IE does not support firing this event.
71 element_types_test/supported_content: Fail 72 element_types_test/supported_content: Fail
72 element_types_test/supported_details: Fail 73 element_types_test/supported_details: Fail
73 element_types_test/supported_keygen: Fail 74 element_types_test/supported_keygen: Fail
74 element_types_test/supported_meter: Fail 75 element_types_test/supported_meter: Fail
75 element_types_test/supported_object: Fail 76 element_types_test/supported_object: Fail
76 element_types_test/supported_output: Fail 77 element_types_test/supported_output: Fail
77 element_webkit_test: Fail
78 exceptions_test: Fail 78 exceptions_test: Fail
79 fileapi_test: Fail 79 fileapi_test: Fail
80 indexeddb_1_test/supported: Fail # IE10 does not support from file:// 80 indexeddb_1_test/supported: Fail # IE10 does not support from file://
81 inner_frame_test: Skip 81 inner_frame_test: Skip
82 input_element_test/supported_date: Fail 82 input_element_test/supported_date: Fail
83 input_element_test/supported_datetime: Fail 83 input_element_test/supported_datetime: Fail
84 input_element_test/supported_datetime-local: Fail 84 input_element_test/supported_datetime-local: Fail
85 input_element_test/supported_month: Fail 85 input_element_test/supported_month: Fail
86 input_element_test/supported_time: Fail 86 input_element_test/supported_time: Fail
87 input_element_test/supported_week: Fail 87 input_element_test/supported_week: Fail
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 form_element_test: Fail # Issue 4793. 120 form_element_test: Fail # Issue 4793.
121 inner_frame_test: Skip # Issue 5727 (timeout) 121 inner_frame_test: Skip # Issue 5727 (timeout)
122 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 122 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
123 typed_arrays_2_test: Skip 123 typed_arrays_2_test: Skip
124 typed_arrays_3_test: Skip 124 typed_arrays_3_test: Skip
125 typed_arrays_4_test: Skip 125 typed_arrays_4_test: Skip
126 typed_arrays_5_test: Skip 126 typed_arrays_5_test: Skip
127 typed_arrays_arraybuffer_test: Skip 127 typed_arrays_arraybuffer_test: Skip
128 typed_arrays_dataview_test: Skip 128 typed_arrays_dataview_test: Skip
129 typed_arrays_range_checks_test: Fail 129 typed_arrays_range_checks_test: Fail
130 element_webkit_test: Fail
131 localstorage_test: Fail 130 localstorage_test: Fail
132 websql_test: Fail # IE does not support web SQL 131 websql_test: Fail # IE does not support web SQL
133 # 132 #
134 # Investigate and triage the following into bug reports. 133 # Investigate and triage the following into bug reports.
135 # 134 #
136 audiobuffersourcenode_test: Fail 135 audiobuffersourcenode_test: Fail
137 audiocontext_test: Fail 136 audiocontext_test: Fail
138 blob_constructor_test: Fail 137 blob_constructor_test: Fail
139 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work). 138 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work).
140 css_test: Fail 139 css_test: Fail
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 audiocontext_test: Fail # FF only has Audio element 250 audiocontext_test: Fail # FF only has Audio element
252 css_test: Fail # No analog to WebKitCssMatrix 251 css_test: Fail # No analog to WebKitCssMatrix
253 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 252 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
254 document_test/getCssCanvasContext: Fail # FF does not support this. 253 document_test/getCssCanvasContext: Fail # FF does not support this.
255 documentfragment_test: Fail 254 documentfragment_test: Fail
256 element_types_test/supported_content: Fail 255 element_types_test/supported_content: Fail
257 element_types_test/supported_details: Fail 256 element_types_test/supported_details: Fail
258 element_types_test/supported_embed: Fail 257 element_types_test/supported_embed: Fail
259 element_types_test/supported_track: Fail 258 element_types_test/supported_track: Fail
260 element_types_test/supported_keygen: Fail 259 element_types_test/supported_keygen: Fail
261 element_webkit_test: Fail
262 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 260 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
263 fileapi_test: Fail # FF does not support filesystem APIs. 261 fileapi_test: Fail # FF does not support filesystem APIs.
264 indexeddb_1_test/supported: Fail # FF disables indexedDB from file URLs. 262 indexeddb_1_test/supported: Fail # FF disables indexedDB from file URLs.
265 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 263 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
266 inner_frame_test: Skip 264 inner_frame_test: Skip
267 input_element_test/supported_date: Fail 265 input_element_test/supported_date: Fail
268 input_element_test/supported_datetime: Fail 266 input_element_test/supported_datetime: Fail
269 input_element_test/supported_datetime-local: Fail 267 input_element_test/supported_datetime-local: Fail
270 input_element_test/supported_month: Fail 268 input_element_test/supported_month: Fail
271 input_element_test/supported_time: Fail 269 input_element_test/supported_time: Fail
(...skipping 30 matching lines...) Expand all
302 300
303 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 301 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
304 isolates_test: Skip # Timeout because leg does not support web workers. 302 isolates_test: Skip # Timeout because leg does not support web workers.
305 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 303 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
306 304
307 [ $compiler == dart2js && $runtime == ff ] 305 [ $compiler == dart2js && $runtime == ff ]
308 xhr_test: Skip # Timeout 306 xhr_test: Skip # Timeout
309 inner_frame_test: Skip # Timeout 307 inner_frame_test: Skip # Timeout
310 svg_3_test: Skip # Timeout 308 svg_3_test: Skip # Timeout
311 documentfragment_test: Skip # Timeout 309 documentfragment_test: Skip # Timeout
OLDNEW
« tests/html/element_test.dart ('K') | « tests/html/element_webkit_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698