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

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

Issue 2806543002: Issue 29186. Make several top-level variables explicitly 'dynamic'. (Closed)
Patch Set: Created 3 years, 8 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
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 ] 10 [ $strong ]
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 bit_operations_test/04: MissingStaticWarning # Issue 28823 697 bit_operations_test/04: MissingStaticWarning # Issue 28823
698 # closure_side_effect_test: CompileTimeError # Issue 28823 698 # closure_side_effect_test: CompileTimeError # Issue 28823
699 constant_type_literal_test/01: MissingCompileTimeError # Issue 28823 699 constant_type_literal_test/01: MissingCompileTimeError # Issue 28823
700 field3a_negative_test: StaticWarning # Issue 28823 700 field3a_negative_test: StaticWarning # Issue 28823
701 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 701 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070
702 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 702 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070
703 generic_methods_shadowing_test: CompileTimeError # Issue 29070 703 generic_methods_shadowing_test: CompileTimeError # Issue 29070
704 generic_methods_closure_test: CompileTimeError # Issue 29070 704 generic_methods_closure_test: CompileTimeError # Issue 29070
705 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 705 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070
706 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 706 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070
707 # inferrer_constructor3_test: CompileTimeError
708 interface_inherit_field_test: StaticWarning # Issue 28823 707 interface_inherit_field_test: StaticWarning # Issue 28823
709 internal_library_test/02: MissingStaticWarning # Issue 28823 708 internal_library_test/02: MissingStaticWarning # Issue 28823
710 main_not_a_function_test/01: MissingStaticWarning # Issue 28823 709 main_not_a_function_test/01: MissingStaticWarning # Issue 28823
711 main_test/03: MissingStaticWarning # Issue 28823 710 main_test/03: MissingStaticWarning # Issue 28823
712 no_main_test/01: MissingStaticWarning # Issue 28823 711 no_main_test/01: MissingStaticWarning # Issue 28823
713 regress_23089_test: CompileTimeError # Issue 28823 712 regress_23089_test: CompileTimeError # Issue 28823
714 reify_typevar_static_test/00: MissingCompileTimeError # Issue 28823 713 reify_typevar_static_test/00: MissingCompileTimeError # Issue 28823
715 super_setter_test: StaticWarning # Issue 28823 714 super_setter_test: StaticWarning # Issue 28823
716 try_catch4_test: StaticWarning # Issue 28823 715 try_catch4_test: StaticWarning # Issue 28823
717 try_catch5_test: StaticWarning # Issue 28823 716 try_catch5_test: StaticWarning # Issue 28823
718 717
719 [ $compiler == dart2analyzer && $system != windows ] 718 [ $compiler == dart2analyzer && $system != windows ]
720 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 719 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664
OLDNEW
« no previous file with comments | « tests/language_strong/inferrer_constructor3_test.dart ('k') | tests/lib_strong/html/input_element_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698