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

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

Issue 11510013: Making ScriptProcessorNode not an EventTarget. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 window_open_test: Skip # http://dartbug.com/5151 5 window_open_test: Skip # http://dartbug.com/5151
6 async_window_test: Skip #TODO(gram): investigating 6 async_window_test: Skip #TODO(gram): investigating
7 7
8 event_test: Skip # Issue 1996 8 event_test: Skip # Issue 1996
9 custom_elements_test: Skip # Not yet implemented. 9 custom_elements_test: Skip # Not yet implemented.
10 interactive_test: Skip # Must be run manually. 10 interactive_test: Skip # Must be run manually.
11 11
12 # Layout tests are only supported on DRT. 12 # Layout tests are only supported on DRT.
13 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 13 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
14 *layout_test: Skip 14 *layout_test: Skip
15 15
16 [ $runtime == chrome ] 16 [ $runtime == chrome ]
17 touchevent_test/supported: Fail 17 touchevent_test/supported: Fail
18 18
19 [$runtime == drt || $runtime == dartium || $runtime == chrome] 19 [$runtime == drt || $runtime == dartium || $runtime == chrome]
20 webgl_1_test: Pass, Fail # Issue 8219 20 webgl_1_test: Pass, Fail # Issue 8219
21 21
22 [ $runtime == drt || $runtime == chrome] 22 [ $runtime == drt || $runtime == chrome]
23 audiobuffersourcenode_test: Pass, Fail, Timeout, Crash # AudiobufferSourceNode i s flaky on Chrome and Dartium - filed issue 8021 for the timeout. 23 audiobuffersourcenode_test: Pass, Fail, Timeout, Crash # AudiobufferSourceNode i s flaky on Chrome and Dartium - filed issue 8021 for the timeout.
24
25 [ $runtime == drt || ($runtime == chrome && $system == windows) ]
24 audiocontext_test: Pass, Timeout, Crash # Issue 8021. 26 audiocontext_test: Pass, Timeout, Crash # Issue 8021.
25 27
28 [ $compiler == none ]
29 audiocontext_test: Skip # Issue 9094.
30
26 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 31 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
27 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 32 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
28 33
29 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 34 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
30 websql_test: Skip # Issue 4941: stderr contains a backtrace. 35 websql_test: Skip # Issue 4941: stderr contains a backtrace.
31 36
32 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 37 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
33 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 38 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
34 39
35 [ $compiler == none && $runtime == drt && $system == macos]
36 audiocontext_test: Pass, Fail
37
38 [ $compiler == dart2js && $runtime == drt && $system == macos] 40 [ $compiler == dart2js && $runtime == drt && $system == macos]
39 audiobuffersourcenode_test: Pass, Fail 41 audiobuffersourcenode_test: Pass, Fail
40 42
41 [$runtime == ie10 ] 43 [$runtime == ie10 ]
42 audiobuffersourcenode_test: Fail
43 audiocontext_test: Fail
44 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 44 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
45 element_test/click: Fail # IE does not support firing this event. 45 element_test/click: Fail # IE does not support firing this event.
46 history_test/history: Pass, Fail # issue 8183 46 history_test/history: Pass, Fail # issue 8183
47 isolates_test: Skip 47 isolates_test: Skip
48 microtask_test: Fail, Pass # Appears to be flaky 48 microtask_test: Fail, Pass # Appears to be flaky
49 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 49 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
50 serialized_script_value_test: Fail 50 serialized_script_value_test: Fail
51 storage_test: Fail, Pass 51 storage_test: Fail, Pass
52 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 52 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
53 window_open_test: Skip 53 window_open_test: Skip
54 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. 54 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875.
55 55
56 # IE10 Feature support statuses- 56 # IE10 Feature support statuses-
57 # All changes should be accompanied by platform support annotation changes. 57 # All changes should be accompanied by platform support annotation changes.
58 audiobuffersourcenode_test/supported: Fail
59 audiocontext_test/supported: Fail
58 crypto_test/supported: Fail 60 crypto_test/supported: Fail
59 css_test/supported_CssMatrix: Fail 61 css_test/supported_CssMatrix: Fail
60 css_test/supported_DomPoint: Fail 62 css_test/supported_DomPoint: Fail
61 document_test/supports_cssCanvasContext: Fail 63 document_test/supports_cssCanvasContext: Fail
62 element_types_test/supported_content: Fail 64 element_types_test/supported_content: Fail
63 element_types_test/supported_details: Fail 65 element_types_test/supported_details: Fail
64 element_types_test/supported_keygen: Fail 66 element_types_test/supported_keygen: Fail
65 element_types_test/supported_meter: Fail 67 element_types_test/supported_meter: Fail
66 element_types_test/supported_output: Fail 68 element_types_test/supported_output: Fail
67 element_types_test/supported_shadow: Fail 69 element_types_test/supported_shadow: Fail
(...skipping 19 matching lines...) Expand all
87 svgelement_test/supported_animateTransform: Fail 89 svgelement_test/supported_animateTransform: Fail
88 svgelement_test/supported_foreignObject: Fail 90 svgelement_test/supported_foreignObject: Fail
89 svgelement_test/supported_set: Fail 91 svgelement_test/supported_set: Fail
90 touchevent_test/supported: Fail 92 touchevent_test/supported: Fail
91 webgl_1_test/supported: Fail 93 webgl_1_test/supported: Fail
92 websql_test/supported: Fail 94 websql_test/supported: Fail
93 xhr_test/supported_HttpRequestProgressEvent: Fail 95 xhr_test/supported_HttpRequestProgressEvent: Fail
94 xsltprocessor_test/supported: Fail 96 xsltprocessor_test/supported: Fail
95 97
96 [ $runtime == ie9 ] 98 [ $runtime == ie9 ]
97 audiobuffersourcenode_test: Fail
98 audiocontext_test: Fail
99 blob_constructor_test: Fail 99 blob_constructor_test: Fail
100 dom_constructors_test: Fail 100 dom_constructors_test: Fail
101 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 101 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
102 element_test/click: Fail # IE does not support firing this event. 102 element_test/click: Fail # IE does not support firing this event.
103 element_test/matches: Fail # IE9 does not support matches 103 element_test/matches: Fail # IE9 does not support matches
104 form_element_test: Fail # Issue 4793. 104 form_element_test: Fail # Issue 4793.
105 isolates_test: Skip # BUG(4016) 105 isolates_test: Skip # BUG(4016)
106 localstorage_test: Fail 106 localstorage_test: Fail
107 microtask_test: Pass, Fail # http://dartbug.com/8300 107 microtask_test: Pass, Fail # http://dartbug.com/8300
108 postmessage_structured_test: Skip # BUG(5685): times out. 108 postmessage_structured_test: Skip # BUG(5685): times out.
109 serialized_script_value_test: Fail 109 serialized_script_value_test: Fail
110 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 110 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
111 window_open_test: Skip # BUG(4016) 111 window_open_test: Skip # BUG(4016)
112 xhr_cross_origin_test: Fail # Issue 6016. 112 xhr_cross_origin_test: Fail # Issue 6016.
113 113
114 # IE9 Feature support statuses- 114 # IE9 Feature support statuses-
115 # All changes should be accompanied by platform support annotation changes. 115 # All changes should be accompanied by platform support annotation changes.
116 audiobuffersourcenode_test/supported: Fail
117 audiocontext_test/supported: Fail
116 cache_test/supported: Fail 118 cache_test/supported: Fail
117 crypto_test/supported: Fail 119 crypto_test/supported: Fail
118 css_test/supported_CssMatrix: Fail 120 css_test/supported_CssMatrix: Fail
119 css_test/supported_DomPoint: Fail 121 css_test/supported_DomPoint: Fail
120 document_test/supports_cssCanvasContext: Fail 122 document_test/supports_cssCanvasContext: Fail
121 element_types_test/supported_content: Fail 123 element_types_test/supported_content: Fail
122 element_types_test/supported_datalist: Fail 124 element_types_test/supported_datalist: Fail
123 element_types_test/supported_details: Fail 125 element_types_test/supported_details: Fail
124 element_types_test/supported_keygen: Fail 126 element_types_test/supported_keygen: Fail
125 element_types_test/supported_meter: Fail 127 element_types_test/supported_meter: Fail
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 indexeddb_1_test/supportsDatabaseNames: Fail 265 indexeddb_1_test/supportsDatabaseNames: Fail
264 mutationobserver_test/supported: Fail 266 mutationobserver_test/supported: Fail
265 notifications_test/supported: Fail 267 notifications_test/supported: Fail
266 performance_api_test/supported: Fail 268 performance_api_test/supported: Fail
267 speechrecognition_test/supported: Fail 269 speechrecognition_test/supported: Fail
268 svg_test/supported_externalResourcesRequired: Fail 270 svg_test/supported_externalResourcesRequired: Fail
269 svg_test/supported_langSpace: Fail 271 svg_test/supported_langSpace: Fail
270 websql_test/supported: Fail 272 websql_test/supported: Fail
271 273
272 [ $runtime == ff ] 274 [ $runtime == ff ]
273 audiobuffersourcenode_test: Fail # FF only has Audio element.
274 audiocontext_test: Fail # FF only has Audio element
275 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 275 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
276 dromaeo_smoke_test: Pass, Fail # Issue: 8257 276 dromaeo_smoke_test: Pass, Fail # Issue: 8257
277 webgl_1_test: Pass, Fail # Issue 8219 277 webgl_1_test: Pass, Fail # Issue 8219
278 278
279 # FireFox Feature support statuses- 279 # FireFox Feature support statuses-
280 # All changes should be accompanied by platform support annotation changes. 280 # All changes should be accompanied by platform support annotation changes.
281 audiobuffersourcenode_test/supported: Fail
282 audiocontext_test/supported: Fail
281 crypto_test/supported: Fail 283 crypto_test/supported: Fail
282 css_test/supported_CssMatrix: Fail 284 css_test/supported_CssMatrix: Fail
283 css_test/supported_DomPoint: Fail 285 css_test/supported_DomPoint: Fail
284 document_test/supports_cssCanvasContext: Fail 286 document_test/supports_cssCanvasContext: Fail
285 element_types_test/supported_content: Fail 287 element_types_test/supported_content: Fail
286 element_types_test/supported_details: Fail 288 element_types_test/supported_details: Fail
287 element_types_test/supported_embed: Fail 289 element_types_test/supported_embed: Fail
288 element_types_test/supported_keygen: Fail 290 element_types_test/supported_keygen: Fail
289 element_types_test/supported_object: Fail 291 element_types_test/supported_object: Fail
290 element_types_test/supported_shadow: Fail 292 element_types_test/supported_shadow: Fail
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 332
331 [ $compiler == dart2js && $runtime == drt && $unchecked ] 333 [ $compiler == dart2js && $runtime == drt && $unchecked ]
332 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 334 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
333 335
334 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 336 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
335 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 337 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
336 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 338 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
337 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 339 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
338 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 340 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
339 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 341 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698