| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 indexeddb_1_test/supportsDatabaseNames: Fail | 210 indexeddb_1_test/supportsDatabaseNames: Fail |
| 211 input_element_test/supported_date: Fail | 211 input_element_test/supported_date: Fail |
| 212 input_element_test/supported_datetime-local: Fail | 212 input_element_test/supported_datetime-local: Fail |
| 213 input_element_test/supported_month: Fail | 213 input_element_test/supported_month: Fail |
| 214 input_element_test/supported_time: Fail | 214 input_element_test/supported_time: Fail |
| 215 input_element_test/supported_week: Fail | 215 input_element_test/supported_week: Fail |
| 216 media_stream_test/supported_MediaStreamEvent: Fail | 216 media_stream_test/supported_MediaStreamEvent: Fail |
| 217 media_stream_test/supported_MediaStreamTrackEvent: Fail | 217 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 218 media_stream_test/supported_media: Fail | 218 media_stream_test/supported_media: Fail |
| 219 mediasource_test/supported: Pass, Fail # Should pass on Windows 8 | 219 mediasource_test/supported: Pass, Fail # Should pass on Windows 8 |
| 220 mediasource_test/functional: Pass, Fail # Fails on Windows 8 |
| 220 rtc_test/supported: Fail | 221 rtc_test/supported: Fail |
| 221 shadow_dom_test/supported: Fail | 222 shadow_dom_test/supported: Fail |
| 222 speechrecognition_test/supported: Fail | 223 speechrecognition_test/supported: Fail |
| 223 svgelement_test/supported_altGlyph: Fail | 224 svgelement_test/supported_altGlyph: Fail |
| 224 svgelement_test/supported_animate: Fail | 225 svgelement_test/supported_animate: Fail |
| 225 svgelement_test/supported_animateMotion: Fail | 226 svgelement_test/supported_animateMotion: Fail |
| 226 svgelement_test/supported_animateTransform: Fail | 227 svgelement_test/supported_animateTransform: Fail |
| 227 svgelement_test/supported_foreignObject: Fail | 228 svgelement_test/supported_foreignObject: Fail |
| 228 svgelement_test/supported_set: Fail | 229 svgelement_test/supported_set: Fail |
| 229 touchevent_test/supported: Fail | 230 touchevent_test/supported: Fail |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 htmlelement_test: StaticWarning | 402 htmlelement_test: StaticWarning |
| 402 localstorage_test: StaticWarning | 403 localstorage_test: StaticWarning |
| 403 mutationobserver_test: StaticWarning | 404 mutationobserver_test: StaticWarning |
| 404 queryall_test: fail | 405 queryall_test: fail |
| 405 track_element_constructor_test: StaticWarning | 406 track_element_constructor_test: StaticWarning |
| 406 transferables_test: StaticWarning | 407 transferables_test: StaticWarning |
| 407 typed_arrays_range_checks_test: StaticWarning | 408 typed_arrays_range_checks_test: StaticWarning |
| 408 typing_test: StaticWarning | 409 typing_test: StaticWarning |
| 409 webgl_1_test: StaticWarning | 410 webgl_1_test: StaticWarning |
| 410 window_nosuchmethod_test: StaticWarning | 411 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |