| 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 no_linked_scripts_htmltest: Skip # HTML tests are under development | |
| 6 scripts_htmltest: Skip # HTML tests are under development | |
| 7 | |
| 8 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 9 interactive_test: Skip # Must be run manually. | 6 interactive_test: Skip # Must be run manually. |
| 10 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 11 | 8 |
| 12 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 13 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) |
| 14 custom/document_register_basic_test: RuntimeError # Issue 20813 | 11 custom/document_register_basic_test: RuntimeError # Issue 20813 |
| 15 fontface_loaded_test: Skip # Issue 21359 | 12 fontface_loaded_test: Skip # Issue 21359 |
| 16 form_data_test/functional: Skip # Issue 19726 | 13 form_data_test/functional: Skip # Issue 19726 |
| 17 indexeddb_1_test/functional: Skip # Issue 19512 (timing out) | 14 indexeddb_1_test/functional: Skip # Issue 19512 (timing out) |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 audiobuffersourcenode_test: Pass, Fail | 114 audiobuffersourcenode_test: Pass, Fail |
| 118 | 115 |
| 119 [$runtime == ie10 || $runtime == ie11] | 116 [$runtime == ie10 || $runtime == ie11] |
| 120 indexeddb_5_test: Fail # Issue 12893 | 117 indexeddb_5_test: Fail # Issue 12893 |
| 121 js_test: Fail # Issue 14246 | 118 js_test: Fail # Issue 14246 |
| 122 element_test/click: Fail # IE does not support firing this event. | 119 element_test/click: Fail # IE does not support firing this event. |
| 123 serialized_script_value_test: Fail | 120 serialized_script_value_test: Fail |
| 124 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 121 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 125 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | 122 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element |
| 126 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element | 123 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element |
| 124 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537 |
| 125 scripts_htmltest: Skip # Times out on IE. Issue 21537 |
| 127 | 126 |
| 128 [$runtime == ie10 ] | 127 [$runtime == ie10 ] |
| 129 # IE10 Feature support statuses- | 128 # IE10 Feature support statuses- |
| 130 # All changes should be accompanied by platform support annotation changes. | 129 # All changes should be accompanied by platform support annotation changes. |
| 131 audiobuffersourcenode_test/supported: Fail | 130 audiobuffersourcenode_test/supported: Fail |
| 132 audiocontext_test/supported: Fail | 131 audiocontext_test/supported: Fail |
| 133 crypto_test/supported: Fail | 132 crypto_test/supported: Fail |
| 134 css_test/supportsPointConversions: Fail | 133 css_test/supportsPointConversions: Fail |
| 135 document_test/supports_cssCanvasContext: Fail | 134 document_test/supports_cssCanvasContext: Fail |
| 136 element_types_test/supported_content: Fail | 135 element_types_test/supported_content: Fail |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 events_test: StaticWarning | 374 events_test: StaticWarning |
| 376 htmlelement_test: StaticWarning | 375 htmlelement_test: StaticWarning |
| 377 localstorage_test: StaticWarning | 376 localstorage_test: StaticWarning |
| 378 mutationobserver_test: StaticWarning | 377 mutationobserver_test: StaticWarning |
| 379 track_element_constructor_test: StaticWarning | 378 track_element_constructor_test: StaticWarning |
| 380 transferables_test: StaticWarning | 379 transferables_test: StaticWarning |
| 381 typed_arrays_range_checks_test: StaticWarning | 380 typed_arrays_range_checks_test: StaticWarning |
| 382 typing_test: StaticWarning | 381 typing_test: StaticWarning |
| 383 webgl_1_test: StaticWarning | 382 webgl_1_test: StaticWarning |
| 384 window_nosuchmethod_test: StaticWarning | 383 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |