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 xhr_cross_origin_test: Skip # http://dartbug.com/5645 | 5 xhr_cross_origin_test: Skip # http://dartbug.com/5645 |
6 | 6 |
7 window_open_test: Fail, Pass # http://dartbug.com/5151 | 7 window_open_test: Fail, Pass # http://dartbug.com/5151 |
8 | 8 |
9 event_test: Skip # Issue 1996 | 9 event_test: Skip # Issue 1996 |
10 webgl_1_test: Skip # Issue 1495 | 10 webgl_1_test: Skip # Issue 1495 |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 svgelement_test: Fail | 75 svgelement_test: Fail |
76 svgelement2_test: Fail | 76 svgelement2_test: Fail |
77 websql_test: Fail # IE does not support web SQL | 77 websql_test: Fail # IE does not support web SQL |
78 # | 78 # |
79 # Investigate and triage the following into bug reports. | 79 # Investigate and triage the following into bug reports. |
80 # | 80 # |
81 audiobuffersourcenode_test: Fail | 81 audiobuffersourcenode_test: Fail |
82 audiocontext_test: Fail | 82 audiocontext_test: Fail |
83 blob_constructor_test: Fail | 83 blob_constructor_test: Fail |
84 cache_test: fail # IE9 does not support ApplicationCache, but IE 10
does (and should work). | 84 cache_test: fail # IE9 does not support ApplicationCache, but IE 10
does (and should work). |
85 canvas_test: Fail | |
86 canvas_using_html_test: Fail | |
87 css_test: Fail | 85 css_test: Fail |
88 datalistelement_test: Fail # ie9 does not have HTMLDataListElement | 86 datalistelement_test: Fail # ie9 does not have HTMLDataListElement |
89 dom_constructors_test: Fail | 87 dom_constructors_test: Fail |
90 exceptions_test: Fail | 88 exceptions_test: Fail |
91 fileapi_test: Fail # IE does not support filesystem APIs. | 89 fileapi_test: Fail # IE does not support filesystem APIs. |
92 history_test: Fail | 90 history_test: Fail |
93 indexeddb_1_test: Fail | 91 indexeddb_1_test: Fail |
94 indexeddb_2_test: Fail | 92 indexeddb_2_test: Fail |
95 indexeddb_3_test: Fail | 93 indexeddb_3_test: Fail |
96 indexeddb_4_test: Fail | 94 indexeddb_4_test: Fail |
(...skipping 24 matching lines...) Expand all Loading... |
121 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. | 119 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. |
122 contentelement_test: Fail # Safari 6 does not support content element. | 120 contentelement_test: Fail # Safari 6 does not support content element. |
123 # The following tests all fail in Safari 5.1. (NOT Mountain Lion). These will go | 121 # The following tests all fail in Safari 5.1. (NOT Mountain Lion). These will go |
124 # away after we upgrade the buildbots to Mountain Lion after M1. | 122 # away after we upgrade the buildbots to Mountain Lion after M1. |
125 # TODO(efortuna): Make our test framework able to separate tests out by browser | 123 # TODO(efortuna): Make our test framework able to separate tests out by browser |
126 # version. | 124 # version. |
127 audiobuffersourcenode_test: Fail | 125 audiobuffersourcenode_test: Fail |
128 audiocontext_test: Fail | 126 audiocontext_test: Fail |
129 blob_constructor_test: Fail | 127 blob_constructor_test: Fail |
130 canvas_pixel_array_type_alias_test: Fail | 128 canvas_pixel_array_type_alias_test: Fail |
131 canvas_test: Fail | |
132 canvas_using_html_test: Fail | |
133 datalistelement_test: Pass,Fail | 129 datalistelement_test: Pass,Fail |
134 document_test: Fail | 130 document_test: Fail |
135 dom_constructors_test: Fail | 131 dom_constructors_test: Fail |
136 element_add_test: Fail | 132 element_add_test: Fail |
137 element_constructor_1_test: Fail | 133 element_constructor_1_test: Fail |
138 element_test: Fail | 134 element_test: Fail |
139 exceptions_test: Fail | 135 exceptions_test: Fail |
140 instance_of_test: Fail | 136 instance_of_test: Fail |
141 mutationobserver_test: Fail | 137 mutationobserver_test: Fail |
142 native_gc_test: Fail | 138 native_gc_test: Fail |
143 node_test: Fail | 139 node_test: Fail |
144 serialized_script_value_test: Fail | 140 serialized_script_value_test: Fail |
145 svgelement2_test: Fail | 141 svgelement2_test: Fail |
146 svgelement_test: Fail | 142 svgelement_test: Fail |
147 url_test: Fail | 143 url_test: Fail |
148 | 144 |
149 [ $runtime == ff ] | 145 [ $runtime == ff ] |
150 audiobuffersourcenode_test: Fail # FF only has Audio element. | 146 audiobuffersourcenode_test: Fail # FF only has Audio element. |
151 audiocontext_test: Fail # FF only has Audio element | 147 audiocontext_test: Fail # FF only has Audio element |
152 css_test: Fail # No analog to WebKitCSSMatrix | 148 css_test: Fail # No analog to WebKitCSSMatrix |
153 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. | |
154 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. | |
155 cross_frame_test: Pass, Fail # Issue 5651 | 149 cross_frame_test: Pass, Fail # Issue 5651 |
156 contentelement_test: Fail # FF does not support content element. | 150 contentelement_test: Fail # FF does not support content element. |
157 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 151 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
158 documentfragment_test: Fail | 152 documentfragment_test: Fail |
159 element_test: Fail | 153 element_test: Fail |
160 exceptions_test: Fail # Uses webkitotifications, no analogue in moz | 154 exceptions_test: Fail # Uses webkitotifications, no analogue in moz |
161 fileapi_test: Fail # FF does not support filesystem APIs. | 155 fileapi_test: Fail # FF does not support filesystem APIs. |
162 indexeddb_1_test: Fail # FF disables indexedDB from file URLs. | 156 indexeddb_1_test: Fail # FF disables indexedDB from file URLs. |
163 indexeddb_2_test: Fail # FF disables indexedDB from file URLs. | 157 indexeddb_2_test: Fail # FF disables indexedDB from file URLs. |
164 indexeddb_3_test: Fail # FF disables indexedDB from file URLs. | 158 indexeddb_3_test: Fail # FF disables indexedDB from file URLs. |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 | 217 |
224 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 218 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
225 css_test: Pass, Fail # Issue #2823 | 219 css_test: Pass, Fail # Issue #2823 |
226 | 220 |
227 [ $compiler == dart2js && $runtime == ff && $system == windows] | 221 [ $compiler == dart2js && $runtime == ff && $system == windows] |
228 js_interop_2_test: Fail # Issue 4658. | 222 js_interop_2_test: Fail # Issue 4658. |
229 js_interop_3_test: Fail # Issue 4658. | 223 js_interop_3_test: Fail # Issue 4658. |
230 | 224 |
231 [ $compiler == dart2js && $checked && $browser] | 225 [ $compiler == dart2js && $checked && $browser] |
232 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 226 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
OLD | NEW |