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

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

Issue 1327083002: Revert "Patched in Dartium JsInterop" (Closed) Base URL: git@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)
13 form_data_test/functional: Skip # Issue 19726 14 form_data_test/functional: Skip # Issue 19726
14 indexeddb_1_test/functional: Skip # Issue 19512 (timing out) 15 indexeddb_1_test/functional: Skip # Issue 19512 (timing out)
15 indexeddb_4_test: Skip # Issue 19726 16 indexeddb_4_test: Skip # Issue 19726
17 mouse_event_test: Fail # Issue 20437
16 worker_api_test: Fail # Issue 10223 18 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.
17 resource_http_test: Fail # Issue 24203 24 resource_http_test: Fail # Issue 24203
18 25
19 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] 26 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
20 datalistelement_test: Skip # Issue 20540 27 datalistelement_test: Skip # Issue 20540
21 28
22 [ $compiler == dart2js ] 29 [ $compiler == dart2js ]
23 input_element_test/attributes: Fail # Issue 21555 30 input_element_test/attributes: Fail # Issue 21555
24 31
25 [ $compiler == dart2js && $csp && $browser ] 32 [ $compiler == dart2js && $csp && $browser ]
26 custom/js_custom_test: Fail # Issue 14643 33 custom/js_custom_test: Fail # Issue 14643
27 custom/element_upgrade_test: Fail # Issue 17298 34 custom/element_upgrade_test: Fail # Issue 17298
28 35
29 [ $compiler == dart2js && $browser ] 36 [ $compiler == dart2js && $browser ]
30 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5 37 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5
31 fontface_loaded_test: Fail # Support for promises. 38 fontface_loaded_test: Fail # Support for promises.
32 storage_quota_test: Fail # Support for promises. API also not yet available anyw here. 39 storage_quota_test: Fail # Support for promises.
33 40
34 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ] 41 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ]
35 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this 42 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this
36 fontface_test: Fail # Fontface not supported on these. 43 fontface_test: Fail # Fontface not supported on these.
37 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support 44 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support
38 element_animate_test: Fail # Element.animate not supported on these browsers. 45 element_animate_test: Fail # Element.animate not supported on these browsers.
39 46
40 [ $compiler == none && $runtime == dartium && $system == macos] 47 [ $compiler == none && $runtime == dartium && $system == macos]
41 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834 48 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834
42 49
43 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 50 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
44 # postMessage in dartium always transfers the typed array buffer, never a view 51 # postMessage in dartium always transfers the typed array buffer, never a view
45 postmessage_structured_test/typed_arrays: Fail 52 postmessage_structured_test/typed_arrays: Fail
46 # Dartium seems to lose the data from the dispatchEvent. 53 # Dartium seems to lose the data from the dispatchEvent.
47 postmessage_structured_test/more_primitives: Fail 54 postmessage_structured_test/more_primitives: Fail
48 async_test: Fail # Uses spawn, not implemented from a DOM isolate in Dartium 55 async_test: Fail # Uses spawn, not implemented from a DOM isolate in Dartium
49 keyboard_event_test: Fail # Issue 13902 56 keyboard_event_test: Fail # Issue 13902
50 isolates_test: Fail # Issue 13921 57 isolates_test: Fail # Issue 13921
51 indexeddb_3_test: Skip # Issue 19578. Timeouts and RuntimeError 58 indexeddb_3_test: Skip # Issue 19578. Timeouts and RuntimeError
52 fileapi_test/getFile: Pass, Fail # Issue 20488 59 fileapi_test/getFile: Pass, Fail # Issue 20488
53 60
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
54 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) && $mode == debug ] 64 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) && $mode == debug ]
55 websocket_test/websocket: Skip # Issue 17666 65 websocket_test/websocket: Skip # Issue 17666
56 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766 6 66 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766 6
57 67
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
58 element_offset_test/offset: RuntimeError # Issue 17550 73 element_offset_test/offset: RuntimeError # Issue 17550
59 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0 0 minutes. Issue 19127. 74 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0 0 minutes. Issue 19127.
60 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488 75 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488
61 indexeddb_5_test: Pass, RuntimeError # Issue 21262 76 indexeddb_5_test: Pass, RuntimeError # Issue 21262
62 native_gc_test: Pass, Slow 77 native_gc_test: Pass, Slow
63 78
64 [ $compiler == none && $runtime == drt && $system == windows ] 79 [ $compiler == none && $runtime == drt && $system == windows ]
65 worker_test/functional: Pass, Crash # Issue 9929. 80 worker_test/functional: Pass, Crash # Issue 9929.
66 81
67 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 82 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 queryall_test: fail 419 queryall_test: fail
405 track_element_constructor_test: StaticWarning 420 track_element_constructor_test: StaticWarning
406 transferables_test: StaticWarning 421 transferables_test: StaticWarning
407 typed_arrays_range_checks_test: StaticWarning 422 typed_arrays_range_checks_test: StaticWarning
408 typing_test: StaticWarning 423 typing_test: StaticWarning
409 webgl_1_test: StaticWarning 424 webgl_1_test: StaticWarning
410 window_nosuchmethod_test: StaticWarning 425 window_nosuchmethod_test: StaticWarning
411 426
412 [ $compiler == dart2js && $cps_ir ] 427 [ $compiler == dart2js && $cps_ir ]
413 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}) : await for 428 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