| 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: Fail, Pass # http://dartbug.com/5151 | 5 window_open_test: Fail, Pass # 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 |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 svg_3_test: Fail | 101 svg_3_test: Fail |
| 102 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | 102 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) |
| 103 websocket_test: Fail | 103 websocket_test: Fail |
| 104 window_open_test: Skip # BUG(4016) | 104 window_open_test: Skip # BUG(4016) |
| 105 xsltprocessor_test: Skip # BUG(4016) | 105 xsltprocessor_test: Skip # BUG(4016) |
| 106 isolates_test: Skip # BUG(4016) | 106 isolates_test: Skip # BUG(4016) |
| 107 xhr_test: Skip # BUG(4016) | 107 xhr_test: Skip # BUG(4016) |
| 108 xhr_cross_origin_test: Skip # TODO(vsm): Triage XHR on IE. | 108 xhr_cross_origin_test: Skip # TODO(vsm): Triage XHR on IE. |
| 109 | 109 |
| 110 [ $runtime == safari ] | 110 [ $runtime == safari ] |
| 111 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function | 111 performance_api_test: Fail # window.performance.timing not in Safari 6. |
| 112 node_test: Fail | 112 indexeddb_1_test: Fail # indexedDB not in Safari 6. |
| 113 svgelement_test: Fail | 113 indexeddb_2_test: Fail # indexedDB not in Safari 6. |
| 114 svgelement2_test: Fail | 114 indexeddb_3_test: Fail # indexedDB not in Safari 6. |
| 115 indexeddb_4_test: Fail # indexedDB not in Safari 6. |
| 116 indexeddb_1_test: Fail # indexedDB not in Safari 6. |
| 117 fileapi_test: Fail # requestFileSystem not supported in Safari 6. |
| 118 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. |
| 119 contentelement_test: Fail # Safari 6 does not support content element. |
| 115 | 120 |
| 116 [ $runtime == ff ] | 121 [ $runtime == ff ] |
| 117 audiocontext_test: Fail # FF only has Audio element | 122 audiocontext_test: Fail # FF only has Audio element |
| 118 css_test: Fail # No analog to WebKitCSSMatrix | 123 css_test: Fail # No analog to WebKitCSSMatrix |
| 119 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. | 124 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. |
| 120 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. | 125 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. |
| 121 contentelement_test: Fail # FF does not support content element. | 126 contentelement_test: Fail # FF does not support content element. |
| 122 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 127 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 123 documentfragment_test: Fail | 128 documentfragment_test: Fail |
| 124 element_test: Fail | 129 element_test: Fail |
| (...skipping 15 matching lines...) Expand all Loading... |
| 140 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4" | 145 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4" |
| 141 # (NS_ERROR_DOM_BAD_URI) ... | 146 # (NS_ERROR_DOM_BAD_URI) ... |
| 142 xhr_test: Fail | 147 xhr_test: Fail |
| 143 | 148 |
| 144 [ $runtime == ie && ($system == linux || $system == macos) ] | 149 [ $runtime == ie && ($system == linux || $system == macos) ] |
| 145 *: Skip | 150 *: Skip |
| 146 | 151 |
| 147 [ $runtime == safari && ($system == linux || $system == windows) ] | 152 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 148 *: Skip | 153 *: Skip |
| 149 | 154 |
| 150 [ $runtime == safari ] | |
| 151 # TODO(vsm): Triage DOM failures. | |
| 152 *: Skip | |
| 153 | |
| 154 # 'html' tests import the HTML library, so they only make sense in | 155 # 'html' tests import the HTML library, so they only make sense in |
| 155 # a browser environment. | 156 # a browser environment. |
| 156 [ $compiler == dartc ] | 157 [ $compiler == dartc ] |
| 157 *: Skip | 158 *: Skip |
| 158 | 159 |
| 159 [ $runtime == vm ] | 160 [ $runtime == vm ] |
| 160 *: Skip | 161 *: Skip |
| 161 | 162 |
| 162 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 163 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 163 [ $runtime == opera ] | 164 [ $runtime == opera ] |
| 164 *: Skip | 165 *: Skip |
| 165 | 166 |
| 166 [ $compiler == dart2js && $runtime == drt ] | 167 [ $compiler == dart2js && $runtime == drt ] |
| 167 # Unknown error - should investigate. | 168 # Unknown error - should investigate. |
| 168 htmloptionscollection_test: Fail # Issue 3813. | 169 htmloptionscollection_test: Fail # Issue 3813. |
| 169 unknownelement_test: Fail # Issue 4189 | 170 unknownelement_test: Fail # Issue 4189 |
| 170 | 171 |
| 171 [ $compiler == dart2js && $runtime == none ] | 172 [ $compiler == dart2js && $runtime == none ] |
| 172 *: Fail, Pass # TODO(ahe): Triage these tests. | 173 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 173 | 174 |
| 174 [ $compiler == dart2js ] | 175 [ $compiler == dart2js ] |
| 175 transferables_test: Skip # until isInstance works in dart2js | 176 transferables_test: Skip # until isInstance works in dart2js |
| 176 | 177 |
| 177 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 178 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 178 request_animation_frame_test: Skip # Async test hangs. | 179 request_animation_frame_test: Skip # Async test hangs. |
| 179 | 180 |
| 180 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] | 181 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 181 isolates_test: Skip # Timeout because leg does not support web workers. | 182 isolates_test: Skip # Timeout because leg does not support web workers. |
| 182 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. | 183 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. |
| 183 | 184 |
| 184 [ $compiler == dart2js && $runtime == ff && $system == linux] | 185 [ $compiler == dart2js && $runtime == ff && $system == linux] |
| 185 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. | 186 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. |
| 186 | 187 |
| 187 [ $compiler == dart2js && $runtime == ff ] | 188 [ $compiler == dart2js && $runtime == ff ] |
| 188 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodError : met
hod not found: 'get$status' | 189 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodError : met
hod not found: 'get$status' |
| 189 xhr_test: Skip # Timeout | 190 xhr_test: Skip # Timeout |
| 190 inner_frame_test: Skip # Timeout | 191 inner_frame_test: Skip # Timeout |
| 191 svg_3_test: Skip # Timeout | 192 svg_3_test: Skip # Timeout |
| 192 documentfragment_test: Skip # Timeout | 193 documentfragment_test: Skip # Timeout |
| 193 | 194 |
| 194 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 195 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 195 css_test: Pass, Fail # Issue #2823 | 196 css_test: Pass, Fail # Issue #2823 |
| 196 | 197 |
| 197 [ $compiler == dart2js && $runtime == ff && $system == windows] | 198 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 198 js_interop_2_test: Fail # Issue 4658. | 199 js_interop_2_test: Fail # Issue 4658. |
| 199 js_interop_3_test: Fail # Issue 4658. | 200 js_interop_3_test: Fail # Issue 4658. |
| 200 | 201 |
| 201 [ $compiler == dart2js && $checked && $browser] | 202 [ $compiler == dart2js && $checked && $browser] |
| 202 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 203 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
| 203 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' | 204 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' |
| 204 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' | 205 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' |
| OLD | NEW |