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

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

Issue 1152653003: Temporarily suppress IE11 sanitizer test failure around tagName (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Forgot the issue number Created 5 years, 7 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
« 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 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
200 201
201 # IE11 Feature support statuses- 202 # IE11 Feature support statuses-
202 # These results not yet noted in platform support annotations. 203 # These results not yet noted in platform support annotations.
203 # All changes should be accompanied by platform support annotation changes. 204 # All changes should be accompanied by platform support annotation changes.
204 audiobuffersourcenode_test/supported: Fail 205 audiobuffersourcenode_test/supported: Fail
205 audiocontext_test/supported: Fail 206 audiocontext_test/supported: Fail
206 crypto_test/supported: Fail 207 crypto_test/supported: Fail
207 css_test/supportsPointConversions: Fail 208 css_test/supportsPointConversions: Fail
208 document_test/supports_cssCanvasContext: Fail 209 document_test/supports_cssCanvasContext: Fail
209 element_types_test/supported_content: Fail 210 element_types_test/supported_content: Fail
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 wheelevent_test: Crash # Instance of 'TypeOperator': type casts not implemented. 551 wheelevent_test: Crash # Instance of 'TypeOperator': type casts not implemented.
551 window_eq_test: Crash # unsupported element kind: _escapeRegExp:field 552 window_eq_test: Crash # unsupported element kind: _escapeRegExp:field
552 window_mangling_test: Crash # unsupported element kind: _escapeRegExp:field 553 window_mangling_test: Crash # unsupported element kind: _escapeRegExp:field
553 window_nosuchmethod_test: Crash # unsupported element kind: _escapeRegExp:field 554 window_nosuchmethod_test: Crash # unsupported element kind: _escapeRegExp:field
554 window_test: Crash # unsupported element kind: _escapeRegExp:field 555 window_test: Crash # unsupported element kind: _escapeRegExp:field
555 worker_api_test: Crash # Instance of 'TypeOperator': type casts not implemented. 556 worker_api_test: Crash # Instance of 'TypeOperator': type casts not implemented.
556 worker_test: Crash # try/finally 557 worker_test: Crash # try/finally
557 xhr_cross_origin_test: Crash # try/finally 558 xhr_cross_origin_test: Crash # try/finally
558 xhr_test: Crash # try/finally 559 xhr_test: Crash # try/finally
559 xsltprocessor_test: Crash # try/finally 560 xsltprocessor_test: Crash # try/finally
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