| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 | 6 |
| 7 event_test: Skip # Issue 1996 | 7 event_test: Skip # Issue 1996 |
| 8 webgl_1_test: Skip # Issue 1495 | 8 webgl_1_test: Skip # Issue 1495 |
| 9 xmldocument_test: Skip # XML in dart:html is incomplete | 9 xmldocument_test: Skip # XML in dart:html is incomplete |
| 10 xmlelement_test: Skip # XML in dart:html is incomplete | 10 xmlelement_test: Skip # XML in dart:html is incomplete |
| 11 | 11 |
| 12 [ $runtime == chrome ] | 12 [ $runtime == chrome ] |
| 13 contentelement_test: Fail # Issue 5445: not currently supported on chrome stab
le. | 13 contentelement_test: Fail # Issue 5445: not currently supported on chrome stab
le. |
| 14 input_element_test/date: Pass, Fail # Chrome stable does not support this i
nput type. | 14 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp
ort this input type. |
| 15 input_element_test/datetime: Fail # Chrome stable does not support this i
nput type. | 15 input_element_test/supported_datetime: Fail |
| 16 input_element_test/datetime-local: Fail # Chrome stable does not support this i
nput type. | 16 input_element_test/supported_datetime-local: Fail |
| 17 input_element_test/month: Fail # Chrome stable does not support this i
nput type. | 17 input_element_test/supported_month: Fail |
| 18 input_element_test/week: Fail # Chrome stable does not support this i
nput type. | 18 input_element_test/supported_week: Fail |
| 19 | 19 |
| 20 [ $runtime == chrome || $runtime == drt] | 20 [ $runtime == chrome || $runtime == drt] |
| 21 audiobuffersourcenode_test: Pass, Fail # AudiobufferSourceNode is flaky on Chro
me and Dartium. | 21 audiobuffersourcenode_test: Pass, Fail # AudiobufferSourceNode is flaky on Chro
me and Dartium. |
| 22 audiocontext_test: Skip # Need to adjust to new API. | 22 audiocontext_test: Skip # Need to adjust to new API. |
| 23 | 23 |
| 24 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 24 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 25 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented | 25 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented |
| 26 | 26 |
| 27 [ $compiler == none && $runtime == drt && $system == windows] | 27 [ $compiler == none && $runtime == drt && $system == windows] |
| 28 audiobuffersourcenode_test: Skip | 28 audiobuffersourcenode_test: Skip |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 element_test/additionalConstructors: Fail | 72 element_test/additionalConstructors: Fail |
| 73 element_test/click: Fail # IE does not support firing this event. | 73 element_test/click: Fail # IE does not support firing this event. |
| 74 element_webkit_test: Fail | 74 element_webkit_test: Fail |
| 75 exceptions_test: Fail | 75 exceptions_test: Fail |
| 76 fileapi_test: Fail | 76 fileapi_test: Fail |
| 77 indexeddb_1_test: Fail | 77 indexeddb_1_test: Fail |
| 78 indexeddb_2_test: Fail | 78 indexeddb_2_test: Fail |
| 79 indexeddb_3_test: Fail | 79 indexeddb_3_test: Fail |
| 80 indexeddb_4_test: Fail | 80 indexeddb_4_test: Fail |
| 81 inner_frame_test: Skip | 81 inner_frame_test: Skip |
| 82 input_element_test/date: Fail # IE10 does not support this input type
. | 82 input_element_test/supported_date: Fail |
| 83 input_element_test/datetime: Fail # IE10 does not support this input type
. | 83 input_element_test/supported_datetime: Fail |
| 84 input_element_test/datetime-local: Fail # IE10 does not support this input type
. | 84 input_element_test/supported_datetime-local: Fail |
| 85 input_element_test/month: Fail # IE10 does not support this input type
. | 85 input_element_test/supported_month: Fail |
| 86 input_element_test/time: Fail # IE10 does not support this input type
. | 86 input_element_test/supported_time: Fail |
| 87 input_element_test/week: Fail # IE10 does not support this input type
. | 87 input_element_test/supported_week: Fail |
| 88 isolates_test: Skip | 88 isolates_test: Skip |
| 89 localstorage_test: Fail | 89 localstorage_test: Fail |
| 90 measurement_test: Fail, Pass | 90 measurement_test: Fail, Pass |
| 91 messageevent_test: Fail | 91 messageevent_test: Fail |
| 92 mutationobserver_test/supported: Fail | 92 mutationobserver_test/supported: Fail |
| 93 serialized_script_value_test: Fail | 93 serialized_script_value_test: Fail |
| 94 storage_test: Fail, Pass | 94 storage_test: Fail, Pass |
| 95 svgelement_test/additionalConstructors: Fail | 95 svgelement_test/additionalConstructors: Fail |
| 96 svgelement2_test: Fail | 96 svgelement2_test: Fail |
| 97 svg_3_test: Fail | 97 svg_3_test: Fail |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 datalistelement_test: Fail # ie9 does not have HTMLDataListElement | 133 datalistelement_test: Fail # ie9 does not have HTMLDataListElement |
| 134 dom_constructors_test: Fail | 134 dom_constructors_test: Fail |
| 135 element_test/additionalConstructors: Fail | 135 element_test/additionalConstructors: Fail |
| 136 exceptions_test: Fail | 136 exceptions_test: Fail |
| 137 fileapi_test: Fail # IE does not support filesystem APIs. | 137 fileapi_test: Fail # IE does not support filesystem APIs. |
| 138 history_test: Fail | 138 history_test: Fail |
| 139 indexeddb_1_test: Fail | 139 indexeddb_1_test: Fail |
| 140 indexeddb_2_test: Fail | 140 indexeddb_2_test: Fail |
| 141 indexeddb_3_test: Fail | 141 indexeddb_3_test: Fail |
| 142 indexeddb_4_test: Fail | 142 indexeddb_4_test: Fail |
| 143 input_element_test/date: Fail # IE9 does not support this input type. | 143 input_element_test/supported_date: Fail |
| 144 input_element_test/datetime: Fail # IE9 does not support this input type. | 144 input_element_test/supported_datetime: Fail |
| 145 input_element_test/datetime-local: Fail # IE9 does not support this input type. | 145 input_element_test/supported_datetime-local: Fail |
| 146 input_element_test/month: Fail # IE9 does not support this input type. | 146 input_element_test/supported_month: Fail |
| 147 input_element_test/range: Fail # IE9 does not support this input type. | 147 input_element_test/supported_range: Fail |
| 148 input_element_test/time: Fail # IE9 does not support this input type. | 148 input_element_test/supported_time: Fail |
| 149 input_element_test/week: Fail # IE9 does not support this input type. | 149 input_element_test/supported_week: Fail |
| 150 | 150 |
| 151 messageevent_test: Fail | 151 messageevent_test: Fail |
| 152 mutationobserver_test/supported: Fail | 152 mutationobserver_test/supported: Fail |
| 153 postmessage_structured_test: Skip # BUG(5685): times out. | 153 postmessage_structured_test: Skip # BUG(5685): times out. |
| 154 serialized_script_value_test: Fail | 154 serialized_script_value_test: Fail |
| 155 shadow_dom_layout_test: Fail | 155 shadow_dom_layout_test: Fail |
| 156 shadow_dom_test: Fail | 156 shadow_dom_test: Fail |
| 157 storage_test: Fail | 157 storage_test: Fail |
| 158 svg_3_test: Fail | 158 svg_3_test: Fail |
| 159 svgelement_test/additionalConstructors: Fail | 159 svgelement_test/additionalConstructors: Fail |
| 160 svgelement2_test: Fail | 160 svgelement2_test: Fail |
| 161 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | 161 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) |
| 162 websocket_test: Fail | 162 websocket_test: Fail |
| 163 window_open_test: Skip # BUG(4016) | 163 window_open_test: Skip # BUG(4016) |
| 164 xsltprocessor_test: Skip # BUG(4016) | 164 xsltprocessor_test: Skip # BUG(4016) |
| 165 isolates_test: Skip # BUG(4016) | 165 isolates_test: Skip # BUG(4016) |
| 166 xhr_test: Skip # BUG(4016) | 166 xhr_test: Skip # BUG(4016) |
| 167 xhr_cross_origin_test: Fail # Issue 6016. | 167 xhr_cross_origin_test: Fail # Issue 6016. |
| 168 | 168 |
| 169 [ $runtime == safari ] | 169 [ $runtime == safari ] |
| 170 # TODO(ahe, efortuna): These tests need to be retriaged now that we're testing | 170 # TODO(ahe, efortuna): These tests need to be retriaged now that we're testing |
| 171 # with Safari 6. | 171 # with Safari 6. |
| 172 audiocontext_test: Crash, Fail # Issue: 7414 | 172 audiocontext_test: Crash, Fail # Issue: 7414 |
| 173 element_test/elements: Crash, Fail # Issue: 7414 | 173 element_test/elements: Crash, Fail # Issue: 7414 |
| 174 performance_api_test: Fail # window.performance.timing not in Safari 6. | 174 performance_api_test: Fail # window.performance.timing not in Safari 6. |
| 175 indexeddb_1_test: Fail # indexedDB not in Safari 6. | 175 indexeddb_1_test: Fail # indexedDB not in Safari 6. |
| 176 indexeddb_2_test: Fail # indexedDB not in Safari 6. | 176 indexeddb_2_test: Fail # indexedDB not in Safari 6. |
| 177 indexeddb_3_test: Fail # indexedDB not in Safari 6. | 177 indexeddb_3_test: Fail # indexedDB not in Safari 6. |
| 178 indexeddb_4_test: Fail # indexedDB not in Safari 6. | 178 indexeddb_4_test: Fail # indexedDB not in Safari 6. |
| 179 input_element_test/date: Fail # Safari does not support this input ty
pe. | 179 input_element_test/supported_date: Fail |
| 180 input_element_test/datetime: Fail # Safari does not support this input ty
pe. | 180 input_element_test/supported_datetime: Fail |
| 181 input_element_test/datetime-local: Fail # Safari does not support this input ty
pe. | 181 input_element_test/supported_datetime-local: Fail |
| 182 input_element_test/month: Fail, Crash # Safari does not support this input ty
pe. | 182 input_element_test/supported_month: Fail, Crash |
| 183 input_element_test/range: Fail, Crash # TODO(efortuna): Please triage this fa
ilure. | 183 input_element_test/supported_range: Fail, Crash # TODO(efortuna): Please tria
ge this failure. |
| 184 input_element_test/time: Fail, Crash # Safari does not support this input ty
pe. | 184 input_element_test/supported_time: Fail, Crash |
| 185 input_element_test/week: Fail, Crash # Safari does not support this input ty
pe. | 185 input_element_test/supported_week: Fail, Crash |
| 186 fileapi_test: Fail # requestFileSystem not supported in Safari 6. | 186 fileapi_test: Fail # requestFileSystem not supported in Safari 6. |
| 187 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. | 187 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. |
| 188 contentelement_test: Fail # Safari 6 does not support content element. | 188 contentelement_test: Fail # Safari 6 does not support content element. |
| 189 # TODO(efortuna): Make our test framework able to separate tests out by browser | 189 # TODO(efortuna): Make our test framework able to separate tests out by browser |
| 190 # version. | 190 # version. |
| 191 datalistelement_test: Fail # Issue: 7414 | 191 datalistelement_test: Fail # Issue: 7414 |
| 192 node_test: Skip # Issue 6457 | 192 node_test: Skip # Issue 6457 |
| 193 | 193 |
| 194 [ $runtime == opera && $system == windows ] | 194 [ $runtime == opera && $system == windows ] |
| 195 htmlelement_test: Fail, Pass | 195 htmlelement_test: Fail, Pass |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 documentfragment_test: Fail | 254 documentfragment_test: Fail |
| 255 element_webkit_test: Fail | 255 element_webkit_test: Fail |
| 256 exceptions_test: Fail # Uses webkitotifications, no analogue in moz | 256 exceptions_test: Fail # Uses webkitotifications, no analogue in moz |
| 257 fileapi_test: Fail # FF does not support filesystem APIs. | 257 fileapi_test: Fail # FF does not support filesystem APIs. |
| 258 indexeddb_1_test: Fail # FF disables indexedDB from file URLs. | 258 indexeddb_1_test: Fail # FF disables indexedDB from file URLs. |
| 259 indexeddb_2_test: Fail # FF disables indexedDB from file URLs. | 259 indexeddb_2_test: Fail # FF disables indexedDB from file URLs. |
| 260 indexeddb_3_test: Fail # FF disables indexedDB from file URLs. | 260 indexeddb_3_test: Fail # FF disables indexedDB from file URLs. |
| 261 indexeddb_4_test: Fail # FF disables indexedDB from file URLs. | 261 indexeddb_4_test: Fail # FF disables indexedDB from file URLs. |
| 262 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] | 262 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] |
| 263 inner_frame_test: Skip | 263 inner_frame_test: Skip |
| 264 input_element_test/date: Fail # FF does not support this input type. | 264 input_element_test/supported_date: Fail |
| 265 input_element_test/datetime: Fail # FF does not support this input type. | 265 input_element_test/supported_datetime: Fail |
| 266 input_element_test/datetime-local: Fail # FF does not support this input type. | 266 input_element_test/supported_datetime-local: Fail |
| 267 input_element_test/month: Fail # FF does not support this input type. | 267 input_element_test/supported_month: Fail |
| 268 input_element_test/time: Fail # FF does not support this input type. | 268 input_element_test/supported_time: Fail |
| 269 input_element_test/week: Fail # FF does not support this input type. | 269 input_element_test/supported_week: Fail |
| 270 input_element_test/range: Fail # FF does not support this input type. | 270 input_element_test/supported_number: Fail |
| 271 input_element_test/supported_range: Fail |
| 271 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable | 272 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable |
| 272 svg_3_test: Fail | 273 svg_3_test: Fail |
| 273 svgelement_test/additionalConstructors: Fail | 274 svgelement_test/additionalConstructors: Fail |
| 274 svgelement2_test: Fail | 275 svgelement2_test: Fail |
| 275 transferables_test: Fail # Issue 3392. | 276 transferables_test: Fail # Issue 3392. |
| 276 websql_test: Fail # FF does not support web SQL | 277 websql_test: Fail # FF does not support web SQL |
| 277 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. | 278 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. |
| 278 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4" | 279 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4" |
| 279 # (NS_ERROR_DOM_BAD_URI) ... | 280 # (NS_ERROR_DOM_BAD_URI) ... |
| 280 xhr_test: Fail | 281 xhr_test: Fail |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. | 315 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. |
| 315 | 316 |
| 316 [ $compiler == dart2js && $runtime == ff && $system == linux] | 317 [ $compiler == dart2js && $runtime == ff && $system == linux] |
| 317 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er
ror: The data provided does not meet the requirements of the function. | 318 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er
ror: The data provided does not meet the requirements of the function. |
| 318 | 319 |
| 319 [ $compiler == dart2js && $runtime == ff ] | 320 [ $compiler == dart2js && $runtime == ff ] |
| 320 xhr_test: Skip # Timeout | 321 xhr_test: Skip # Timeout |
| 321 inner_frame_test: Skip # Timeout | 322 inner_frame_test: Skip # Timeout |
| 322 svg_3_test: Skip # Timeout | 323 svg_3_test: Skip # Timeout |
| 323 documentfragment_test: Skip # Timeout | 324 documentfragment_test: Skip # Timeout |
| OLD | NEW |