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

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

Issue 1148893004: Make sanitizer tests handle IE11, where tagName can't be clobbered (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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
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 interactive_test: Skip # Must be run manually. 5 interactive_test: Skip # Must be run manually.
6 dromaeo_smoke_test: Skip # Issue 14521, 8257 6 dromaeo_smoke_test: Skip # Issue 14521, 8257
7 cross_frame_test: Skip # Test reloads itself. Issue 18558 7 cross_frame_test: Skip # Test reloads itself. Issue 18558
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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 190
191 [ $compiler == dart2js && $runtime == chrome ] 191 [ $compiler == dart2js && $runtime == chrome ]
192 css_test/supportsPointConversions: Fail # Issues 21710 192 css_test/supportsPointConversions: Fail # Issues 21710
193 css_test/functional: Fail # Issues 21710 193 css_test/functional: Fail # Issues 21710
194 194
195 [ $runtime == ie11 ] 195 [ $runtime == ie11 ]
196 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131 93. 196 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131 93.
197 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t riage this failure. 197 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t riage this failure.
198 worker_test/functional: Pass, Fail # Issues 20659. 198 worker_test/functional: Pass, Fail # Issues 20659.
199 transferables_test: Pass, Fail # Issues 20659. 199 transferables_test: Pass, Fail # Issues 20659.
200 html/node_validator_important_if_you_suppress_make_the_bug_critical_test/dom_clo bbering: Fail # Issue 23504
201 200
202 # IE11 Feature support statuses- 201 # IE11 Feature support statuses-
203 # These results not yet noted in platform support annotations. 202 # These results not yet noted in platform support annotations.
204 # All changes should be accompanied by platform support annotation changes. 203 # All changes should be accompanied by platform support annotation changes.
205 audiobuffersourcenode_test/supported: Fail 204 audiobuffersourcenode_test/supported: Fail
206 audiocontext_test/supported: Fail 205 audiocontext_test/supported: Fail
207 crypto_test/supported: Fail 206 crypto_test/supported: Fail
208 css_test/supportsPointConversions: Fail 207 css_test/supportsPointConversions: Fail
209 document_test/supports_cssCanvasContext: Fail 208 document_test/supports_cssCanvasContext: Fail
210 element_types_test/supported_content: Fail 209 element_types_test/supported_content: Fail
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 wheelevent_test: Crash # Instance of 'TypeOperator': type casts not implemented. 550 wheelevent_test: Crash # Instance of 'TypeOperator': type casts not implemented.
552 window_eq_test: Crash # Instance of 'TypeOperator': type casts not implemented. 551 window_eq_test: Crash # Instance of 'TypeOperator': type casts not implemented.
553 window_mangling_test: Crash # Instance of 'TypeOperator': type casts not impleme nted. 552 window_mangling_test: Crash # Instance of 'TypeOperator': type casts not impleme nted.
554 window_nosuchmethod_test: Crash # Instance of 'TypeOperator': type casts not imp lemented. 553 window_nosuchmethod_test: Crash # Instance of 'TypeOperator': type casts not imp lemented.
555 window_test: Crash # Instance of 'TypeOperator': type casts not implemented. 554 window_test: Crash # Instance of 'TypeOperator': type casts not implemented.
556 worker_api_test: Crash # Instance of 'TypeOperator': type casts not implemented. 555 worker_api_test: Crash # Instance of 'TypeOperator': type casts not implemented.
557 worker_test: Crash # try/finally 556 worker_test: Crash # try/finally
558 xhr_cross_origin_test: Crash # try/finally 557 xhr_cross_origin_test: Crash # try/finally
559 xhr_test: Crash # try/finally 558 xhr_test: Crash # try/finally
560 xsltprocessor_test: Crash # try/finally 559 xsltprocessor_test: Crash # try/finally
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698