Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(566)

Side by Side Diff: tests/language_strong/language_strong.status

Issue 2734833002: Update status for strong-mode lib and language tests for dartanalyzer (Closed)
Patch Set: Update status for strong-mode lib and language tests for dartanalyzer Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tests/lib_strong/lib_strong.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 == false ] 6 [ $strong == false ]
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 == true ] 10 [ $strong ]
11 abstract_exact_selector_test: Skip 11 abstract_exact_selector_test: Skip
12 abstract_factory_constructor_test: Skip 12 abstract_factory_constructor_test: Skip
13 abstract_getter_test: Skip 13 abstract_getter_test: Skip
14 abstract_runtime_error_test: Skip 14 abstract_runtime_error_test: Skip
15 abstract_syntax_test: Skip 15 abstract_syntax_test: Skip
16 application_negative_test: Skip 16 application_negative_test: Skip
17 argument_definition_test: Skip 17 argument_definition_test: Skip
18 arithmetic_test: Skip 18 arithmetic_test: Skip
19 assign_instance_method_negative_test: Skip 19 assign_instance_method_negative_test: Skip
20 assign_static_type_test: Skip 20 assign_static_type_test: Skip
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 unhandled_exception_negative_test: Skip 673 unhandled_exception_negative_test: Skip
674 unresolved_default_constructor_test: Skip 674 unresolved_default_constructor_test: Skip
675 unresolved_in_factory_negative_test: Skip 675 unresolved_in_factory_negative_test: Skip
676 unresolved_top_level_method_negative_test: Skip 676 unresolved_top_level_method_negative_test: Skip
677 unresolved_top_level_var_negative_test: Skip 677 unresolved_top_level_var_negative_test: Skip
678 unsigned_right_shift_test: Skip 678 unsigned_right_shift_test: Skip
679 unsupported_operators_test: Skip 679 unsupported_operators_test: Skip
680 variable_declaration_metadata_test: Skip 680 variable_declaration_metadata_test: Skip
681 void_type_test: Skip 681 void_type_test: Skip
682 wrong_number_type_arguments_test: Skip 682 wrong_number_type_arguments_test: Skip
683
684 [ $compiler == dart2analyzer && $strong ]
685 async_await_test/02: StaticWarning # Issue 28823
686 async_await_test/03: StaticWarning # Issue 28823
687 async_await_test/none: StaticWarning # Issue 28823
688 async_star_test/01: StaticWarning # Issue 28823
689 async_star_test/02: StaticWarning # Issue 28823
690 async_star_test/03: StaticWarning # Issue 28823
691 async_star_test/04: StaticWarning # Issue 28823
692 async_star_test/05: StaticWarning # Issue 28823
693 async_star_test/none: StaticWarning # Issue 28823
694 bit_operations_test/01: MissingStaticWarning # Issue 28823
695 bit_operations_test/02: MissingStaticWarning # Issue 28823
696 bit_operations_test/03: MissingStaticWarning # Issue 28823
697 bit_operations_test/04: MissingStaticWarning # Issue 28823
698 closure_side_effect_test: StaticWarning # Issue 28823
699 constant_type_literal_test/01: MissingCompileTimeError # Issue 28823
700 deferred_constraints_type_annotation_test/as_operation: CompileTimeError # Issue 28823
701 deferred_constraints_type_annotation_test/catch_check: CompileTimeError # Issue 28823
702 deferred_constraints_type_annotation_test/is_check: CompileTimeError # Issue 288 23
703 deferred_constraints_type_annotation_test/new_before_load: CompileTimeError # Is sue 28823
704 deferred_constraints_type_annotation_test/new_generic2: CompileTimeError # Issue 28823
705 deferred_constraints_type_annotation_test/new_generic3: CompileTimeError # Issue 28823
706 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # I ssue 28823
707 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Issue 28823
708 deferred_constraints_type_annotation_test/type_annotation_generic2: CompileTimeE rror # Issue 28823
709 deferred_constraints_type_annotation_test/type_annotation_generic3: CompileTimeE rror # Issue 28823
710 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Issue 28823
711 deferred_constraints_type_annotation_test/type_annotation_null: CompileTimeError # Issue 28823
712 deferred_constraints_type_annotation_test/type_annotation_top_level: CompileTime Error # Issue 28823
713 field3a_negative_test: StaticWarning # Issue 28823
714 interface_inherit_field_test: StaticWarning # Issue 28823
715 internal_library_test/02: MissingStaticWarning # Issue 28823
716 main_not_a_function_test/01: MissingStaticWarning # Issue 28823
717 main_test/03: MissingStaticWarning # Issue 28823
718 many_named_arguments_test: StaticWarning # Issue 28823
719 no_main_test/01: MissingStaticWarning # Issue 28823
720 regress_23089_test: CompileTimeError # Issue 28823
721 reify_typevar_static_test/00: MissingCompileTimeError # Issue 28823
722 super_setter_test: StaticWarning # Issue 28823
723 top_level_non_prefixed_library_test: CompileTimeError # Issue 28823
724 try_catch4_test: StaticWarning # Issue 28823
725 try_catch5_test: StaticWarning # Issue 28823
OLDNEW
« no previous file with comments | « no previous file | tests/lib_strong/lib_strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698