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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
6 # current state of the language. | 6 # current state of the language. |
7 | 7 |
8 [ $strong ] | 8 [ $strong ] |
9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te
sts. | 9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te
sts. |
10 | 10 |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 44 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
45 | 45 |
46 [$compiler == app_jit && $runtime == vm && !$checked] | 46 [$compiler == app_jit && $runtime == vm && !$checked] |
47 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | 47 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
48 assertion_initializer_const_error_test/01: MissingCompileTimeError | 48 assertion_initializer_const_error_test/01: MissingCompileTimeError |
49 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 49 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
50 | 50 |
51 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co
mpiler != dartk && $compiler != dartkp ] | 51 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co
mpiler != dartk && $compiler != dartkp ] |
52 abstract_beats_arguments2_test/01: Crash # Issue 29171 | 52 abstract_beats_arguments2_test/01: Crash # Issue 29171 |
53 | 53 |
54 [ $runtime == vm || $runtime == dart_precompiled ] | |
55 | |
56 # These test entries will be valid for vm (with and without kernel). | 54 # These test entries will be valid for vm (with and without kernel). |
57 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime ==
dart_precompiled ] | 55 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime ==
dart_precompiled ] |
58 async_star_cancel_while_paused_test: RuntimeError | |
59 # This is OK for now, but we may want to change the semantics to match the test. | |
60 async_star_pause_test: Fail, OK | |
61 | 56 |
62 # These tests are skipped in the VM because it has "--supermixin" | 57 # These tests are skipped in the VM because it has "--supermixin" |
63 # functionality enabled unconditionally. The tests should be removed | 58 # functionality enabled unconditionally. The tests should be removed |
64 # once the same is true for analyzer (#24478) and dart2js (#23773) | 59 # once the same is true for analyzer (#24478) and dart2js (#23773) |
65 mixin_illegal_super_use_test: Skip # Issues 24478 and 23773 | 60 mixin_illegal_super_use_test: Skip # Issues 24478 and 23773 |
66 mixin_illegal_superclass_test: Skip # Issues 24478 and 23773 | 61 mixin_illegal_superclass_test: Skip # Issues 24478 and 23773 |
67 | 62 |
68 # These bugs refer currently ongoing language discussions. | 63 # These bugs refer currently ongoing language discussions. |
69 constructor5_test: Fail # Issue 6422 | 64 constructor5_test: Fail # Issue 6422 |
70 constructor6_test: Fail # Issue 6422 | 65 constructor6_test: Fail # Issue 6422 |
(...skipping 24 matching lines...) Expand all Loading... |
95 no_main_test/01: Skip | 90 no_main_test/01: Skip |
96 main_not_a_function_test/01: Skip | 91 main_not_a_function_test/01: Skip |
97 | 92 |
98 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 93 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
99 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 | 94 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 |
100 multiline_strings_test: Fail # Issue 23020 | 95 multiline_strings_test: Fail # Issue 23020 |
101 | 96 |
102 deferred_redirecting_factory_test: Fail, Crash # Issue 23408 | 97 deferred_redirecting_factory_test: Fail, Crash # Issue 23408 |
103 redirecting_constructor_initializer_test: RuntimeError # Issue 23488 | 98 redirecting_constructor_initializer_test: RuntimeError # Issue 23488 |
104 | 99 |
105 async_star_regression_2238_test: CompileTimeError, RuntimeError | |
106 | |
107 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] | 100 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] |
108 # These generic functions tests pass for the wrong reason in checked mode, | 101 # These generic functions tests pass for the wrong reason in checked mode, |
109 # because the parsed type parameters are mapped to dynamic type. | 102 # because the parsed type parameters are mapped to dynamic type. |
110 generic_methods_function_type_test: Pass # Issue 25869 | 103 generic_methods_function_type_test: Pass # Issue 25869 |
111 generic_methods_test: Pass # Issue 25869 | 104 generic_methods_test: Pass # Issue 25869 |
112 generic_methods_new_test: Pass # Issue 25869 | 105 generic_methods_new_test: Pass # Issue 25869 |
113 generic_local_functions_test: Pass # Issue 25869 | 106 generic_local_functions_test: Pass # Issue 25869 |
114 generic_functions_test: Pass # Issue 25869 | 107 generic_functions_test: Pass # Issue 25869 |
115 generic_methods_generic_function_parameter_test: Pass # Issue 25869 | 108 generic_methods_generic_function_parameter_test: Pass # Issue 25869 |
116 | 109 |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 override_inheritance_method_test/28: CompileTimeError | 403 override_inheritance_method_test/28: CompileTimeError |
411 override_inheritance_method_test/29: CompileTimeError | 404 override_inheritance_method_test/29: CompileTimeError |
412 override_inheritance_method_test/05: CompileTimeError | 405 override_inheritance_method_test/05: CompileTimeError |
413 override_inheritance_method_test/31: CompileTimeError | 406 override_inheritance_method_test/31: CompileTimeError |
414 override_inheritance_method_test/33: CompileTimeError | 407 override_inheritance_method_test/33: CompileTimeError |
415 override_inheritance_method_test/32: CompileTimeError | 408 override_inheritance_method_test/32: CompileTimeError |
416 override_inheritance_method_test/30: CompileTimeError | 409 override_inheritance_method_test/30: CompileTimeError |
417 redirecting_factory_reflection_test: CompileTimeError | 410 redirecting_factory_reflection_test: CompileTimeError |
418 method_override6_test: CompileTimeError | 411 method_override6_test: CompileTimeError |
419 try_catch_syntax_test/08: CompileTimeError | 412 try_catch_syntax_test/08: CompileTimeError |
420 async_return_types_test/tooManyTypeParameters: CompileTimeError | |
421 method_override4_test: CompileTimeError | 413 method_override4_test: CompileTimeError |
422 super_call4_test: CompileTimeError | 414 super_call4_test: CompileTimeError |
423 wrong_number_type_arguments_test/00: CompileTimeError | 415 wrong_number_type_arguments_test/00: CompileTimeError |
424 wrong_number_type_arguments_test/02: CompileTimeError | 416 wrong_number_type_arguments_test/02: CompileTimeError |
425 wrong_number_type_arguments_test/01: CompileTimeError | 417 wrong_number_type_arguments_test/01: CompileTimeError |
426 is_malformed_type_test/97: CompileTimeError | 418 is_malformed_type_test/97: CompileTimeError |
427 class_keyword_test/02: CompileTimeError | 419 class_keyword_test/02: CompileTimeError |
428 is_malformed_type_test/98: CompileTimeError | 420 is_malformed_type_test/98: CompileTimeError |
429 is_malformed_type_test/99: CompileTimeError | 421 is_malformed_type_test/99: CompileTimeError |
430 is_malformed_type_test/95: CompileTimeError | 422 is_malformed_type_test/95: CompileTimeError |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
558 deferred_shared_and_unshared_classes_test: Skip # Timeout | 550 deferred_shared_and_unshared_classes_test: Skip # Timeout |
559 deferred_constant_list_test: Skip # Timeout | 551 deferred_constant_list_test: Skip # Timeout |
560 deferred_redirecting_factory_test: Skip # Timeout | 552 deferred_redirecting_factory_test: Skip # Timeout |
561 deferred_shadow_load_library_test: Skip # Timeout | 553 deferred_shadow_load_library_test: Skip # Timeout |
562 deferred_global_test: Skip # Timeout | 554 deferred_global_test: Skip # Timeout |
563 | 555 |
564 # Look like bugs. | 556 # Look like bugs. |
565 config_import_test: RuntimeError # Flutter Issue 9110 | 557 config_import_test: RuntimeError # Flutter Issue 9110 |
566 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9
110 | 558 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9
110 |
567 vm/regress_27201_test: Fail # Flutter Issue 9110 | 559 vm/regress_27201_test: Fail # Flutter Issue 9110 |
568 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110 | |
569 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 | |
570 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 | |
571 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 | |
572 asyncstar_yield_test: Skip # Flutter Issue 9110 | 560 asyncstar_yield_test: Skip # Flutter Issue 9110 |
573 async_star_no_cancel_test: Skip # Flutter Issue 9110 | |
574 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 | |
575 await_for_test: Skip # Flutter Issue 9110 | 561 await_for_test: Skip # Flutter Issue 9110 |
576 await_for_cancel_test: Skip # Flutter Issue 9110 | 562 await_for_cancel_test: Skip # Flutter Issue 9110 |
577 | 563 |
578 | 564 |
OLD | NEW |