| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 xhr_test: Skip # BUG(4016) | 87 xhr_test: Skip # BUG(4016) |
| 88 | 88 |
| 89 | 89 |
| 90 [ $runtime == safari ] | 90 [ $runtime == safari ] |
| 91 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function | 91 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function |
| 92 cssstyledeclaration_test: Fail | 92 cssstyledeclaration_test: Fail |
| 93 node_test: Fail | 93 node_test: Fail |
| 94 svgelement_test: Fail | 94 svgelement_test: Fail |
| 95 svgelement2_test: Fail | 95 svgelement2_test: Fail |
| 96 | 96 |
| 97 [ $runtime == opera ] | |
| 98 # TODO(kasperl): All of the following failures should be investigated and | |
| 99 # triaged into bug reports. | |
| 100 callbacks_test: Fail | |
| 101 cache_test: Fail | |
| 102 audiocontext_test: Fail | |
| 103 blob_constructor_test: Fail | |
| 104 canvas_using_html_test: Fail | |
| 105 canvas_test: Fail | |
| 106 css_test: Fail | |
| 107 cssstyledeclaration_test: Fail | |
| 108 element_constructor_1_test: Fail | |
| 109 exceptions_test: Fail | |
| 110 element_test: Crash | |
| 111 indexeddb_1_test: Fail | |
| 112 indexeddb_3_test: Fail | |
| 113 indexeddb_4_test: Fail | |
| 114 mutationobserver_test: Fail | |
| 115 performance_api_test: Fail | |
| 116 serialized_script_value_test: Fail | |
| 117 svg_3_test: Fail | |
| 118 svgelement_test: Fail | |
| 119 typed_arrays_1_test: Fail | |
| 120 typed_arrays_arraybuffer_test: Fail | |
| 121 websocket_test: Fail | |
| 122 xhr_test: Fail | |
| 123 fileapi_test: Skip | |
| 124 js_interop_3_test: Skip | |
| 125 js_interop_4_test: Skip | |
| 126 isolates_test: Skip | |
| 127 | |
| 128 [ $runtime == ff ] | 97 [ $runtime == ff ] |
| 129 audiocontext_test: Fail # FF only has Audio element | 98 audiocontext_test: Fail # FF only has Audio element |
| 130 css_test: Fail # No analog to WebKitCSSMatrix | 99 css_test: Fail # No analog to WebKitCSSMatrix |
| 131 cssstyledeclaration_test: Fail | 100 cssstyledeclaration_test: Fail |
| 132 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame | 101 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame |
| 133 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. | 102 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. |
| 134 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. | 103 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut
e instead. |
| 135 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 104 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 136 documentfragment_test: Fail | 105 documentfragment_test: Fail |
| 137 element_test: Fail | 106 element_test: Fail |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 | 147 |
| 179 # 'html' tests import the HTML library, so they only make sense in | 148 # 'html' tests import the HTML library, so they only make sense in |
| 180 # a browser environment. | 149 # a browser environment. |
| 181 [ $compiler == dartc ] | 150 [ $compiler == dartc ] |
| 182 *: Skip | 151 *: Skip |
| 183 | 152 |
| 184 [ $runtime == vm ] | 153 [ $runtime == vm ] |
| 185 *: Skip | 154 *: Skip |
| 186 | 155 |
| 187 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 156 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 157 [ $runtime == opera ] |
| 158 *: Skip |
| 188 | 159 |
| 189 [ $compiler == dart2js && $runtime == drt ] | 160 [ $compiler == dart2js && $runtime == drt ] |
| 190 fileapi_test: Skip # Issue 3022 | 161 fileapi_test: Skip # Issue 3022 |
| 191 # Unknown error - should investigate. | 162 # Unknown error - should investigate. |
| 192 measurement_test: Fail | 163 measurement_test: Fail |
| 193 htmloptionscollection_test: Fail # Issue 3813. | 164 htmloptionscollection_test: Fail # Issue 3813. |
| 194 unknownelement_test: Fail # Issue 4189 | 165 unknownelement_test: Fail # Issue 4189 |
| 195 | 166 |
| 196 [ $compiler == dart2js && $runtime == none ] | 167 [ $compiler == dart2js && $runtime == none ] |
| 197 *: Fail, Pass # TODO(ahe): Triage these tests. | 168 *: Fail, Pass # TODO(ahe): Triage these tests. |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 svg_3_test: Skip # Timeout | 203 svg_3_test: Skip # Timeout |
| 233 documentfragment_test: Skip # Timeout | 204 documentfragment_test: Skip # Timeout |
| 234 fileapi_test: Skip # Issue 3022 | 205 fileapi_test: Skip # Issue 3022 |
| 235 | 206 |
| 236 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 207 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 237 css_test: Pass, Fail # Issue #2823 | 208 css_test: Pass, Fail # Issue #2823 |
| 238 fileapi_test: Skip # Issue 3022 | 209 fileapi_test: Skip # Issue 3022 |
| 239 | 210 |
| 240 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 211 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 241 indexeddb_2_test: Fail # Issue 3669. | 212 indexeddb_2_test: Fail # Issue 3669. |
| OLD | NEW |