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 | 14 |
15 math/double_pow_test: RuntimeError | 15 math/double_pow_test: RuntimeError |
16 math/low_test: RuntimeError | 16 math/low_test: RuntimeError |
17 math/random_big_test: RuntimeError # Using bigint seeds for random. | 17 math/random_big_test: RuntimeError # Using bigint seeds for random. |
18 | 18 |
19 mirrors/invocation_fuzz_test: RuntimeError # Issue 29086 | 19 mirrors/invocation_fuzz_test: RuntimeError # Issue 29086 |
20 mirrors/abstract_class_test: RuntimeError # Issue 12826 | 20 mirrors/abstract_class_test: RuntimeError # Issue 12826 |
21 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 | |
22 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 | |
23 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490 | |
24 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 | |
25 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 | 21 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 |
26 mirrors/delegate_class_test: RuntimeError | 22 mirrors/delegate_class_test: RuntimeError |
27 mirrors/delegate_library_test: RuntimeError | 23 mirrors/delegate_library_test: RuntimeError |
28 mirrors/deferred_type_test: RuntimeError # Issue 6335 | 24 mirrors/deferred_type_test: RuntimeError # Issue 6335 |
29 mirrors/empty_test: RuntimeError # Issue 6490 | 25 mirrors/empty_test: RuntimeError # Issue 6490 |
30 mirrors/enum_test: RuntimeError # Issue 6490 | 26 mirrors/enum_test: RuntimeError # Issue 6490 |
31 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 | 27 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 |
32 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 | 28 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 |
33 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 | 29 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 |
34 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 | 30 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 mirrors/reflected_type_generics_test/03: Fail # Issues in reflecting generic typ
edefs. | 111 mirrors/reflected_type_generics_test/03: Fail # Issues in reflecting generic typ
edefs. |
116 mirrors/reflected_type_generics_test/04: Fail # Issues in reflecting bounded typ
e variables. | 112 mirrors/reflected_type_generics_test/04: Fail # Issues in reflecting bounded typ
e variables. |
117 mirrors/reflected_type_generics_test/05: Fail # Issues in reflecting generic typ
edefs. | 113 mirrors/reflected_type_generics_test/05: Fail # Issues in reflecting generic typ
edefs. |
118 mirrors/reflected_type_generics_test/06: Fail # Issues in reflecting bounded typ
e variables. | 114 mirrors/reflected_type_generics_test/06: Fail # Issues in reflecting bounded typ
e variables. |
119 | 115 |
120 [ $compiler == none && ! $checked ] | 116 [ $compiler == none && ! $checked ] |
121 mirrors/reflected_type_generics_test/02: Fail, Ok # Type check for a bounded typ
e argument. | 117 mirrors/reflected_type_generics_test/02: Fail, Ok # Type check for a bounded typ
e argument. |
122 | 118 |
123 [ $compiler == dart2js && $fast_startup ] | 119 [ $compiler == dart2js && $fast_startup ] |
124 mirrors/*: Fail # mirrors not supported | 120 mirrors/*: Fail # mirrors not supported |
125 mirrors/circular_factory_redirection_test/0*: Pass # expects failure, but it fai
ls for the wrong reason | |
126 mirrors/library_imports_bad_metadata_test/01: Pass # expects failure, but it fai
ls for the wrong reason | 121 mirrors/library_imports_bad_metadata_test/01: Pass # expects failure, but it fai
ls for the wrong reason |
127 mirrors/library_metadata2_test/01: Pass # expects failure, but it fails for the
wrong reason | 122 mirrors/library_metadata2_test/01: Pass # expects failure, but it fails for the
wrong reason |
128 mirrors/metadata_allowed_values_test/0*: Pass # expects failure, but it fails fo
r the wrong reason | 123 mirrors/metadata_allowed_values_test/0*: Pass # expects failure, but it fails fo
r the wrong reason |
129 mirrors/metadata_allowed_values_test/1*: Pass # expects failure, but it fails fo
r the wrong reason | 124 mirrors/metadata_allowed_values_test/1*: Pass # expects failure, but it fails fo
r the wrong reason |
130 mirrors/metadata_allowed_values_test/2*: Pass # expects failure, but it fails fo
r the wrong reason | 125 mirrors/metadata_allowed_values_test/2*: Pass # expects failure, but it fails fo
r the wrong reason |
131 mirrors/metadata_allowed_values_test/3*: Pass # expects failure, but it fails fo
r the wrong reason | 126 mirrors/metadata_allowed_values_test/3*: Pass # expects failure, but it fails fo
r the wrong reason |
132 mirrors/metadata_constructor_arguments_test/0*: Pass # expects failure, but it f
ails for the wrong reason | 127 mirrors/metadata_constructor_arguments_test/0*: Pass # expects failure, but it f
ails for the wrong reason |
133 mirrors/metadata_nested_constructor_call_test/0*: Pass # expects failure, but it
fails for the wrong reason | 128 mirrors/metadata_nested_constructor_call_test/0*: Pass # expects failure, but it
fails for the wrong reason |
134 mirrors/metadata_scope_test/01: Pass # expects failure, but it fails for the wro
ng reason | 129 mirrors/metadata_scope_test/01: Pass # expects failure, but it fails for the wro
ng reason |
135 mirrors/mirror_in_static_init_test/01: Pass # expects failure, but it fails for
the wrong reason | 130 mirrors/mirror_in_static_init_test/01: Pass # expects failure, but it fails for
the wrong reason |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 mirrors/library_import_deferred_loading_test: RuntimeError,OK # Deferred loaded
eagerly | 413 mirrors/library_import_deferred_loading_test: RuntimeError,OK # Deferred loaded
eagerly |
419 mirrors/library_enumeration_deferred_loading_test: RuntimeError,OK # Deferred lo
aded eagerly | 414 mirrors/library_enumeration_deferred_loading_test: RuntimeError,OK # Deferred lo
aded eagerly |
420 | 415 |
421 [ $compiler == precompiler ] | 416 [ $compiler == precompiler ] |
422 convert/chunked_conversion_utf88_test: Pass, Timeout | 417 convert/chunked_conversion_utf88_test: Pass, Timeout |
423 convert/utf85_test: Pass, Timeout | 418 convert/utf85_test: Pass, Timeout |
424 | 419 |
425 [ $hot_reload || $hot_reload_rollback ] | 420 [ $hot_reload || $hot_reload_rollback ] |
426 async/multiple_timer_test: Pass, Fail # Timing related | 421 async/multiple_timer_test: Pass, Fail # Timing related |
427 async/stream_transformer_test: Pass, Fail # Closure identity | 422 async/stream_transformer_test: Pass, Fail # Closure identity |
428 mirrors/closurization_equivalence_test: SkipByDesign # Method equality | |
429 mirrors/fake_function_with_call_test: SkipByDesign # Method equality | 423 mirrors/fake_function_with_call_test: SkipByDesign # Method equality |
430 | 424 |
431 mirrors/library_enumeration_deferred_loading_test: Crash # Deferred loading | 425 mirrors/library_enumeration_deferred_loading_test: Crash # Deferred loading |
432 mirrors/library_imports_deferred_test: Crash # Deferred loading | 426 mirrors/library_imports_deferred_test: Crash # Deferred loading |
433 mirrors/library_import_deferred_loading_test: Crash # Deferred loading | 427 mirrors/library_import_deferred_loading_test: Crash # Deferred loading |
434 mirrors/typedef_deferred_library_test: Crash # Deferred loading | 428 mirrors/typedef_deferred_library_test: Crash # Deferred loading |
435 mirrors/deferred_mirrors_update_test: Crash # Deferred loading | 429 mirrors/deferred_mirrors_update_test: Crash # Deferred loading |
436 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading | 430 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading |
437 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading | 431 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading |
438 mirrors/load_library_test: Crash # Deferred loading | 432 mirrors/load_library_test: Crash # Deferred loading |
439 | 433 |
440 [ $hot_reload ] | 434 [ $hot_reload ] |
441 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 | 435 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 |
442 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 | 436 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 |
443 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. | 437 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. |
444 | 438 |
445 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] | 439 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] |
446 mirrors/other_declarations_location_test: Crash # assertion error, TypeParameter
not having position. | 440 mirrors/other_declarations_location_test: Crash # assertion error, TypeParameter
not having position. |
447 | 441 |
448 [ $compiler == dartk || $compiler == dartkp ] | 442 [ $compiler == dartk || $compiler == dartkp ] |
449 async/schedule_microtask2_test: RuntimeError | 443 async/schedule_microtask2_test: RuntimeError |
450 mirrors/abstract_class_test/00: RuntimeError | 444 mirrors/abstract_class_test/00: RuntimeError |
451 mirrors/abstract_class_test/none: RuntimeError | 445 mirrors/abstract_class_test/none: RuntimeError |
452 mirrors/class_declarations_test/01: RuntimeError | |
453 mirrors/class_declarations_test/none: RuntimeError | |
454 mirrors/class_mirror_location_test: RuntimeError | |
455 mirrors/constructor_kinds_test/01: RuntimeError | |
456 mirrors/constructor_kinds_test/none: RuntimeError | |
457 mirrors/constructor_optional_args_test: Crash # Issue 29201 | |
458 mirrors/constructor_private_name_test: RuntimeError | 446 mirrors/constructor_private_name_test: RuntimeError |
459 mirrors/dart2js_mirrors_test: Crash | 447 mirrors/dart2js_mirrors_test: Crash |
460 mirrors/deferred_type_test: RuntimeError | 448 mirrors/deferred_type_test: RuntimeError |
461 mirrors/empty_test: Crash | 449 mirrors/empty_test: Crash |
462 mirrors/enum_test: RuntimeError | 450 mirrors/enum_test: RuntimeError |
463 mirrors/equality_test: RuntimeError | 451 mirrors/equality_test: RuntimeError |
464 mirrors/function_type_mirror_test: RuntimeError | 452 mirrors/function_type_mirror_test: RuntimeError |
465 mirrors/generic_f_bounded_mixin_application_test: RuntimeError | 453 mirrors/generic_f_bounded_mixin_application_test: RuntimeError |
466 mirrors/generic_function_typedef_test: RuntimeError | 454 mirrors/generic_function_typedef_test: RuntimeError |
467 mirrors/generic_interface_test/01: RuntimeError | 455 mirrors/generic_interface_test/01: RuntimeError |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
568 [ $compiler == dartk || $compiler == dartkp ] | 556 [ $compiler == dartk || $compiler == dartkp ] |
569 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. | 557 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. |
570 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. | 558 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. |
571 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. | 559 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. |
572 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. | 560 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. |
573 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. | 561 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. |
574 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. | 562 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. |
575 | 563 |
576 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] | 564 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] |
577 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. | 565 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. |
OLD | NEW |