| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 history_test: Fail | 92 history_test: Fail |
| 93 indexeddb_1_test: Fail | 93 indexeddb_1_test: Fail |
| 94 indexeddb_2_test: Fail | 94 indexeddb_2_test: Fail |
| 95 indexeddb_3_test: Fail | 95 indexeddb_3_test: Fail |
| 96 indexeddb_4_test: Fail | 96 indexeddb_4_test: Fail |
| 97 js_interop_2_test: Fail | 97 js_interop_2_test: Fail |
| 98 js_interop_3_test: Fail | 98 js_interop_3_test: Fail |
| 99 js_interop_4_test: Fail | 99 js_interop_4_test: Fail |
| 100 messageevent_test: Fail | 100 messageevent_test: Fail |
| 101 mutationobserver_test: Fail | 101 mutationobserver_test: Fail |
| 102 postmessage_structured_test: Skip # BUG(5685): times out. |
| 102 serialized_script_value_test: Fail | 103 serialized_script_value_test: Fail |
| 103 shadow_dom_layout_test: Fail | 104 shadow_dom_layout_test: Fail |
| 104 shadow_dom_test: Fail | 105 shadow_dom_test: Fail |
| 105 storage_test: Fail | 106 storage_test: Fail |
| 106 svg_3_test: Fail | 107 svg_3_test: Fail |
| 107 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | 108 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) |
| 108 websocket_test: Fail | 109 websocket_test: Fail |
| 109 window_open_test: Skip # BUG(4016) | 110 window_open_test: Skip # BUG(4016) |
| 110 xsltprocessor_test: Skip # BUG(4016) | 111 xsltprocessor_test: Skip # BUG(4016) |
| 111 isolates_test: Skip # BUG(4016) | 112 isolates_test: Skip # BUG(4016) |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 | 224 |
| 224 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 225 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 225 css_test: Pass, Fail # Issue #2823 | 226 css_test: Pass, Fail # Issue #2823 |
| 226 | 227 |
| 227 [ $compiler == dart2js && $runtime == ff && $system == windows] | 228 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 228 js_interop_2_test: Fail # Issue 4658. | 229 js_interop_2_test: Fail # Issue 4658. |
| 229 js_interop_3_test: Fail # Issue 4658. | 230 js_interop_3_test: Fail # Issue 4658. |
| 230 | 231 |
| 231 [ $compiler == dart2js && $checked && $browser] | 232 [ $compiler == dart2js && $checked && $browser] |
| 232 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 233 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
| OLD | NEW |