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

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

Issue 1125283008: IE Event test suppressions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-dart2js.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 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 191
192 [ $compiler == dart2js && $runtime == chrome ] 192 [ $compiler == dart2js && $runtime == chrome ]
193 css_test/supportsPointConversions: Fail # Issues 21710 193 css_test/supportsPointConversions: Fail # Issues 21710
194 css_test/functional: Fail # Issues 21710 194 css_test/functional: Fail # Issues 21710
195 195
196 [ $runtime == ie11 ] 196 [ $runtime == ie11 ]
197 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131 93. 197 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131 93.
198 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t riage this failure. 198 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t riage this failure.
199 worker_test/functional: Pass, Fail # Issues 20659. 199 worker_test/functional: Pass, Fail # Issues 20659.
200 transferables_test: Pass, Fail # Issues 20659. 200 transferables_test: Pass, Fail # Issues 20659.
201 text_event_test: Fail # Issue 23437
201 202
202 # IE11 Feature support statuses- 203 # IE11 Feature support statuses-
203 # These results not yet noted in platform support annotations. 204 # These results not yet noted in platform support annotations.
204 # All changes should be accompanied by platform support annotation changes. 205 # All changes should be accompanied by platform support annotation changes.
205 audiobuffersourcenode_test/supported: Fail 206 audiobuffersourcenode_test/supported: Fail
206 audiocontext_test/supported: Fail 207 audiocontext_test/supported: Fail
207 crypto_test/supported: Fail 208 crypto_test/supported: Fail
208 css_test/supportsPointConversions: Fail 209 css_test/supportsPointConversions: Fail
209 document_test/supports_cssCanvasContext: Fail 210 document_test/supports_cssCanvasContext: Fail
210 element_types_test/supported_content: Fail 211 element_types_test/supported_content: Fail
(...skipping 29 matching lines...) Expand all
240 webgl_1_test/functional: Fail 241 webgl_1_test/functional: Fail
241 websql_test/supported: Fail 242 websql_test/supported: Fail
242 xhr_test/json: Fail # IE10 returns string, not JSON object 243 xhr_test/json: Fail # IE10 returns string, not JSON object
243 xsltprocessor_test/supported: Fail 244 xsltprocessor_test/supported: Fail
244 245
245 [ $runtime == ie10 ] 246 [ $runtime == ie10 ]
246 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 247 custom/document_register_type_extensions_test/construction: Fail # Issue 13193
247 custom/element_upgrade_test: Fail # Issue 18247 248 custom/element_upgrade_test: Fail # Issue 18247
248 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. 249 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers.
249 event_test: RuntimeError # Issue 23437. Only three failures, but hard to break t hem out. 250 event_test: RuntimeError # Issue 23437. Only three failures, but hard to break t hem out.
251 wheelevent_test: RuntimeError # Issue 23437
250 252
251 [ $compiler == dart2js && $runtime == drt && $unchecked ] 253 [ $compiler == dart2js && $runtime == drt && $unchecked ]
252 audiocontext_test/functional: Pass, Fail 254 audiocontext_test/functional: Pass, Fail
253 255
254 [ $runtime == safari || $runtime == safarimobilesim ] 256 [ $runtime == safari || $runtime == safarimobilesim ]
255 worker_api_test: Skip # Issue 13221 257 worker_api_test: Skip # Issue 13221
256 webgl_1_test: Pass, Fail # Issue 8219 258 webgl_1_test: Pass, Fail # Issue 8219
257 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element 259 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element
258 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element 260 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element
259 element_test: Pass, Fail # Issue 21434 261 element_test: Pass, Fail # Issue 21434
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 wheelevent_test : Crash # Instance of 'TypeOperator': type casts not implemented . 551 wheelevent_test : Crash # Instance of 'TypeOperator': type casts not implemented .
550 window_eq_test : Crash # Instance of 'TypeOperator': type check unimplemented fo r Iterable. 552 window_eq_test : Crash # Instance of 'TypeOperator': type check unimplemented fo r Iterable.
551 window_mangling_test : Crash # Instance of 'TypeOperator': type check unimplemen ted for Iterable. 553 window_mangling_test : Crash # Instance of 'TypeOperator': type check unimplemen ted for Iterable.
552 window_nosuchmethod_test : Crash # Instance of 'TypeOperator': type check unimpl emented for Iterable. 554 window_nosuchmethod_test : Crash # Instance of 'TypeOperator': type check unimpl emented for Iterable.
553 window_test : Crash # Instance of 'TypeOperator': type check unimplemented for I terable. 555 window_test : Crash # Instance of 'TypeOperator': type check unimplemented for I terable.
554 worker_api_test : Crash # Instance of 'TypeOperator': type casts not implemented . 556 worker_api_test : Crash # Instance of 'TypeOperator': type casts not implemented .
555 worker_test : Crash # bailout: (try {body();}catch (e,trace){var stack=(trace==n ull)?'':': ${trace.toString()}';environment.uncaughtErrorMessage="${e.toString() }${stack}";}finally {environment.currentContext=environment.currentContext.paren t;}): try/finally 557 worker_test : Crash # bailout: (try {body();}catch (e,trace){var stack=(trace==n ull)?'':': ${trace.toString()}';environment.uncaughtErrorMessage="${e.toString() }${stack}";}finally {environment.currentContext=environment.currentContext.paren t;}): try/finally
556 xhr_cross_origin_test : Crash # bailout: (try {body();}catch (e,trace){var stack =(trace==null)?'':': ${trace.toString()}';environment.uncaughtErrorMessage="${e. toString()}${stack}";}finally {environment.currentContext=environment.currentCon text.parent;}): try/finally 558 xhr_cross_origin_test : Crash # bailout: (try {body();}catch (e,trace){var stack =(trace==null)?'':': ${trace.toString()}';environment.uncaughtErrorMessage="${e. toString()}${stack}";}finally {environment.currentContext=environment.currentCon text.parent;}): try/finally
557 xhr_test : Crash # bailout: (try {body();}catch (e,trace){var stack=(trace==null )?'':': ${trace.toString()}';environment.uncaughtErrorMessage="${e.toString()}${ stack}";}finally {environment.currentContext=environment.currentContext.parent;} ): try/finally 559 xhr_test : Crash # bailout: (try {body();}catch (e,trace){var stack=(trace==null )?'':': ${trace.toString()}';environment.uncaughtErrorMessage="${e.toString()}${ stack}";}finally {environment.currentContext=environment.currentContext.parent;} ): try/finally
558 xsltprocessor_test : Crash # bailout: (try {body();}catch (e,trace){var stack=(t race==null)?'':': ${trace.toString()}';environment.uncaughtErrorMessage="${e.toS tring()}${stack}";}finally {environment.currentContext=environment.currentContex t.parent;}): try/finally 560 xsltprocessor_test : Crash # bailout: (try {body();}catch (e,trace){var stack=(t race==null)?'':': ${trace.toString()}';environment.uncaughtErrorMessage="${e.toS tring()}${stack}";}finally {environment.currentContext=environment.currentContex t.parent;}): try/finally
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698