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

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

Issue 1126463005: Clean up WheelEvent (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review fixes" 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') | tests/html/text_event_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
6 interactive_test: Skip # Must be run manually. 5 interactive_test: Skip # Must be run manually.
7 dromaeo_smoke_test: Skip # Issue 14521, 8257 6 dromaeo_smoke_test: Skip # Issue 14521, 8257
8 cross_frame_test: Skip # Test reloads itself. Issue 18558 7 cross_frame_test: Skip # Test reloads itself. Issue 18558
9 8
10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 9 [ $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) 10 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 11 form_data_test/functional: Skip # Issue 19726
13 indexeddb_1_test/functional: Skip # Issue 19512 (timing out) 12 indexeddb_1_test/functional: Skip # Issue 19512 (timing out)
14 indexeddb_4_test: Skip # Issue 19726 13 indexeddb_4_test: Skip # Issue 19726
15 mouse_event_test: Fail # Issue 20437 14 mouse_event_test: Fail # Issue 20437
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 input_element_test/supported_date: Fail 289 input_element_test/supported_date: Fail
291 input_element_test/supported_datetime-local: Fail 290 input_element_test/supported_datetime-local: Fail
292 touchevent_test/supported: Fail # Safari does not support TouchEvents 291 touchevent_test/supported: Fail # Safari does not support TouchEvents
293 notification_test/constructors: Fail # Safari doesn't let us access the fields o f the Notification to verify them. 292 notification_test/constructors: Fail # Safari doesn't let us access the fields o f the Notification to verify them.
294 293
295 [ $runtime == safari ] 294 [ $runtime == safari ]
296 indexeddb_1_test/functional: Skip # Times out. Issue 21433 295 indexeddb_1_test/functional: Skip # Times out. Issue 21433
297 indexeddb_2_test: RuntimeError # Issue 21433 296 indexeddb_2_test: RuntimeError # Issue 21433
298 indexeddb_4_test: RuntimeError # Issue 21433 297 indexeddb_4_test: RuntimeError # Issue 21433
299 indexeddb_5_test: RuntimeError # Issue 21433 298 indexeddb_5_test: RuntimeError # Issue 21433
300 wheelevent_test: RuntimeError # Issue 21434, 12958
301 js_test: RuntimeError # Issue 21434 299 js_test: RuntimeError # Issue 21434
302 300
303 [ $runtime == opera ] 301 [ $runtime == opera ]
304 blob_constructor_test: Fail 302 blob_constructor_test: Fail
305 canvas_test: Fail 303 canvas_test: Fail
306 canvas_test: Pass,Fail 304 canvas_test: Pass,Fail
307 cssstyledeclaration_test: Fail 305 cssstyledeclaration_test: Fail
308 document_test/document: Fail # Issue: 7413 306 document_test/document: Fail # Issue: 7413
309 element_add_test: Fail 307 element_add_test: Fail
310 element_constructor_1_test: Fail 308 element_constructor_1_test: Fail
(...skipping 25 matching lines...) Expand all
336 mutationobserver_test/supported: Fail 334 mutationobserver_test/supported: Fail
337 performance_api_test/supported: Fail 335 performance_api_test/supported: Fail
338 speechrecognition_test/supported: Fail 336 speechrecognition_test/supported: Fail
339 websql_test/supported: Fail 337 websql_test/supported: Fail
340 338
341 [ $runtime == ff ] 339 [ $runtime == ff ]
342 xhr_test/xhr: Pass, Fail # Issue 11602 340 xhr_test/xhr: Pass, Fail # Issue 11602
343 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 341 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
344 webgl_1_test: Pass, Fail # Issue 8219 342 webgl_1_test: Pass, Fail # Issue 8219
345 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage 343 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage
344 text_event_test: Fail # Issue 17893
346 345
347 # Firefox Feature support statuses- 346 # Firefox Feature support statuses-
348 # All changes should be accompanied by platform support annotation changes. 347 # All changes should be accompanied by platform support annotation changes.
349 document_test/supports_cssCanvasContext: Fail 348 document_test/supports_cssCanvasContext: Fail
350 element_types_test/supported_details: Fail 349 element_types_test/supported_details: Fail
351 element_types_test/supported_embed: Fail 350 element_types_test/supported_embed: Fail
352 element_types_test/supported_keygen: Fail 351 element_types_test/supported_keygen: Fail
353 element_types_test/supported_object: Fail 352 element_types_test/supported_object: Fail
354 fileapi_test/supported: Fail 353 fileapi_test/supported: Fail
355 indexeddb_1_test/supportsDatabaseNames: Fail 354 indexeddb_1_test/supportsDatabaseNames: Fail
(...skipping 21 matching lines...) Expand all
377 [ $compiler == dart2js && $runtime == ff ] 376 [ $compiler == dart2js && $runtime == ff ]
378 history_test/history: Skip # Issue 22050 377 history_test/history: Skip # Issue 22050
379 378
380 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 379 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
381 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 380 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
382 event_customevent_test: Fail # Test cannot run under CSP restrictions. 381 event_customevent_test: Fail # Test cannot run under CSP restrictions.
383 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 382 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
384 js_test: Skip # Test cannot run under CSP restrictions (tim es out). 383 js_test: Skip # Test cannot run under CSP restrictions (tim es out).
385 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 384 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
386 385
387 [ $compiler == dart2js && ($runtime == drt || $runtime ==chrome) ]
388 wheelevent_test: Fail # Issue 12958
389
390 [ $compiler == dart2js && $runtime == chrome] 386 [ $compiler == dart2js && $runtime == chrome]
391 svgelement_test/supported_altGlyph: RuntimeError # Issue 23144 387 svgelement_test/supported_altGlyph: RuntimeError # Issue 23144
392 388
393 [ ($runtime == dartium) && ($system == macos || $system == windows || $system == linux)] 389 [ ($runtime == dartium) && ($system == macos || $system == windows || $system == linux)]
394 # Desktop operating systems do not support touch events on chrome 34 dartium. 390 # Desktop operating systems do not support touch events on chrome 34 dartium.
395 touchevent_test/supported: Fail 391 touchevent_test/supported: Fail
396 392
397 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w indows ] 393 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w indows ]
398 xhr_test/xhr: Skip # Times out. Issue 21527 394 xhr_test/xhr: Skip # Times out. Issue 21527
399 395
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 wheelevent_test: Crash # cannot compile methods that need interceptor calling co nvention. 553 wheelevent_test: Crash # cannot compile methods that need interceptor calling co nvention.
558 window_eq_test: Crash # cannot compile methods that need interceptor calling con vention. 554 window_eq_test: Crash # cannot compile methods that need interceptor calling con vention.
559 window_mangling_test: Crash # cannot compile methods that need interceptor calli ng convention. 555 window_mangling_test: Crash # cannot compile methods that need interceptor calli ng convention.
560 window_nosuchmethod_test: Crash # cannot compile methods that need interceptor c alling convention. 556 window_nosuchmethod_test: Crash # cannot compile methods that need interceptor c alling convention.
561 window_test: Crash # cannot compile methods that need interceptor calling conven tion. 557 window_test: Crash # cannot compile methods that need interceptor calling conven tion.
562 worker_api_test: Crash # cannot compile methods that need interceptor calling co nvention. 558 worker_api_test: Crash # cannot compile methods that need interceptor calling co nvention.
563 worker_test: Crash # try/finally 559 worker_test: Crash # try/finally
564 xhr_cross_origin_test: Crash # try/finally 560 xhr_cross_origin_test: Crash # try/finally
565 xhr_test: Crash # try/finally 561 xhr_test: Crash # try/finally
566 xsltprocessor_test: Crash # try/finally 562 xsltprocessor_test: Crash # try/finally
OLDNEW
« no previous file with comments | « tests/html/event_test.dart ('k') | tests/html/text_event_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698