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

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

Issue 1060103002: Fix attribute_changed_callback_test to expect event delivery either synchronously or asynchronously (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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
« no previous file with comments | « tests/html/custom/attribute_changed_callback_test.dart ('k') | no next file » | 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 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 cross_frame_test: Skip # Test reloads itself. Issue 18558 8 cross_frame_test: Skip # Test reloads itself. Issue 18558
9 9
10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 10 [ $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) 11 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll)
12 custom/attribute_changed_callback_test/fully_supported: Fail # Issue 23107
13 form_data_test/functional: Skip # Issue 19726 12 form_data_test/functional: Skip # Issue 19726
14 indexeddb_1_test/functional: Skip # Issue 19512 (timing out) 13 indexeddb_1_test/functional: Skip # Issue 19512 (timing out)
15 indexeddb_4_test: Skip # Issue 19726 14 indexeddb_4_test: Skip # Issue 19726
16 mouse_event_test: Fail # Issue 20437 15 mouse_event_test: Fail # Issue 20437
17 worker_api_test: Fail # Issue 10223 16 worker_api_test: Fail # Issue 10223
18 media_stream_test/constructors: Pass, Crash # Issue 22267 17 media_stream_test/constructors: Pass, Crash # Issue 22267
19 element_animate_test/simple_timing: Fail # Not supported on Dartium 18 element_animate_test/simple_timing: Fail # Not supported on Dartium
20 element_animate_test/omit_timing: Fail # Not supported on Dartium 19 element_animate_test/omit_timing: Fail # Not supported on Dartium
21 element_animate_test/timing_dict: Fail # Not supported on Dartium 20 element_animate_test/timing_dict: Fail # Not supported on Dartium
22 21
23 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] 22 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
24 datalistelement_test: Skip # Issue 20540 23 datalistelement_test: Skip # Issue 20540
25 24
26 [ $compiler == dart2js ] 25 [ $compiler == dart2js ]
27 input_element_test/attributes: Fail # Issue 21555 26 input_element_test/attributes: Fail # Issue 21555
28 27
29 [ $compiler == dart2js && $csp && $browser ] 28 [ $compiler == dart2js && $csp && $browser ]
30 custom/js_custom_test: Fail # Issue 14643 29 custom/js_custom_test: Fail # Issue 14643
31 custom/element_upgrade_test: Fail # Issue 17298 30 custom/element_upgrade_test: Fail # Issue 17298
32 31
33 [ $compiler == dart2js && $browser ] 32 [ $compiler == dart2js && $browser ]
34 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5 33 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5
35 fontface_loaded_test: Fail # Support for promises. 34 fontface_loaded_test: Fail # Support for promises.
36 storage_quota_test: Fail # Support for promises. 35 storage_quota_test: Fail # Support for promises.
37 36
38 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ] 37 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ]
39 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this 38 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this
40 fontface_test: Fail # Fontface not supported on these. 39 fontface_test: Fail # Fontface not supported on these.
41 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not supportfontface_test: Fail # Fontface not supported on these. 40 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support
terry 2015/04/06 20:08:23 No polyfill support BUG#
42 element_animate_test: Fail # Element.animate not supported on these browsers. 41 element_animate_test: Fail # Element.animate not supported on these browsers.
43 42
44 [ $compiler == none && $runtime == dartium && $system == macos] 43 [ $compiler == none && $runtime == dartium && $system == macos]
45 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834 44 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834
46 45
47 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 46 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
48 # postMessage in dartium always transfers the typed array buffer, never a view 47 # postMessage in dartium always transfers the typed array buffer, never a view
49 postmessage_structured_test/typed_arrays: Fail 48 postmessage_structured_test/typed_arrays: Fail
50 # Dartium seems to lose the data from the dispatchEvent. 49 # Dartium seems to lose the data from the dispatchEvent.
51 postmessage_structured_test/more_primitives: Fail 50 postmessage_structured_test/more_primitives: Fail
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 htmlelement_test: StaticWarning 406 htmlelement_test: StaticWarning
408 localstorage_test: StaticWarning 407 localstorage_test: StaticWarning
409 mutationobserver_test: StaticWarning 408 mutationobserver_test: StaticWarning
410 queryall_test: fail 409 queryall_test: fail
411 track_element_constructor_test: StaticWarning 410 track_element_constructor_test: StaticWarning
412 transferables_test: StaticWarning 411 transferables_test: StaticWarning
413 typed_arrays_range_checks_test: StaticWarning 412 typed_arrays_range_checks_test: StaticWarning
414 typing_test: StaticWarning 413 typing_test: StaticWarning
415 webgl_1_test: StaticWarning 414 webgl_1_test: StaticWarning
416 window_nosuchmethod_test: StaticWarning 415 window_nosuchmethod_test: StaticWarning
OLDNEW
« no previous file with comments | « tests/html/custom/attribute_changed_callback_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698