| 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 contentelement_test: Fail # Safari 6 does not support content element. | 122 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 | 123 # 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. | 124 # 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 | 125 # TODO(efortuna): Make our test framework able to separate tests out by browser |
| 126 # version. | 126 # version. |
| 127 audiobuffersourcenode_test: Fail | 127 audiobuffersourcenode_test: Fail |
| 128 audiocontext_test: Fail | 128 audiocontext_test: Fail |
| 129 blob_constructor_test: Fail | 129 blob_constructor_test: Fail |
| 130 canvas_pixel_array_type_alias_test: Fail | 130 canvas_pixel_array_type_alias_test: Fail |
| 131 canvas_test: Fail # createImageData not in Safari 5. | 131 canvas_test: Fail # createImageData not in Safari 5. |
| 132 canvasrenderingcontext2d_test: Fail |
| 132 datalistelement_test: Pass,Fail | 133 datalistelement_test: Pass,Fail |
| 133 document_test: Fail | 134 document_test: Fail |
| 134 dom_constructors_test: Fail | 135 dom_constructors_test: Fail |
| 135 element_test: Fail # Bug 5693 | 136 element_test: Fail # Bug 5693 |
| 136 element_add_test: Fail | 137 element_add_test: Fail |
| 137 element_constructor_1_test: Fail | 138 element_constructor_1_test: Fail |
| 138 element_webkit_test: Fail | 139 element_webkit_test: Fail |
| 139 exceptions_test: Fail | 140 exceptions_test: Fail |
| 140 instance_of_test: Fail | 141 instance_of_test: Fail |
| 141 mutationobserver_test: Fail | 142 mutationobserver_test: Fail |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 | 222 |
| 222 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 223 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 223 css_test: Pass, Fail # Issue #2823 | 224 css_test: Pass, Fail # Issue #2823 |
| 224 | 225 |
| 225 [ $compiler == dart2js && $runtime == ff && $system == windows] | 226 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 226 js_interop_2_test: Fail # Issue 4658. | 227 js_interop_2_test: Fail # Issue 4658. |
| 227 js_interop_3_test: Fail # Issue 4658. | 228 js_interop_3_test: Fail # Issue 4658. |
| 228 | 229 |
| 229 [ $compiler == dart2js && $checked && $browser] | 230 [ $compiler == dart2js && $checked && $browser] |
| 230 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 231 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
| OLD | NEW |