| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 [ $runtime == ie9 || $runtime == ie10 ] | 148 [ $runtime == ie9 || $runtime == ie10 ] |
| 149 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 | 149 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 |
| 150 | 150 |
| 151 [ $runtime == ie9 ] | 151 [ $runtime == ie9 ] |
| 152 event_customevent_test: Fail # Issue 14170 | 152 event_customevent_test: Fail # Issue 14170 |
| 153 isolates_test: Timeout # Issue 13027 | 153 isolates_test: Timeout # Issue 13027 |
| 154 blob_constructor_test: Fail | 154 blob_constructor_test: Fail |
| 155 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193 | 155 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193 |
| 156 dom_constructors_test: Fail | 156 dom_constructors_test: Fail |
| 157 element_test/click: Fail # IE does not support firing this event. | 157 element_test/click: Fail # IE does not support firing this event. |
| 158 filereader_test: Fail # Not supported. |
| 158 form_element_test: Fail # Issue 4793. | 159 form_element_test: Fail # Issue 4793. |
| 159 localstorage_test: Fail | 160 localstorage_test: Fail |
| 160 postmessage_structured_test: Skip # BUG(5685): times out. | 161 postmessage_structured_test: Skip # BUG(5685): times out. |
| 161 serialized_script_value_test: Fail | 162 serialized_script_value_test: Fail |
| 162 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | 163 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) |
| 163 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | 164 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element |
| 164 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element | 165 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element |
| 165 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 | 166 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 |
| 166 input_element_test/attributes: Fail # IE returns null while others '' | 167 input_element_test/attributes: Fail # IE returns null while others '' |
| 167 xhr_cross_origin_test: Skip # Issue 12920 | 168 xhr_cross_origin_test: Skip # Issue 12920 |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 events_test: StaticWarning | 395 events_test: StaticWarning |
| 395 htmlelement_test: StaticWarning | 396 htmlelement_test: StaticWarning |
| 396 localstorage_test: StaticWarning | 397 localstorage_test: StaticWarning |
| 397 mutationobserver_test: StaticWarning | 398 mutationobserver_test: StaticWarning |
| 398 track_element_constructor_test: StaticWarning | 399 track_element_constructor_test: StaticWarning |
| 399 transferables_test: StaticWarning | 400 transferables_test: StaticWarning |
| 400 typed_arrays_range_checks_test: StaticWarning | 401 typed_arrays_range_checks_test: StaticWarning |
| 401 typing_test: StaticWarning | 402 typing_test: StaticWarning |
| 402 webgl_1_test: StaticWarning | 403 webgl_1_test: StaticWarning |
| 403 window_nosuchmethod_test: StaticWarning | 404 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |