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

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 17 matching lines...) Expand all
28 [ $compiler == none && $runtime == dartium && $system == macos] 28 [ $compiler == none && $runtime == dartium && $system == macos]
29 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834 29 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834
30 30
31 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellInAndroid) ] 31 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellInAndroid) ]
32 # postMessage in dartium always transfers the typed array buffer, never a view 32 # postMessage in dartium always transfers the typed array buffer, never a view
33 postmessage_structured_test/typed_arrays: Fail 33 postmessage_structured_test/typed_arrays: Fail
34 xhr_test/json: Fail # Issue 13069 34 xhr_test/json: Fail # Issue 13069
35 async_test: Fail # Background timers not implemented. 35 async_test: Fail # Background timers not implemented.
36 keyboard_event_test: Fail # Issue 13902 36 keyboard_event_test: Fail # Issue 13902
37 isolates_test: Fail # Issue 13921 37 isolates_test: Fail # Issue 13921
38 custom/element_upgrade_test: Skip # Issue 17298
38 39
39 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellInAndroid) && $mode == debug ] 40 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellInAndroid) && $mode == debug ]
40 websocket_test/websocket: Skip # Issue 17666 41 websocket_test/websocket: Skip # Issue 17666
41 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip #Issue 17666 42 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip #Issue 17666
42 43
43 [ $compiler == none && $runtime == ContentShellInAndroid ] 44 [ $compiler == none && $runtime == ContentShellInAndroid ]
44 element_offset_test/offset: Pass, Fail # Issue 13296 45 element_offset_test/offset: Pass, Fail # Issue 13296
45 46
46 [ $compiler == none && $runtime == drt && $system == windows ] 47 [ $compiler == none && $runtime == drt && $system == windows ]
47 worker_test/functional: Pass, Crash # Issue 9929. 48 worker_test/functional: Pass, Crash # Issue 9929.
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 # Desktop operation systems do not support touch events on chrome 34 dartium. 434 # Desktop operation systems do not support touch events on chrome 34 dartium.
434 touchevent_test/supported: Fail 435 touchevent_test/supported: Fail
435 436
436 [ $compiler == none && $runtime == dartium ] 437 [ $compiler == none && $runtime == dartium ]
437 async_test: Timeout # Issue 13719: Please triage this failure. 438 async_test: Timeout # Issue 13719: Please triage this failure.
438 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 439 element_offset_test/offset: Pass, Fail # Issue 13719, 13296
439 440
440 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 441 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
441 audiocontext_test: StaticWarning 442 audiocontext_test: StaticWarning
442 custom/document_register_basic_test: StaticWarning 443 custom/document_register_basic_test: StaticWarning
444 custom/element_upgrade_test: StaticWarning
443 datalistelement_test: StaticWarning 445 datalistelement_test: StaticWarning
444 documentfragment_test: StaticWarning 446 documentfragment_test: StaticWarning
445 element_add_test: StaticWarning 447 element_add_test: StaticWarning
446 element_test: StaticWarning 448 element_test: StaticWarning
447 events_test: StaticWarning 449 events_test: StaticWarning
448 htmlelement_test: StaticWarning 450 htmlelement_test: StaticWarning
449 localstorage_test: StaticWarning 451 localstorage_test: StaticWarning
450 mutationobserver_test: StaticWarning 452 mutationobserver_test: StaticWarning
451 track_element_constructor_test: StaticWarning 453 track_element_constructor_test: StaticWarning
452 transferables_test: StaticWarning 454 transferables_test: StaticWarning
453 typed_arrays_range_checks_test: StaticWarning 455 typed_arrays_range_checks_test: StaticWarning
454 typing_test: StaticWarning 456 typing_test: StaticWarning
455 webgl_1_test: StaticWarning 457 webgl_1_test: StaticWarning
456 window_nosuchmethod_test: StaticWarning 458 window_nosuchmethod_test: StaticWarning
OLDNEW
« no previous file with comments | « tests/html/custom/element_upgrade_test.html ('k') | tools/dom/src/dart2js_CustomElementSupport.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698