| 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 28 matching lines...) Expand all Loading... |
| 39 | 39 |
| 40 [ $compiler == none && $runtime == drt && $system == macos] | 40 [ $compiler == none && $runtime == drt && $system == macos] |
| 41 audiocontext_test: Pass, Fail | 41 audiocontext_test: Pass, Fail |
| 42 | 42 |
| 43 [ $compiler == dart2js && $runtime == drt && $system == macos] | 43 [ $compiler == dart2js && $runtime == drt && $system == macos] |
| 44 audiobuffersourcenode_test: Pass, Fail | 44 audiobuffersourcenode_test: Pass, Fail |
| 45 | 45 |
| 46 [ $compiler == none && $runtime == drt && $system == linux] | 46 [ $compiler == none && $runtime == drt && $system == linux] |
| 47 documentfragment_test: Pass, Timeout | 47 documentfragment_test: Pass, Timeout |
| 48 | 48 |
| 49 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome |
| $runtime == opera ] | 49 [ $runtime == ie9 || $runtime == safari || $runtime == ff || $runtime == chrome
|| $runtime == opera ] |
| 50 # TODO(vsm): Triage DOM tests. | 50 # TODO(vsm): Triage DOM tests. |
| 51 htmloptionscollection_test: Fail # Issue 3813. | 51 htmloptionscollection_test: Fail # Issue 3813. |
| 52 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. | 52 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. |
| 53 shadow_dom_layout_test: Skip | 53 shadow_dom_layout_test: Skip |
| 54 unknownelement_test: Fail # Issue 4189 | 54 unknownelement_test: Fail # Issue 4189 |
| 55 | 55 |
| 56 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf
ari || $runtime == ff || $runtime == opera ] | 56 [ $runtime == dartium || $runtime == chrome || $runtime == ie9 || $runtime == sa
fari || $runtime == ff || $runtime == opera ] |
| 57 history_test: Fail | 57 history_test: Fail |
| 58 | 58 |
| 59 [ $runtime == ie ] | 59 [ $runtime == ie9 ] |
| 60 contentelement_test: Fail # ie does not support content element. | 60 contentelement_test: Fail # ie9 does not support content element. |
| 61 form_data_test: Fail # Issue 4793. | 61 form_data_test: Fail # Issue 4793. |
| 62 form_element_test: Fail # Issue 4793. | 62 form_element_test: Fail # Issue 4793. |
| 63 inner_frame_test: Skip # Issue 5727 (timeout) | 63 inner_frame_test: Skip # Issue 5727 (timeout) |
| 64 typed_arrays_1_test: Skip # ie9 does not have typed arrays. | 64 typed_arrays_1_test: Skip # ie9 does not have typed arrays. |
| 65 typed_arrays_2_test: Skip | 65 typed_arrays_2_test: Skip |
| 66 typed_arrays_3_test: Skip | 66 typed_arrays_3_test: Skip |
| 67 typed_arrays_4_test: Skip | 67 typed_arrays_4_test: Skip |
| 68 typed_arrays_5_test: Skip | 68 typed_arrays_5_test: Skip |
| 69 typed_arrays_arraybuffer_test: Skip | 69 typed_arrays_arraybuffer_test: Skip |
| 70 typed_arrays_dataview_test: Skip | 70 typed_arrays_dataview_test: Skip |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 svg_3_test: Fail | 167 svg_3_test: Fail |
| 168 svgelement_test: Fail | 168 svgelement_test: Fail |
| 169 svgelement2_test: Fail | 169 svgelement2_test: Fail |
| 170 transferables_test: Fail # Issue 3392. | 170 transferables_test: Fail # Issue 3392. |
| 171 websql_test: Fail # FF does not support web SQL | 171 websql_test: Fail # FF does not support web SQL |
| 172 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. | 172 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. |
| 173 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4" | 173 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4" |
| 174 # (NS_ERROR_DOM_BAD_URI) ... | 174 # (NS_ERROR_DOM_BAD_URI) ... |
| 175 xhr_test: Fail | 175 xhr_test: Fail |
| 176 | 176 |
| 177 [ $runtime == ie && ($system == linux || $system == macos) ] | 177 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| 178 *: Skip | 178 *: Skip |
| 179 | 179 |
| 180 [ $runtime == safari && ($system == linux || $system == windows) ] | 180 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 181 *: Skip | 181 *: Skip |
| 182 | 182 |
| 183 # 'html' tests import the HTML library, so they only make sense in | 183 # 'html' tests import the HTML library, so they only make sense in |
| 184 # a browser environment. | 184 # a browser environment. |
| 185 [ $compiler == dartc ] | 185 [ $compiler == dartc ] |
| 186 *: Skip | 186 *: Skip |
| 187 | 187 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 | 221 |
| 222 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 222 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 223 css_test: Pass, Fail # Issue #2823 | 223 css_test: Pass, Fail # Issue #2823 |
| 224 | 224 |
| 225 [ $compiler == dart2js && $runtime == ff && $system == windows] | 225 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 226 js_interop_2_test: Fail # Issue 4658. | 226 js_interop_2_test: Fail # Issue 4658. |
| 227 js_interop_3_test: Fail # Issue 4658. | 227 js_interop_3_test: Fail # Issue 4658. |
| 228 | 228 |
| 229 [ $compiler == dart2js && $checked && $browser] | 229 [ $compiler == dart2js && $checked && $browser] |
| 230 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 230 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
| OLD | NEW |