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

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

Issue 12385090: Further HTML test cleanup (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
« no previous file with comments | « no previous file | tests/html/inner_frame_test.dart » ('j') | tests/html/inner_frame_test.dart » ('J')
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 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 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type.
Emily Fortuna 2013/03/04 19:32:33 some of these deletions in the status file seem un
blois 2013/03/04 19:45:50 All of these types should now be supported now tha
18 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp ort it.
19 speechrecognition_test/types: Pass, Fail
20 touchevent_test/supported: Fail 17 touchevent_test/supported: Fail
21 18
22 [$runtime == drt || $runtime == dartium || $runtime == chrome] 19 [$runtime == drt || $runtime == dartium || $runtime == chrome]
23 webgl_1_test: Pass, Fail # Issue 8219 20 webgl_1_test: Pass, Fail # Issue 8219
24 21
25 [ $runtime == drt || $runtime == chrome] 22 [ $runtime == drt || $runtime == chrome]
26 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.
27 audiocontext_test: Pass, Timeout, Crash # Issue 8021. 24 audiocontext_test: Pass, Timeout, Crash # Issue 8021.
28 25
29 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 26 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
(...skipping 10 matching lines...) Expand all
40 37
41 [ $compiler == dart2js && $runtime == drt && $system == macos] 38 [ $compiler == dart2js && $runtime == drt && $system == macos]
42 audiobuffersourcenode_test: Pass, Fail 39 audiobuffersourcenode_test: Pass, Fail
43 40
44 [$runtime == ie10 ] 41 [$runtime == ie10 ]
45 audiobuffersourcenode_test: Fail 42 audiobuffersourcenode_test: Fail
46 audiocontext_test: Fail 43 audiocontext_test: Fail
47 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 44 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
48 element_test/click: Fail # IE does not support firing this event. 45 element_test/click: Fail # IE does not support firing this event.
49 history_test/history: Pass, Fail # issue 8183 46 history_test/history: Pass, Fail # issue 8183
50 inner_frame_test: Skip
51 isolates_test: Skip 47 isolates_test: Skip
52 measurement_test: Fail, Pass
53 messageevent_test: Fail
54 microtask_test: Fail, Pass # Appears to be flaky 48 microtask_test: Fail, Pass # Appears to be flaky
55 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 49 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
56 serialized_script_value_test: Fail 50 serialized_script_value_test: Fail
57 storage_test: Fail, Pass 51 storage_test: Fail, Pass
58 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 52 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
59 window_open_test: Skip 53 window_open_test: Skip
60 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. 54 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875.
61 55
62 # IE10 Feature support statuses- 56 # IE10 Feature support statuses-
63 # All changes should be accompanied by platform support annotation changes. 57 # All changes should be accompanied by platform support annotation changes.
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 95
102 [ $runtime == ie9 ] 96 [ $runtime == ie9 ]
103 audiobuffersourcenode_test: Fail 97 audiobuffersourcenode_test: Fail
104 audiocontext_test: Fail 98 audiocontext_test: Fail
105 blob_constructor_test: Fail 99 blob_constructor_test: Fail
106 dom_constructors_test: Fail 100 dom_constructors_test: Fail
107 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 101 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
108 element_test/click: Fail # IE does not support firing this event. 102 element_test/click: Fail # IE does not support firing this event.
109 element_test/matches: Fail # IE9 does not support matches 103 element_test/matches: Fail # IE9 does not support matches
110 form_element_test: Fail # Issue 4793. 104 form_element_test: Fail # Issue 4793.
111 inner_frame_test: Skip # Issue 5727 (timeout)
112 isolates_test: Skip # BUG(4016) 105 isolates_test: Skip # BUG(4016)
113 localstorage_test: Fail 106 localstorage_test: Fail
114 messageevent_test: Fail
115 microtask_test: Pass, Fail # http://dartbug.com/8300 107 microtask_test: Pass, Fail # http://dartbug.com/8300
116 postmessage_structured_test: Skip # BUG(5685): times out. 108 postmessage_structured_test: Skip # BUG(5685): times out.
117 serialized_script_value_test: Fail 109 serialized_script_value_test: Fail
118 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)
119 window_open_test: Skip # BUG(4016) 111 window_open_test: Skip # BUG(4016)
120 xhr_cross_origin_test: Fail # Issue 6016. 112 xhr_cross_origin_test: Fail # Issue 6016.
121 113
122 # IE9 Feature support statuses- 114 # IE9 Feature support statuses-
123 # All changes should be accompanied by platform support annotation changes. 115 # All changes should be accompanied by platform support annotation changes.
124 cache_test/supported: Fail 116 cache_test/supported: Fail
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 element_test/children: Fail # Issue: 7413 238 element_test/children: Fail # Issue: 7413
247 element_test/constructors: Fail 239 element_test/constructors: Fail
248 element_test/elements: Fail 240 element_test/elements: Fail
249 element_test/eventListening: Crash 241 element_test/eventListening: Crash
250 element_test/eventListening: Fail # Issue: 7413 242 element_test/eventListening: Fail # Issue: 7413
251 element_test/queryAll: Fail 243 element_test/queryAll: Fail
252 element_webkit_test: Fail 244 element_webkit_test: Fail
253 fileapi_test: Skip # Timeout. 245 fileapi_test: Skip # Timeout.
254 form_data_test: Fail # Issue: 7413 246 form_data_test: Fail # Issue: 7413
255 htmlelement_test: Fail 247 htmlelement_test: Fail
256 inner_frame_test: Skip # Timeout.
257 isolates_test: Skip # Timeout. 248 isolates_test: Skip # Timeout.
258 js_interop_3_test: Skip # Timeout. 249 js_interop_3_test: Skip # Timeout.
259 js_interop_4_test: Skip # Timeout. 250 js_interop_4_test: Skip # Timeout.
260 keyboard_event_test: Fail # Issue: 7413 251 keyboard_event_test: Fail # Issue: 7413
261 serialized_script_value_test: Fail 252 serialized_script_value_test: Fail
262 typed_arrays_arraybuffer_test: Fail 253 typed_arrays_arraybuffer_test: Fail
263 url_test: Fail 254 url_test: Fail
264 255
265 # Opera Feature support statuses- 256 # Opera Feature support statuses-
266 # All changes should be accompanied by platform support annotation changes. 257 # All changes should be accompanied by platform support annotation changes.
267 crypto_test/supported: Fail 258 crypto_test/supported: Fail
268 css_test/supported_CssMatrix: Fail 259 css_test/supported_CssMatrix: Fail
269 css_test/supported_DomPoint: Fail 260 css_test/supported_DomPoint: Fail
270 document_test/supports_cssCanvasContext: Fail 261 document_test/supports_cssCanvasContext: Fail
271 indexeddb_1_test/supported: Fail 262 indexeddb_1_test/supported: Fail
272 indexeddb_5_test/supportsDatabaseNames: Fail 263 indexeddb_5_test/supportsDatabaseNames: Fail
273 mutationobserver_test/supported: Fail 264 mutationobserver_test/supported: Fail
274 notifications_test/supported: Fail 265 notifications_test/supported: Fail
275 performance_api_test/supported: Fail 266 performance_api_test/supported: Fail
276 speechrecognition_test/supported: Fail 267 speechrecognition_test/supported: Fail
277 svg_test/supported_externalResourcesRequired: Fail 268 svg_test/supported_externalResourcesRequired: Fail
278 svg_test/supported_langSpace: Fail 269 svg_test/supported_langSpace: Fail
279 websql_test/supported: Fail 270 websql_test/supported: Fail
280 271
281 [ $runtime == ff ] 272 [ $runtime == ff ]
282 audiobuffersourcenode_test: Fail # FF only has Audio element. 273 audiobuffersourcenode_test: Fail # FF only has Audio element.
283 audiocontext_test: Fail # FF only has Audio element 274 audiocontext_test: Fail # FF only has Audio element
284 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
285 dromaeo_smoke_test: Pass, Fail # Issue: 8257 276 dromaeo_smoke_test: Pass, Fail # Issue: 8257
286 inner_frame_test: Skip
287 webgl_1_test: Pass, Fail # Issue 8219 277 webgl_1_test: Pass, Fail # Issue 8219
288 278
289 # FireFox Feature support statuses- 279 # FireFox Feature support statuses-
290 # All changes should be accompanied by platform support annotation changes. 280 # All changes should be accompanied by platform support annotation changes.
291 crypto_test/supported: Fail 281 crypto_test/supported: Fail
292 css_test/supported_CssMatrix: Fail 282 css_test/supported_CssMatrix: Fail
293 css_test/supported_DomPoint: Fail 283 css_test/supported_DomPoint: Fail
294 document_test/supports_cssCanvasContext: Fail 284 document_test/supports_cssCanvasContext: Fail
295 element_types_test/supported_content: Fail 285 element_types_test/supported_content: Fail
296 element_types_test/supported_details: Fail 286 element_types_test/supported_details: Fail
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 327 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
338 isolates_test: Skip # Timeout because leg does not support web workers. 328 isolates_test: Skip # Timeout because leg does not support web workers.
339 329
340 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt)] 330 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt)]
341 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c lasses 331 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c lasses
342 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla sses 332 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla sses
343 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes 333 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes
344 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat ive classes 334 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat ive classes
345 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on native classes 335 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on native classes
346 336
347 [ $compiler == dart2js && $runtime == ff ]
348 inner_frame_test: Skip # Timeout
349
350 [ $compiler == dart2js && $runtime == drt && $unchecked ] 337 [ $compiler == dart2js && $runtime == drt && $unchecked ]
351 indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 338 indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
352 339
353 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 340 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
354 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 341 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
355 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 342 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
356 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 343 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
357 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 344 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
358 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 345 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW
« no previous file with comments | « no previous file | tests/html/inner_frame_test.dart » ('j') | tests/html/inner_frame_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698