| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 mirrors/deferred_mirrors_metadata_test: StaticWarning # Issue 28969 | 163 mirrors/deferred_mirrors_metadata_test: StaticWarning # 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 | 171 |
| 172 [ $compiler == dartdevc ] | 172 [ $compiler == dartdevc ] |
| 173 async/first_regression_test: CompileTimeError # Issue 29922 | |
| 174 async/future_or_bad_type_test/none: RuntimeError # Issue 29922 | 173 async/future_or_bad_type_test/none: RuntimeError # Issue 29922 |
| 175 async/future_or_non_strong_test: RuntimeError # Issue 29922 | 174 async/future_or_non_strong_test: RuntimeError # Issue 29922 |
| 176 async/future_or_strong_test: RuntimeError # Issue 29922 | 175 async/future_or_strong_test: RuntimeError # Issue 29922 |
| 177 async/future_timeout_test: CompileTimeError # Issue 29922 | |
| 178 async/futures_test: RuntimeError # Issue 29922 | 176 async/futures_test: RuntimeError # Issue 29922 |
| 179 async/multiple_timer_test: CompileTimeError # Issue 29922 | 177 async/slow_consumer_test: Pass, Timeout # Issue 29922 |
| 180 async/schedule_microtask2_test: CompileTimeError # Issue 29922 | |
| 181 async/schedule_microtask3_test: CompileTimeError # Issue 29922 | |
| 182 async/schedule_microtask5_test: CompileTimeError # Issue 29922 | |
| 183 async/slow_consumer_test: Timeout # Issue 29922 | |
| 184 async/stream_controller_async_test: CompileTimeError # Issue 29922 | |
| 185 async/stream_first_where_test: CompileTimeError # Issue 29922 | |
| 186 async/stream_from_iterable_test: CompileTimeError # Issue 29922 | |
| 187 async/stream_iterator_test: CompileTimeError # Issue 29922 | |
| 188 async/stream_join_test: CompileTimeError # Issue 29922 | |
| 189 async/stream_last_where_test: CompileTimeError # Issue 29922 | |
| 190 async/stream_periodic2_test: CompileTimeError # Issue 29922 | |
| 191 async/stream_periodic3_test: CompileTimeError # Issue 29922 | |
| 192 async/stream_periodic4_test: CompileTimeError # Issue 29922 | |
| 193 async/stream_periodic5_test: CompileTimeError # Issue 29922 | |
| 194 async/stream_periodic6_test: CompileTimeError # Issue 29922 | |
| 195 async/stream_periodic_test: CompileTimeError # Issue 29922 | |
| 196 async/stream_single_test: CompileTimeError # Issue 29922 | |
| 197 async/stream_single_to_multi_subscriber_test: CompileTimeError # Issue 29922 | |
| 198 async/stream_state_nonzero_timer_test: CompileTimeError # Issue 29922 | |
| 199 async/stream_state_test: CompileTimeError # Issue 29922 | |
| 200 async/stream_subscription_as_future_test: CompileTimeError # Issue 29922 | |
| 201 async/stream_subscription_cancel_test: CompileTimeError # Issue 29922 | |
| 202 async/stream_timeout_test: CompileTimeError # Issue 29922 | |
| 203 async/stream_transform_test: CompileTimeError # Issue 29922 | |
| 204 async/stream_transformation_broadcast_test: CompileTimeError # Issue 29922 | |
| 205 async/timer_cancel1_test: CompileTimeError # Issue 29922 | |
| 206 async/timer_cancel2_test: CompileTimeError # Issue 29922 | |
| 207 async/timer_cancel_test: CompileTimeError # Issue 29922 | |
| 208 async/timer_isActive_test: CompileTimeError # Issue 29922 | |
| 209 async/timer_not_available_test: RuntimeError # Issue 29922 | 178 async/timer_not_available_test: RuntimeError # Issue 29922 |
| 210 async/timer_repeat_test: CompileTimeError # Issue 29922 | |
| 211 async/timer_test: CompileTimeError # Issue 29922 | |
| 212 async/zone_error_callback_test: RuntimeError # Issue 29922 | 179 async/zone_error_callback_test: RuntimeError # Issue 29922 |
| 213 async/zone_run_unary_test: RuntimeError # Issue 29922 | 180 async/zone_run_unary_test: RuntimeError # Issue 29922 |
| 214 convert/streamed_conversion_json_encode1_test: RuntimeError # Issue 29922 | 181 convert/streamed_conversion_json_encode1_test: RuntimeError # Issue 29922 |
| 215 convert/streamed_conversion_json_utf8_encode_test: Pass, Timeout # Issue 29922 | 182 convert/streamed_conversion_json_utf8_encode_test: Pass, Timeout # Issue 29922 |
| 216 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # Issue 29922 | 183 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # Issue 29922 |
| 217 convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 29922 | 184 convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 29922 |
| 218 html/async_spawnuri_test: CompileTimeError # Issue 29922 | 185 html/async_spawnuri_test: RuntimeError # Issue 29922 |
| 219 html/async_test: CompileTimeError # Issue 29922 | 186 html/async_test: RuntimeError # Issue 29922 |
| 220 html/canvas_test: CompileTimeError # Issue 29922 | |
| 221 html/canvasrenderingcontext2d_test/arc: CompileTimeError # Issue 29922 | |
| 222 html/canvasrenderingcontext2d_test/drawImage_canvas_element: CompileTimeError #
Issue 29922 | |
| 223 html/canvasrenderingcontext2d_test/drawImage_image_element: CompileTimeError # I
ssue 29922 | |
| 224 html/canvasrenderingcontext2d_test/drawImage_video_element: CompileTimeError # I
ssue 29922 | |
| 225 html/canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: CompileTimeE
rror # Issue 29922 | |
| 226 html/canvasrenderingcontext2d_test/fillText: CompileTimeError # Issue 29922 | |
| 227 html/canvasrenderingcontext2d_test/pixel_manipulation: CompileTimeError # Issue
29922 | |
| 228 html/cross_domain_iframe_test: CompileTimeError # Issue 29922 | |
| 229 html/css_test/functional: CompileTimeError # Issue 29922 | |
| 230 html/css_test/supportsPointConversions: CompileTimeError # Issue 29922 | |
| 231 html/cssstyledeclaration_test: CompileTimeError # Issue 29922 | |
| 232 html/custom/attribute_changed_callback_test/fully_supported: CompileTimeError #
Issue 29922 | 187 html/custom/attribute_changed_callback_test/fully_supported: CompileTimeError #
Issue 29922 |
| 233 html/custom/attribute_changed_callback_test/unsupported_on_polyfill: CompileTime
Error # Issue 29922 | 188 html/custom/attribute_changed_callback_test/unsupported_on_polyfill: CompileTime
Error # Issue 29922 |
| 234 html/custom/constructor_calls_created_synchronously_test: CompileTimeError # Iss
ue 29922 | 189 html/custom/constructor_calls_created_synchronously_test: CompileTimeError # Iss
ue 29922 |
| 235 html/custom/created_callback_test: CompileTimeError # Issue 29922 | 190 html/custom/created_callback_test: CompileTimeError # Issue 29922 |
| 236 html/custom/document_register_basic_test: CompileTimeError # Issue 29922 | 191 html/custom/document_register_basic_test: CompileTimeError # Issue 29922 |
| 237 html/custom/document_register_type_extensions_test/construction: CompileTimeErro
r # Issue 29922 | 192 html/custom/document_register_type_extensions_test/construction: CompileTimeErro
r # Issue 29922 |
| 238 html/custom/document_register_type_extensions_test/constructors: CompileTimeErro
r # Issue 29922 | 193 html/custom/document_register_type_extensions_test/constructors: CompileTimeErro
r # Issue 29922 |
| 239 html/custom/document_register_type_extensions_test/createElement with type exten
sion: CompileTimeError # Issue 29922 | 194 html/custom/document_register_type_extensions_test/createElement with type exten
sion: CompileTimeError # Issue 29922 |
| 240 html/custom/document_register_type_extensions_test/createElement: CompileTimeErr
or # Issue 29922 | 195 html/custom/document_register_type_extensions_test/createElement: CompileTimeErr
or # Issue 29922 |
| 241 html/custom/document_register_type_extensions_test/functional: CompileTimeError
# Issue 29922 | 196 html/custom/document_register_type_extensions_test/functional: CompileTimeError
# Issue 29922 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 257 html/custom_element_name_clash_test/test: CompileTimeError # Issue 29922 | 212 html/custom_element_name_clash_test/test: CompileTimeError # Issue 29922 |
| 258 html/custom_elements_23127_test/baseline: CompileTimeError # Issue 29922 | 213 html/custom_elements_23127_test/baseline: CompileTimeError # Issue 29922 |
| 259 html/custom_elements_23127_test/c1t: CompileTimeError # Issue 29922 | 214 html/custom_elements_23127_test/c1t: CompileTimeError # Issue 29922 |
| 260 html/custom_elements_23127_test/c2: CompileTimeError # Issue 29922 | 215 html/custom_elements_23127_test/c2: CompileTimeError # Issue 29922 |
| 261 html/custom_elements_23127_test/c2t: CompileTimeError # Issue 29922 | 216 html/custom_elements_23127_test/c2t: CompileTimeError # Issue 29922 |
| 262 html/custom_elements_test/innerHtml: CompileTimeError # Issue 29922 | 217 html/custom_elements_test/innerHtml: CompileTimeError # Issue 29922 |
| 263 html/custom_elements_test/lifecycle: CompileTimeError # Issue 29922 | 218 html/custom_elements_test/lifecycle: CompileTimeError # Issue 29922 |
| 264 html/custom_elements_test/mixins: CompileTimeError # Issue 29922 | 219 html/custom_elements_test/mixins: CompileTimeError # Issue 29922 |
| 265 html/custom_elements_test/preregister: CompileTimeError # Issue 29922 | 220 html/custom_elements_test/preregister: CompileTimeError # Issue 29922 |
| 266 html/custom_elements_test/register: CompileTimeError # Issue 29922 | 221 html/custom_elements_test/register: CompileTimeError # Issue 29922 |
| 267 html/custom_tags_test: CompileTimeError # Issue 29922 | |
| 268 html/element_animate_test/animate_supported: CompileTimeError # Issue 29922 | 222 html/element_animate_test/animate_supported: CompileTimeError # Issue 29922 |
| 269 html/element_animate_test/omit_timing: CompileTimeError # Issue 29922 | 223 html/element_animate_test/omit_timing: CompileTimeError # Issue 29922 |
| 270 html/element_animate_test/simple_timing: CompileTimeError # Issue 29922 | 224 html/element_animate_test/simple_timing: CompileTimeError # Issue 29922 |
| 271 html/element_animate_test/timing_dict: CompileTimeError # Issue 29922 | 225 html/element_animate_test/timing_dict: CompileTimeError # Issue 29922 |
| 272 html/element_classes_svg_test: RuntimeError # Issue 29922 | 226 html/element_classes_svg_test: RuntimeError # Issue 29922 |
| 273 html/element_classes_test: RuntimeError # Issue 29922 | 227 html/element_classes_test: RuntimeError # Issue 29922 |
| 274 html/element_types_test: RuntimeError # Issue 29922 | 228 html/element_types_test: RuntimeError # Issue 29922 |
| 275 html/event_customevent_test: CompileTimeError # Issue 29922 | 229 html/event_customevent_test: CompileTimeError # Issue 29922 |
| 276 html/form_data_test/functional: CompileTimeError # Issue 29922 | 230 html/form_data_test/functional: CompileTimeError # Issue 29922 |
| 277 html/form_data_test/supported: CompileTimeError # Issue 29922 | 231 html/form_data_test/supported: CompileTimeError # Issue 29922 |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 mirrors/typedef_deferred_library_test: RuntimeError # Issue 29922 | 395 mirrors/typedef_deferred_library_test: RuntimeError # Issue 29922 |
| 442 mirrors/typedef_library_test: RuntimeError # Issue 29922 | 396 mirrors/typedef_library_test: RuntimeError # Issue 29922 |
| 443 mirrors/typedef_metadata_test: RuntimeError # Issue 29922 | 397 mirrors/typedef_metadata_test: RuntimeError # Issue 29922 |
| 444 mirrors/typedef_test: RuntimeError # Issue 29922 | 398 mirrors/typedef_test: RuntimeError # Issue 29922 |
| 445 mirrors/typevariable_mirror_metadata_test: RuntimeError # Issue 29922 | 399 mirrors/typevariable_mirror_metadata_test: RuntimeError # Issue 29922 |
| 446 mirrors/unnamed_library_test: RuntimeError # Issue 29922 | 400 mirrors/unnamed_library_test: RuntimeError # Issue 29922 |
| 447 typed_data/int32x4_bigint_test: RuntimeError # Issue 29922 | 401 typed_data/int32x4_bigint_test: RuntimeError # Issue 29922 |
| 448 typed_data/int64_list_load_store_test: RuntimeError # Issue 29922 | 402 typed_data/int64_list_load_store_test: RuntimeError # Issue 29922 |
| 449 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 29922 | 403 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 29922 |
| 450 typed_data/typed_data_list_test: RuntimeError # Issue 29922 | 404 typed_data/typed_data_list_test: RuntimeError # Issue 29922 |
| OLD | NEW |