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

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

Issue 1349493003: Dartium JS Interop enabled. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « tests/html/fontface_loaded_test.dart ('k') | tests/html/messageevent_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 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 js_array_test: Skip # Issue 23676, 23677 9 js_array_test: Skip # Issue 23676, 23677
10 js_typed_interop_test: Skip # Issue 23676, 23677 10 js_typed_interop_test: Skip # Issue 23676, 23677
11 11
12 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 12 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
13 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll)
14 form_data_test/functional: Skip # Issue 19726 13 form_data_test/functional: Skip # Issue 19726
15 indexeddb_1_test/functional: Skip # Issue 19512 (timing out) 14 indexeddb_1_test/functional: Skip # Issue 19512 (timing out)
16 indexeddb_4_test: Skip # Issue 19726 15 indexeddb_4_test: Skip # Issue 19726
17 mouse_event_test: Fail # Issue 20437
18 worker_api_test: Fail # Issue 10223 16 worker_api_test: Fail # Issue 10223
19 media_stream_test/constructors: Pass, Crash # Issue 22267
20 element_animate_test/simple_timing: Fail # Not supported on Dartium
21 element_animate_test/omit_timing: Fail # Not supported on Dartium
22 element_animate_test/timing_dict: Fail # Not supported on Dartium
23 trusted_html_tree_sanitizer_test/untrusted: Fail # We make adoptNode throw to ve rify it's not being called. That doesn't work on Dartium.
24 resource_http_test: Fail # Issue 24203 17 resource_http_test: Fail # Issue 24203
25 18
26 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] 19 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
27 datalistelement_test: Skip # Issue 20540 20 datalistelement_test: Skip # Issue 20540
28 21
29 [ $compiler == dart2js ] 22 [ $compiler == dart2js ]
30 input_element_test/attributes: Fail # Issue 21555 23 input_element_test/attributes: Fail # Issue 21555
31 24
32 [ $compiler == dart2js && $csp && $browser ] 25 [ $compiler == dart2js && $csp && $browser ]
33 custom/js_custom_test: Fail # Issue 14643 26 custom/js_custom_test: Fail # Issue 14643
34 custom/element_upgrade_test: Fail # Issue 17298 27 custom/element_upgrade_test: Fail # Issue 17298
35 28
36 [ $compiler == dart2js && $browser ] 29 [ $compiler == dart2js && $browser ]
37 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5 30 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5
38 fontface_loaded_test: Fail # Support for promises. 31 fontface_loaded_test: Fail # Support for promises.
39 storage_quota_test: Fail # Support for promises. 32 storage_quota_test: Fail # Support for promises. API also not yet available anyw here.
40 33
41 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ] 34 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ]
42 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this 35 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this
43 fontface_test: Fail # Fontface not supported on these. 36 fontface_test: Fail # Fontface not supported on these.
44 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support 37 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support
45 element_animate_test: Fail # Element.animate not supported on these browsers. 38 element_animate_test: Fail # Element.animate not supported on these browsers.
46 39
47 [ $compiler == none && $runtime == dartium && $system == macos] 40 [ $compiler == none && $runtime == dartium && $system == macos]
48 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834 41 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834
49 42
50 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 43 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
51 # postMessage in dartium always transfers the typed array buffer, never a view 44 # postMessage in dartium always transfers the typed array buffer, never a view
52 postmessage_structured_test/typed_arrays: Fail 45 postmessage_structured_test/typed_arrays: Fail
53 # Dartium seems to lose the data from the dispatchEvent. 46 # Dartium seems to lose the data from the dispatchEvent.
54 postmessage_structured_test/more_primitives: Fail 47 postmessage_structured_test/more_primitives: Fail
55 async_test: Fail # Uses spawn, not implemented from a DOM isolate in Dartium 48 async_test: Fail # Uses spawn, not implemented from a DOM isolate in Dartium
56 keyboard_event_test: Fail # Issue 13902 49 keyboard_event_test: Fail # Issue 13902
57 isolates_test: Fail # Issue 13921 50 isolates_test: Fail # Issue 13921
58 indexeddb_3_test: Skip # Issue 19578. Timeouts and RuntimeError 51 indexeddb_3_test: Skip # Issue 19578. Timeouts and RuntimeError
59 fileapi_test/getFile: Pass, Fail # Issue 20488 52 fileapi_test/getFile: Pass, Fail # Issue 20488
60 53
61 # DO NOT Suppress/Skip the below XSS security test for dart2js - any failure is a P0 bug.
62 node_validator_important_if_you_suppress_make_the_bug_critical_test/dom_clobberi ng: Fail # Dartium is immune to DOM clobbering, so the HTML passes through the s anitizer.
63
64 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) && $mode == debug ] 54 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) && $mode == debug ]
65 websocket_test/websocket: Skip # Issue 17666 55 websocket_test/websocket: Skip # Issue 17666
66 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766 6 56 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766 6
67 57
68 [ $compiler == none && $runtime == ContentShellOnAndroid ]
69 canvasrenderingcontext2d_test/drawImage_video_element: RuntimeError # Issue 1912 7
70 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass, Fail # Issu e 20524
71 notification_test/constructors: Skip # Times out on Android Dartium. Issue 22835
72
73 element_offset_test/offset: RuntimeError # Issue 17550 58 element_offset_test/offset: RuntimeError # Issue 17550
74 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0 0 minutes. Issue 19127. 59 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0 0 minutes. Issue 19127.
75 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488 60 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488
76 indexeddb_5_test: Pass, RuntimeError # Issue 21262 61 indexeddb_5_test: Pass, RuntimeError # Issue 21262
77 native_gc_test: Pass, Slow 62 native_gc_test: Pass, Slow
78 63
79 [ $compiler == none && $runtime == drt && $system == windows ] 64 [ $compiler == none && $runtime == drt && $system == windows ]
80 worker_test/functional: Pass, Crash # Issue 9929. 65 worker_test/functional: Pass, Crash # Issue 9929.
81 66
82 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 67 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 queryall_test: fail 404 queryall_test: fail
420 track_element_constructor_test: StaticWarning 405 track_element_constructor_test: StaticWarning
421 transferables_test: StaticWarning 406 transferables_test: StaticWarning
422 typed_arrays_range_checks_test: StaticWarning 407 typed_arrays_range_checks_test: StaticWarning
423 typing_test: StaticWarning 408 typing_test: StaticWarning
424 webgl_1_test: StaticWarning 409 webgl_1_test: StaticWarning
425 window_nosuchmethod_test: StaticWarning 410 window_nosuchmethod_test: StaticWarning
426 411
427 [ $compiler == dart2js && $cps_ir ] 412 [ $compiler == dart2js && $cps_ir ]
428 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}) : await for 413 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}) : await for
OLDNEW
« no previous file with comments | « tests/html/fontface_loaded_test.dart ('k') | tests/html/messageevent_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698