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

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

Issue 12310068: Removing DateTimeInputElement. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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/input_element_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.
11 11
12 # Layout tests are only supported on DRT. 12 # Layout tests are only supported on DRT.
13 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 13 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
14 *layout_test: Skip 14 *layout_test: Skip
15 15
16 [ $runtime == drt || $runtime == dartium ]
17 input_element_test/supported_datetime: Fail
18
19 [ $runtime == chrome ] 16 [ $runtime == chrome ]
20 element_types_test/supported_content: Pass, Fail # Issue 8700 17 element_types_test/supported_content: Pass, Fail # Issue 8700
21 element_types_test/supported_shadow: Pass, Fail # Issue 8700 18 element_types_test/supported_shadow: Pass, Fail # Issue 8700
22 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type. 19 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type.
23 input_element_test/supported_datetime: Fail
24 input_element_test/supported_datetime-local: Pass, Fail # Issue 8700 20 input_element_test/supported_datetime-local: Pass, Fail # Issue 8700
25 input_element_test/supported_month: Pass, Fail # Issue 8700 21 input_element_test/supported_month: Pass, Fail # Issue 8700
26 input_element_test/supported_week: Pass, Fail # Issue 8700 22 input_element_test/supported_week: Pass, Fail # Issue 8700
27 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp ort it. 23 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp ort it.
28 shadow_dom_test/supported: Pass, Fail # Issue 8700 24 shadow_dom_test/supported: Pass, Fail # Issue 8700
29 speechrecognition_test/types: Pass, Fail 25 speechrecognition_test/types: Pass, Fail
30 touchevent_test/supported: Fail 26 touchevent_test/supported: Fail
31 27
32 [$runtime == drt || $runtime == dartium || $runtime == chrome] 28 [$runtime == drt || $runtime == dartium || $runtime == chrome]
33 webgl_1_test: Pass, Fail # Issue 8219 29 webgl_1_test: Pass, Fail # Issue 8219
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 element_types_test/supported_content: Fail 61 element_types_test/supported_content: Fail
66 element_types_test/supported_details: Fail 62 element_types_test/supported_details: Fail
67 element_types_test/supported_keygen: Fail 63 element_types_test/supported_keygen: Fail
68 element_types_test/supported_meter: Fail 64 element_types_test/supported_meter: Fail
69 element_types_test/supported_output: Fail 65 element_types_test/supported_output: Fail
70 element_types_test/supported_shadow: Fail 66 element_types_test/supported_shadow: Fail
71 fileapi_test/supported: Fail 67 fileapi_test/supported: Fail
72 history_test/supported_HashChangeEvent: Fail 68 history_test/supported_HashChangeEvent: Fail
73 inner_frame_test: Skip 69 inner_frame_test: Skip
74 input_element_test/supported_date: Fail 70 input_element_test/supported_date: Fail
75 input_element_test/supported_datetime: Fail
76 input_element_test/supported_datetime-local: Fail 71 input_element_test/supported_datetime-local: Fail
77 input_element_test/supported_month: Fail 72 input_element_test/supported_month: Fail
78 input_element_test/supported_time: Fail 73 input_element_test/supported_time: Fail
79 input_element_test/supported_week: Fail 74 input_element_test/supported_week: Fail
80 isolates_test: Skip 75 isolates_test: Skip
81 measurement_test: Fail, Pass 76 measurement_test: Fail, Pass
82 media_stream_test/supported_media: Fail 77 media_stream_test/supported_media: Fail
83 media_stream_test/supported_MediaStreamEvent: Fail 78 media_stream_test/supported_MediaStreamEvent: Fail
84 media_stream_test/supported_MediaStreamTrackEvent: Fail 79 media_stream_test/supported_MediaStreamTrackEvent: Fail
85 messageevent_test: Fail 80 messageevent_test: Fail
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 css_test/supported_CssMatrix: Fail 139 css_test/supported_CssMatrix: Fail
145 css_test/supported_DomPoint: Fail 140 css_test/supported_DomPoint: Fail
146 dom_constructors_test: Fail 141 dom_constructors_test: Fail
147 element_test/matches: Fail # IE9 does not support matches 142 element_test/matches: Fail # IE9 does not support matches
148 fileapi_test/supported: Fail 143 fileapi_test/supported: Fail
149 history_test/supported_HashChangeEvent: Fail 144 history_test/supported_HashChangeEvent: Fail
150 history_test/supported_state: Fail 145 history_test/supported_state: Fail
151 indexeddb_1_test/supported: Fail 146 indexeddb_1_test/supported: Fail
152 input_element_test/supported_date: Fail 147 input_element_test/supported_date: Fail
153 input_element_test/supported_datetime-local: Fail 148 input_element_test/supported_datetime-local: Fail
154 input_element_test/supported_datetime: Fail
155 input_element_test/supported_email: Fail 149 input_element_test/supported_email: Fail
156 input_element_test/supported_month: Fail 150 input_element_test/supported_month: Fail
157 input_element_test/supported_number: Fail 151 input_element_test/supported_number: Fail
158 input_element_test/supported_range: Fail 152 input_element_test/supported_range: Fail
159 input_element_test/supported_search: Fail 153 input_element_test/supported_search: Fail
160 input_element_test/supported_tel: Fail 154 input_element_test/supported_tel: Fail
161 input_element_test/supported_time: Fail 155 input_element_test/supported_time: Fail
162 input_element_test/supported_url: Fail 156 input_element_test/supported_url: Fail
163 input_element_test/supported_week: Fail 157 input_element_test/supported_week: Fail
164 media_stream_test/supported_media: Fail 158 media_stream_test/supported_media: Fail
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 209
216 [ $runtime == safari ] 210 [ $runtime == safari ]
217 element_types_test/supported_content: Fail 211 element_types_test/supported_content: Fail
218 element_types_test/supported_datalist: Fail 212 element_types_test/supported_datalist: Fail
219 element_types_test/supported_shadow: Fail 213 element_types_test/supported_shadow: Fail
220 element_types_test/supported_track: Pass, Fail 214 element_types_test/supported_track: Pass, Fail
221 fileapi_test/supported: Fail 215 fileapi_test/supported: Fail
222 indexeddb_1_test/supported: Fail 216 indexeddb_1_test/supported: Fail
223 input_element_test/supported_date: Fail 217 input_element_test/supported_date: Fail
224 input_element_test/supported_datetime-local: Fail 218 input_element_test/supported_datetime-local: Fail
225 input_element_test/supported_datetime: Fail
226 input_element_test/supported_month: Fail, Crash 219 input_element_test/supported_month: Fail, Crash
227 input_element_test/supported_time: Fail, Crash 220 input_element_test/supported_time: Fail, Crash
228 input_element_test/supported_week: Fail, Crash 221 input_element_test/supported_week: Fail, Crash
229 media_stream_test/supported_media: Fail 222 media_stream_test/supported_media: Fail
230 media_stream_test/supported_MediaStreamEvent: Fail 223 media_stream_test/supported_MediaStreamEvent: Fail
231 media_stream_test/supported_MediaStreamTrackEvent: Fail 224 media_stream_test/supported_MediaStreamTrackEvent: Fail
232 notifications_test/supported: Fail # Issue: 7414 225 notifications_test/supported: Fail # Issue: 7414
233 performance_api_test/supported: Fail 226 performance_api_test/supported: Fail
234 rtc_test/supported: Fail 227 rtc_test/supported: Fail
235 shadow_dom_test/supported: Fail 228 shadow_dom_test/supported: Fail
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 element_types_test/supported_details: Fail 289 element_types_test/supported_details: Fail
297 element_types_test/supported_embed: Fail 290 element_types_test/supported_embed: Fail
298 element_types_test/supported_keygen: Fail 291 element_types_test/supported_keygen: Fail
299 element_types_test/supported_object: Fail 292 element_types_test/supported_object: Fail
300 element_types_test/supported_shadow: Fail 293 element_types_test/supported_shadow: Fail
301 element_types_test/supported_track: Fail 294 element_types_test/supported_track: Fail
302 fileapi_test/supported: Fail 295 fileapi_test/supported: Fail
303 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 296 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
304 inner_frame_test: Skip 297 inner_frame_test: Skip
305 input_element_test/supported_date: Fail 298 input_element_test/supported_date: Fail
306 input_element_test/supported_datetime: Fail
307 input_element_test/supported_datetime-local: Fail 299 input_element_test/supported_datetime-local: Fail
308 input_element_test/supported_month: Fail 300 input_element_test/supported_month: Fail
309 input_element_test/supported_time: Fail 301 input_element_test/supported_time: Fail
310 input_element_test/supported_week: Fail 302 input_element_test/supported_week: Fail
311 input_element_test/supported_number: Fail 303 input_element_test/supported_number: Fail
312 input_element_test/supported_range: Fail 304 input_element_test/supported_range: Fail
313 media_stream_test/supported_MediaStreamEvent: Fail 305 media_stream_test/supported_MediaStreamEvent: Fail
314 media_stream_test/supported_MediaStreamTrackEvent: Fail 306 media_stream_test/supported_MediaStreamTrackEvent: Fail
315 notifications_test/supported: Fail 307 notifications_test/supported: Fail
316 rtc_test/supported: Fail # Release build does not enable by default. 308 rtc_test/supported: Fail # Release build does not enable by default.
(...skipping 30 matching lines...) Expand all
347 339
348 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt)] 340 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt)]
349 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c lasses 341 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c lasses
350 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla sses 342 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla sses
351 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes 343 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes
352 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat ive classes 344 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat ive classes
353 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on native classes 345 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on native classes
354 346
355 [ $compiler == dart2js && $runtime == ff ] 347 [ $compiler == dart2js && $runtime == ff ]
356 inner_frame_test: Skip # Timeout 348 inner_frame_test: Skip # Timeout
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/input_element_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698