| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 interactive_test: Skip # Must be run manually. | 6 interactive_test: Skip # Must be run manually. |
| 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 8 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 8 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 9 svgelement_test/constructors: Skip # Temporary suppression, WIP alanknight | 9 svgelement_test/constructors: Skip # Temporary suppression, WIP alanknight |
| 10 | 10 |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 svgelement_test/supported_set: Fail | 178 svgelement_test/supported_set: Fail |
| 179 touchevent_test/supported: Fail # IE does not support TouchEvents | 179 touchevent_test/supported: Fail # IE does not support TouchEvents |
| 180 webgl_1_test/supported: Fail | 180 webgl_1_test/supported: Fail |
| 181 websql_test/supported: Fail | 181 websql_test/supported: Fail |
| 182 xhr_test/json: Fail # IE10 returns string, not JSON object | 182 xhr_test/json: Fail # IE10 returns string, not JSON object |
| 183 xhr_test/supported_overrideMimeType: Fail | 183 xhr_test/supported_overrideMimeType: Fail |
| 184 xsltprocessor_test/supported: Fail | 184 xsltprocessor_test/supported: Fail |
| 185 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. | 185 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. |
| 186 transferables_test: Fail # Issue 9846 | 186 transferables_test: Fail # Issue 9846 |
| 187 | 187 |
| 188 [ $compiler == dart2js && $minified ] |
| 189 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260
5 |
| 190 |
| 188 [ $compiler == dart2js && $runtime == chrome ] | 191 [ $compiler == dart2js && $runtime == chrome ] |
| 189 css_test/supportsPointConversions: Fail # Issues 21710 | 192 css_test/supportsPointConversions: Fail # Issues 21710 |
| 190 css_test/functional: Fail # Issues 21710 | 193 css_test/functional: Fail # Issues 21710 |
| 191 | 194 |
| 192 [ $runtime == ie11 ] | 195 [ $runtime == ie11 ] |
| 193 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131
93. | 196 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131
93. |
| 194 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t
riage this failure. | 197 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t
riage this failure. |
| 195 worker_test/functional: Pass, Fail # Issues 20659. | 198 worker_test/functional: Pass, Fail # Issues 20659. |
| 196 transferables_test: Pass, Fail # Issues 20659. | 199 transferables_test: Pass, Fail # Issues 20659. |
| 197 | 200 |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 htmlelement_test: StaticWarning | 407 htmlelement_test: StaticWarning |
| 405 localstorage_test: StaticWarning | 408 localstorage_test: StaticWarning |
| 406 mutationobserver_test: StaticWarning | 409 mutationobserver_test: StaticWarning |
| 407 queryall_test: fail | 410 queryall_test: fail |
| 408 track_element_constructor_test: StaticWarning | 411 track_element_constructor_test: StaticWarning |
| 409 transferables_test: StaticWarning | 412 transferables_test: StaticWarning |
| 410 typed_arrays_range_checks_test: StaticWarning | 413 typed_arrays_range_checks_test: StaticWarning |
| 411 typing_test: StaticWarning | 414 typing_test: StaticWarning |
| 412 webgl_1_test: StaticWarning | 415 webgl_1_test: StaticWarning |
| 413 window_nosuchmethod_test: StaticWarning | 416 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |