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

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

Issue 863443004: Update status for co19 tests on safari (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 | « tests/co19/co19-dartium.status ('k') | 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 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 interactive_test: Skip # Must be run manually. 6 interactive_test: Skip # Must be run manually.
7 dromaeo_smoke_test: Skip # Issue 14521, 8257 7 dromaeo_smoke_test: Skip # Issue 14521, 8257
8 8
9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll) 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll)
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 [ $compiler == none && $runtime == dartium && $system == macos] 42 [ $compiler == none && $runtime == dartium && $system == macos]
43 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834 43 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834
44 44
45 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 45 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
46 # postMessage in dartium always transfers the typed array buffer, never a view 46 # postMessage in dartium always transfers the typed array buffer, never a view
47 postmessage_structured_test/typed_arrays: Fail 47 postmessage_structured_test/typed_arrays: Fail
48 async_test: Fail # Background timers not implemented. 48 async_test: Fail # Background timers not implemented.
49 keyboard_event_test: Fail # Issue 13902 49 keyboard_event_test: Fail # Issue 13902
50 isolates_test: Fail # Issue 13921 50 isolates_test: Fail # Issue 13921
51 indexeddb_3_test: Skip # Issue 19578. Timeouts and RuntimeError 51 indexeddb_3_test: Skip # Issue 19578. Timeouts and RuntimeError
52 fileapi_test/getFile: Pass, Fail # Issue 20488
52 53
53 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) && $mode == debug ] 54 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) && $mode == debug ]
54 websocket_test/websocket: Skip # Issue 17666 55 websocket_test/websocket: Skip # Issue 17666
55 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766 6 56 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766 6
56 57
57 [ $compiler == none && $runtime == ContentShellOnAndroid ] 58 [ $compiler == none && $runtime == ContentShellOnAndroid ]
58 audiobuffersourcenode_test/functional: Skip # Causes the following (next) test t o time out. Issue 19127 59 audiobuffersourcenode_test/functional: Skip # Causes the following (next) test t o time out. Issue 19127
59 audiocontext_test/functional: Skip # Causes the following (next) test to time ou t. Issue 19127 60 audiocontext_test/functional: Skip # Causes the following (next) test to time ou t. Issue 19127
60 canvasrenderingcontext2d_test/drawImage_video_element: RuntimeError # Issue 1912 7 61 canvasrenderingcontext2d_test/drawImage_video_element: RuntimeError # Issue 1912 7
61 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass, Fail # Issu e 20524 62 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass, Fail # Issu e 20524
62 63
63 element_offset_test/offset: RuntimeError # Issue 17550 64 element_offset_test/offset: RuntimeError # Issue 17550
64 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0 0 minutes. Issue 19127. 65 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0 0 minutes. Issue 19127.
65 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488 66 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488
66 fileapi_test/getFile: Pass, RuntimeError # Issue 20488
67 indexeddb_5_test: Pass, RuntimeError # Issue 21262 67 indexeddb_5_test: Pass, RuntimeError # Issue 21262
68 native_gc_test: Pass, Slow 68 native_gc_test: Pass, Slow
69 69
70 [ $compiler == none && $runtime == drt && $system == windows ] 70 [ $compiler == none && $runtime == drt && $system == windows ]
71 worker_test/functional: Pass, Crash # Issue 9929. 71 worker_test/functional: Pass, Crash # Issue 9929.
72 touchevent_test/supported: Pass, Fail # Issue 17061 72 touchevent_test/supported: Pass, Fail # Issue 17061
73 73
74 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 74 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
75 crypto_test/functional: Pass, Slow # TODO(dart2js-team): Please triage this fail ure. 75 crypto_test/functional: Pass, Slow # TODO(dart2js-team): Please triage this fail ure.
76 input_element_test/supported_datetime-local: Pass, Slow # TODO(dart2js-team): Pl ease triage this failure. 76 input_element_test/supported_datetime-local: Pass, Slow # TODO(dart2js-team): Pl ease triage this failure.
(...skipping 17 matching lines...) Expand all
94 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. 94 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure.
95 95
96 [ $runtime == safarimobilesim ] 96 [ $runtime == safarimobilesim ]
97 element_offset_test/offset: RuntimeError # Issue 18573 97 element_offset_test/offset: RuntimeError # Issue 18573
98 element_types_test/supported_meter: RuntimeError # Issue 18573 98 element_types_test/supported_meter: RuntimeError # Issue 18573
99 99
100 [ $runtime == chrome ] 100 [ $runtime == chrome ]
101 touchevent_test/supported: Pass, Fail # Issue 17061 101 touchevent_test/supported: Pass, Fail # Issue 17061
102 xhr_cross_origin_test: Pass, Fail # Issue 11884 102 xhr_cross_origin_test: Pass, Fail # Issue 11884
103 xhr_test: Pass, Fail # Issue 11884 103 xhr_test: Pass, Fail # Issue 11884
104 element_types_test/constructors: Skip # Times out. Issue 22050
104 105
105 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid || $runtime == ContentShellOnAndroid ] 106 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid || $runtime == ContentShellOnAndroid ]
106 webgl_1_test: Pass, Fail # Issue 8219 107 webgl_1_test: Pass, Fail # Issue 8219
107 108
108 [ ($compiler == none || $compiler == dart2dart) ] 109 [ ($compiler == none || $compiler == dart2dart) ]
109 deferred_multi_app_htmltest: Fail # Issue 16603 110 deferred_multi_app_htmltest: Fail # Issue 16603
110 111
111 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 112 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
112 websql_test: Skip # Issue 4941: stderr contains a backtrace. 113 websql_test: Skip # Issue 4941: stderr contains a backtrace.
113 114
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 events_test: StaticWarning 389 events_test: StaticWarning
389 htmlelement_test: StaticWarning 390 htmlelement_test: StaticWarning
390 localstorage_test: StaticWarning 391 localstorage_test: StaticWarning
391 mutationobserver_test: StaticWarning 392 mutationobserver_test: StaticWarning
392 track_element_constructor_test: StaticWarning 393 track_element_constructor_test: StaticWarning
393 transferables_test: StaticWarning 394 transferables_test: StaticWarning
394 typed_arrays_range_checks_test: StaticWarning 395 typed_arrays_range_checks_test: StaticWarning
395 typing_test: StaticWarning 396 typing_test: StaticWarning
396 webgl_1_test: StaticWarning 397 webgl_1_test: StaticWarning
397 window_nosuchmethod_test: StaticWarning 398 window_nosuchmethod_test: StaticWarning
OLDNEW
« no previous file with comments | « tests/co19/co19-dartium.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698