| 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 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression) | 8 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression) |
| 9 [ $runtime == drt || $runtime == dartium ] | 9 [ $runtime == drt || $runtime == dartium ] |
| 10 custom/template_wrappers_test: Pass # Issue 16656 Override others | 10 custom/template_wrappers_test: Pass # Issue 16656 Override others |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 svgelement_test/supported_foreignObject: Fail | 188 svgelement_test/supported_foreignObject: Fail |
| 189 svgelement_test/supported_set: Fail | 189 svgelement_test/supported_set: Fail |
| 190 touchevent_test/supported: Fail | 190 touchevent_test/supported: Fail |
| 191 webgl_1_test/functional: Fail | 191 webgl_1_test/functional: Fail |
| 192 websql_test/supported: Fail | 192 websql_test/supported: Fail |
| 193 xhr_test/json: Fail # IE10 returns string, not JSON object | 193 xhr_test/json: Fail # IE10 returns string, not JSON object |
| 194 xsltprocessor_test/supported: Fail | 194 xsltprocessor_test/supported: Fail |
| 195 | 195 |
| 196 [ $runtime == ie9 || $runtime == ie10 ] | 196 [ $runtime == ie9 || $runtime == ie10 ] |
| 197 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 | 197 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 |
| 198 custom/element_upgrade_test: Fail # Issue 18247 |
| 198 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. | 199 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. |
| 199 | 200 |
| 200 [ $runtime == ie9 ] | 201 [ $runtime == ie9 ] |
| 201 event_customevent_test: Fail # Issue 14170 | 202 event_customevent_test: Fail # Issue 14170 |
| 202 isolates_test: Timeout # Issue 13027 | 203 isolates_test: Timeout # Issue 13027 |
| 203 blob_constructor_test: Fail | 204 blob_constructor_test: Fail |
| 204 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193 | 205 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193 |
| 205 dom_constructors_test: Fail | 206 dom_constructors_test: Fail |
| 206 element_test/click: Fail # IE does not support firing this event. | 207 element_test/click: Fail # IE does not support firing this event. |
| 207 filereader_test: Fail # Not supported. | 208 filereader_test: Fail # Not supported. |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 events_test: StaticWarning | 450 events_test: StaticWarning |
| 450 htmlelement_test: StaticWarning | 451 htmlelement_test: StaticWarning |
| 451 localstorage_test: StaticWarning | 452 localstorage_test: StaticWarning |
| 452 mutationobserver_test: StaticWarning | 453 mutationobserver_test: StaticWarning |
| 453 track_element_constructor_test: StaticWarning | 454 track_element_constructor_test: StaticWarning |
| 454 transferables_test: StaticWarning | 455 transferables_test: StaticWarning |
| 455 typed_arrays_range_checks_test: StaticWarning | 456 typed_arrays_range_checks_test: StaticWarning |
| 456 typing_test: StaticWarning | 457 typing_test: StaticWarning |
| 457 webgl_1_test: StaticWarning | 458 webgl_1_test: StaticWarning |
| 458 window_nosuchmethod_test: StaticWarning | 459 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |