| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 contentelement_test: Fail # Safari 6 does not support content element. | 119 contentelement_test: Fail # Safari 6 does not support content element. |
| 120 # The following tests all fail in Safari 5.1. (NOT Mountain Lion). These will go | 120 # The following tests all fail in Safari 5.1. (NOT Mountain Lion). These will go |
| 121 # away after we upgrade the buildbots to Mountain Lion after M1. | 121 # away after we upgrade the buildbots to Mountain Lion after M1. |
| 122 # TODO(efortuna): Make our test framework able to separate tests out by browser | 122 # TODO(efortuna): Make our test framework able to separate tests out by browser |
| 123 # version. | 123 # version. |
| 124 audiocontext_test: Fail | 124 audiocontext_test: Fail |
| 125 blob_constructor_test: Fail | 125 blob_constructor_test: Fail |
| 126 canvas_pixel_array_type_alias_test: Fail | 126 canvas_pixel_array_type_alias_test: Fail |
| 127 canvas_test: Fail | 127 canvas_test: Fail |
| 128 canvas_using_html_test: Fail | 128 canvas_using_html_test: Fail |
| 129 datalistelement_test: Fail | 129 datalistelement_test: Pass,Fail |
| 130 document_test: Fail | 130 document_test: Fail |
| 131 dom_constructors_test: Fail | 131 dom_constructors_test: Fail |
| 132 element_add_test: Fail | 132 element_add_test: Fail |
| 133 element_constructor_1_test: Fail | 133 element_constructor_1_test: Fail |
| 134 element_test: Fail | 134 element_test: Fail |
| 135 exceptions_test: Fail | 135 exceptions_test: Fail |
| 136 instance_of_test: Fail | 136 instance_of_test: Fail |
| 137 mutationobserver_test: Fail | 137 mutationobserver_test: Fail |
| 138 native_gc_test: Fail | 138 native_gc_test: Fail |
| 139 node_test: Fail | 139 node_test: Fail |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 css_test: Pass, Fail # Issue #2823 | 220 css_test: Pass, Fail # Issue #2823 |
| 221 | 221 |
| 222 [ $compiler == dart2js && $runtime == ff && $system == windows] | 222 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 223 js_interop_2_test: Fail # Issue 4658. | 223 js_interop_2_test: Fail # Issue 4658. |
| 224 js_interop_3_test: Fail # Issue 4658. | 224 js_interop_3_test: Fail # Issue 4658. |
| 225 | 225 |
| 226 [ $compiler == dart2js && $checked && $browser] | 226 [ $compiler == dart2js && $checked && $browser] |
| 227 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 227 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
| 228 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' | 228 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' |
| 229 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' | 229 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' |
| OLD | NEW |