| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 documentfragment_test: Fail | 103 documentfragment_test: Fail |
| 104 element_test: Fail | 104 element_test: Fail |
| 105 exceptions_test: Fail # Uses webkitotifications, no analogue in moz | 105 exceptions_test: Fail # Uses webkitotifications, no analogue in moz |
| 106 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB | 106 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB |
| 107 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB | 107 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB |
| 108 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB | 108 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB |
| 109 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB | 109 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB |
| 110 instance_of_test: Fail # Issue 2535 | 110 instance_of_test: Fail # Issue 2535 |
| 111 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] | 111 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] |
| 112 inner_frame_test: Skip | 112 inner_frame_test: Skip |
| 113 js_interop_2_test: Pass, Fail # Passes on Linux, Fails on Windows. | |
| 114 localstorage_test: Fail | 113 localstorage_test: Fail |
| 115 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable | 114 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable |
| 116 svg_3_test: Fail | 115 svg_3_test: Fail |
| 117 svgelement_test: Fail | 116 svgelement_test: Fail |
| 118 svgelement2_test: Fail | 117 svgelement2_test: Fail |
| 119 transferables_test: Fail # Issue 3392. | 118 transferables_test: Fail # Issue 3392. |
| 120 typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0 | 119 typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0 |
| 121 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis
t. | 120 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis
t. |
| 122 # TODO: Make both implement List<Node>, make implementation return List<Node>,
not _NodeListJs. | 121 # TODO: Make both implement List<Node>, make implementation return List<Node>,
not _NodeListJs. |
| 123 # Note this test now passes for the wrong reasons. It used to be that the only | 122 # Note this test now passes for the wrong reasons. It used to be that the only |
| 124 # forEach in this program was in NodeList. Due to dependencies from the unittest | 123 # forEach in this program was in NodeList. Due to dependencies from the unittest |
| 125 # framework, frog no longer resolves forEach statically, and instead it | 124 # framework, frog no longer resolves forEach statically, and instead it |
| 126 # dynamically binds forEach on a bunch of classes, including HTMLCollection. | 125 # dynamically binds forEach on a bunch of classes, including HTMLCollection. |
| 127 typing_test: Pass | 126 typing_test: Pass |
| 128 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. | 127 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. |
| 129 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4 | 128 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4 |
| 130 # (NS_ERROR_DOM_BAD_URI) ... | 129 # (NS_ERROR_DOM_BAD_URI) ... |
| 131 xhr_test: Fail | 130 xhr_test: Fail |
| 132 | 131 |
| 132 [ $runtime == ff && $system == windows ] |
| 133 # TODO(vsm): Investigate why this is only failing on windows. |
| 134 js_interop_2_test: Fail |
| 135 |
| 133 [ $runtime == ie && ($system == linux || $system == macos) ] | 136 [ $runtime == ie && ($system == linux || $system == macos) ] |
| 134 *: Skip | 137 *: Skip |
| 135 | 138 |
| 136 [ $runtime == safari && ($system == linux || $system == windows) ] | 139 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 137 *: Skip | 140 *: Skip |
| 138 | 141 |
| 139 [ $runtime == safari ] | 142 [ $runtime == safari ] |
| 140 # TODO(vsm): Triage DOM failures. | 143 # TODO(vsm): Triage DOM failures. |
| 141 *: Skip | 144 *: Skip |
| 142 | 145 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 documentfragment_test: Skip # Timeout | 203 documentfragment_test: Skip # Timeout |
| 201 fileapi_test: Skip # Issue 3022 | 204 fileapi_test: Skip # Issue 3022 |
| 202 | 205 |
| 203 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 206 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 204 css_test: Pass, Fail # Issue #2823 | 207 css_test: Pass, Fail # Issue #2823 |
| 205 fileapi_test: Skip # Issue 3022 | 208 fileapi_test: Skip # Issue 3022 |
| 206 | 209 |
| 207 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 210 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 208 indexeddb_2_test: Fail # Issue 3669. | 211 indexeddb_2_test: Fail # Issue 3669. |
| 209 indexeddb_3_test: Fail # Issue 3670. | 212 indexeddb_3_test: Fail # Issue 3670. |
| OLD | NEW |