| 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 async_window_test: Skip #TODO(gram): investigating | 5 async_window_test: Skip #TODO(gram): investigating |
| 6 event_test: Skip # Issue 1996 | 6 event_test: Skip # Issue 1996 |
| 7 interactive_test: Skip # Must be run manually. | 7 interactive_test: Skip # Must be run manually. |
| 8 dromaeo_smoke_test: Fail, Pass # Issue 14521 | 8 dromaeo_smoke_test: Fail, Pass # Issue 14521 |
| 9 | 9 |
| 10 [ $compiler == dart2js && $csp ] | 10 [ $compiler == dart2js && $csp ] |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 localstorage_test: Fail | 179 localstorage_test: Fail |
| 180 postmessage_structured_test: Skip # BUG(5685): times out. | 180 postmessage_structured_test: Skip # BUG(5685): times out. |
| 181 serialized_script_value_test: Fail | 181 serialized_script_value_test: Fail |
| 182 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | 182 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) |
| 183 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | 183 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element |
| 184 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element | 184 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element |
| 185 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 | 185 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 |
| 186 input_element_test/attributes: Fail # IE returns null while others '' | 186 input_element_test/attributes: Fail # IE returns null while others '' |
| 187 xhr_cross_origin_test: Skip # Issue 12920 | 187 xhr_cross_origin_test: Skip # Issue 12920 |
| 188 xhr_test/json: Fail # IE9 returns null because of unsupported type | 188 xhr_test/json: Fail # IE9 returns null because of unsupported type |
| 189 js_test: RuntimeError # Issue 14645 |
| 189 | 190 |
| 190 # IE9 Feature support statuses- | 191 # IE9 Feature support statuses- |
| 191 # All changes should be accompanied by platform support annotation changes. | 192 # All changes should be accompanied by platform support annotation changes. |
| 192 audiobuffersourcenode_test/supported: Fail | 193 audiobuffersourcenode_test/supported: Fail |
| 193 audiocontext_test/supported: Fail | 194 audiocontext_test/supported: Fail |
| 194 cache_test/supported: Fail | 195 cache_test/supported: Fail |
| 195 crypto_test/supported: Fail | 196 crypto_test/supported: Fail |
| 196 css_test/supportsPointConversions: Fail | 197 css_test/supportsPointConversions: Fail |
| 197 document_test/supports_cssCanvasContext: Fail | 198 document_test/supports_cssCanvasContext: Fail |
| 198 element_types_test/supported_content: Fail | 199 element_types_test/supported_content: Fail |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 htmlelement_test: StaticWarning | 419 htmlelement_test: StaticWarning |
| 419 isolates_test: StaticWarning | 420 isolates_test: StaticWarning |
| 420 localstorage_test: StaticWarning | 421 localstorage_test: StaticWarning |
| 421 mutationobserver_test: StaticWarning | 422 mutationobserver_test: StaticWarning |
| 422 track_element_constructor_test: StaticWarning | 423 track_element_constructor_test: StaticWarning |
| 423 transferables_test: StaticWarning | 424 transferables_test: StaticWarning |
| 424 typed_arrays_range_checks_test: StaticWarning | 425 typed_arrays_range_checks_test: StaticWarning |
| 425 typing_test: StaticWarning | 426 typing_test: StaticWarning |
| 426 webgl_1_test: StaticWarning | 427 webgl_1_test: StaticWarning |
| 427 window_nosuchmethod_test: StaticWarning | 428 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |