| OLD | NEW |
| 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. |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] | 36 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] |
| 37 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. | 37 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. |
| 38 | 38 |
| 39 [ $compiler == none && $runtime == drt && $system == macos] | 39 [ $compiler == none && $runtime == drt && $system == macos] |
| 40 audiocontext_test: Pass, Fail | 40 audiocontext_test: Pass, Fail |
| 41 | 41 |
| 42 [ $compiler == dart2js && $runtime == drt && $system == macos] | 42 [ $compiler == dart2js && $runtime == drt && $system == macos] |
| 43 audiobuffersourcenode_test: Pass, Fail | 43 audiobuffersourcenode_test: Pass, Fail |
| 44 | 44 |
| 45 [$runtime == ie10 ] | 45 [$runtime == ie10 ] |
| 46 # TODO(efortuna, blois): Triage. | |
| 47 audiobuffersourcenode_test: Fail | 46 audiobuffersourcenode_test: Fail |
| 48 audiocontext_test: Fail | 47 audiocontext_test: Fail |
| 48 canvasrenderingcontext2d_test: Fail # issue 8678 |
| 49 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. |
| 50 element_test/click: Fail # IE does not support firing this event. |
| 51 history_test/history: Pass, Fail # issue 8183 |
| 52 inner_frame_test: Skip |
| 53 isolates_test: Skip |
| 54 measurement_test: Fail, Pass |
| 55 messageevent_test: Fail |
| 56 microtask_test: Fail, Pass # Appears to be flaky |
| 57 native_gc_test: Fail, Pass # BUG(7774): Untriaged. |
| 58 serialized_script_value_test: Fail |
| 59 storage_test: Fail, Pass |
| 60 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 61 window_open_test: Skip |
| 62 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. |
| 63 |
| 64 # IE10 Feature support statuses- |
| 65 # All changes should be accompanied by platform support annotation changes. |
| 49 crypto_test/supported: Fail | 66 crypto_test/supported: Fail |
| 50 css_test/supported_CssMatrix: Fail | 67 css_test/supported_CssMatrix: Fail |
| 51 css_test/supported_DomPoint: Fail | 68 css_test/supported_DomPoint: Fail |
| 52 document_test/supports_cssCanvasContext: Fail | 69 document_test/supports_cssCanvasContext: Fail |
| 53 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. | |
| 54 element_test/click: Fail # IE does not support firing this event. | |
| 55 element_types_test/supported_content: Fail | 70 element_types_test/supported_content: Fail |
| 56 element_types_test/supported_details: Fail | 71 element_types_test/supported_details: Fail |
| 57 element_types_test/supported_keygen: Fail | 72 element_types_test/supported_keygen: Fail |
| 58 element_types_test/supported_meter: Fail | 73 element_types_test/supported_meter: Fail |
| 59 element_types_test/supported_output: Fail | 74 element_types_test/supported_output: Fail |
| 60 element_types_test/supported_shadow: Fail | 75 element_types_test/supported_shadow: Fail |
| 61 fileapi_test/supported: Fail | 76 fileapi_test/supported: Fail |
| 62 history_test/supported_HashChangeEvent: Fail | 77 history_test/supported_HashChangeEvent: Fail |
| 63 indexeddb_5_test/supportsDatabaseNames: Fail | 78 indexeddb_5_test/supportsDatabaseNames: Fail |
| 64 inner_frame_test: Skip | |
| 65 input_element_test/supported_date: Fail | 79 input_element_test/supported_date: Fail |
| 66 input_element_test/supported_datetime-local: Fail | 80 input_element_test/supported_datetime-local: Fail |
| 67 input_element_test/supported_month: Fail | 81 input_element_test/supported_month: Fail |
| 68 input_element_test/supported_time: Fail | 82 input_element_test/supported_time: Fail |
| 69 input_element_test/supported_week: Fail | 83 input_element_test/supported_week: Fail |
| 70 isolates_test: Skip | |
| 71 measurement_test: Fail, Pass | |
| 72 media_stream_test/supported_media: Fail | |
| 73 media_stream_test/supported_MediaStreamEvent: Fail | 84 media_stream_test/supported_MediaStreamEvent: Fail |
| 74 media_stream_test/supported_MediaStreamTrackEvent: Fail | 85 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 75 messageevent_test: Fail | 86 media_stream_test/supported_media: Fail |
| 76 microtask_test: Fail, Pass # Appears to be flaky | |
| 77 mutationobserver_test/supported: Fail | 87 mutationobserver_test/supported: Fail |
| 78 native_gc_test: Fail, Pass # BUG(7774): Untriaged. | |
| 79 notifications_test/supported: Fail | 88 notifications_test/supported: Fail |
| 80 rtc_test/supported: Fail | 89 rtc_test/supported: Fail |
| 81 serialized_script_value_test: Fail | |
| 82 shadow_dom_test/supported: Fail | 90 shadow_dom_test/supported: Fail |
| 83 speechrecognition_test/supported: Fail | 91 speechrecognition_test/supported: Fail |
| 84 storage_test: Fail, Pass | |
| 85 svgelement_test/supported_altGlyph: Fail | 92 svgelement_test/supported_altGlyph: Fail |
| 86 svgelement_test/supported_animate: Fail | 93 svgelement_test/supported_animate: Fail |
| 94 svgelement_test/supported_animateMotion: Fail |
| 87 svgelement_test/supported_animateTransform: Fail | 95 svgelement_test/supported_animateTransform: Fail |
| 88 svgelement_test/supported_animateMotion: Fail | |
| 89 svgelement_test/supported_foreignObject: Fail | 96 svgelement_test/supported_foreignObject: Fail |
| 90 svgelement_test/supported_set: Fail | 97 svgelement_test/supported_set: Fail |
| 91 touchevent_test/supported: Fail | 98 touchevent_test/supported: Fail |
| 92 webgl_1_test/supported: Fail | 99 webgl_1_test/supported: Fail |
| 93 websql_test/supported: Fail | 100 websql_test/supported: Fail |
| 94 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | |
| 95 window_open_test: Skip | |
| 96 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. | |
| 97 xhr_test/supported_HttpRequestProgressEvent: Fail | 101 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 98 xsltprocessor_test/supported: Fail | 102 xsltprocessor_test/supported: Fail |
| 99 history_test/history: Pass, Fail # issue 8183 | |
| 100 canvasrenderingcontext2d_test: Fail # issue 8678 | |
| 101 | 103 |
| 102 [ $runtime == ie9 ] | 104 [ $runtime == ie9 ] |
| 103 crypto_test/supported: Fail | 105 audiobuffersourcenode_test: Fail |
| 104 document_test/supports_cssCanvasContext: Fail | 106 audiocontext_test: Fail |
| 107 blob_constructor_test: Fail |
| 108 dom_constructors_test: Fail |
| 105 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. | 109 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. |
| 106 element_test/click: Fail # IE does not support firing this event. | 110 element_test/click: Fail # IE does not support firing this event. |
| 111 element_test/matches: Fail # IE9 does not support matches |
| 112 form_element_test: Fail # Issue 4793. |
| 113 inner_frame_test: Skip # Issue 5727 (timeout) |
| 114 isolates_test: Skip # BUG(4016) |
| 115 localstorage_test: Fail |
| 116 messageevent_test: Fail |
| 117 microtask_test: Pass, Fail # http://dartbug.com/8300 |
| 118 postmessage_structured_test: Skip # BUG(5685): times out. |
| 119 serialized_script_value_test: Fail |
| 120 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) |
| 121 window_open_test: Skip # BUG(4016) |
| 122 xhr_cross_origin_test: Fail # Issue 6016. |
| 123 |
| 124 # IE9 Feature support statuses- |
| 125 # All changes should be accompanied by platform support annotation changes. |
| 126 cache_test/supported: Fail |
| 127 crypto_test/supported: Fail |
| 128 css_test/supported_CssMatrix: Fail |
| 129 css_test/supported_DomPoint: Fail |
| 130 document_test/supports_cssCanvasContext: Fail |
| 107 element_types_test/supported_content: Fail | 131 element_types_test/supported_content: Fail |
| 108 element_types_test/supported_datalist: Fail | 132 element_types_test/supported_datalist: Fail |
| 109 element_types_test/supported_details: Fail | 133 element_types_test/supported_details: Fail |
| 110 element_types_test/supported_keygen: Fail | 134 element_types_test/supported_keygen: Fail |
| 111 element_types_test/supported_meter: Fail | 135 element_types_test/supported_meter: Fail |
| 112 element_types_test/supported_output: Fail | 136 element_types_test/supported_output: Fail |
| 113 element_types_test/supported_progress: Fail | 137 element_types_test/supported_progress: Fail |
| 114 element_types_test/supported_shadow: Fail | 138 element_types_test/supported_shadow: Fail |
| 115 element_types_test/supported_track: Fail | 139 element_types_test/supported_track: Fail |
| 140 fileapi_test/supported: Fail |
| 116 form_data_test/supported: Fail | 141 form_data_test/supported: Fail |
| 117 form_element_test: Fail # Issue 4793. | |
| 118 inner_frame_test: Skip # Issue 5727 (timeout) | |
| 119 transition_event_test/supported: Fail | |
| 120 typed_arrays_1_test/supported: Fail | |
| 121 localstorage_test: Fail | |
| 122 webgl_1_test/supported: Fail | |
| 123 websql_test/supported: Fail | |
| 124 | |
| 125 microtask_test: Pass, Fail # http://dartbug.com/8300 | |
| 126 | |
| 127 # | |
| 128 # Investigate and triage the following into bug reports. | |
| 129 # | |
| 130 audiobuffersourcenode_test: Fail | |
| 131 audiocontext_test: Fail | |
| 132 blob_constructor_test: Fail | |
| 133 cache_test/supported: Fail | |
| 134 css_test/supported_CssMatrix: Fail | |
| 135 css_test/supported_DomPoint: Fail | |
| 136 dom_constructors_test: Fail | |
| 137 element_test/matches: Fail # IE9 does not support matches | |
| 138 fileapi_test/supported: Fail | |
| 139 history_test/supported_HashChangeEvent: Fail | 142 history_test/supported_HashChangeEvent: Fail |
| 140 history_test/supported_state: Fail | 143 history_test/supported_state: Fail |
| 141 indexeddb_1_test/supported: Fail | 144 indexeddb_1_test/supported: Fail |
| 142 indexeddb_5_test/supportsDatabaseNames: Fail | 145 indexeddb_5_test/supportsDatabaseNames: Fail |
| 143 input_element_test/supported_date: Fail | 146 input_element_test/supported_date: Fail |
| 144 input_element_test/supported_datetime-local: Fail | 147 input_element_test/supported_datetime-local: Fail |
| 145 input_element_test/supported_email: Fail | 148 input_element_test/supported_email: Fail |
| 146 input_element_test/supported_month: Fail | 149 input_element_test/supported_month: Fail |
| 147 input_element_test/supported_number: Fail | 150 input_element_test/supported_number: Fail |
| 148 input_element_test/supported_range: Fail | 151 input_element_test/supported_range: Fail |
| 149 input_element_test/supported_search: Fail | 152 input_element_test/supported_search: Fail |
| 150 input_element_test/supported_tel: Fail | 153 input_element_test/supported_tel: Fail |
| 151 input_element_test/supported_time: Fail | 154 input_element_test/supported_time: Fail |
| 152 input_element_test/supported_url: Fail | 155 input_element_test/supported_url: Fail |
| 153 input_element_test/supported_week: Fail | 156 input_element_test/supported_week: Fail |
| 154 media_stream_test/supported_media: Fail | |
| 155 media_stream_test/supported_MediaStreamEvent: Fail | 157 media_stream_test/supported_MediaStreamEvent: Fail |
| 156 media_stream_test/supported_MediaStreamTrackEvent: Fail | 158 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 157 messageevent_test: Fail | 159 media_stream_test/supported_media: Fail |
| 158 mutationobserver_test/supported: Fail | 160 mutationobserver_test/supported: Fail |
| 159 notifications_test/supported: Fail | 161 notifications_test/supported: Fail |
| 160 postmessage_structured_test: Skip # BUG(5685): times out. | |
| 161 rtc_test/supported: Fail | 162 rtc_test/supported: Fail |
| 162 serialized_script_value_test: Fail | |
| 163 shadow_dom_test/supported: Fail | 163 shadow_dom_test/supported: Fail |
| 164 speechrecognition_test/supported: Fail | 164 speechrecognition_test/supported: Fail |
| 165 svg_test/supported_externalResourcesRequired: Fail | 165 svg_test/supported_externalResourcesRequired: Fail |
| 166 svgelement_test/supported_altGlyph: Fail | 166 svgelement_test/supported_altGlyph: Fail |
| 167 svgelement_test/supported_animate: Fail | 167 svgelement_test/supported_animate: Fail |
| 168 svgelement_test/supported_animateMotion: Fail |
| 168 svgelement_test/supported_animateTransform: Fail | 169 svgelement_test/supported_animateTransform: Fail |
| 169 svgelement_test/supported_animateMotion: Fail | |
| 170 svgelement_test/supported_feBlend: Fail | 170 svgelement_test/supported_feBlend: Fail |
| 171 svgelement_test/supported_feColorMatrix: Fail | 171 svgelement_test/supported_feColorMatrix: Fail |
| 172 svgelement_test/supported_feComponentTransfer: Fail | 172 svgelement_test/supported_feComponentTransfer: Fail |
| 173 svgelement_test/supported_feConvolveMatrix: Fail | 173 svgelement_test/supported_feConvolveMatrix: Fail |
| 174 svgelement_test/supported_feDiffuseLighting: Fail | 174 svgelement_test/supported_feDiffuseLighting: Fail |
| 175 svgelement_test/supported_feDisplacementMap: Fail | 175 svgelement_test/supported_feDisplacementMap: Fail |
| 176 svgelement_test/supported_feDistantLight: Fail | 176 svgelement_test/supported_feDistantLight: Fail |
| 177 svgelement_test/supported_feFlood: Fail | 177 svgelement_test/supported_feFlood: Fail |
| 178 svgelement_test/supported_feFuncA: Fail | 178 svgelement_test/supported_feFuncA: Fail |
| 179 svgelement_test/supported_feFuncB: Fail | 179 svgelement_test/supported_feFuncB: Fail |
| 180 svgelement_test/supported_feFuncG: Fail | 180 svgelement_test/supported_feFuncG: Fail |
| 181 svgelement_test/supported_feFuncR: Fail | 181 svgelement_test/supported_feFuncR: Fail |
| 182 svgelement_test/supported_feGaussianBlur: Fail | 182 svgelement_test/supported_feGaussianBlur: Fail |
| 183 svgelement_test/supported_feImage: Fail | 183 svgelement_test/supported_feImage: Fail |
| 184 svgelement_test/supported_feMerge: Fail | 184 svgelement_test/supported_feMerge: Fail |
| 185 svgelement_test/supported_feMergeNode: Fail | 185 svgelement_test/supported_feMergeNode: Fail |
| 186 svgelement_test/supported_feOffset: Fail | 186 svgelement_test/supported_feOffset: Fail |
| 187 svgelement_test/supported_fePointLight: Fail | 187 svgelement_test/supported_fePointLight: Fail |
| 188 svgelement_test/supported_feSpecularLighting: Fail | 188 svgelement_test/supported_feSpecularLighting: Fail |
| 189 svgelement_test/supported_feSpotLight: Fail | 189 svgelement_test/supported_feSpotLight: Fail |
| 190 svgelement_test/supported_feTile: Fail | 190 svgelement_test/supported_feTile: Fail |
| 191 svgelement_test/supported_feTurbulence: Fail | 191 svgelement_test/supported_feTurbulence: Fail |
| 192 svgelement_test/supported_filter: Fail | 192 svgelement_test/supported_filter: Fail |
| 193 svgelement_test/supported_foreignObject: Fail | 193 svgelement_test/supported_foreignObject: Fail |
| 194 svgelement_test/supported_set: Fail | 194 svgelement_test/supported_set: Fail |
| 195 touchevent_test/supported: Fail | 195 touchevent_test/supported: Fail |
| 196 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | 196 transition_event_test/supported: Fail |
| 197 typed_arrays_1_test/supported: Fail |
| 198 webgl_1_test/supported: Fail |
| 197 websocket_test/supported: Fail | 199 websocket_test/supported: Fail |
| 198 window_open_test: Skip # BUG(4016) | 200 websql_test/supported: Fail |
| 199 isolates_test: Skip # BUG(4016) | |
| 200 xhr_test/supported_HttpRequestProgressEvent: Fail | 201 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 201 xhr_test/supported_onLoadEnd: Fail | 202 xhr_test/supported_onLoadEnd: Fail |
| 202 xhr_test/supported_onProgress: Fail | 203 xhr_test/supported_onProgress: Fail |
| 203 xhr_cross_origin_test: Fail # Issue 6016. | |
| 204 xsltprocessor_test/supported: Fail | 204 xsltprocessor_test/supported: Fail |
| 205 | 205 |
| 206 [ $runtime == safari ] | 206 [ $runtime == safari ] |
| 207 audiocontext_test: Crash, Fail # Issue: 7414 |
| 208 datalistelement_test: Fail # Issue: 7414 |
| 209 element_test/elements: Crash, Fail # Issue: 7414 |
| 210 element_types_test/supported_track: Pass, Fail |
| 211 input_element_test/supported_month: Fail, Crash |
| 212 input_element_test/supported_time: Fail, Crash |
| 213 input_element_test/supported_week: Fail, Crash |
| 214 webgl_1_test: Pass, Fail # Issue 8219 |
| 215 wheelevent_test: Fail # Issue: 7414 |
| 216 |
| 217 # Safari Feature support statuses- |
| 218 # All changes should be accompanied by platform support annotation changes. |
| 207 element_types_test/supported_content: Fail | 219 element_types_test/supported_content: Fail |
| 208 element_types_test/supported_datalist: Fail | 220 element_types_test/supported_datalist: Fail |
| 209 element_types_test/supported_shadow: Fail | 221 element_types_test/supported_shadow: Fail |
| 210 element_types_test/supported_track: Pass, Fail | |
| 211 fileapi_test/supported: Fail | 222 fileapi_test/supported: Fail |
| 212 indexeddb_1_test/supported: Fail | 223 indexeddb_1_test/supported: Fail |
| 213 indexeddb_5_test/supportsDatabaseNames: Fail | 224 indexeddb_5_test/supportsDatabaseNames: Fail |
| 214 input_element_test/supported_date: Fail | 225 input_element_test/supported_date: Fail |
| 215 input_element_test/supported_datetime-local: Fail | 226 input_element_test/supported_datetime-local: Fail |
| 216 input_element_test/supported_month: Fail, Crash | |
| 217 input_element_test/supported_time: Fail, Crash | |
| 218 input_element_test/supported_week: Fail, Crash | |
| 219 media_stream_test/supported_media: Fail | |
| 220 media_stream_test/supported_MediaStreamEvent: Fail | 227 media_stream_test/supported_MediaStreamEvent: Fail |
| 221 media_stream_test/supported_MediaStreamTrackEvent: Fail | 228 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 222 notifications_test/supported: Fail # Issue: 7414 | 229 media_stream_test/supported_media: Fail |
| 230 notifications_test/supported: Fail |
| 223 performance_api_test/supported: Fail | 231 performance_api_test/supported: Fail |
| 224 rtc_test/supported: Fail | 232 rtc_test/supported: Fail |
| 225 shadow_dom_test/supported: Fail | 233 shadow_dom_test/supported: Fail |
| 226 speechrecognition_test/supported: Fail | 234 speechrecognition_test/supported: Fail |
| 227 touchevent_test/supported: Fail | 235 touchevent_test/supported: Fail |
| 228 webgl_1_test: Pass, Fail # Issue 8219 | |
| 229 | |
| 230 audiocontext_test: Crash, Fail # Issue: 7414 | |
| 231 datalistelement_test: Fail # Issue: 7414 | |
| 232 element_test/elements: Crash, Fail # Issue: 7414 | |
| 233 wheelevent_test: Fail # Issue: 7414 | |
| 234 | 236 |
| 235 [ $runtime == opera ] | 237 [ $runtime == opera ] |
| 236 crypto_test/supported: Fail | |
| 237 document_test/supports_cssCanvasContext: Fail | |
| 238 document_test/document: Fail # Issue: 7413 | |
| 239 form_data_test: Fail # Issue: 7413 | |
| 240 keyboard_event_test: Fail # Issue: 7413 | |
| 241 element_test/eventListening: Fail # Issue: 7413 | |
| 242 element_test/children: Fail # Issue: 7413 | |
| 243 audiobuffersourcenode_test: Fail | 238 audiobuffersourcenode_test: Fail |
| 244 canvas_test: Pass,Fail | |
| 245 audiocontext_test: Fail | 239 audiocontext_test: Fail |
| 246 blob_constructor_test: Fail | 240 blob_constructor_test: Fail |
| 241 canvas_test: Fail |
| 242 canvas_test: Pass,Fail |
| 247 canvas_using_html_test: Fail | 243 canvas_using_html_test: Fail |
| 248 canvas_test: Fail | |
| 249 css_test/supported_CssMatrix: Fail | |
| 250 css_test/supported_DomPoint: Fail | |
| 251 cssstyledeclaration_test: Fail | 244 cssstyledeclaration_test: Fail |
| 245 document_test/document: Fail # Issue: 7413 |
| 252 element_add_test: Fail | 246 element_add_test: Fail |
| 253 element_constructor_1_test: Fail | 247 element_constructor_1_test: Fail |
| 248 element_test/children: Fail # Issue: 7413 |
| 254 element_test/constructors: Fail | 249 element_test/constructors: Fail |
| 255 element_test/elements: Fail | 250 element_test/elements: Fail |
| 256 element_test/eventListening: Crash | 251 element_test/eventListening: Crash |
| 252 element_test/eventListening: Fail # Issue: 7413 |
| 257 element_test/queryAll: Fail | 253 element_test/queryAll: Fail |
| 258 element_webkit_test: Fail | 254 element_webkit_test: Fail |
| 255 fileapi_test: Skip # Timeout. |
| 256 form_data_test: Fail # Issue: 7413 |
| 259 htmlelement_test: Fail | 257 htmlelement_test: Fail |
| 258 inner_frame_test: Skip # Timeout. |
| 259 isolates_test: Skip # Timeout. |
| 260 js_interop_3_test: Skip # Timeout. |
| 261 js_interop_4_test: Skip # Timeout. |
| 262 keyboard_event_test: Fail # Issue: 7413 |
| 263 serialized_script_value_test: Fail |
| 264 typed_arrays_arraybuffer_test: Fail |
| 265 url_test: Fail |
| 266 |
| 267 # Opera Feature support statuses- |
| 268 # All changes should be accompanied by platform support annotation changes. |
| 269 crypto_test/supported: Fail |
| 270 css_test/supported_CssMatrix: Fail |
| 271 css_test/supported_DomPoint: Fail |
| 272 document_test/supports_cssCanvasContext: Fail |
| 260 indexeddb_1_test/supported: Fail | 273 indexeddb_1_test/supported: Fail |
| 261 indexeddb_5_test/supportsDatabaseNames: Fail | 274 indexeddb_5_test/supportsDatabaseNames: Fail |
| 262 mutationobserver_test/supported: Fail | 275 mutationobserver_test/supported: Fail |
| 263 notifications_test/supported: Fail | 276 notifications_test/supported: Fail |
| 264 performance_api_test/supported: Fail | 277 performance_api_test/supported: Fail |
| 265 serialized_script_value_test: Fail | |
| 266 speechrecognition_test/supported: Fail | 278 speechrecognition_test/supported: Fail |
| 267 svg_test/supported_externalResourcesRequired: Fail | 279 svg_test/supported_externalResourcesRequired: Fail |
| 268 svg_test/supported_langSpace: Fail | 280 svg_test/supported_langSpace: Fail |
| 269 typed_arrays_arraybuffer_test: Fail | |
| 270 url_test: Fail | |
| 271 fileapi_test: Skip # Timeout. | |
| 272 inner_frame_test: Skip # Timeout. | |
| 273 js_interop_3_test: Skip # Timeout. | |
| 274 js_interop_4_test: Skip # Timeout. | |
| 275 isolates_test: Skip # Timeout. | |
| 276 websql_test/supported: Fail | 281 websql_test/supported: Fail |
| 277 | 282 |
| 278 [ $runtime == ff ] | 283 [ $runtime == ff ] |
| 279 audiobuffersourcenode_test: Fail # FF only has Audio element. | 284 audiobuffersourcenode_test: Fail # FF only has Audio element. |
| 280 audiocontext_test: Fail # FF only has Audio element | 285 audiocontext_test: Fail # FF only has Audio element |
| 286 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 287 dromaeo_smoke_test: Pass, Fail # Issue: 8257 |
| 288 inner_frame_test: Skip |
| 289 transferables_test: Fail # Issue 3392. |
| 290 webgl_1_test: Pass, Fail # Issue 8219 |
| 291 |
| 292 # FireFox Feature support statuses- |
| 293 # All changes should be accompanied by platform support annotation changes. |
| 281 crypto_test/supported: Fail | 294 crypto_test/supported: Fail |
| 282 css_test/supported_CssMatrix: Fail | 295 css_test/supported_CssMatrix: Fail |
| 283 css_test/supported_DomPoint: Fail | 296 css_test/supported_DomPoint: Fail |
| 284 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | |
| 285 document_test/supports_cssCanvasContext: Fail | 297 document_test/supports_cssCanvasContext: Fail |
| 286 element_types_test/supported_content: Fail | 298 element_types_test/supported_content: Fail |
| 287 element_types_test/supported_details: Fail | 299 element_types_test/supported_details: Fail |
| 288 element_types_test/supported_embed: Fail | 300 element_types_test/supported_embed: Fail |
| 289 element_types_test/supported_keygen: Fail | 301 element_types_test/supported_keygen: Fail |
| 290 element_types_test/supported_object: Fail | 302 element_types_test/supported_object: Fail |
| 291 element_types_test/supported_shadow: Fail | 303 element_types_test/supported_shadow: Fail |
| 292 element_types_test/supported_track: Fail | 304 element_types_test/supported_track: Fail |
| 293 fileapi_test/supported: Fail | 305 fileapi_test/supported: Fail |
| 294 indexeddb_5_test/supportsDatabaseNames: Fail | 306 indexeddb_5_test/supportsDatabaseNames: Fail |
| 295 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] | |
| 296 inner_frame_test: Skip | |
| 297 input_element_test/supported_date: Fail | 307 input_element_test/supported_date: Fail |
| 298 input_element_test/supported_datetime-local: Fail | 308 input_element_test/supported_datetime-local: Fail |
| 299 input_element_test/supported_month: Fail | 309 input_element_test/supported_month: Fail |
| 310 input_element_test/supported_number: Fail |
| 311 input_element_test/supported_range: Fail |
| 300 input_element_test/supported_time: Fail | 312 input_element_test/supported_time: Fail |
| 301 input_element_test/supported_week: Fail | 313 input_element_test/supported_week: Fail |
| 302 input_element_test/supported_number: Fail | |
| 303 input_element_test/supported_range: Fail | |
| 304 media_stream_test/supported_MediaStreamEvent: Fail | 314 media_stream_test/supported_MediaStreamEvent: Fail |
| 305 media_stream_test/supported_MediaStreamTrackEvent: Fail | 315 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 306 notifications_test/supported: Fail | 316 notifications_test/supported: Fail |
| 307 rtc_test/supported: Fail # Release build does not enable by default. | 317 rtc_test/supported: Fail # Release build does not enable by default. |
| 308 shadow_dom_test/supported: Fail | 318 shadow_dom_test/supported: Fail |
| 309 speechrecognition_test/supported: Fail | 319 speechrecognition_test/supported: Fail |
| 310 svg_test/supported_externalResourcesRequired: Fail | 320 svg_test/supported_externalResourcesRequired: Fail |
| 311 svg_test/supported_langSpace: Fail | 321 svg_test/supported_langSpace: Fail |
| 312 touchevent_test/supported: Fail | 322 touchevent_test/supported: Fail |
| 313 transferables_test: Fail # Issue 3392. | |
| 314 webgl_1_test: Pass, Fail # Issue 8219 | |
| 315 websql_test/supported: Fail | 323 websql_test/supported: Fail |
| 316 xhr_test/supported_HttpRequestProgressEvent: Fail | 324 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 317 dromaeo_smoke_test: Pass, Fail # Issue: 8257 | |
| 318 | 325 |
| 319 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 326 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| 320 *: Skip | 327 *: Skip |
| 321 | 328 |
| 322 [ $runtime == safari && ($system == linux || $system == windows) ] | 329 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 323 *: Skip | 330 *: Skip |
| 324 | 331 |
| 325 # 'html' tests import the HTML library, so they only make sense in | 332 # 'html' tests import the HTML library, so they only make sense in |
| 326 # a browser environment. | 333 # a browser environment. |
| 327 [ $runtime == vm ] | 334 [ $runtime == vm ] |
| (...skipping 20 matching lines...) Expand all Loading... |
| 348 | 355 |
| 349 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 356 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 350 indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 | 357 indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 |
| 351 | 358 |
| 352 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] | 359 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] |
| 353 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 360 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 354 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 361 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 355 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 362 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 356 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 363 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 357 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 364 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| OLD | NEW |