| 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 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 6 webgl_1_test: Skip # Issue 1495 | 6 webgl_1_test: Skip # Issue 1495 |
| 7 xmldocument_test: Skip # XML in dart:html is incomplete | 7 xmldocument_test: Skip # XML in dart:html is incomplete |
| 8 xmlelement_test: Skip # XML in dart:html is incomplete | 8 xmlelement_test: Skip # XML in dart:html is incomplete |
| 9 measurement_test: Pass, Fail # Issue 1940 | 9 measurement_test: Pass, Fail # Issue 1940 |
| 10 | 10 |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 documentfragment_test: Fail | 108 documentfragment_test: Fail |
| 109 element_test: Fail | 109 element_test: Fail |
| 110 exceptions_test: Fail # Uses webkitotifications, no analogue in moz | 110 exceptions_test: Fail # Uses webkitotifications, no analogue in moz |
| 111 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB | 111 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB |
| 112 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB | 112 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB |
| 113 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB | 113 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB |
| 114 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB | 114 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB |
| 115 instance_of_test: Fail # Issue 2535 | 115 instance_of_test: Fail # Issue 2535 |
| 116 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] | 116 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] |
| 117 inner_frame_test: Skip | 117 inner_frame_test: Skip |
| 118 js_interop_3_test: Fail |
| 119 js_interop_4_test: Fail |
| 118 localstorage_test: Fail | 120 localstorage_test: Fail |
| 119 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable | 121 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable |
| 120 svg_3_test: Fail | 122 svg_3_test: Fail |
| 121 svgelement_test: Fail | 123 svgelement_test: Fail |
| 122 svgelement2_test: Fail | 124 svgelement2_test: Fail |
| 123 transferables_test: Fail # Issue 3392. | 125 transferables_test: Fail # Issue 3392. |
| 124 typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0 | 126 typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0 |
| 125 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis
t. | 127 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis
t. |
| 126 # TODO: Make both implement List<Node>, make implementation return List<Node>,
not _NodeListJs. | 128 # TODO: Make both implement List<Node>, make implementation return List<Node>,
not _NodeListJs. |
| 127 # Note this test now passes for the wrong reasons. It used to be that the only | 129 # Note this test now passes for the wrong reasons. It used to be that the only |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 documentfragment_test: Skip # Timeout | 210 documentfragment_test: Skip # Timeout |
| 209 fileapi_test: Skip # Issue 3022 | 211 fileapi_test: Skip # Issue 3022 |
| 210 | 212 |
| 211 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 213 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 212 css_test: Pass, Fail # Issue #2823 | 214 css_test: Pass, Fail # Issue #2823 |
| 213 fileapi_test: Skip # Issue 3022 | 215 fileapi_test: Skip # Issue 3022 |
| 214 | 216 |
| 215 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 217 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 216 indexeddb_2_test: Fail # Issue 3669. | 218 indexeddb_2_test: Fail # Issue 3669. |
| 217 indexeddb_3_test: Fail # Issue 3670. | 219 indexeddb_3_test: Fail # Issue 3670. |
| OLD | NEW |