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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 exceptions_test: Fail | 178 exceptions_test: Fail |
179 instance_of_test: Fail | 179 instance_of_test: Fail |
180 mutationobserver_test: Fail | 180 mutationobserver_test: Fail |
181 native_gc_test: Fail | 181 native_gc_test: Fail |
182 node_test: Fail | 182 node_test: Fail |
183 serialized_script_value_test: Fail | 183 serialized_script_value_test: Fail |
184 svgelement2_test: Fail | 184 svgelement2_test: Fail |
185 svgelement_test: Fail | 185 svgelement_test: Fail |
186 url_test: Fail | 186 url_test: Fail |
187 | 187 |
| 188 [ $runtime == opera ] |
| 189 audiobuffersourcenode_test: Fail |
| 190 cache_test: Fail |
| 191 canvas_test: Pass,Fail |
| 192 contentelement_test: Fail |
| 193 audiocontext_test: Fail |
| 194 blob_constructor_test: Fail |
| 195 canvas_using_html_test: Fail |
| 196 canvas_test: Fail |
| 197 css_test: Fail |
| 198 cssstyledeclaration_test: Fail |
| 199 element_add_test: Fail |
| 200 element_constructor_1_test: Fail |
| 201 element_webkit_test: Fail |
| 202 exceptions_test: Fail |
| 203 element_test: Crash |
| 204 indexeddb_1_test: Fail |
| 205 indexeddb_2_test: Fail |
| 206 indexeddb_3_test: Fail |
| 207 indexeddb_4_test: Fail |
| 208 mutationobserver_test: Fail |
| 209 performance_api_test: Fail |
| 210 serialized_script_value_test: Fail |
| 211 svg_3_test: Fail |
| 212 svgelement_test: Fail |
| 213 svgelement2_test: Fail |
| 214 typed_arrays_1_test: Fail |
| 215 typed_arrays_arraybuffer_test: Fail |
| 216 url_test: Fail |
| 217 websocket_test: Fail |
| 218 fileapi_test: Skip # Timeout. |
| 219 inner_frame_test: Skip # Timeout. |
| 220 js_interop_3_test: Skip # Timeout. |
| 221 js_interop_4_test: Skip # Timeout. |
| 222 isolates_test: Skip # Timeout. |
| 223 websql_test: Skip # Timeout. |
| 224 |
188 [ $runtime == ff ] | 225 [ $runtime == ff ] |
189 audiobuffersourcenode_test: Fail # FF only has Audio element. | 226 audiobuffersourcenode_test: Fail # FF only has Audio element. |
190 audiocontext_test: Fail # FF only has Audio element | 227 audiocontext_test: Fail # FF only has Audio element |
191 css_test: Fail # No analog to WebKitCSSMatrix | 228 css_test: Fail # No analog to WebKitCSSMatrix |
192 contentelement_test: Fail # FF does not support content element. | 229 contentelement_test: Fail # FF does not support content element. |
193 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 230 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
194 documentfragment_test: Fail | 231 documentfragment_test: Fail |
195 element_webkit_test: Fail | 232 element_webkit_test: Fail |
196 exceptions_test: Fail # Uses webkitotifications, no analogue in moz | 233 exceptions_test: Fail # Uses webkitotifications, no analogue in moz |
197 fileapi_test: Fail # FF does not support filesystem APIs. | 234 fileapi_test: Fail # FF does not support filesystem APIs. |
(...skipping 22 matching lines...) Expand all Loading... |
220 | 257 |
221 # 'html' tests import the HTML library, so they only make sense in | 258 # 'html' tests import the HTML library, so they only make sense in |
222 # a browser environment. | 259 # a browser environment. |
223 [ $compiler == dartc ] | 260 [ $compiler == dartc ] |
224 *: Skip | 261 *: Skip |
225 | 262 |
226 [ $runtime == vm ] | 263 [ $runtime == vm ] |
227 *: Skip | 264 *: Skip |
228 | 265 |
229 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 266 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
230 [ $runtime == opera ] | |
231 *: Skip | |
232 | 267 |
233 [ $compiler == dart2js && $runtime == drt ] | 268 [ $compiler == dart2js && $runtime == drt ] |
234 # Unknown error - should investigate. | 269 # Unknown error - should investigate. |
235 htmloptionscollection_test: Fail # Issue 3813. | 270 htmloptionscollection_test: Fail # Issue 3813. |
236 unknownelement_test: Fail # Issue 4189 | 271 unknownelement_test: Fail # Issue 4189 |
237 | 272 |
238 [ $compiler == dart2js && $runtime == none ] | 273 [ $compiler == dart2js && $runtime == none ] |
239 *: Fail, Pass # TODO(ahe): Triage these tests. | 274 *: Fail, Pass # TODO(ahe): Triage these tests. |
240 | 275 |
241 [ $compiler == dart2js ] | 276 [ $compiler == dart2js ] |
(...skipping 13 matching lines...) Expand all Loading... |
255 xhr_test: Skip # Timeout | 290 xhr_test: Skip # Timeout |
256 inner_frame_test: Skip # Timeout | 291 inner_frame_test: Skip # Timeout |
257 svg_3_test: Skip # Timeout | 292 svg_3_test: Skip # Timeout |
258 documentfragment_test: Skip # Timeout | 293 documentfragment_test: Skip # Timeout |
259 | 294 |
260 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 295 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
261 css_test: Pass, Fail # Issue #2823 | 296 css_test: Pass, Fail # Issue #2823 |
262 | 297 |
263 [ $compiler == dart2js && $checked && $browser] | 298 [ $compiler == dart2js && $checked && $browser] |
264 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 299 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
OLD | NEW |