OLD | NEW |
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 # Skip entire suite if not running in strong mode. | 5 # Skip entire suite if not running in strong mode. |
6 [ ! $strong ] | 6 [ ! $strong ] |
7 *: SkipByDesign | 7 *: SkipByDesign |
8 | 8 |
9 # Skip tests that are not yet strong-mode clean. | 9 # Skip tests that are not yet strong-mode clean. |
10 [ $strong ] | 10 [ $strong ] |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 [ $compiler == dart2analyzer && $strong ] | 161 [ $compiler == dart2analyzer && $strong ] |
162 mirrors/deferred_mirrors_metadata_test: StaticWarning # Issue 28969 | 162 mirrors/deferred_mirrors_metadata_test: StaticWarning # Issue 28969 |
163 html/debugger_test: CompileTimeError # Issue 28969 | 163 html/debugger_test: CompileTimeError # Issue 28969 |
164 | 164 |
165 # TODO(29919): HTML tests are not supported on dartdevc in test.dart yet. | 165 # TODO(29919): HTML tests are not supported on dartdevc in test.dart yet. |
166 [ $compiler == dartdevc ] | 166 [ $compiler == dartdevc ] |
167 html/deferred_multi_app_htmltest: Skip # Issue 29919 | 167 html/deferred_multi_app_htmltest: Skip # Issue 29919 |
168 html/no_linked_scripts_htmltest: Skip # Issue 29919 | 168 html/no_linked_scripts_htmltest: Skip # Issue 29919 |
169 html/scripts_htmltest: Skip # Issue 29919 | 169 html/scripts_htmltest: Skip # Issue 29919 |
170 html/two_scripts_htmltest: Skip # Issue 29919 | 170 html/two_scripts_htmltest: Skip # Issue 29919 |
171 | |
172 [ $compiler == dartdevc ] | |
173 async/future_or_bad_type_test/none: RuntimeError # Issue 29922 | |
174 async/future_or_non_strong_test: RuntimeError # Issue 29922 | |
175 async/future_or_strong_test: RuntimeError # Issue 29922 | |
176 async/futures_test: RuntimeError # Issue 29922 | |
177 async/slow_consumer_test: Pass, Timeout # Issue 29922 | |
178 async/timer_not_available_test: RuntimeError # Issue 29922 | |
179 async/zone_error_callback_test: RuntimeError # Issue 29922 | |
180 async/zone_run_unary_test: RuntimeError # Issue 29922 | |
181 convert/streamed_conversion_json_encode1_test: RuntimeError # Issue 29922 | |
182 convert/streamed_conversion_json_utf8_encode_test: Pass, Timeout # Issue 29922 | |
183 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # Issue 29922 | |
184 convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 29922 | |
185 html/async_spawnuri_test: RuntimeError # Issue 29922 | |
186 html/async_test: RuntimeError # Issue 29922 | |
187 html/custom/attribute_changed_callback_test: Crash # Issue 29922 | 171 html/custom/attribute_changed_callback_test: Crash # Issue 29922 |
188 html/custom/constructor_calls_created_synchronously_test: Crash # Issue 29922 | 172 html/custom/constructor_calls_created_synchronously_test: Crash # Issue 29922 |
189 html/custom/created_callback_test: CompileTimeError # Issue 29922 | 173 html/custom/created_callback_test: CompileTimeError # Issue 29922 |
190 html/custom/document_register_basic_test: CompileTimeError # Issue 29922 | 174 html/custom/document_register_basic_test: CompileTimeError # Issue 29922 |
191 html/custom/document_register_type_extensions_test/construction: CompileTimeErro
r # Issue 29922 | 175 html/custom/document_register_type_extensions_test/construction: CompileTimeErro
r # Issue 29922 |
192 html/custom/document_register_type_extensions_test/constructors: CompileTimeErro
r # Issue 29922 | 176 html/custom/document_register_type_extensions_test/constructors: CompileTimeErro
r # Issue 29922 |
193 html/custom/document_register_type_extensions_test/createElement with type exten
sion: CompileTimeError # Issue 29922 | 177 html/custom/document_register_type_extensions_test/createElement with type exten
sion: CompileTimeError # Issue 29922 |
194 html/custom/document_register_type_extensions_test/functional: CompileTimeError
# Issue 29922 | 178 html/custom/document_register_type_extensions_test/functional: CompileTimeError
# Issue 29922 |
195 html/custom/document_register_type_extensions_test/namespaces: CompileTimeError
# Issue 29922 | 179 html/custom/document_register_type_extensions_test/namespaces: CompileTimeError
# Issue 29922 |
196 html/custom/document_register_type_extensions_test/parsing: CompileTimeError # I
ssue 29922 | 180 html/custom/document_register_type_extensions_test/parsing: CompileTimeError # I
ssue 29922 |
197 html/custom/document_register_type_extensions_test/registration: CompileTimeErro
r # Issue 29922 | 181 html/custom/document_register_type_extensions_test/registration: CompileTimeErro
r # Issue 29922 |
198 html/custom/document_register_type_extensions_test/single-parameter createElemen
t: CompileTimeError # Issue 29922 | 182 html/custom/document_register_type_extensions_test/single-parameter createElemen
t: CompileTimeError # Issue 29922 |
199 html/custom/element_upgrade_test: CompileTimeError # Issue 29922 | 183 html/custom/element_upgrade_test: CompileTimeError # Issue 29922 |
200 html/custom/entered_left_view_test: Crash # Issue 29922 | 184 html/custom/entered_left_view_test: Crash # Issue 29922 |
201 html/custom/js_custom_test: Crash # Issue 29922 | 185 html/custom/js_custom_test: Crash # Issue 29922 |
202 html/custom/mirrors_test: Crash # Issue 29922 | 186 html/custom/mirrors_test: Crash # Issue 29922 |
203 html/custom/regress_194523002_test: Crash # Issue 29922 | 187 html/custom/regress_194523002_test: Crash # Issue 29922 |
204 html/custom_element_method_clash_test/test: Timeout # Issue 29922 | 188 |
205 html/custom_element_name_clash_test/test: Timeout # Issue 29922 | 189 [ $compiler == dartdevc && $runtime != none ] |
206 html/custom_elements_23127_test/baseline: Timeout # Issue 29922 | 190 async/future_or_bad_type_test/none: RuntimeError # Issue 29922 |
207 html/custom_elements_23127_test/c1t: Timeout # Issue 29922 | 191 async/future_or_non_strong_test: RuntimeError # Issue 29922 |
208 html/custom_elements_23127_test/c2: Timeout # Issue 29922 | 192 async/future_or_strong_test: RuntimeError # Issue 29922 |
209 html/custom_elements_23127_test/c2t: Timeout # Issue 29922 | 193 async/futures_test: RuntimeError # Issue 29922 |
210 html/custom_elements_test/innerHtml: Timeout # Issue 29922 | 194 async/slow_consumer_test: Pass, Timeout # Issue 29922 |
211 html/custom_elements_test/lifecycle: Timeout # Issue 29922 | 195 async/timer_not_available_test: RuntimeError # Issue 29922 |
212 html/custom_elements_test/mixins: Timeout # Issue 29922 | 196 async/zone_error_callback_test: RuntimeError # Issue 29922 |
213 html/custom_elements_test/preregister: Timeout # Issue 29922 | 197 async/zone_run_unary_test: RuntimeError # Issue 29922 |
214 html/custom_elements_test/register: Timeout # Issue 29922 | 198 convert/streamed_conversion_json_encode1_test: RuntimeError # Issue 29922 |
| 199 convert/streamed_conversion_json_utf8_encode_test: Pass, Timeout # Issue 29922 |
| 200 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # Issue 29922 |
| 201 convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 29922 |
| 202 html/async_spawnuri_test: RuntimeError # Issue 29922 |
| 203 html/async_test: RuntimeError # Issue 29922 |
| 204 html/custom_element_method_clash_test: Skip # Issue 29922 |
| 205 html/custom_element_name_clash_test: Skip # Issue 29922 |
| 206 html/custom_elements_23127_test: Skip # Issue 29922 |
| 207 html/custom_elements_test: Skip # Issue 29922 |
215 html/element_classes_svg_test: RuntimeError # Issue 29922 | 208 html/element_classes_svg_test: RuntimeError # Issue 29922 |
216 html/element_classes_test: RuntimeError # Issue 29922 | 209 html/element_classes_test: RuntimeError # Issue 29922 |
217 html/input_element_test: RuntimeError # Issue 29922 | 210 html/input_element_test: RuntimeError # Issue 29922 |
218 html/interactive_test/Geolocation: RuntimeError # Issue 29922 | |
219 html/interactive_test/MediaStream: RuntimeError # Issue 29922 | |
220 html/isolates_test: RuntimeError # Issue 29922 | 211 html/isolates_test: RuntimeError # Issue 29922 |
221 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError #
Issue 29922 | 212 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError #
Issue 29922 |
222 html/js_util_test: RuntimeError # Issue 29922 | 213 html/js_util_test: RuntimeError # Issue 29922 |
223 html/media_stream_test: RuntimeError # Issue 29922 | 214 html/media_stream_test: RuntimeError # Issue 29922 |
224 html/mediasource_test: RuntimeError # Issue 29922 | 215 html/mediasource_test: RuntimeError # Issue 29922 |
225 html/svg_test: RuntimeError # Issue 29922 | |
226 html/typing_test: RuntimeError # Issue 29922 | 216 html/typing_test: RuntimeError # Issue 29922 |
227 html/websql_test/functional: RuntimeError # Issue 29922 | 217 html/websql_test/functional: RuntimeError # Issue 29922 |
228 html/worker_api_test: RuntimeError # Issue 29922 | 218 html/worker_api_test: RuntimeError # Issue 29922 |
229 html/xhr_cross_origin_test/functional: RuntimeError # Issue 29922 | 219 html/xhr_cross_origin_test/functional: RuntimeError # Issue 29922 |
230 math/double_pow_test: RuntimeError # Issue 29922 | 220 math/double_pow_test: RuntimeError # Issue 29922 |
231 math/low_test: RuntimeError # Issue 29922 | 221 math/low_test: RuntimeError # Issue 29922 |
232 math/math2_test: RuntimeError # Issue 29922 | |
233 math/math_test: RuntimeError # Issue 29922 | |
234 math/random_big_test: RuntimeError # Issue 29922 | 222 math/random_big_test: RuntimeError # Issue 29922 |
235 mirrors/accessor_cache_overflow_test: RuntimeError # Issue 29922 | 223 mirrors/accessor_cache_overflow_test: RuntimeError # Issue 29922 |
236 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 29922 | 224 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 29922 |
237 mirrors/class_mirror_location_test: RuntimeError # Issue 29922 | 225 mirrors/class_mirror_location_test: RuntimeError # Issue 29922 |
238 mirrors/class_mirror_type_variables_test: RuntimeError # Issue 29922 | 226 mirrors/class_mirror_type_variables_test: RuntimeError # Issue 29922 |
239 mirrors/closurization_equivalence_test: RuntimeError # Issue 29922 | 227 mirrors/closurization_equivalence_test: RuntimeError # Issue 29922 |
240 mirrors/constructor_kinds_test/01: RuntimeError # Issue 29922 | 228 mirrors/constructor_kinds_test/01: RuntimeError # Issue 29922 |
241 mirrors/constructor_kinds_test/none: RuntimeError # Issue 29922 | 229 mirrors/constructor_kinds_test/none: RuntimeError # Issue 29922 |
242 mirrors/constructor_private_name_test: RuntimeError # Issue 29922 | 230 mirrors/constructor_private_name_test: RuntimeError # Issue 29922 |
243 mirrors/declarations_type_test: RuntimeError # Issue 29922 | 231 mirrors/declarations_type_test: RuntimeError # Issue 29922 |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 mirrors/typedef_deferred_library_test: RuntimeError # Issue 29922 | 326 mirrors/typedef_deferred_library_test: RuntimeError # Issue 29922 |
339 mirrors/typedef_library_test: RuntimeError # Issue 29922 | 327 mirrors/typedef_library_test: RuntimeError # Issue 29922 |
340 mirrors/typedef_metadata_test: RuntimeError # Issue 29922 | 328 mirrors/typedef_metadata_test: RuntimeError # Issue 29922 |
341 mirrors/typedef_test: RuntimeError # Issue 29922 | 329 mirrors/typedef_test: RuntimeError # Issue 29922 |
342 mirrors/typevariable_mirror_metadata_test: RuntimeError # Issue 29922 | 330 mirrors/typevariable_mirror_metadata_test: RuntimeError # Issue 29922 |
343 mirrors/unnamed_library_test: RuntimeError # Issue 29922 | 331 mirrors/unnamed_library_test: RuntimeError # Issue 29922 |
344 typed_data/int32x4_bigint_test: RuntimeError # Issue 29922 | 332 typed_data/int32x4_bigint_test: RuntimeError # Issue 29922 |
345 typed_data/int64_list_load_store_test: RuntimeError # Issue 29922 | 333 typed_data/int64_list_load_store_test: RuntimeError # Issue 29922 |
346 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 29922 | 334 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 29922 |
347 typed_data/typed_data_list_test: RuntimeError # Issue 29922 | 335 typed_data/typed_data_list_test: RuntimeError # Issue 29922 |
| 336 html/cross_domain_iframe_test: RuntimeError # Issue 28326 |
| 337 html/touchevent_test: RuntimeError # Issue 29922 |
| 338 html/css_test: RuntimeError # Issue 29922 |
| 339 html/element_types_test: RuntimeError # Issue 29922 |
| 340 html/element_animate_test/timing_dict: RuntimeError # Issue 29922 |
| 341 html/interactive_test: Skip # requests interactive permissions (camera, geolocat
ion) |
OLD | NEW |