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

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

Issue 91693004: Correctly mark html/fileapi_test/fileEntry as flaky on chrome instead of firefox (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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 | no next file » | 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 dromaeo_smoke_test: Skip # Issue 14521, 8257 8 dromaeo_smoke_test: Skip # Issue 14521, 8257
9 9
10 [ $compiler == dart2js && $csp ] 10 [ $compiler == dart2js && $csp ]
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 82
83 [ $runtime == chrome ] 83 [ $runtime == chrome ]
84 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836 84 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836
85 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11836 85 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11836
86 86
87 touchevent_test/supported: Fail 87 touchevent_test/supported: Fail
88 88
89 xhr_test: Pass, Fail # Issue 11884 89 xhr_test: Pass, Fail # Issue 11884
90 xhr_cross_origin_test: Pass, Fail # Issue 11884 90 xhr_cross_origin_test: Pass, Fail # Issue 11884
91 91
92 fileapi_test/fileEntry: Pass, Fail # Issue 15355
93
92 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid] 94 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid]
93 webgl_1_test: Pass, Fail # Issue 8219 95 webgl_1_test: Pass, Fail # Issue 8219
94 96
95 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 97 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
96 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 98 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
97 worker_api_test: Fail # http://dartbug.com/10223 99 worker_api_test: Fail # http://dartbug.com/10223
98 100
99 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 101 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
100 websql_test: Skip # Issue 4941: stderr contains a backtrace. 102 websql_test: Skip # Issue 4941: stderr contains a backtrace.
101 103
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 mutationobserver_test/supported: Fail 340 mutationobserver_test/supported: Fail
339 performance_api_test/supported: Fail 341 performance_api_test/supported: Fail
340 speechrecognition_test/supported: Fail 342 speechrecognition_test/supported: Fail
341 websql_test/supported: Fail 343 websql_test/supported: Fail
342 344
343 [ $runtime == ff ] 345 [ $runtime == ff ]
344 xhr_test/xhr: Pass, Fail # Issue 11602 346 xhr_test/xhr: Pass, Fail # Issue 11602
345 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 347 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
346 webgl_1_test: Pass, Fail # Issue 8219 348 webgl_1_test: Pass, Fail # Issue 8219
347 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage 349 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage
348 fileapi_test/fileEntry: Pass, Fail # Issue 15355
349 350
350 # FireFox Feature support statuses- 351 # FireFox Feature support statuses-
351 # All changes should be accompanied by platform support annotation changes. 352 # All changes should be accompanied by platform support annotation changes.
352 audiobuffersourcenode_test: Pass, Fail # Issue 14602 353 audiobuffersourcenode_test: Pass, Fail # Issue 14602
353 audiocontext_test: Pass, Fail # Issue 14602 354 audiocontext_test: Pass, Fail # Issue 14602
354 css_test/supportsPointConversions: Fail 355 css_test/supportsPointConversions: Fail
355 document_test/supports_cssCanvasContext: Fail 356 document_test/supports_cssCanvasContext: Fail
356 element_types_test/supported_content: Fail 357 element_types_test/supported_content: Fail
357 element_types_test/supported_details: Fail 358 element_types_test/supported_details: Fail
358 element_types_test/supported_embed: Fail 359 element_types_test/supported_embed: Fail
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 events_test: StaticWarning 410 events_test: StaticWarning
410 htmlelement_test: StaticWarning 411 htmlelement_test: StaticWarning
411 localstorage_test: StaticWarning 412 localstorage_test: StaticWarning
412 mutationobserver_test: StaticWarning 413 mutationobserver_test: StaticWarning
413 track_element_constructor_test: StaticWarning 414 track_element_constructor_test: StaticWarning
414 transferables_test: StaticWarning 415 transferables_test: StaticWarning
415 typed_arrays_range_checks_test: StaticWarning 416 typed_arrays_range_checks_test: StaticWarning
416 typing_test: StaticWarning 417 typing_test: StaticWarning
417 webgl_1_test: StaticWarning 418 webgl_1_test: StaticWarning
418 window_nosuchmethod_test: StaticWarning 419 window_nosuchmethod_test: StaticWarning
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698