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

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

Issue 880363003: Re-enable audiobuffersourcenode_test on Chrome/Dartium (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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 | « no previous file | 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) ]
(...skipping 19 matching lines...) Expand all
30 custom/element_upgrade_test: Fail # Issue 17298 30 custom/element_upgrade_test: Fail # Issue 17298
31 31
32 [ $compiler == dart2js && $browser ] 32 [ $compiler == dart2js && $browser ]
33 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
34 fontface_loaded_test: Fail # Support for promises. 34 fontface_loaded_test: Fail # Support for promises.
35 storage_quota_test: Fail # Support for promises. 35 storage_quota_test: Fail # Support for promises.
36 36
37 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ] 37 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ]
38 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
39 39
40 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g && $system == macos]
41 audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601
42
43 [ $compiler == none && $runtime == dartium && $system == macos] 40 [ $compiler == none && $runtime == dartium && $system == macos]
44 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834 41 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834
45 42
46 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 43 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
47 # 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
48 postmessage_structured_test/typed_arrays: Fail 45 postmessage_structured_test/typed_arrays: Fail
49 async_test: Fail # Background timers not implemented. 46 async_test: Fail # Background timers not implemented.
50 keyboard_event_test: Fail # Issue 13902 47 keyboard_event_test: Fail # Issue 13902
51 isolates_test: Fail # Issue 13921 48 isolates_test: Fail # Issue 13921
52 indexeddb_3_test: Skip # Issue 19578. Timeouts and RuntimeError 49 indexeddb_3_test: Skip # Issue 19578. Timeouts and RuntimeError
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 [ ($compiler == none || $compiler == dart2dart) ] 107 [ ($compiler == none || $compiler == dart2dart) ]
111 deferred_multi_app_htmltest: Fail # Issue 16603 108 deferred_multi_app_htmltest: Fail # Issue 16603
112 109
113 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 110 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
114 websql_test: Skip # Issue 4941: stderr contains a backtrace. 111 websql_test: Skip # Issue 4941: stderr contains a backtrace.
115 112
116 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 113 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
117 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 114 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
118 native_gc_test: Pass, Slow 115 native_gc_test: Pass, Slow
119 116
120 [ $compiler == dart2js && $runtime == drt && $system == macos]
121 audiobuffersourcenode_test: Pass, Fail
122
123 [$runtime == ie10 || $runtime == ie11] 117 [$runtime == ie10 || $runtime == ie11]
124 indexeddb_5_test: Fail # Issue 12893 118 indexeddb_5_test: Fail # Issue 12893
125 js_test: Fail # Issue 14246 119 js_test: Fail # Issue 14246
126 element_test/click: Fail # IE does not support firing this event. 120 element_test/click: Fail # IE does not support firing this event.
127 serialized_script_value_test: Fail 121 serialized_script_value_test: Fail
128 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 122 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
129 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 123 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
130 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 124 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
131 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537 125 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537
132 scripts_htmltest: Skip # Times out on IE. Issue 21537 126 scripts_htmltest: Skip # Times out on IE. Issue 21537
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 events_test: StaticWarning 390 events_test: StaticWarning
397 htmlelement_test: StaticWarning 391 htmlelement_test: StaticWarning
398 localstorage_test: StaticWarning 392 localstorage_test: StaticWarning
399 mutationobserver_test: StaticWarning 393 mutationobserver_test: StaticWarning
400 track_element_constructor_test: StaticWarning 394 track_element_constructor_test: StaticWarning
401 transferables_test: StaticWarning 395 transferables_test: StaticWarning
402 typed_arrays_range_checks_test: StaticWarning 396 typed_arrays_range_checks_test: StaticWarning
403 typing_test: StaticWarning 397 typing_test: StaticWarning
404 webgl_1_test: StaticWarning 398 webgl_1_test: StaticWarning
405 window_nosuchmethod_test: StaticWarning 399 window_nosuchmethod_test: StaticWarning
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698