| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 shadow_dom_layout_test: Fail | 101 shadow_dom_layout_test: Fail |
| 102 shadow_dom_test: Fail | 102 shadow_dom_test: Fail |
| 103 storage_test: Fail | 103 storage_test: Fail |
| 104 svg_3_test: Fail | 104 svg_3_test: Fail |
| 105 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | 105 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) |
| 106 websocket_test: Fail | 106 websocket_test: Fail |
| 107 window_open_test: Skip # BUG(4016) | 107 window_open_test: Skip # BUG(4016) |
| 108 xsltprocessor_test: Skip # BUG(4016) | 108 xsltprocessor_test: Skip # BUG(4016) |
| 109 isolates_test: Skip # BUG(4016) | 109 isolates_test: Skip # BUG(4016) |
| 110 xhr_test: Skip # BUG(4016) | 110 xhr_test: Skip # BUG(4016) |
| 111 xhr_cross_origin_test: Fail # Issue 6016. |
| 111 | 112 |
| 112 [ $runtime == safari ] | 113 [ $runtime == safari ] |
| 113 performance_api_test: Fail # window.performance.timing not in Safari 6. | 114 performance_api_test: Fail # window.performance.timing not in Safari 6. |
| 114 indexeddb_1_test: Fail # indexedDB not in Safari 6. | 115 indexeddb_1_test: Fail # indexedDB not in Safari 6. |
| 115 indexeddb_2_test: Fail # indexedDB not in Safari 6. | 116 indexeddb_2_test: Fail # indexedDB not in Safari 6. |
| 116 indexeddb_3_test: Fail # indexedDB not in Safari 6. | 117 indexeddb_3_test: Fail # indexedDB not in Safari 6. |
| 117 indexeddb_4_test: Fail # indexedDB not in Safari 6. | 118 indexeddb_4_test: Fail # indexedDB not in Safari 6. |
| 118 fileapi_test: Fail # requestFileSystem not supported in Safari 6. | 119 fileapi_test: Fail # requestFileSystem not supported in Safari 6. |
| 119 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. | 120 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. |
| 120 contentelement_test: Fail # Safari 6 does not support content element. | 121 contentelement_test: Fail # Safari 6 does not support content element. |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 | 220 |
| 220 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 221 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 221 css_test: Pass, Fail # Issue #2823 | 222 css_test: Pass, Fail # Issue #2823 |
| 222 | 223 |
| 223 [ $compiler == dart2js && $runtime == ff && $system == windows] | 224 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 224 js_interop_2_test: Fail # Issue 4658. | 225 js_interop_2_test: Fail # Issue 4658. |
| 225 js_interop_3_test: Fail # Issue 4658. | 226 js_interop_3_test: Fail # Issue 4658. |
| 226 | 227 |
| 227 [ $compiler == dart2js && $checked && $browser] | 228 [ $compiler == dart2js && $checked && $browser] |
| 228 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 229 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
| OLD | NEW |