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

Side by Side Diff: tests/co19/co19-kernel.status

Issue 2729943003: Recover from bad supertypes. (Closed)
Patch Set: 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
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 # Disable tests globally for kernel. 5 # Disable tests globally for kernel.
6 [ $compiler == dartk || $compiler == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError 7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError
8 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash 8 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash
9 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash 9 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash
10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError 10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 Language/Classes/Setters/static_setter_t06: DartkCrash 95 Language/Classes/Setters/static_setter_t06: DartkCrash
96 Language/Classes/Setters/syntax_t01: RuntimeError 96 Language/Classes/Setters/syntax_t01: RuntimeError
97 Language/Classes/Setters/syntax_t03: MissingCompileTimeError 97 Language/Classes/Setters/syntax_t03: MissingCompileTimeError
98 Language/Classes/Setters/syntax_t04: RuntimeError 98 Language/Classes/Setters/syntax_t04: RuntimeError
99 Language/Classes/Static_Methods/declaration_t01: MissingCompileTimeError 99 Language/Classes/Static_Methods/declaration_t01: MissingCompileTimeError
100 Language/Classes/Static_Methods/same_name_method_and_setter_t01: CompileTimeErro r 100 Language/Classes/Static_Methods/same_name_method_and_setter_t01: CompileTimeErro r
101 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03: Runtim eError 101 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03: Runtim eError
102 Language/Classes/Superclasses/superclass_of_itself_t01: MissingCompileTimeError 102 Language/Classes/Superclasses/superclass_of_itself_t01: MissingCompileTimeError
103 Language/Classes/Superclasses/superclass_of_itself_t02: MissingCompileTimeError 103 Language/Classes/Superclasses/superclass_of_itself_t02: MissingCompileTimeError
104 Language/Classes/Superclasses/wrong_superclass_t01: MissingCompileTimeError 104 Language/Classes/Superclasses/wrong_superclass_t01: MissingCompileTimeError
105 Language/Classes/Superclasses/wrong_superclass_t02: DartkCrash
106 Language/Classes/Superclasses/wrong_superclass_t03: MissingCompileTimeError 105 Language/Classes/Superclasses/wrong_superclass_t03: MissingCompileTimeError
107 Language/Classes/Superclasses/wrong_superclass_t05: DartkCrash
108 Language/Classes/Superclasses/wrong_superclass_t07: Crash 106 Language/Classes/Superclasses/wrong_superclass_t07: Crash
109 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError 107 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError
110 Language/Classes/Superinterfaces/dynamic_type_t01: MissingCompileTimeError 108 Language/Classes/Superinterfaces/dynamic_type_t01: MissingCompileTimeError
111 Language/Classes/Superinterfaces/dynamic_type_t02: MissingCompileTimeError 109 Language/Classes/Superinterfaces/dynamic_type_t02: MissingCompileTimeError
112 Language/Classes/Superinterfaces/itself_t01: MissingCompileTimeError 110 Language/Classes/Superinterfaces/itself_t01: MissingCompileTimeError
113 Language/Classes/Superinterfaces/type_variable_as_superinterface_t01: DartkCrash
114 Language/Classes/Superinterfaces/wrong_type_t01: MissingCompileTimeError 111 Language/Classes/Superinterfaces/wrong_type_t01: MissingCompileTimeError
115 Language/Classes/Superinterfaces/wrong_type_t02: DartkCrash
116 Language/Classes/Superinterfaces/wrong_type_t03: MissingCompileTimeError 112 Language/Classes/Superinterfaces/wrong_type_t03: MissingCompileTimeError
117 Language/Classes/Superinterfaces/wrong_type_t04: MissingCompileTimeError 113 Language/Classes/Superinterfaces/wrong_type_t04: MissingCompileTimeError
118 Language/Classes/Superinterfaces/wrong_type_t05: MissingCompileTimeError 114 Language/Classes/Superinterfaces/wrong_type_t05: MissingCompileTimeError
119 Language/Classes/declarations_t02: MissingCompileTimeError 115 Language/Classes/declarations_t02: MissingCompileTimeError
120 Language/Classes/declarations_t03: MissingCompileTimeError 116 Language/Classes/declarations_t03: MissingCompileTimeError
121 Language/Classes/declarations_t04: MissingCompileTimeError 117 Language/Classes/declarations_t04: MissingCompileTimeError
122 Language/Classes/declarations_t06: MissingCompileTimeError 118 Language/Classes/declarations_t06: MissingCompileTimeError
123 Language/Classes/declarations_t08: MissingCompileTimeError 119 Language/Classes/declarations_t08: MissingCompileTimeError
124 Language/Classes/declarations_t33: MissingCompileTimeError 120 Language/Classes/declarations_t33: MissingCompileTimeError
125 Language/Classes/definition_t23: RuntimeError 121 Language/Classes/definition_t23: RuntimeError
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError 791 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
796 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError 792 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
797 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError 793 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
798 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError 794 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
799 Language/Statements/Try/syntax_t12: MissingCompileTimeError 795 Language/Statements/Try/syntax_t12: MissingCompileTimeError
800 Language/Variables/final_t03: MissingCompileTimeError 796 Language/Variables/final_t03: MissingCompileTimeError
801 797
802 # dartk: precompilation failures (debug) 798 # dartk: precompilation failures (debug)
803 [ $compiler == dartkp && $mode == debug ] 799 [ $compiler == dartkp && $mode == debug ]
804 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 800 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698