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

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

Issue 1130783003: Test suppressions and fixes for WheelEvent and related changes. (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/html/event_test.dart ('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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 touchevent_test/supported: Fail # IE does not support TouchEvents 239 touchevent_test/supported: Fail # IE does not support TouchEvents
240 webgl_1_test/functional: Fail 240 webgl_1_test/functional: Fail
241 websql_test/supported: Fail 241 websql_test/supported: Fail
242 xhr_test/json: Fail # IE10 returns string, not JSON object 242 xhr_test/json: Fail # IE10 returns string, not JSON object
243 xsltprocessor_test/supported: Fail 243 xsltprocessor_test/supported: Fail
244 244
245 [ $runtime == ie10 ] 245 [ $runtime == ie10 ]
246 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 246 custom/document_register_type_extensions_test/construction: Fail # Issue 13193
247 custom/element_upgrade_test: Fail # Issue 18247 247 custom/element_upgrade_test: Fail # Issue 18247
248 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. 248 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.
249 250
250 [ $compiler == dart2js && $runtime == drt && $unchecked ] 251 [ $compiler == dart2js && $runtime == drt && $unchecked ]
251 audiocontext_test/functional: Pass, Fail 252 audiocontext_test/functional: Pass, Fail
252 253
253 [ $runtime == safari || $runtime == safarimobilesim ] 254 [ $runtime == safari || $runtime == safarimobilesim ]
254 worker_api_test: Skip # Issue 13221 255 worker_api_test: Skip # Issue 13221
255 webgl_1_test: Pass, Fail # Issue 8219 256 webgl_1_test: Pass, Fail # Issue 8219
256 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element 257 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element
257 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element 258 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element
258 element_test: Pass, Fail # Issue 21434 259 element_test: Pass, Fail # Issue 21434
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 wheelevent_test : Crash # Instance of 'TypeOperator': type casts not implemented . 549 wheelevent_test : Crash # Instance of 'TypeOperator': type casts not implemented .
549 window_eq_test : Crash # Instance of 'TypeOperator': type check unimplemented fo r Iterable. 550 window_eq_test : Crash # Instance of 'TypeOperator': type check unimplemented fo r Iterable.
550 window_mangling_test : Crash # Instance of 'TypeOperator': type check unimplemen ted for Iterable. 551 window_mangling_test : Crash # Instance of 'TypeOperator': type check unimplemen ted for Iterable.
551 window_nosuchmethod_test : Crash # Instance of 'TypeOperator': type check unimpl emented for Iterable. 552 window_nosuchmethod_test : Crash # Instance of 'TypeOperator': type check unimpl emented for Iterable.
552 window_test : Crash # Instance of 'TypeOperator': type check unimplemented for I terable. 553 window_test : Crash # Instance of 'TypeOperator': type check unimplemented for I terable.
553 worker_api_test : Crash # Instance of 'TypeOperator': type casts not implemented . 554 worker_api_test : Crash # Instance of 'TypeOperator': type casts not implemented .
554 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 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
555 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 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
556 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 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
557 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 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
OLDNEW
« no previous file with comments | « tests/html/event_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698