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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537 | 140 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537 |
141 localstorage_test: Pass, RuntimeError # Issue 22166 | 141 localstorage_test: Pass, RuntimeError # Issue 22166 |
142 storage_test: Pass, RuntimeError # Issue 22166 | 142 storage_test: Pass, RuntimeError # Issue 22166 |
143 postmessage_structured_test/more_primitives: Fail # Does not support the Message
Event constructor. | 143 postmessage_structured_test/more_primitives: Fail # Does not support the Message
Event constructor. |
144 notification_test/supported_notification: Fail # Notification not supported on I
E | 144 notification_test/supported_notification: Fail # Notification not supported on I
E |
145 event_test: RuntimeError # Issue 23437. Only three failures, but hard to break t
hem out. | 145 event_test: RuntimeError # Issue 23437. Only three failures, but hard to break t
hem out. |
146 wheelevent_test: RuntimeError # Issue 23437 | 146 wheelevent_test: RuntimeError # Issue 23437 |
147 text_event_test: RuntimeError # Issue 23437 | 147 text_event_test: RuntimeError # Issue 23437 |
148 transition_event_test/functional: Skip # Times out. Issue 22167 | 148 transition_event_test/functional: Skip # Times out. Issue 22167 |
149 request_animation_frame_test: Skip # Times out. Issue 22167 | 149 request_animation_frame_test: Skip # Times out. Issue 22167 |
| 150 js_util_test/callConstructor: RuntimeError # Issue 26978 |
150 | 151 |
151 [$runtime == ie10 ] | 152 [$runtime == ie10 ] |
152 # IE10 Feature support statuses- | 153 # IE10 Feature support statuses- |
153 # All changes should be accompanied by platform support annotation changes. | 154 # All changes should be accompanied by platform support annotation changes. |
154 audiobuffersourcenode_test/supported: Fail | 155 audiobuffersourcenode_test/supported: Fail |
155 audiocontext_test/supported: Fail | 156 audiocontext_test/supported: Fail |
156 crypto_test/supported: Fail | 157 crypto_test/supported: Fail |
157 css_test/supportsPointConversions: Fail | 158 css_test/supportsPointConversions: Fail |
158 element_types_test/supported_content: Fail | 159 element_types_test/supported_content: Fail |
159 element_types_test/supported_details: Fail | 160 element_types_test/supported_details: Fail |
160 element_types_test/supported_keygen: Fail | 161 element_types_test/supported_keygen: Fail |
161 element_types_test/supported_meter: Fail | 162 element_types_test/supported_meter: Fail |
162 element_types_test/supported_output: Fail | 163 element_types_test/supported_output: Fail |
163 element_types_test/supported_shadow: Fail | 164 element_types_test/supported_shadow: Fail |
164 element_types_test/supported_template: Fail | 165 element_types_test/supported_template: Fail |
165 fileapi_test/supported: Fail | 166 fileapi_test/supported: Fail |
166 history_test/supported_HashChangeEvent: Fail | 167 history_test/supported_HashChangeEvent: Fail |
167 indexeddb_1_test/supportsDatabaseNames: Fail | 168 indexeddb_1_test/supportsDatabaseNames: Fail |
168 input_element_test/supported_date: Fail | 169 input_element_test/supported_date: Fail |
169 input_element_test/supported_datetime-local: Fail | 170 input_element_test/supported_datetime-local: Fail |
170 input_element_test/supported_month: Fail | 171 input_element_test/supported_month: Fail |
171 input_element_test/supported_time: Fail | 172 input_element_test/supported_time: Fail |
172 input_element_test/supported_week: Fail | 173 input_element_test/supported_week: Fail |
| 174 js_util_test/hasProperty: RuntimeError # Issue 26978 |
| 175 js_util_test/getProperty: RuntimeError # Issue 26978 |
173 media_stream_test/supported_MediaStreamEvent: Fail | 176 media_stream_test/supported_MediaStreamEvent: Fail |
174 media_stream_test/supported_MediaStreamTrackEvent: Fail | 177 media_stream_test/supported_MediaStreamTrackEvent: Fail |
175 media_stream_test/supported_media: Fail | 178 media_stream_test/supported_media: Fail |
176 mediasource_test/supported: Fail | 179 mediasource_test/supported: Fail |
177 mutationobserver_test/supported: Fail | 180 mutationobserver_test/supported: Fail |
178 rtc_test/supported: Fail | 181 rtc_test/supported: Fail |
179 shadow_dom_test/supported: Fail | 182 shadow_dom_test/supported: Fail |
180 speechrecognition_test/supported: Fail | 183 speechrecognition_test/supported: Fail |
181 svgelement_test/supported_altGlyph: Fail | 184 svgelement_test/supported_altGlyph: Fail |
182 svgelement_test/supported_animate: Fail | 185 svgelement_test/supported_animate: Fail |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 412 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
410 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 413 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
411 | 414 |
412 [ $compiler == dart2js && $cps_ir && $host_checked ] | 415 [ $compiler == dart2js && $cps_ir && $host_checked ] |
413 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 416 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
414 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 417 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
415 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 418 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
416 | 419 |
417 [ $compiler == dart2js && $cps_ir && $checked ] | 420 [ $compiler == dart2js && $cps_ir && $checked ] |
418 *: Skip # `assert` not implemented | 421 *: Skip # `assert` not implemented |
OLD | NEW |