| 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 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 8 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 9 | 9 |
| 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 117 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 118 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | 118 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element |
| 119 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element | 119 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element |
| 120 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537 | 120 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537 |
| 121 scripts_htmltest: Skip # Times out on IE. Issue 21537 | 121 scripts_htmltest: Skip # Times out on IE. Issue 21537 |
| 122 two_scripts_htmltest: Skip # Times out on IE. Issue 21537 | 122 two_scripts_htmltest: Skip # Times out on IE. Issue 21537 |
| 123 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537 | 123 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537 |
| 124 localstorage_test: Pass, RuntimeError # Issue 22166 | 124 localstorage_test: Pass, RuntimeError # Issue 22166 |
| 125 storage_test: Pass, RuntimeError # Issue 22166 | 125 storage_test: Pass, RuntimeError # Issue 22166 |
| 126 postmessage_structured_test/more_primitives: Fail # Does not support the Message
Event constructor. | 126 postmessage_structured_test/more_primitives: Fail # Does not support the Message
Event constructor. |
| 127 notification_test/supported: Fail # Notification not supported on IE | 127 notification_test/supported_notification: Fail # Notification not supported on I
E |
| 128 | 128 |
| 129 [$runtime == ie10 || $runtime == ie11 || ($runtime == chrome && $system == macos
)] | 129 [$runtime == ie10 || $runtime == ie11 || ($runtime == chrome && $system == macos
)] |
| 130 transition_event_test/functional: Skip # Times out. Issue 22167 | 130 transition_event_test/functional: Skip # Times out. Issue 22167 |
| 131 request_animation_frame_test: Skip # Times out. Issue 22167 | 131 request_animation_frame_test: Skip # Times out. Issue 22167 |
| 132 | 132 |
| 133 [$runtime == ie10 ] | 133 [$runtime == ie10 ] |
| 134 # IE10 Feature support statuses- | 134 # IE10 Feature support statuses- |
| 135 # All changes should be accompanied by platform support annotation changes. | 135 # All changes should be accompanied by platform support annotation changes. |
| 136 audiobuffersourcenode_test/supported: Fail | 136 audiobuffersourcenode_test/supported: Fail |
| 137 audiocontext_test/supported: Fail | 137 audiocontext_test/supported: Fail |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 htmlelement_test: StaticWarning | 396 htmlelement_test: StaticWarning |
| 397 localstorage_test: StaticWarning | 397 localstorage_test: StaticWarning |
| 398 mutationobserver_test: StaticWarning | 398 mutationobserver_test: StaticWarning |
| 399 queryall_test: fail | 399 queryall_test: fail |
| 400 track_element_constructor_test: StaticWarning | 400 track_element_constructor_test: StaticWarning |
| 401 transferables_test: StaticWarning | 401 transferables_test: StaticWarning |
| 402 typed_arrays_range_checks_test: StaticWarning | 402 typed_arrays_range_checks_test: StaticWarning |
| 403 typing_test: StaticWarning | 403 typing_test: StaticWarning |
| 404 webgl_1_test: StaticWarning | 404 webgl_1_test: StaticWarning |
| 405 window_nosuchmethod_test: StaticWarning | 405 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |