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

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

Issue 1062383002: Temporarily suppress tests that do svg/innerHTML, consistency over treatment of foreignobject tag (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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-dart2js.status ('k') | tests/html/node_validator_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 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 cross_frame_test: Skip # Test reloads itself. Issue 18558 8 cross_frame_test: Skip # Test reloads itself. Issue 18558
9 svgelement_test/constructors: Skip # Temporary suppression, WIP alanknight
9 10
10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 11 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
11 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll) 12 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll)
12 form_data_test/functional: Skip # Issue 19726 13 form_data_test/functional: Skip # Issue 19726
13 indexeddb_1_test/functional: Skip # Issue 19512 (timing out) 14 indexeddb_1_test/functional: Skip # Issue 19512 (timing out)
14 indexeddb_4_test: Skip # Issue 19726 15 indexeddb_4_test: Skip # Issue 19726
15 mouse_event_test: Fail # Issue 20437 16 mouse_event_test: Fail # Issue 20437
16 worker_api_test: Fail # Issue 10223 17 worker_api_test: Fail # Issue 10223
17 media_stream_test/constructors: Pass, Crash # Issue 22267 18 media_stream_test/constructors: Pass, Crash # Issue 22267
18 element_animate_test/simple_timing: Fail # Not supported on Dartium 19 element_animate_test/simple_timing: Fail # Not supported on Dartium
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 126 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
126 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 127 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
127 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537 128 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537
128 scripts_htmltest: Skip # Times out on IE. Issue 21537 129 scripts_htmltest: Skip # Times out on IE. Issue 21537
129 two_scripts_htmltest: Skip # Times out on IE. Issue 21537 130 two_scripts_htmltest: Skip # Times out on IE. Issue 21537
130 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537 131 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537
131 localstorage_test: Pass, RuntimeError # Issue 22166 132 localstorage_test: Pass, RuntimeError # Issue 22166
132 storage_test: Pass, RuntimeError # Issue 22166 133 storage_test: Pass, RuntimeError # Issue 22166
133 postmessage_structured_test/more_primitives: Fail # Does not support the Message Event constructor. 134 postmessage_structured_test/more_primitives: Fail # Does not support the Message Event constructor.
134 notification_test/supported_notification: Fail # Notification not supported on I E 135 notification_test/supported_notification: Fail # Notification not supported on I E
136 node_validator_test/allowSvg: Fail # Temporary suppression WIP alanknight
135 137
136 [$runtime == ie10 || $runtime == ie11 || ($runtime == chrome && $system == macos )] 138 [$runtime == ie10 || $runtime == ie11 || ($runtime == chrome && $system == macos )]
137 transition_event_test/functional: Skip # Times out. Issue 22167 139 transition_event_test/functional: Skip # Times out. Issue 22167
138 request_animation_frame_test: Skip # Times out. Issue 22167 140 request_animation_frame_test: Skip # Times out. Issue 22167
139 141
140 [$runtime == ie10 ] 142 [$runtime == ie10 ]
141 # IE10 Feature support statuses- 143 # IE10 Feature support statuses-
142 # All changes should be accompanied by platform support annotation changes. 144 # All changes should be accompanied by platform support annotation changes.
143 audiobuffersourcenode_test/supported: Fail 145 audiobuffersourcenode_test/supported: Fail
144 audiocontext_test/supported: Fail 146 audiocontext_test/supported: Fail
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 htmlelement_test: StaticWarning 404 htmlelement_test: StaticWarning
403 localstorage_test: StaticWarning 405 localstorage_test: StaticWarning
404 mutationobserver_test: StaticWarning 406 mutationobserver_test: StaticWarning
405 queryall_test: fail 407 queryall_test: fail
406 track_element_constructor_test: StaticWarning 408 track_element_constructor_test: StaticWarning
407 transferables_test: StaticWarning 409 transferables_test: StaticWarning
408 typed_arrays_range_checks_test: StaticWarning 410 typed_arrays_range_checks_test: StaticWarning
409 typing_test: StaticWarning 411 typing_test: StaticWarning
410 webgl_1_test: StaticWarning 412 webgl_1_test: StaticWarning
411 window_nosuchmethod_test: StaticWarning 413 window_nosuchmethod_test: StaticWarning
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/html/node_validator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698