| 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 interactive_test: Skip # Must be run manually. | 5 interactive_test: Skip # Must be run manually. |
| 6 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 6 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 7 | 7 |
| 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 9 | 9 |
| 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) | 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 scripts_htmltest: Skip # Times out on IE. Issue 21537 | 135 scripts_htmltest: Skip # Times out on IE. Issue 21537 |
| 136 two_scripts_htmltest: Skip # Times out on IE. Issue 21537 | 136 two_scripts_htmltest: Skip # Times out on IE. Issue 21537 |
| 137 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537 | 137 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537 |
| 138 localstorage_test: Pass, RuntimeError # Issue 22166 | 138 localstorage_test: Pass, RuntimeError # Issue 22166 |
| 139 storage_test: Pass, RuntimeError # Issue 22166 | 139 storage_test: Pass, RuntimeError # Issue 22166 |
| 140 postmessage_structured_test/more_primitives: Fail # Does not support the Message
Event constructor. | 140 postmessage_structured_test/more_primitives: Fail # Does not support the Message
Event constructor. |
| 141 notification_test/supported_notification: Fail # Notification not supported on I
E | 141 notification_test/supported_notification: Fail # Notification not supported on I
E |
| 142 event_test: RuntimeError # Issue 23437. Only three failures, but hard to break t
hem out. | 142 event_test: RuntimeError # Issue 23437. Only three failures, but hard to break t
hem out. |
| 143 wheelevent_test: RuntimeError # Issue 23437 | 143 wheelevent_test: RuntimeError # Issue 23437 |
| 144 text_event_test: RuntimeError # Issue 23437 | 144 text_event_test: RuntimeError # Issue 23437 |
| 145 event_zone_task_test: RuntimeError # Issue 23437 | |
| 146 transition_event_test/functional: Skip # Times out. Issue 22167 | 145 transition_event_test/functional: Skip # Times out. Issue 22167 |
| 147 request_animation_frame_test: Skip # Times out. Issue 22167 | 146 request_animation_frame_test: Skip # Times out. Issue 22167 |
| 148 | 147 |
| 149 [$runtime == ie10 ] | 148 [$runtime == ie10 ] |
| 150 # IE10 Feature support statuses- | 149 # IE10 Feature support statuses- |
| 151 # All changes should be accompanied by platform support annotation changes. | 150 # All changes should be accompanied by platform support annotation changes. |
| 152 audiobuffersourcenode_test/supported: Fail | 151 audiobuffersourcenode_test/supported: Fail |
| 153 audiocontext_test/supported: Fail | 152 audiocontext_test/supported: Fail |
| 154 crypto_test/supported: Fail | 153 crypto_test/supported: Fail |
| 155 css_test/supportsPointConversions: Fail | 154 css_test/supportsPointConversions: Fail |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 | 354 |
| 356 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ] | 355 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ] |
| 357 svgelement_test/supported_altGlyph: RuntimeError # Issue 25787 | 356 svgelement_test/supported_altGlyph: RuntimeError # Issue 25787 |
| 358 | 357 |
| 359 [ ($runtime == dartium) && ($system == macos || $system == windows || $system ==
linux)] | 358 [ ($runtime == dartium) && ($system == macos || $system == windows || $system ==
linux)] |
| 360 # Desktop operating systems do not support touch events on chrome 34 dartium. | 359 # Desktop operating systems do not support touch events on chrome 34 dartium. |
| 361 touchevent_test/supported: Fail | 360 touchevent_test/supported: Fail |
| 362 | 361 |
| 363 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w
indows ] | 362 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w
indows ] |
| 364 xhr_test/xhr: Skip # Times out. Issue 21527 | 363 xhr_test/xhr: Skip # Times out. Issue 21527 |
| 365 xhr_task_test/xhr: Skip # Times out. Issue 21527 | |
| 366 | 364 |
| 367 [ $compiler == dart2analyzer ] | 365 [ $compiler == dart2analyzer ] |
| 368 custom/document_register_basic_test: StaticWarning | 366 custom/document_register_basic_test: StaticWarning |
| 369 custom/element_upgrade_test: StaticWarning | 367 custom/element_upgrade_test: StaticWarning |
| 370 datalistelement_test: StaticWarning | 368 datalistelement_test: StaticWarning |
| 371 documentfragment_test: StaticWarning | 369 documentfragment_test: StaticWarning |
| 372 element_add_test: StaticWarning | 370 element_add_test: StaticWarning |
| 373 element_test: StaticWarning | 371 element_test: StaticWarning |
| 374 events_test: StaticWarning | 372 events_test: StaticWarning |
| 375 htmlelement_test: StaticWarning | 373 htmlelement_test: StaticWarning |
| (...skipping 17 matching lines...) Expand all Loading... |
| 393 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 391 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 394 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 392 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 395 | 393 |
| 396 [ $compiler == dart2js && $cps_ir && $host_checked ] | 394 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 397 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 395 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 398 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 396 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 399 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 397 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 400 | 398 |
| 401 [ $compiler == dart2js && $cps_ir && $checked ] | 399 [ $compiler == dart2js && $cps_ir && $checked ] |
| 402 *: Skip # `assert` not implemented | 400 *: Skip # `assert` not implemented |
| OLD | NEW |