OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $strong ] | 5 [ $strong ] |
6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests. | 6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests. |
7 | 7 |
8 [ ! $checked ] | 8 [ ! $checked ] |
9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. | 9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. |
10 | 10 |
11 [ $compiler == dart2js ] | 11 [ $compiler == dart2js ] |
12 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 | 12 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 |
13 | 13 |
14 async/future_or_strong_test: RuntimeError, OK | |
15 | 14 |
16 math/double_pow_test: RuntimeError | 15 math/double_pow_test: RuntimeError |
17 math/low_test: RuntimeError | 16 math/low_test: RuntimeError |
18 math/random_big_test: RuntimeError # Using bigint seeds for random. | 17 math/random_big_test: RuntimeError # Using bigint seeds for random. |
19 | 18 |
20 mirrors/invocation_fuzz_test: RuntimeError # Issue 29086 | 19 mirrors/invocation_fuzz_test: RuntimeError # Issue 29086 |
21 mirrors/abstract_class_test: RuntimeError # Issue 12826 | 20 mirrors/abstract_class_test: RuntimeError # Issue 12826 |
22 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 | 21 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 |
23 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 | 22 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 |
24 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490 | 23 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490 |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 154 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
156 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. | 155 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. |
157 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. | 156 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. |
158 | 157 |
159 [ $compiler == dart2js && ($runtime == drt || $runtime == ie11) ] | 158 [ $compiler == dart2js && ($runtime == drt || $runtime == ie11) ] |
160 math/math_test: RuntimeError | 159 math/math_test: RuntimeError |
161 math/math2_test: RuntimeError | 160 math/math2_test: RuntimeError |
162 | 161 |
163 [ $compiler == dart2js && $runtime == jsshell ] | 162 [ $compiler == dart2js && $runtime == jsshell ] |
164 async/timer_regress22626_test: RuntimeError # Non-zero timers not supported; Iss
ue 7728. | 163 async/timer_regress22626_test: RuntimeError # Non-zero timers not supported; Iss
ue 7728. |
165 async/future_test: RuntimeError # Timer interface not supported; Issue 7728. | |
166 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7
728. | 164 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7
728. |
167 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7
728. | 165 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7
728. |
168 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77
28. | 166 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77
28. |
169 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; I
ssue 7728. | 167 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; I
ssue 7728. |
170 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor
ted; Issue 7728. | 168 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor
ted; Issue 7728. |
171 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run. | 169 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run. |
172 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run. | 170 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run. |
173 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run. | 171 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run. |
174 async/timer_cancel2_test: RuntimeError,OK # Needs Timer to run. | 172 async/timer_cancel2_test: RuntimeError,OK # Needs Timer to run. |
175 async/timer_repeat_test: RuntimeError,OK # Needs Timer to run. | 173 async/timer_repeat_test: RuntimeError,OK # Needs Timer to run. |
(...skipping 10 matching lines...) Expand all Loading... |
186 async/zone_empty_description2_test: RuntimeError # Timer interface not supported
: Issue 7728. | 184 async/zone_empty_description2_test: RuntimeError # Timer interface not supported
: Issue 7728. |
187 async/zone_create_timer2_test: RuntimeError # Timer interface not supported: Iss
ue 7728. | 185 async/zone_create_timer2_test: RuntimeError # Timer interface not supported: Iss
ue 7728. |
188 async/zone_create_periodic_timer_test: RuntimeError # Timer interface not suppor
ted: Issue 7728. | 186 async/zone_create_periodic_timer_test: RuntimeError # Timer interface not suppor
ted: Issue 7728. |
189 async/catch_errors12_test: Fail # Timer interface not supported: Issue 7728. | 187 async/catch_errors12_test: Fail # Timer interface not supported: Issue 7728. |
190 async/catch_errors13_test: Fail # Timer interface not supported: Issue 7728. | 188 async/catch_errors13_test: Fail # Timer interface not supported: Issue 7728. |
191 async/catch_errors14_test: Fail # Timer interface not supported: Issue 7728. | 189 async/catch_errors14_test: Fail # Timer interface not supported: Issue 7728. |
192 async/catch_errors15_test: Fail # Timer interface not supported: Issue 7728. | 190 async/catch_errors15_test: Fail # Timer interface not supported: Issue 7728. |
193 async/catch_errors8_test: Fail # Timer interface not supported: Issue 7728. | 191 async/catch_errors8_test: Fail # Timer interface not supported: Issue 7728. |
194 async/run_zoned8_test: Fail # Timer interface not supported: Issue 7728. | 192 async/run_zoned8_test: Fail # Timer interface not supported: Issue 7728. |
195 async/zone_bind_test: Fail # Timer interface not supported: Issue 7728. | 193 async/zone_bind_test: Fail # Timer interface not supported: Issue 7728. |
196 async/future_timeout_test: Fail # Timer interface not supported: Issue 7728. | |
197 async/stream_timeout_test: Fail # Timer interface not supported: Issue 7728. | 194 async/stream_timeout_test: Fail # Timer interface not supported: Issue 7728. |
198 async/stream_asyncexpand_test: RuntimeError # Timer interface not supported: Iss
ue 7728. | 195 async/stream_asyncexpand_test: RuntimeError # Timer interface not supported: Iss
ue 7728. |
199 async/stream_asyncmap_test: RuntimeError # Timer interface not supported: Issue
7728. | 196 async/stream_asyncmap_test: RuntimeError # Timer interface not supported: Issue
7728. |
200 async/stream_transformation_broadcast_test: RuntimeError # Timer interface not s
upported: Issue 7728. | 197 async/stream_transformation_broadcast_test: RuntimeError # Timer interface not s
upported: Issue 7728. |
201 async/stream_controller_test: Fail # Timer interface not supported: Issue 7728. | 198 async/stream_controller_test: Fail # Timer interface not supported: Issue 7728. |
202 async/stream_subscription_cancel_test: Fail # Timer interface not supported: Iss
ue 7728. | 199 async/stream_subscription_cancel_test: Fail # Timer interface not supported: Iss
ue 7728. |
203 async/future_constructor2_test: Fail # Timer interface not supported: Issue 7728
. | |
204 async/stream_take_test: Fail # Timer interface not supported: Issue 7728. | 200 async/stream_take_test: Fail # Timer interface not supported: Issue 7728. |
205 mirrors/mirrors_reader_test: Skip # Running in v8 suffices. Issue 16589 - Runtim
eError. Issue 22130 - Crash (out of memory). | 201 mirrors/mirrors_reader_test: Skip # Running in v8 suffices. Issue 16589 - Runtim
eError. Issue 22130 - Crash (out of memory). |
206 | 202 |
207 [ $compiler == dart2js && $checked ] | 203 [ $compiler == dart2js && $checked ] |
208 convert/utf85_test: Pass, Slow # Issue 12029. | 204 convert/utf85_test: Pass, Slow # Issue 12029. |
209 | 205 |
210 [ $compiler == dart2js ] | 206 [ $compiler == dart2js ] |
211 convert/chunked_conversion_utf88_test: Slow, Pass | 207 convert/chunked_conversion_utf88_test: Slow, Pass |
212 convert/utf85_test: Slow, Pass | 208 convert/utf85_test: Slow, Pass |
213 convert/base64_test/01: Fail, OK # Uses bit-wise operations to detect invalid va
lues. Some large invalid values accepted by dart2js. | 209 convert/base64_test/01: Fail, OK # Uses bit-wise operations to detect invalid va
lues. Some large invalid values accepted by dart2js. |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == flutter) && $co
mpiler != dartk && $compiler != dartkp ] | 277 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == flutter) && $co
mpiler != dartk && $compiler != dartkp ] |
282 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly
final as of Dart 1.21 | 278 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly
final as of Dart 1.21 |
283 | 279 |
284 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 280 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
285 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 281 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
286 | 282 |
287 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 283 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
288 | 284 |
289 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a
specification, and dart:mirrors is not required to hide declarations that are n
ot covered by any MirrorsUsed annotation. | 285 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a
specification, and dart:mirrors is not required to hide declarations that are n
ot covered by any MirrorsUsed annotation. |
290 | 286 |
291 async/future_or_strong_test: RuntimeError, OK | |
292 | 287 |
293 [ $runtime == vm && $system == fuchsia ] | 288 [ $runtime == vm && $system == fuchsia ] |
294 # These use package:unittest | 289 # These use package:unittest |
295 async/first_regression_test: RuntimeError | |
296 async/future_timeout_test: RuntimeError | |
297 async/multiple_timer_test: RuntimeError | 290 async/multiple_timer_test: RuntimeError |
298 async/schedule_microtask2_test: RuntimeError | 291 async/schedule_microtask2_test: RuntimeError |
299 async/schedule_microtask3_test: RuntimeError | 292 async/schedule_microtask3_test: RuntimeError |
300 async/schedule_microtask5_test: RuntimeError | 293 async/schedule_microtask5_test: RuntimeError |
301 async/stream_controller_async_test: RuntimeError | 294 async/stream_controller_async_test: RuntimeError |
302 async/stream_first_where_test: RuntimeError | 295 async/stream_first_where_test: RuntimeError |
303 async/stream_from_iterable_test: RuntimeError | 296 async/stream_from_iterable_test: RuntimeError |
304 async/stream_iterator_test: RuntimeError | 297 async/stream_iterator_test: RuntimeError |
305 async/stream_join_test: RuntimeError | 298 async/stream_join_test: RuntimeError |
306 async/stream_last_where_test: RuntimeError | 299 async/stream_last_where_test: RuntimeError |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 mirrors/immutable_collections_test: SkipSlow # Timeout. | 402 mirrors/immutable_collections_test: SkipSlow # Timeout. |
410 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. | 403 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. |
411 | 404 |
412 [ $compiler == dart2js && $host_checked ] | 405 [ $compiler == dart2js && $host_checked ] |
413 mirrors/metadata_allowed_values_test/28: Crash # Issue 25911 | 406 mirrors/metadata_allowed_values_test/28: Crash # Issue 25911 |
414 mirrors/metadata_allowed_values_test/29: Crash # Issue 25911 | 407 mirrors/metadata_allowed_values_test/29: Crash # Issue 25911 |
415 mirrors/metadata_allowed_values_test/30: Crash # Issue 25911 | 408 mirrors/metadata_allowed_values_test/30: Crash # Issue 25911 |
416 mirrors/metadata_allowed_values_test/31: Crash # Issue 25911 | 409 mirrors/metadata_allowed_values_test/31: Crash # Issue 25911 |
417 | 410 |
418 [ $compiler != dart2js ] | 411 [ $compiler != dart2js ] |
419 async/dart2js_uncaught_error_test: Skip # JS-integration only test | |
420 | 412 |
421 [ $compiler == precompiler ] | 413 [ $compiler == precompiler ] |
422 mirrors/*: SkipByDesign | 414 mirrors/*: SkipByDesign |
423 | 415 |
424 [ $compiler == none && $mode == product ] | 416 [ $compiler == none && $mode == product ] |
425 mirrors/load_library_test: RuntimeError,OK # Deferred loaded eagerly | 417 mirrors/load_library_test: RuntimeError,OK # Deferred loaded eagerly |
426 mirrors/library_import_deferred_loading_test: RuntimeError,OK # Deferred loaded
eagerly | 418 mirrors/library_import_deferred_loading_test: RuntimeError,OK # Deferred loaded
eagerly |
427 mirrors/library_enumeration_deferred_loading_test: RuntimeError,OK # Deferred lo
aded eagerly | 419 mirrors/library_enumeration_deferred_loading_test: RuntimeError,OK # Deferred lo
aded eagerly |
428 | 420 |
429 [ $compiler == precompiler ] | 421 [ $compiler == precompiler ] |
(...skipping 17 matching lines...) Expand all Loading... |
447 | 439 |
448 [ $hot_reload ] | 440 [ $hot_reload ] |
449 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 | 441 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 |
450 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 | 442 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 |
451 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. | 443 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. |
452 | 444 |
453 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] | 445 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] |
454 mirrors/other_declarations_location_test: Crash # assertion error, TypeParameter
not having position. | 446 mirrors/other_declarations_location_test: Crash # assertion error, TypeParameter
not having position. |
455 | 447 |
456 [ $compiler == dartk || $compiler == dartkp ] | 448 [ $compiler == dartk || $compiler == dartkp ] |
457 async/future_or_strong_test: RuntimeError | |
458 async/future_test/01: RuntimeError | |
459 async/future_test/none: RuntimeError | |
460 async/schedule_microtask2_test: RuntimeError | 449 async/schedule_microtask2_test: RuntimeError |
461 mirrors/abstract_class_test/00: RuntimeError | 450 mirrors/abstract_class_test/00: RuntimeError |
462 mirrors/abstract_class_test/none: RuntimeError | 451 mirrors/abstract_class_test/none: RuntimeError |
463 mirrors/class_declarations_test/01: RuntimeError | 452 mirrors/class_declarations_test/01: RuntimeError |
464 mirrors/class_declarations_test/none: RuntimeError | 453 mirrors/class_declarations_test/none: RuntimeError |
465 mirrors/class_mirror_location_test: RuntimeError | 454 mirrors/class_mirror_location_test: RuntimeError |
466 mirrors/constructor_kinds_test/01: RuntimeError | 455 mirrors/constructor_kinds_test/01: RuntimeError |
467 mirrors/constructor_kinds_test/none: RuntimeError | 456 mirrors/constructor_kinds_test/none: RuntimeError |
468 mirrors/constructor_optional_args_test: Crash # Issue 29201 | 457 mirrors/constructor_optional_args_test: Crash # Issue 29201 |
469 mirrors/constructor_private_name_test: RuntimeError | 458 mirrors/constructor_private_name_test: RuntimeError |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
579 [ $compiler == dartk || $compiler == dartkp ] | 568 [ $compiler == dartk || $compiler == dartkp ] |
580 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. | 569 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. |
581 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. | 570 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. |
582 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. | 571 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. |
583 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. | 572 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. |
584 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. | 573 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. |
585 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. | 574 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. |
586 | 575 |
587 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] | 576 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] |
588 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. | 577 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. |
OLD | NEW |