| 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: Skip # http://dartbug.com/5151 | 5 window_open_test: Skip # 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 fileapi_test: Fail # requestFileSystem not supported in Safari 6. | 165 fileapi_test: Fail # requestFileSystem not supported in Safari 6. |
| 166 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. | 166 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. |
| 167 contentelement_test: Fail # Safari 6 does not support content element. | 167 contentelement_test: Fail # Safari 6 does not support content element. |
| 168 # The following tests all fail in Safari 5.1. (NOT Mountain Lion). These will go | 168 # The following tests all fail in Safari 5.1. (NOT Mountain Lion). These will go |
| 169 # away after we upgrade the buildbots to Mountain Lion after M1. | 169 # away after we upgrade the buildbots to Mountain Lion after M1. |
| 170 # TODO(efortuna): Make our test framework able to separate tests out by browser | 170 # TODO(efortuna): Make our test framework able to separate tests out by browser |
| 171 # version. | 171 # version. |
| 172 audiocontext_test: Fail | 172 audiocontext_test: Fail |
| 173 datalistelement_test: Pass,Fail | 173 datalistelement_test: Pass,Fail |
| 174 element_test/elements: Crash | 174 element_test/elements: Crash |
| 175 element_test/eventListening: Fail | |
| 176 element_test/queryAll: Fail, Crash | |
| 177 node_test: Skip # Issue 6457 | 175 node_test: Skip # Issue 6457 |
| 178 svgelement_test/innerHtml: Crash, Fail | 176 svgelement_test/innerHtml: Crash, Fail |
| 179 svgelement_test/outerHtml: Fail | 177 svgelement_test/outerHtml: Fail |
| 180 | 178 |
| 181 [ $runtime == opera && $system == windows ] | 179 [ $runtime == opera && $system == windows ] |
| 182 htmlelement_test: Fail, Pass | 180 htmlelement_test: Fail, Pass |
| 183 | 181 |
| 184 [ $runtime == opera && $system == macos ] | 182 [ $runtime == opera && $system == macos ] |
| 185 html/element_test/constructors: Fail | 183 html/element_test/constructors: Fail |
| 186 | 184 |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er
ror: The data provided does not meet the requirements of the function. | 295 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er
ror: The data provided does not meet the requirements of the function. |
| 298 | 296 |
| 299 [ $compiler == dart2js && $runtime == ff ] | 297 [ $compiler == dart2js && $runtime == ff ] |
| 300 xhr_test: Skip # Timeout | 298 xhr_test: Skip # Timeout |
| 301 inner_frame_test: Skip # Timeout | 299 inner_frame_test: Skip # Timeout |
| 302 svg_3_test: Skip # Timeout | 300 svg_3_test: Skip # Timeout |
| 303 documentfragment_test: Skip # Timeout | 301 documentfragment_test: Skip # Timeout |
| 304 | 302 |
| 305 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 303 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 306 css_test: Pass, Fail # Issue #2823 | 304 css_test: Pass, Fail # Issue #2823 |
| OLD | NEW |