| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 xhr_test: Fail | 59 xhr_test: Fail |
| 60 | 60 |
| 61 [ $runtime == safari ] | 61 [ $runtime == safari ] |
| 62 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function | 62 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function |
| 63 cssstyledeclaration_test: Fail | 63 cssstyledeclaration_test: Fail |
| 64 element_test: Fail | 64 element_test: Fail |
| 65 node_test: Fail | 65 node_test: Fail |
| 66 svgelement_test: Fail | 66 svgelement_test: Fail |
| 67 svgelement2_test: Fail | 67 svgelement2_test: Fail |
| 68 | 68 |
| 69 [ $compiler == frog && $runtime == ff ] |
| 70 # _toDartException fails to translate TypeError for call to x.set$onfocus(null) |
| 71 hidden_dom_1_test: Fail |
| 72 # _toDartException fails to translate TypeError for call to x.appendChild$_(y) |
| 73 hidden_dom_2_test: Fail |
| 74 |
| 69 [ $runtime == ff ] | 75 [ $runtime == ff ] |
| 70 audiocontext_test: Fail # FF only has Audio element | 76 audiocontext_test: Fail # FF only has Audio element |
| 71 css_test: Fail # No analog to WebKitCSSMatrix | 77 css_test: Fail # No analog to WebKitCSSMatrix |
| 72 cssstyledeclaration_test: Fail | 78 cssstyledeclaration_test: Fail |
| 73 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame | 79 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame |
| 74 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. | 80 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. |
| 75 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. | 81 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. |
| 76 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 82 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 77 documentfragment_test: Fail | 83 documentfragment_test: Fail |
| 78 element_test: Fail | 84 element_test: Fail |
| 79 exceptions_test: Fail # Uses webkitotifications, no analogue in moz | 85 exceptions_test: Fail # Uses webkitotifications, no analogue in moz |
| 80 # _toDartException fails to translate TypeError for call to x.set$onfocus(null) | |
| 81 hidden_dom_1_test: Fail | |
| 82 # _toDartException fails to translate TypeError for call to x.appendChild$_(y) | |
| 83 hidden_dom_2_test: Fail | |
| 84 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB | 86 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB |
| 85 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB | 87 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB |
| 86 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB | 88 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB |
| 87 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB | 89 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
dexedDB |
| 88 instance_of_test: Fail # Issue 2535 | 90 instance_of_test: Fail # Issue 2535 |
| 89 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] | 91 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] |
| 90 inner_frame_test: Skip | 92 inner_frame_test: Skip |
| 91 localstorage_test: Fail | 93 localstorage_test: Fail |
| 92 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable | 94 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable |
| 93 svg_3_test: Fail | 95 svg_3_test: Fail |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 indexeddb_2_test: Fail # Uncaught error | 176 indexeddb_2_test: Fail # Uncaught error |
| 175 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' | 177 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' |
| 176 | 178 |
| 177 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 179 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 178 element_test: Fail # method not found: 'get$add' | 180 element_test: Fail # method not found: 'get$add' |
| 179 fileapi_test: Skip # Issue 3022 | 181 fileapi_test: Skip # Issue 3022 |
| 180 | 182 |
| 181 [ $compiler == dart2js && $runtime == ff ] | 183 [ $compiler == dart2js && $runtime == ff ] |
| 182 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException :
method not found: 'get$status' | 184 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException :
method not found: 'get$status' |
| 183 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught
NoSuchMethodException : method not found: 'get$data' | 185 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught
NoSuchMethodException : method not found: 'get$data' |
| 184 window_nosuchmethod_test: Fail # Expectation: windowNonMethod. Caught Instance o
f 'TypeError' | |
| 185 xhr_test: Skip # Timeout | 186 xhr_test: Skip # Timeout |
| 186 inner_frame_test: Skip # Timeout | 187 inner_frame_test: Skip # Timeout |
| 187 svg_3_test: Skip # Timeout | 188 svg_3_test: Skip # Timeout |
| 188 documentfragment_test: Skip # Timeout | 189 documentfragment_test: Skip # Timeout |
| 189 fileapi_test: Skip # Issue 3022 | 190 fileapi_test: Skip # Issue 3022 |
| 190 | 191 |
| 191 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 192 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 192 css_test: Pass, Fail # Issue #2823 | 193 css_test: Pass, Fail # Issue #2823 |
| 193 element_test: Fail # method not found: 'get$add' | 194 element_test: Fail # method not found: 'get$add' |
| 194 fileapi_test: Skip # Issue 3022 | 195 fileapi_test: Skip # Issue 3022 |
| OLD | NEW |