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

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

Issue 32523007: Revert "Removing some deprecated members" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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/web_audio/dartium/web_audio_dartium.dart ('k') | tests/html/notifications_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 async_window_test: Skip #TODO(gram): investigating 5 async_window_test: Skip #TODO(gram): investigating
6 event_test: Skip # Issue 1996 6 event_test: Skip # Issue 1996
7 interactive_test: Skip # Must be run manually. 7 interactive_test: Skip # Must be run manually.
8 8
9 [ $compiler == dart2js && $browser ] 9 [ $compiler == dart2js && $browser ]
10 element_offset_test/offset: Pass, Fail # Issue 13296 10 element_offset_test/offset: Pass, Fail # Issue 13296
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 fileapi_test/getFile: Fail, Pass # TODO(kasperl): Please triage. 48 fileapi_test/getFile: Fail, Pass # TODO(kasperl): Please triage.
49 49
50 audiobuffersourcenode_test/supported: Fail # TODO(kasperl): Please triage. 50 audiobuffersourcenode_test/supported: Fail # TODO(kasperl): Please triage.
51 canvasrenderingcontext2d_test/drawImage_video_element: Fail # TODO(kasperl): Ple ase triage. 51 canvasrenderingcontext2d_test/drawImage_video_element: Fail # TODO(kasperl): Ple ase triage.
52 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # TODO(kaspe rl): Please triage. 52 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # TODO(kaspe rl): Please triage.
53 dromaeo_smoke_test: Fail # TODO(kasperl): Please triage. 53 dromaeo_smoke_test: Fail # TODO(kasperl): Please triage.
54 element_types_test/supported_datalist: Fail # TODO(kasperl): Please triage. 54 element_types_test/supported_datalist: Fail # TODO(kasperl): Please triage.
55 fileapi_test/directoryReader: Fail # TODO(kasperl): Please triage. 55 fileapi_test/directoryReader: Fail # TODO(kasperl): Please triage.
56 input_element_test/supported_week: Fail # TODO(kasperl): Please triage. 56 input_element_test/supported_week: Fail # TODO(kasperl): Please triage.
57 media_stream_test/supported_media: Fail # TODO(kasperl): Please triage. 57 media_stream_test/supported_media: Fail # TODO(kasperl): Please triage.
58 notifications_test/supported: Fail # TODO(kasperl): Please triage.
58 rtc_test/supported: Fail # TODO(kasperl): Please triage. 59 rtc_test/supported: Fail # TODO(kasperl): Please triage.
59 speechrecognition_test/supported: Fail # TODO(kasperl): Please triage. 60 speechrecognition_test/supported: Fail # TODO(kasperl): Please triage.
60 speechrecognition_test/types: Fail # TODO(kasperl): Please triage. 61 speechrecognition_test/types: Fail # TODO(kasperl): Please triage.
61 xhr_test/json: Fail # TODO(kasperl): Please triage. 62 xhr_test/json: Fail # TODO(kasperl): Please triage.
62 63
63 64
64 [ $compiler == dart2js && $runtime == ie10 ] 65 [ $compiler == dart2js && $runtime == ie10 ]
65 async_test: Pass, Fail # timers test fails on ie10. 66 async_test: Pass, Fail # timers test fails on ie10.
66 indexeddb_5_test: Fail # Issue 12893 67 indexeddb_5_test: Fail # Issue 12893
67 68
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 indexeddb_1_test/supportsDatabaseNames: Fail 139 indexeddb_1_test/supportsDatabaseNames: Fail
139 input_element_test/supported_date: Fail 140 input_element_test/supported_date: Fail
140 input_element_test/supported_datetime-local: Fail 141 input_element_test/supported_datetime-local: Fail
141 input_element_test/supported_month: Fail 142 input_element_test/supported_month: Fail
142 input_element_test/supported_time: Fail 143 input_element_test/supported_time: Fail
143 input_element_test/supported_week: Fail 144 input_element_test/supported_week: Fail
144 media_stream_test/supported_MediaStreamEvent: Fail 145 media_stream_test/supported_MediaStreamEvent: Fail
145 media_stream_test/supported_MediaStreamTrackEvent: Fail 146 media_stream_test/supported_MediaStreamTrackEvent: Fail
146 media_stream_test/supported_media: Fail 147 media_stream_test/supported_media: Fail
147 mutationobserver_test/supported: Fail 148 mutationobserver_test/supported: Fail
149 notifications_test/supported: Fail
148 rtc_test/supported: Fail 150 rtc_test/supported: Fail
149 shadow_dom_test/supported: Fail 151 shadow_dom_test/supported: Fail
150 speechrecognition_test/supported: Fail 152 speechrecognition_test/supported: Fail
151 svgelement_test/supported_altGlyph: Fail 153 svgelement_test/supported_altGlyph: Fail
152 svgelement_test/supported_animate: Fail 154 svgelement_test/supported_animate: Fail
153 svgelement_test/supported_animateMotion: Fail 155 svgelement_test/supported_animateMotion: Fail
154 svgelement_test/supported_animateTransform: Fail 156 svgelement_test/supported_animateTransform: Fail
155 svgelement_test/supported_foreignObject: Fail 157 svgelement_test/supported_foreignObject: Fail
156 svgelement_test/supported_set: Fail 158 svgelement_test/supported_set: Fail
157 touchevent_test/supported: Fail 159 touchevent_test/supported: Fail
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 input_element_test/supported_range: Fail 220 input_element_test/supported_range: Fail
219 input_element_test/supported_search: Fail 221 input_element_test/supported_search: Fail
220 input_element_test/supported_tel: Fail 222 input_element_test/supported_tel: Fail
221 input_element_test/supported_time: Fail 223 input_element_test/supported_time: Fail
222 input_element_test/supported_url: Fail 224 input_element_test/supported_url: Fail
223 input_element_test/supported_week: Fail 225 input_element_test/supported_week: Fail
224 media_stream_test/supported_MediaStreamEvent: Fail 226 media_stream_test/supported_MediaStreamEvent: Fail
225 media_stream_test/supported_MediaStreamTrackEvent: Fail 227 media_stream_test/supported_MediaStreamTrackEvent: Fail
226 media_stream_test/supported_media: Fail 228 media_stream_test/supported_media: Fail
227 mutationobserver_test/supported: Fail 229 mutationobserver_test/supported: Fail
230 notifications_test/supported: Fail
228 range_test/supported: Fail 231 range_test/supported: Fail
229 rtc_test/supported: Fail 232 rtc_test/supported: Fail
230 shadow_dom_test/supported: Fail 233 shadow_dom_test/supported: Fail
231 speechrecognition_test/supported: Fail 234 speechrecognition_test/supported: Fail
232 svgelement_test/supported_altGlyph: Fail 235 svgelement_test/supported_altGlyph: Fail
233 svgelement_test/supported_animate: Fail 236 svgelement_test/supported_animate: Fail
234 svgelement_test/supported_animateMotion: Fail 237 svgelement_test/supported_animateMotion: Fail
235 svgelement_test/supported_animateTransform: Fail 238 svgelement_test/supported_animateTransform: Fail
236 svgelement_test/supported_feBlend: Fail 239 svgelement_test/supported_feBlend: Fail
237 svgelement_test/supported_feColorMatrix: Fail 240 svgelement_test/supported_feColorMatrix: Fail
(...skipping 26 matching lines...) Expand all
264 websql_test/supported: Fail 267 websql_test/supported: Fail
265 worker_test/supported: Fail 268 worker_test/supported: Fail
266 xhr_test/supported_onLoadEnd: Fail 269 xhr_test/supported_onLoadEnd: Fail
267 xhr_test/supported_onProgress: Fail 270 xhr_test/supported_onProgress: Fail
268 xhr_test/supported_overrideMimeType: Fail 271 xhr_test/supported_overrideMimeType: Fail
269 xsltprocessor_test/supported: Fail 272 xsltprocessor_test/supported: Fail
270 273
271 [ $runtime == safari ] 274 [ $runtime == safari ]
272 worker_test: Skip # Issue 13221 275 worker_test: Skip # Issue 13221
273 worker_api_test: Skip # Issue 13221 276 worker_api_test: Skip # Issue 13221
277 notifications_test/supported: Pass, Fail # Issue 13210
274 element_types_test/supported_track: Pass, Fail 278 element_types_test/supported_track: Pass, Fail
275 input_element_test/supported_month: Fail, Crash 279 input_element_test/supported_month: Fail, Crash
276 input_element_test/supported_time: Fail, Crash 280 input_element_test/supported_time: Fail, Crash
277 input_element_test/supported_week: Fail, Crash 281 input_element_test/supported_week: Fail, Crash
278 webgl_1_test: Pass, Fail # Issue 8219 282 webgl_1_test: Pass, Fail # Issue 8219
279 wheelevent_test: Fail # Issue: 12798 283 wheelevent_test: Fail # Issue: 12798
280 xhr_test/xhr_requestBlob: Fail # Issue: 9178 Safari doesn't support Blob respons es. 284 xhr_test/xhr_requestBlob: Fail # Issue: 9178 Safari doesn't support Blob respons es.
281 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element 285 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element
282 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element 286 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element
283 287
284 # Safari Feature support statuses- 288 # Safari Feature support statuses-
285 # All changes should be accompanied by platform support annotation changes. 289 # All changes should be accompanied by platform support annotation changes.
286 element_types_test/supported_content: Fail 290 element_types_test/supported_content: Fail
287 element_types_test/supported_datalist: Fail 291 element_types_test/supported_datalist: Fail
288 element_types_test/supported_shadow: Fail 292 element_types_test/supported_shadow: Fail
289 element_types_test/supported_template: Fail 293 element_types_test/supported_template: Fail
290 fileapi_test/supported: Fail 294 fileapi_test/supported: Fail
291 indexeddb_1_test/supported: Fail 295 indexeddb_1_test/supported: Fail
292 indexeddb_1_test/supportsDatabaseNames: Fail 296 indexeddb_1_test/supportsDatabaseNames: Fail
293 input_element_test/supported_date: Fail 297 input_element_test/supported_date: Fail
294 input_element_test/supported_datetime-local: Fail 298 input_element_test/supported_datetime-local: Fail
295 media_stream_test/supported_MediaStreamEvent: Fail 299 media_stream_test/supported_MediaStreamEvent: Fail
296 media_stream_test/supported_MediaStreamTrackEvent: Fail 300 media_stream_test/supported_MediaStreamTrackEvent: Fail
297 media_stream_test/supported_media: Fail 301 media_stream_test/supported_media: Fail
302 notifications_test/supported: Fail
298 performance_api_test/supported: Fail 303 performance_api_test/supported: Fail
299 rtc_test/supported: Fail 304 rtc_test/supported: Fail
300 shadow_dom_test/supported: Fail 305 shadow_dom_test/supported: Fail
301 speechrecognition_test/supported: Fail 306 speechrecognition_test/supported: Fail
302 touchevent_test/supported: Fail 307 touchevent_test/supported: Fail
303 xhr_test/json: Fail # Safari doesn't support JSON response type 308 xhr_test/json: Fail # Safari doesn't support JSON response type
304 309
305 [ $runtime == opera ] 310 [ $runtime == opera ]
306 blob_constructor_test: Fail 311 blob_constructor_test: Fail
307 canvas_test: Fail 312 canvas_test: Fail
(...skipping 23 matching lines...) Expand all
331 # All changes should be accompanied by platform support annotation changes. 336 # All changes should be accompanied by platform support annotation changes.
332 audiobuffersourcenode_test/supported: Fail 337 audiobuffersourcenode_test/supported: Fail
333 audiocontext_test/supported: Fail 338 audiocontext_test/supported: Fail
334 crypto_test/supported: Fail 339 crypto_test/supported: Fail
335 css_test/supportsPointConversions: Fail 340 css_test/supportsPointConversions: Fail
336 document_test/supports_cssCanvasContext: Fail 341 document_test/supports_cssCanvasContext: Fail
337 element_types_test/supported_template: Fail 342 element_types_test/supported_template: Fail
338 indexeddb_1_test/supported: Fail 343 indexeddb_1_test/supported: Fail
339 indexeddb_1_test/supportsDatabaseNames: Fail 344 indexeddb_1_test/supportsDatabaseNames: Fail
340 mutationobserver_test/supported: Fail 345 mutationobserver_test/supported: Fail
346 notifications_test/supported: Fail
341 performance_api_test/supported: Fail 347 performance_api_test/supported: Fail
342 speechrecognition_test/supported: Fail 348 speechrecognition_test/supported: Fail
343 websql_test/supported: Fail 349 websql_test/supported: Fail
344 350
345 [ $runtime == ff ] 351 [ $runtime == ff ]
346 xhr_test/xhr: Pass, Fail # Issue 11602 352 xhr_test/xhr: Pass, Fail # Issue 11602
347 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 353 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
348 dromaeo_smoke_test: Pass, Fail # Issue: 8257 354 dromaeo_smoke_test: Pass, Fail # Issue: 8257
349 webgl_1_test: Pass, Fail # Issue 8219 355 webgl_1_test: Pass, Fail # Issue 8219
350 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage 356 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage
(...skipping 15 matching lines...) Expand all
366 indexeddb_1_test/supportsDatabaseNames: Fail 372 indexeddb_1_test/supportsDatabaseNames: Fail
367 input_element_test/supported_date: Fail 373 input_element_test/supported_date: Fail
368 input_element_test/supported_datetime-local: Fail 374 input_element_test/supported_datetime-local: Fail
369 input_element_test/supported_month: Fail 375 input_element_test/supported_month: Fail
370 input_element_test/supported_number: Fail 376 input_element_test/supported_number: Fail
371 input_element_test/supported_range: Fail, Pass # FF 23 is introducing support. 377 input_element_test/supported_range: Fail, Pass # FF 23 is introducing support.
372 input_element_test/supported_time: Fail 378 input_element_test/supported_time: Fail
373 input_element_test/supported_week: Fail 379 input_element_test/supported_week: Fail
374 media_stream_test/supported_MediaStreamEvent: Fail 380 media_stream_test/supported_MediaStreamEvent: Fail
375 media_stream_test/supported_MediaStreamTrackEvent: Fail 381 media_stream_test/supported_MediaStreamTrackEvent: Fail
382 notifications_test/supported: Fail
376 shadow_dom_test/supported: Fail 383 shadow_dom_test/supported: Fail
377 speechrecognition_test/supported: Fail 384 speechrecognition_test/supported: Fail
378 touchevent_test/supported: Fail 385 touchevent_test/supported: Fail
379 websql_test/supported: Fail 386 websql_test/supported: Fail
380 387
381 # 'html' tests import the HTML library, so they only make sense in 388 # 'html' tests import the HTML library, so they only make sense in
382 # a browser environment. 389 # a browser environment.
383 [ $runtime == vm ] 390 [ $runtime == vm ]
384 *: Skip 391 *: Skip
385 392
(...skipping 11 matching lines...) Expand all
397 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). 404 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
398 405
399 [ $compiler == dart2js && $runtime == drt ] 406 [ $compiler == dart2js && $runtime == drt ]
400 wheelevent_test: Fail # http://dartbug.com/12958 407 wheelevent_test: Fail # http://dartbug.com/12958
401 408
402 [ $compiler == none && $runtime == dartium ] 409 [ $compiler == none && $runtime == dartium ]
403 async_test: Timeout # Issue 13719: Please triage this failure. 410 async_test: Timeout # Issue 13719: Please triage this failure.
404 dromaeo_smoke_test: Fail # Issue 13719: Please triage this failure. 411 dromaeo_smoke_test: Fail # Issue 13719: Please triage this failure.
405 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 412 element_offset_test/offset: Pass, Fail # Issue 13719, 13296
406 touchevent_test/supported: Fail # Issue 13719: Please triage this failure. 413 touchevent_test/supported: Fail # Issue 13719: Please triage this failure.
OLDNEW
« no previous file with comments | « sdk/lib/web_audio/dartium/web_audio_dartium.dart ('k') | tests/html/notifications_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698