| 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 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 6 webgl_1_test: Skip # Issue 1495 | 6 webgl_1_test: Skip # Issue 1495 |
| 7 xmldocument_test: Skip # XML in dart:html is incomplete | 7 xmldocument_test: Skip # XML in dart:html is incomplete |
| 8 xmlelement_test: Skip # XML in dart:html is incomplete | 8 xmlelement_test: Skip # XML in dart:html is incomplete |
| 9 measurement_test: Pass, Fail # Issue 1940 | 9 measurement_test: Pass, Fail # Issue 1940 |
| 10 | 10 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 | 31 |
| 32 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf
ari || $runtime == ff || $runtime == opera ] | 32 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf
ari || $runtime == ff || $runtime == opera ] |
| 33 history_test: Fail | 33 history_test: Fail |
| 34 | 34 |
| 35 [ $runtime == ie ] | 35 [ $runtime == ie ] |
| 36 typed_arrays_1_test: Skip # ie9 does not have typed arrays. | 36 typed_arrays_1_test: Skip # ie9 does not have typed arrays. |
| 37 typed_arrays_2_test: Skip | 37 typed_arrays_2_test: Skip |
| 38 typed_arrays_3_test: Skip | 38 typed_arrays_3_test: Skip |
| 39 typed_arrays_4_test: Skip | 39 typed_arrays_4_test: Skip |
| 40 typed_arrays_dataview_test: Skip | 40 typed_arrays_dataview_test: Skip |
| 41 canvas_pixel_array_type_alias_test: Fail # Verify is CanvasPixelArray. | |
| 42 canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray. | 41 canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray. |
| 43 cssstyledeclaration_test: Fail | 42 cssstyledeclaration_test: Fail |
| 44 documentfragment_test: Fail | |
| 45 element_test: Fail | 43 element_test: Fail |
| 46 localstorage_test: Fail | 44 localstorage_test: Fail |
| 47 node_test: Fail | 45 node_test: Fail |
| 48 svgelement_test: Fail | 46 svgelement_test: Fail |
| 49 svgelement2_test: Fail | 47 svgelement2_test: Fail |
| 50 xhr_test: Fail | 48 xhr_test: Fail |
| 51 | 49 |
| 50 # Investigate and triage these into bug reports. |
| 51 audiocontext_test: Fail |
| 52 blob_constructor_test: Fail |
| 53 cache_test: Fail |
| 54 callbacks_test: Fail |
| 55 canvas_test: Fail |
| 56 canvas_using_html_test: Fail |
| 57 css_test: Fail |
| 58 dom_constructors_test: Fail |
| 59 exceptions_test: Fail |
| 60 hidden_dom_1_test: Fail |
| 61 hidden_dom_2_test: Fail |
| 62 history_test: Fail |
| 63 indexeddb_1_test: Fail |
| 64 indexeddb_2_test: Fail |
| 65 indexeddb_3_test: Fail |
| 66 indexeddb_4_test: Fail |
| 67 key_name_location_test: Fail |
| 68 measurement_test: Fail |
| 69 messageevent_test: Fail |
| 70 native_gc_test: Fail |
| 71 serialized_script_value_test: Fail |
| 72 shadow_dom_layout_test: Fail |
| 73 shadow_dom_test: Fail |
| 74 storage_test: Fail |
| 75 svg_2_test: Fail |
| 76 svg_3_test: Fail |
| 77 typed_arrays_range_checks_test: Fail |
| 78 websocket_test: Fail |
| 79 window_mangling_test: Fail |
| 80 window_nosuchmethod_test: Fail |
| 81 window_open_test: Fail |
| 82 xsltprocessor_test: Fail |
| 83 |
| 84 fileapi_test: Skip # Timeout |
| 85 isolates_test: Skip # Timeout |
| 86 |
| 87 |
| 52 [ $runtime == safari ] | 88 [ $runtime == safari ] |
| 53 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function | 89 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function |
| 54 cssstyledeclaration_test: Fail | 90 cssstyledeclaration_test: Fail |
| 55 node_test: Fail | 91 node_test: Fail |
| 56 svgelement_test: Fail | 92 svgelement_test: Fail |
| 57 svgelement2_test: Fail | 93 svgelement2_test: Fail |
| 58 | 94 |
| 59 [ $runtime == ff ] | 95 [ $runtime == ff ] |
| 60 audiocontext_test: Fail # FF only has Audio element | 96 audiocontext_test: Fail # FF only has Audio element |
| 61 css_test: Fail # No analog to WebKitCSSMatrix | 97 css_test: Fail # No analog to WebKitCSSMatrix |
| (...skipping 29 matching lines...) Expand all Loading... |
| 91 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. | 127 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. |
| 92 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4 | 128 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4 |
| 93 # (NS_ERROR_DOM_BAD_URI) ... | 129 # (NS_ERROR_DOM_BAD_URI) ... |
| 94 xhr_test: Fail | 130 xhr_test: Fail |
| 95 | 131 |
| 96 [ $runtime == ie && ($system == linux || $system == macos) ] | 132 [ $runtime == ie && ($system == linux || $system == macos) ] |
| 97 *: Skip | 133 *: Skip |
| 98 | 134 |
| 99 [ $runtime == ie ] | 135 [ $runtime == ie ] |
| 100 # TODO(vsm): Triage DOM failures. | 136 # TODO(vsm): Triage DOM failures. |
| 101 *: Skip | 137 #*: Skip |
| 102 | 138 |
| 103 [ $runtime == safari && ($system == linux || $system == windows) ] | 139 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 104 *: Skip | 140 *: Skip |
| 105 | 141 |
| 106 [ $runtime == safari ] | 142 [ $runtime == safari ] |
| 107 # TODO(vsm): Triage DOM failures. | 143 # TODO(vsm): Triage DOM failures. |
| 108 *: Skip | 144 *: Skip |
| 109 | 145 |
| 110 # 'html' tests import the HTML library, so they only make sense in | 146 # 'html' tests import the HTML library, so they only make sense in |
| 111 # a browser environment. | 147 # a browser environment. |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 documentfragment_test: Skip # Timeout | 203 documentfragment_test: Skip # Timeout |
| 168 fileapi_test: Skip # Issue 3022 | 204 fileapi_test: Skip # Issue 3022 |
| 169 | 205 |
| 170 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 206 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 171 css_test: Pass, Fail # Issue #2823 | 207 css_test: Pass, Fail # Issue #2823 |
| 172 fileapi_test: Skip # Issue 3022 | 208 fileapi_test: Skip # Issue 3022 |
| 173 | 209 |
| 174 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 210 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 175 indexeddb_2_test: Fail # Issue 3669. | 211 indexeddb_2_test: Fail # Issue 3669. |
| 176 indexeddb_3_test: Fail # Issue 3670. | 212 indexeddb_3_test: Fail # Issue 3670. |
| OLD | NEW |