| 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 | 8 |
| 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189
31 (Disabled for Chrome 35 roll) | 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189
31 (Disabled for Chrome 35 roll) |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 indexeddb_5_test: Fail # Issue 12893 | 122 indexeddb_5_test: Fail # Issue 12893 |
| 123 js_test: Fail # Issue 14246 | 123 js_test: Fail # Issue 14246 |
| 124 element_test/click: Fail # IE does not support firing this event. | 124 element_test/click: Fail # IE does not support firing this event. |
| 125 serialized_script_value_test: Fail | 125 serialized_script_value_test: Fail |
| 126 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 126 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 127 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | 127 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element |
| 128 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element | 128 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element |
| 129 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537 | 129 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537 |
| 130 scripts_htmltest: Skip # Times out on IE. Issue 21537 | 130 scripts_htmltest: Skip # Times out on IE. Issue 21537 |
| 131 two_scripts_htmltest: Skip # Times out on IE. Issue 21537 | 131 two_scripts_htmltest: Skip # Times out on IE. Issue 21537 |
| 132 deferred_multi_app_htmltest: Skip # Issue 21537 | 132 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537 |
| 133 | 133 |
| 134 [$runtime == ie10 ] | 134 [$runtime == ie10 ] |
| 135 # IE10 Feature support statuses- | 135 # IE10 Feature support statuses- |
| 136 # All changes should be accompanied by platform support annotation changes. | 136 # All changes should be accompanied by platform support annotation changes. |
| 137 audiobuffersourcenode_test/supported: Fail | 137 audiobuffersourcenode_test/supported: Fail |
| 138 audiocontext_test/supported: Fail | 138 audiocontext_test/supported: Fail |
| 139 crypto_test/supported: Fail | 139 crypto_test/supported: Fail |
| 140 css_test/supportsPointConversions: Fail | 140 css_test/supportsPointConversions: Fail |
| 141 document_test/supports_cssCanvasContext: Fail | 141 document_test/supports_cssCanvasContext: Fail |
| 142 element_types_test/supported_content: Fail | 142 element_types_test/supported_content: Fail |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 events_test: StaticWarning | 385 events_test: StaticWarning |
| 386 htmlelement_test: StaticWarning | 386 htmlelement_test: StaticWarning |
| 387 localstorage_test: StaticWarning | 387 localstorage_test: StaticWarning |
| 388 mutationobserver_test: StaticWarning | 388 mutationobserver_test: StaticWarning |
| 389 track_element_constructor_test: StaticWarning | 389 track_element_constructor_test: StaticWarning |
| 390 transferables_test: StaticWarning | 390 transferables_test: StaticWarning |
| 391 typed_arrays_range_checks_test: StaticWarning | 391 typed_arrays_range_checks_test: StaticWarning |
| 392 typing_test: StaticWarning | 392 typing_test: StaticWarning |
| 393 webgl_1_test: StaticWarning | 393 webgl_1_test: StaticWarning |
| 394 window_nosuchmethod_test: StaticWarning | 394 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |