| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 js_interop_1_test: Pass, Fail # BUG(4631) | 105 js_interop_1_test: Pass, Fail # BUG(4631) |
| 106 | 106 |
| 107 | 107 |
| 108 [ $runtime == safari ] | 108 [ $runtime == safari ] |
| 109 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function | 109 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function |
| 110 node_test: Fail | 110 node_test: Fail |
| 111 svgelement_test: Fail | 111 svgelement_test: Fail |
| 112 svgelement2_test: Fail | 112 svgelement2_test: Fail |
| 113 | 113 |
| 114 [ $runtime == ff ] | 114 [ $runtime == ff ] |
| 115 js_interop_1_test: Fail, Pass # http://dartbug.com/5083 |
| 115 audiocontext_test: Fail # FF only has Audio element | 116 audiocontext_test: Fail # FF only has Audio element |
| 116 css_test: Fail # No analog to WebKitCSSMatrix | 117 css_test: Fail # No analog to WebKitCSSMatrix |
| 117 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame | 118 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame |
| 118 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. | 119 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. |
| 119 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. | 120 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. |
| 120 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 121 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 121 documentfragment_test: Fail | 122 documentfragment_test: Fail |
| 122 element_test: Fail | 123 element_test: Fail |
| 123 exceptions_test: Fail # Uses webkitotifications, no analogue in moz | 124 exceptions_test: Fail # Uses webkitotifications, no analogue in moz |
| 124 fileapi_test: Fail # FF does not support filesystem APIs. | 125 fileapi_test: Fail # FF does not support filesystem APIs. |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 196 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 196 css_test: Pass, Fail # Issue #2823 | 197 css_test: Pass, Fail # Issue #2823 |
| 197 | 198 |
| 198 [ $compiler == dart2js && $runtime == ff && $system == windows] | 199 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 199 js_interop_2_test: Fail # Issue 4658. | 200 js_interop_2_test: Fail # Issue 4658. |
| 200 | 201 |
| 201 [ $compiler == dart2js && $checked && $browser] | 202 [ $compiler == dart2js && $checked && $browser] |
| 202 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 203 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
| 203 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' | 204 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' | 205 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' |
| OLD | NEW |