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

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

Issue 224113003: Re-apply "Adding a mechanism to 'upgrade' the Dart type of elements" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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
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 5 event_test: Skip # Issue 1996
6 interactive_test: Skip # Must be run manually. 6 interactive_test: Skip # Must be run manually.
7 dromaeo_smoke_test: Skip # Issue 14521, 8257 7 dromaeo_smoke_test: Skip # Issue 14521, 8257
8 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression) 8 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression)
9 [ $runtime == drt || $runtime == dartium ] 9 [ $runtime == drt || $runtime == dartium ]
10 custom/template_wrappers_test: Pass # Issue 16656 Override others 10 custom/template_wrappers_test: Pass # Issue 16656 Override others
(...skipping 15 matching lines...) Expand all
26 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834 26 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834
27 27
28 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellInAndroid) ] 28 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellInAndroid) ]
29 # postMessage in dartium always transfers the typed array buffer, never a view 29 # postMessage in dartium always transfers the typed array buffer, never a view
30 postmessage_structured_test/typed_arrays: Fail 30 postmessage_structured_test/typed_arrays: Fail
31 xhr_test: Pass, Fail # Issue 12648 31 xhr_test: Pass, Fail # Issue 12648
32 xhr_test/json: Fail # Issue 13069 32 xhr_test/json: Fail # Issue 13069
33 async_test: Fail # Background timers not implemented. 33 async_test: Fail # Background timers not implemented.
34 keyboard_event_test: Fail # Issue 13902 34 keyboard_event_test: Fail # Issue 13902
35 isolates_test: Fail # Issue 13921 35 isolates_test: Fail # Issue 13921
36 custom/element_upgrade_test: Skip # Issue 17298
36 37
37 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellInAndroid) && $mode == debug ] 38 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellInAndroid) && $mode == debug ]
38 websocket_test/websocket: Skip # Issue 17666 39 websocket_test/websocket: Skip # Issue 17666
39 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip #Issue 17666 40 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip #Issue 17666
40 41
41 [ $compiler == none && $runtime == ContentShellInAndroid ] 42 [ $compiler == none && $runtime == ContentShellInAndroid ]
42 element_offset_test/offset: Pass, Fail # Issue 13296 43 element_offset_test/offset: Pass, Fail # Issue 13296
43 44
44 [ $compiler == none && $runtime == drt && $system == windows ] 45 [ $compiler == none && $runtime == drt && $system == windows ]
45 worker_test/functional: Pass, Crash # Issue 9929. 46 worker_test/functional: Pass, Crash # Issue 9929.
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 # Desktop operation systems do not support touch events on chrome 34 dartium. 432 # Desktop operation systems do not support touch events on chrome 34 dartium.
432 touchevent_test/supported: Fail 433 touchevent_test/supported: Fail
433 434
434 [ $compiler == none && $runtime == dartium ] 435 [ $compiler == none && $runtime == dartium ]
435 async_test: Timeout # Issue 13719: Please triage this failure. 436 async_test: Timeout # Issue 13719: Please triage this failure.
436 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 437 element_offset_test/offset: Pass, Fail # Issue 13719, 13296
437 438
438 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 439 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
439 audiocontext_test: StaticWarning 440 audiocontext_test: StaticWarning
440 custom/document_register_basic_test: StaticWarning 441 custom/document_register_basic_test: StaticWarning
442 custom/element_upgrade_test: StaticWarning
blois 2014/04/15 19:29:12 Added.
Jennifer Messerly 2014/04/15 19:34:43 just curious, what's the warning about?
blois 2014/04/15 20:47:43 Warning is that a class which says it implements H
441 datalistelement_test: StaticWarning 443 datalistelement_test: StaticWarning
442 documentfragment_test: StaticWarning 444 documentfragment_test: StaticWarning
443 element_add_test: StaticWarning 445 element_add_test: StaticWarning
444 element_test: StaticWarning 446 element_test: StaticWarning
445 events_test: StaticWarning 447 events_test: StaticWarning
446 htmlelement_test: StaticWarning 448 htmlelement_test: StaticWarning
447 localstorage_test: StaticWarning 449 localstorage_test: StaticWarning
448 mutationobserver_test: StaticWarning 450 mutationobserver_test: StaticWarning
449 track_element_constructor_test: StaticWarning 451 track_element_constructor_test: StaticWarning
450 transferables_test: StaticWarning 452 transferables_test: StaticWarning
451 typed_arrays_range_checks_test: StaticWarning 453 typed_arrays_range_checks_test: StaticWarning
452 typing_test: StaticWarning 454 typing_test: StaticWarning
453 webgl_1_test: StaticWarning 455 webgl_1_test: StaticWarning
454 window_nosuchmethod_test: StaticWarning 456 window_nosuchmethod_test: StaticWarning
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698