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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 exceptions_test: Fail | 178 exceptions_test: Fail |
179 instance_of_test: Fail | 179 instance_of_test: Fail |
180 mutationobserver_test: Fail | 180 mutationobserver_test: Fail |
181 native_gc_test: Fail | 181 native_gc_test: Fail |
182 node_test: Fail | 182 node_test: Fail |
183 serialized_script_value_test: Fail | 183 serialized_script_value_test: Fail |
184 svgelement2_test: Fail | 184 svgelement2_test: Fail |
185 svgelement_test: Fail | 185 svgelement_test: Fail |
186 url_test: Fail | 186 url_test: Fail |
187 | 187 |
| 188 [ $runtime == opera && $system == windows ] |
| 189 element_test: Skip # Browser is already closed by the time we try to get results
? |
| 190 htmlelement_test: Fail, Pass |
| 191 |
188 [ $runtime == opera ] | 192 [ $runtime == opera ] |
189 audiobuffersourcenode_test: Fail | 193 audiobuffersourcenode_test: Fail |
190 cache_test: Fail | 194 cache_test: Fail |
191 canvas_test: Pass,Fail | 195 canvas_test: Pass,Fail |
192 contentelement_test: Fail | 196 contentelement_test: Fail |
193 audiocontext_test: Fail | 197 audiocontext_test: Fail |
194 blob_constructor_test: Fail | 198 blob_constructor_test: Fail |
195 canvas_using_html_test: Fail | 199 canvas_using_html_test: Fail |
196 canvas_test: Fail | 200 canvas_test: Fail |
197 css_test: Fail | 201 css_test: Fail |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 xhr_test: Skip # Timeout | 294 xhr_test: Skip # Timeout |
291 inner_frame_test: Skip # Timeout | 295 inner_frame_test: Skip # Timeout |
292 svg_3_test: Skip # Timeout | 296 svg_3_test: Skip # Timeout |
293 documentfragment_test: Skip # Timeout | 297 documentfragment_test: Skip # Timeout |
294 | 298 |
295 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 299 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
296 css_test: Pass, Fail # Issue #2823 | 300 css_test: Pass, Fail # Issue #2823 |
297 | 301 |
298 [ $compiler == dart2js && $checked && $browser] | 302 [ $compiler == dart2js && $checked && $browser] |
299 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 303 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
OLD | NEW |