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 |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 fileapi_test: Skip # Timeout. | 246 fileapi_test: Skip # Timeout. |
247 inner_frame_test: Skip # Timeout. | 247 inner_frame_test: Skip # Timeout. |
248 js_interop_3_test: Skip # Timeout. | 248 js_interop_3_test: Skip # Timeout. |
249 js_interop_4_test: Skip # Timeout. | 249 js_interop_4_test: Skip # Timeout. |
250 isolates_test: Skip # Timeout. | 250 isolates_test: Skip # Timeout. |
251 websql_test: Skip # Timeout. | 251 websql_test: Skip # Timeout. |
252 | 252 |
253 [ $runtime == ff ] | 253 [ $runtime == ff ] |
254 audiobuffersourcenode_test: Fail # FF only has Audio element. | 254 audiobuffersourcenode_test: Fail # FF only has Audio element. |
255 audiocontext_test: Fail # FF only has Audio element | 255 audiocontext_test: Fail # FF only has Audio element |
256 css_test: Fail # No analog to WebKitCSSMatrix | 256 css_test: Fail # No analog to WebKitCssMatrix |
257 contentelement_test: Fail # FF does not support content element. | 257 contentelement_test: Fail # FF does not support content element. |
258 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 258 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
259 documentfragment_test: Fail | 259 documentfragment_test: Fail |
260 element_webkit_test: Fail | 260 element_webkit_test: Fail |
261 exceptions_test: Fail # Uses webkitotifications, no analogue in moz | 261 exceptions_test: Fail # Uses webkitotifications, no analogue in moz |
262 fileapi_test: Fail # FF does not support filesystem APIs. | 262 fileapi_test: Fail # FF does not support filesystem APIs. |
263 indexeddb_1_test: Fail # FF disables indexedDB from file URLs. | 263 indexeddb_1_test: Fail # FF disables indexedDB from file URLs. |
264 indexeddb_2_test: Fail # FF disables indexedDB from file URLs. | 264 indexeddb_2_test: Fail # FF disables indexedDB from file URLs. |
265 indexeddb_3_test: Fail # FF disables indexedDB from file URLs. | 265 indexeddb_3_test: Fail # FF disables indexedDB from file URLs. |
266 indexeddb_4_test: Fail # FF disables indexedDB from file URLs. | 266 indexeddb_4_test: Fail # FF disables indexedDB from file URLs. |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 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. | 321 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. |
322 | 322 |
323 [ $compiler == dart2js && $runtime == ff ] | 323 [ $compiler == dart2js && $runtime == ff ] |
324 xhr_test: Skip # Timeout | 324 xhr_test: Skip # Timeout |
325 inner_frame_test: Skip # Timeout | 325 inner_frame_test: Skip # Timeout |
326 svg_3_test: Skip # Timeout | 326 svg_3_test: Skip # Timeout |
327 documentfragment_test: Skip # Timeout | 327 documentfragment_test: Skip # Timeout |
328 | 328 |
329 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 329 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
330 css_test: Pass, Fail # Issue #2823 | 330 css_test: Pass, Fail # Issue #2823 |
OLD | NEW |