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

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

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

Powered by Google App Engine
This is Rietveld 408576698