| 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 documentfragment_test: Fail | 122 documentfragment_test: Fail |
| 123 element_test: Fail | 123 element_test: Fail |
| 124 exceptions_test: Fail # Uses webkitotifications, no analogue in moz | 124 exceptions_test: Fail # Uses webkitotifications, no analogue in moz |
| 125 fileapi_test: Fail # FF does not support filesystem APIs. | 125 fileapi_test: Fail # FF does not support filesystem APIs. |
| 126 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB | 126 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB |
| 127 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB | 127 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB |
| 128 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB | 128 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB |
| 129 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB | 129 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB |
| 130 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] | 130 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] |
| 131 inner_frame_test: Skip | 131 inner_frame_test: Skip |
| 132 js_interop_3_test: Fail | |
| 133 js_interop_4_test: Fail | |
| 134 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable | 132 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable |
| 135 svg_3_test: Fail | 133 svg_3_test: Fail |
| 136 svgelement_test: Fail | 134 svgelement_test: Fail |
| 137 svgelement2_test: Fail | 135 svgelement2_test: Fail |
| 138 transferables_test: Fail # Issue 3392. | 136 transferables_test: Fail # Issue 3392. |
| 139 websql_test: Fail # FF does not support web SQL | 137 websql_test: Fail # FF does not support web SQL |
| 140 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. | 138 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. |
| 141 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4" | 139 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4" |
| 142 # (NS_ERROR_DOM_BAD_URI) ... | 140 # (NS_ERROR_DOM_BAD_URI) ... |
| 143 xhr_test: Fail | 141 xhr_test: Fail |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 193 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 196 css_test: Pass, Fail # Issue #2823 | 194 css_test: Pass, Fail # Issue #2823 |
| 197 | 195 |
| 198 [ $compiler == dart2js && $runtime == ff && $system == windows] | 196 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 199 js_interop_2_test: Fail # Issue 4658. | 197 js_interop_2_test: Fail # Issue 4658. |
| 200 | 198 |
| 201 [ $compiler == dart2js && $checked && $browser] | 199 [ $compiler == dart2js && $checked && $browser] |
| 202 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 200 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
| 203 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' | 201 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' | 202 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' |
| OLD | NEW |