| 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. | |
| 43 cssstyledeclaration_test: Fail | 41 cssstyledeclaration_test: Fail |
| 44 documentfragment_test: Fail | |
| 45 element_test: Fail | 42 element_test: Fail |
| 46 localstorage_test: Fail | 43 localstorage_test: Fail |
| 47 node_test: Fail | 44 node_test: Fail |
| 48 svgelement_test: Fail | 45 svgelement_test: Fail |
| 49 svgelement2_test: Fail | 46 svgelement2_test: Fail |
| 50 xhr_test: Fail | 47 |
| 48 # Investigate and triage these into bug reports. |
| 49 audiocontext_test: Fail |
| 50 blob_constructor_test: Fail |
| 51 cache_test: Fail |
| 52 callbacks_test: Fail |
| 53 canvas_test: Fail |
| 54 canvas_using_html_test: Fail |
| 55 css_test: Fail |
| 56 dom_constructors_test: Fail |
| 57 exceptions_test: Fail |
| 58 hidden_dom_1_test: Fail |
| 59 hidden_dom_2_test: Fail |
| 60 history_test: Fail |
| 61 indexeddb_1_test: Fail |
| 62 indexeddb_2_test: Fail |
| 63 indexeddb_3_test: Fail |
| 64 indexeddb_4_test: Fail |
| 65 measurement_test: Fail |
| 66 messageevent_test: Fail |
| 67 serialized_script_value_test: Fail |
| 68 shadow_dom_layout_test: Fail |
| 69 shadow_dom_test: Fail |
| 70 storage_test: Fail |
| 71 svg_3_test: Fail |
| 72 typed_arrays_range_checks_test: Fail |
| 73 websocket_test: Fail |
| 74 window_nosuchmethod_test: Fail |
| 75 window_open_test: Fail |
| 76 xsltprocessor_test: Fail |
| 77 |
| 78 fileapi_test: Skip # Timeout |
| 79 isolates_test: Skip # Timeout |
| 80 xhr_test: Skip # Timeout |
| 81 |
| 51 | 82 |
| 52 [ $runtime == safari ] | 83 [ $runtime == safari ] |
| 53 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function | 84 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function |
| 54 cssstyledeclaration_test: Fail | 85 cssstyledeclaration_test: Fail |
| 55 node_test: Fail | 86 node_test: Fail |
| 56 svgelement_test: Fail | 87 svgelement_test: Fail |
| 57 svgelement2_test: Fail | 88 svgelement2_test: Fail |
| 58 | 89 |
| 59 [ $runtime == ff ] | 90 [ $runtime == ff ] |
| 60 audiocontext_test: Fail # FF only has Audio element | 91 audiocontext_test: Fail # FF only has Audio element |
| (...skipping 30 matching lines...) Expand all Loading... |
| 91 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. | 122 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 | 123 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4 |
| 93 # (NS_ERROR_DOM_BAD_URI) ... | 124 # (NS_ERROR_DOM_BAD_URI) ... |
| 94 xhr_test: Fail | 125 xhr_test: Fail |
| 95 | 126 |
| 96 [ $runtime == ie && ($system == linux || $system == macos) ] | 127 [ $runtime == ie && ($system == linux || $system == macos) ] |
| 97 *: Skip | 128 *: Skip |
| 98 | 129 |
| 99 [ $runtime == ie ] | 130 [ $runtime == ie ] |
| 100 # TODO(vsm): Triage DOM failures. | 131 # TODO(vsm): Triage DOM failures. |
| 101 *: Skip | 132 #*: Skip |
| 102 | 133 |
| 103 [ $runtime == safari && ($system == linux || $system == windows) ] | 134 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 104 *: Skip | 135 *: Skip |
| 105 | 136 |
| 106 [ $runtime == safari ] | 137 [ $runtime == safari ] |
| 107 # TODO(vsm): Triage DOM failures. | 138 # TODO(vsm): Triage DOM failures. |
| 108 *: Skip | 139 *: Skip |
| 109 | 140 |
| 110 # 'html' tests import the HTML library, so they only make sense in | 141 # 'html' tests import the HTML library, so they only make sense in |
| 111 # a browser environment. | 142 # a browser environment. |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 documentfragment_test: Skip # Timeout | 198 documentfragment_test: Skip # Timeout |
| 168 fileapi_test: Skip # Issue 3022 | 199 fileapi_test: Skip # Issue 3022 |
| 169 | 200 |
| 170 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 201 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 171 css_test: Pass, Fail # Issue #2823 | 202 css_test: Pass, Fail # Issue #2823 |
| 172 fileapi_test: Skip # Issue 3022 | 203 fileapi_test: Skip # Issue 3022 |
| 173 | 204 |
| 174 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 205 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 175 indexeddb_2_test: Fail # Issue 3669. | 206 indexeddb_2_test: Fail # Issue 3669. |
| 176 indexeddb_3_test: Fail # Issue 3670. | 207 indexeddb_3_test: Fail # Issue 3670. |
| OLD | NEW |