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

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

Issue 12194010: Added constructor for touchlist. (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
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 8
9 # Layout tests are only supported on DRT. 9 # Layout tests are only supported on DRT.
10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
11 *layout_test: Skip 11 *layout_test: Skip
12 12
13 [ $runtime == chrome ] 13 [ $runtime == chrome ]
14 element_types_test/supported_content: Fail 14 element_types_test/supported_content: Fail
15 element_types_test/supported_shadow: Fail 15 element_types_test/supported_shadow: Fail
16 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type. 16 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type.
17 input_element_test/supported_datetime: Fail 17 input_element_test/supported_datetime: Fail
18 input_element_test/supported_datetime-local: Fail 18 input_element_test/supported_datetime-local: Fail
19 input_element_test/supported_month: Fail 19 input_element_test/supported_month: Fail
20 input_element_test/supported_week: Fail 20 input_element_test/supported_week: Fail
21 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp ort it. 21 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp ort it.
22 shadow_dom_test/supported: Fail 22 shadow_dom_test/supported: Fail
23 speechrecognition_test/types: Pass, Fail 23 speechrecognition_test/types: Pass, Fail
24 touchevent_test/supported: Fail 24 touchevent_test/supported: Fail
25 touchlist_test/supported: Fail
25 26
26 [$runtime == drt || $runtime == dartium || $runtime == chrome] 27 [$runtime == drt || $runtime == dartium || $runtime == chrome]
27 webgl_1_test: Pass, Fail # Issue 8219 28 webgl_1_test: Pass, Fail # Issue 8219
28 29
29 [ $runtime == drt || $runtime == chrome] 30 [ $runtime == drt || $runtime == chrome]
30 audiobuffersourcenode_test: Pass, Fail, Timeout, Crash # AudiobufferSourceNode i s flaky on Chrome and Dartium - filed issue 8021 for the timeout. 31 audiobuffersourcenode_test: Pass, Fail, Timeout, Crash # AudiobufferSourceNode i s flaky on Chrome and Dartium - filed issue 8021 for the timeout.
31 audiocontext_test: Pass, Timeout, Crash # Issue 8021. 32 audiocontext_test: Pass, Timeout, Crash # Issue 8021.
32 33
33 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 34 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
34 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 35 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 shadow_dom_test/supported: Fail 87 shadow_dom_test/supported: Fail
87 speechrecognition_test/supported: Fail 88 speechrecognition_test/supported: Fail
88 storage_test: Fail, Pass 89 storage_test: Fail, Pass
89 svgelement_test/supported_altGlyph: Fail 90 svgelement_test/supported_altGlyph: Fail
90 svgelement_test/supported_animate: Fail 91 svgelement_test/supported_animate: Fail
91 svgelement_test/supported_animateTransform: Fail 92 svgelement_test/supported_animateTransform: Fail
92 svgelement_test/supported_animateMotion: Fail 93 svgelement_test/supported_animateMotion: Fail
93 svgelement_test/supported_foreignObject: Fail 94 svgelement_test/supported_foreignObject: Fail
94 svgelement_test/supported_set: Fail 95 svgelement_test/supported_set: Fail
95 touchevent_test/supported: Fail 96 touchevent_test/supported: Fail
97 touchlist_test/supported: Fail
96 webgl_1_test/supported: Fail 98 webgl_1_test/supported: Fail
97 websql_test/supported: Fail 99 websql_test/supported: Fail
98 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 100 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
99 window_open_test: Skip 101 window_open_test: Skip
100 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. 102 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875.
101 xhr_test/supported_HttpRequestProgressEvent: Fail 103 xhr_test/supported_HttpRequestProgressEvent: Fail
102 xsltprocessor_test/supported: Fail 104 xsltprocessor_test/supported: Fail
103 history_test/history: Pass, Fail # issue 8183 105 history_test/history: Pass, Fail # issue 8183
104 106
105 [ $runtime == ie9 ] 107 [ $runtime == ie9 ]
106 document_test/supports_cssCanvasContext: Fail 108 document_test/supports_cssCanvasContext: Fail
107 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 109 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
108 element_test/click: Fail # IE does not support firing this event. 110 element_test/click: Fail # IE does not support firing this event.
109 element_types_test/supported_content: Fail 111 element_types_test/supported_content: Fail
110 element_types_test/supported_datalist: Fail 112 element_types_test/supported_datalist: Fail
111 element_types_test/supported_details: Fail 113 element_types_test/supported_details: Fail
112 element_types_test/supported_keygen: Fail 114 element_types_test/supported_keygen: Fail
113 element_types_test/supported_meter: Fail 115 element_types_test/supported_meter: Fail
114 element_types_test/supported_object: Fail 116 element_types_test/supported_object: Fail
115 element_types_test/supported_output: Fail 117 element_types_test/supported_output: Fail
116 element_types_test/supported_progress: Fail 118 element_types_test/supported_progress: Fail
117 element_types_test/supported_shadow: Fail 119 element_types_test/supported_shadow: Fail
118 element_types_test/supported_track: Fail 120 element_types_test/supported_track: Fail
119 form_data_test: Fail # Issue 4793. 121 form_data_test: Fail # Issue 4793.
120 form_element_test: Fail # Issue 4793. 122 form_element_test: Fail # Issue 4793.
121 inner_frame_test: Skip # Issue 5727 (timeout) 123 inner_frame_test: Skip # Issue 5727 (timeout)
122 typed_arrays_1_test/supported: Fail 124 typed_arrays_1_test/supported: Fail
125 touchlist_test/supported: Fail
123 localstorage_test: Fail 126 localstorage_test: Fail
124 webgl_1_test/supported: Fail 127 webgl_1_test/supported: Fail
125 websql_test/supported: Fail 128 websql_test/supported: Fail
126 # 129 #
127 # Investigate and triage the following into bug reports. 130 # Investigate and triage the following into bug reports.
128 # 131 #
129 audiobuffersourcenode_test: Fail 132 audiobuffersourcenode_test: Fail
130 audiocontext_test: Fail 133 audiocontext_test: Fail
131 blob_constructor_test: Fail 134 blob_constructor_test: Fail
132 cache_test/supported: Fail 135 cache_test/supported: Fail
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 input_element_test/supported_time: Fail, Crash 217 input_element_test/supported_time: Fail, Crash
215 input_element_test/supported_week: Fail, Crash 218 input_element_test/supported_week: Fail, Crash
216 media_stream_test/supported_media: Fail 219 media_stream_test/supported_media: Fail
217 media_stream_test/supported_MediaStreamEvent: Fail 220 media_stream_test/supported_MediaStreamEvent: Fail
218 media_stream_test/supported_MediaStreamTrackEvent: Fail 221 media_stream_test/supported_MediaStreamTrackEvent: Fail
219 notifications_test/supported: Fail # Issue: 7414 222 notifications_test/supported: Fail # Issue: 7414
220 performance_api_test/supported: Fail 223 performance_api_test/supported: Fail
221 shadow_dom_test/supported: Fail 224 shadow_dom_test/supported: Fail
222 speechrecognition_test/supported: Fail 225 speechrecognition_test/supported: Fail
223 touchevent_test/supported: Fail 226 touchevent_test/supported: Fail
227 touchlist_test/supported: Fail
224 webgl_1_test: Pass, Fail # Issue 8219 228 webgl_1_test: Pass, Fail # Issue 8219
225 229
226 audiocontext_test: Crash, Fail # Issue: 7414 230 audiocontext_test: Crash, Fail # Issue: 7414
227 datalistelement_test: Fail # Issue: 7414 231 datalistelement_test: Fail # Issue: 7414
228 element_test/elements: Crash, Fail # Issue: 7414 232 element_test/elements: Crash, Fail # Issue: 7414
229 wheelevent_test: Fail # Issue: 7414 233 wheelevent_test: Fail # Issue: 7414
230 234
231 [ $runtime == opera ] 235 [ $runtime == opera ]
232 document_test/supports_cssCanvasContext: Fail 236 document_test/supports_cssCanvasContext: Fail
233 document_test/document: Fail # Issue: 7413 237 document_test/document: Fail # Issue: 7413
(...skipping 20 matching lines...) Expand all
254 htmlelement_test: Fail 258 htmlelement_test: Fail
255 indexeddb_1_test/supported: Fail 259 indexeddb_1_test/supported: Fail
256 mutationobserver_test/supported: Fail 260 mutationobserver_test/supported: Fail
257 notifications_test/supported: Fail 261 notifications_test/supported: Fail
258 performance_api_test/supported: Fail 262 performance_api_test/supported: Fail
259 serialized_script_value_test: Fail 263 serialized_script_value_test: Fail
260 speechrecognition_test/supported: Fail 264 speechrecognition_test/supported: Fail
261 svg_test/supported_externalResourcesRequired: Fail 265 svg_test/supported_externalResourcesRequired: Fail
262 svg_test/supported_langSpace: Fail 266 svg_test/supported_langSpace: Fail
263 typed_arrays_arraybuffer_test: Fail 267 typed_arrays_arraybuffer_test: Fail
268 touchlist_test/supported: Fail
264 url_test: Fail 269 url_test: Fail
265 fileapi_test: Skip # Timeout. 270 fileapi_test: Skip # Timeout.
266 inner_frame_test: Skip # Timeout. 271 inner_frame_test: Skip # Timeout.
267 js_interop_3_test: Skip # Timeout. 272 js_interop_3_test: Skip # Timeout.
268 js_interop_4_test: Skip # Timeout. 273 js_interop_4_test: Skip # Timeout.
269 isolates_test: Skip # Timeout. 274 isolates_test: Skip # Timeout.
270 websql_test/supported: Fail 275 websql_test/supported: Fail
271 276
272 [ $runtime == ff ] 277 [ $runtime == ff ]
273 audiobuffersourcenode_test: Fail # FF only has Audio element. 278 audiobuffersourcenode_test: Fail # FF only has Audio element.
(...skipping 20 matching lines...) Expand all
294 input_element_test/supported_number: Fail 299 input_element_test/supported_number: Fail
295 input_element_test/supported_range: Fail 300 input_element_test/supported_range: Fail
296 media_stream_test/supported_MediaStreamEvent: Fail 301 media_stream_test/supported_MediaStreamEvent: Fail
297 media_stream_test/supported_MediaStreamTrackEvent: Fail 302 media_stream_test/supported_MediaStreamTrackEvent: Fail
298 notifications_test/supported: Fail 303 notifications_test/supported: Fail
299 shadow_dom_test/supported: Fail 304 shadow_dom_test/supported: Fail
300 speechrecognition_test/supported: Fail 305 speechrecognition_test/supported: Fail
301 svg_test/supported_externalResourcesRequired: Fail 306 svg_test/supported_externalResourcesRequired: Fail
302 svg_test/supported_langSpace: Fail 307 svg_test/supported_langSpace: Fail
303 touchevent_test/supported: Fail 308 touchevent_test/supported: Fail
309 touchlist_test/supported: Fail
304 transferables_test: Fail # Issue 3392. 310 transferables_test: Fail # Issue 3392.
305 webgl_1_test: Pass, Fail # Issue 8219 311 webgl_1_test: Pass, Fail # Issue 8219
306 websql_test/supported: Fail 312 websql_test/supported: Fail
307 xhr_test/supported_HttpRequestProgressEvent: Fail 313 xhr_test/supported_HttpRequestProgressEvent: Fail
308 dromaeo_smoke_test: Pass, Fail # Issue: 8257 314 dromaeo_smoke_test: Pass, Fail # Issue: 8257
309 315
310 [ $runtime == ie9 && ($system == linux || $system == macos) ] 316 [ $runtime == ie9 && ($system == linux || $system == macos) ]
311 *: Skip 317 *: Skip
312 318
313 [ $runtime == safari && ($system == linux || $system == windows) ] 319 [ $runtime == safari && ($system == linux || $system == windows) ]
314 *: Skip 320 *: Skip
315 321
316 # 'html' tests import the HTML library, so they only make sense in 322 # 'html' tests import the HTML library, so they only make sense in
317 # a browser environment. 323 # a browser environment.
318 [ $runtime == vm ] 324 [ $runtime == vm ]
319 *: Skip 325 *: Skip
320 326
321 [ $compiler == dart2js ] 327 [ $compiler == dart2js ]
322 transferables_test: Skip # until isInstance works in dart2js 328 transferables_test: Skip # until isInstance works in dart2js
323 329
324 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 330 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
325 request_animation_frame_test: Skip # Async test hangs. 331 request_animation_frame_test: Skip # Async test hangs.
326 332
327 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 333 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
328 isolates_test: Skip # Timeout because leg does not support web workers. 334 isolates_test: Skip # Timeout because leg does not support web workers.
329 335
330 [ $compiler == dart2js && $runtime == ff ] 336 [ $compiler == dart2js && $runtime == ff ]
331 inner_frame_test: Skip # Timeout 337 inner_frame_test: Skip # Timeout
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698