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

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

Issue 2759173002: Switch to IdentifierContext. (Closed)
Patch Set: Status file. 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 Language/Classes/Setters/name_t02: CompileTimeError 87 Language/Classes/Setters/name_t02: CompileTimeError
88 Language/Classes/Setters/name_t07: CompileTimeError 88 Language/Classes/Setters/name_t07: CompileTimeError
89 Language/Classes/Setters/parameter_t01: MissingCompileTimeError 89 Language/Classes/Setters/parameter_t01: MissingCompileTimeError
90 Language/Classes/Setters/parameter_t02: MissingCompileTimeError 90 Language/Classes/Setters/parameter_t02: MissingCompileTimeError
91 Language/Classes/Setters/parameter_t03: MissingCompileTimeError 91 Language/Classes/Setters/parameter_t03: MissingCompileTimeError
92 Language/Classes/Setters/parameter_t04: MissingCompileTimeError 92 Language/Classes/Setters/parameter_t04: MissingCompileTimeError
93 Language/Classes/Setters/parameter_t05: MissingCompileTimeError 93 Language/Classes/Setters/parameter_t05: MissingCompileTimeError
94 Language/Classes/Setters/parameter_t06: MissingCompileTimeError 94 Language/Classes/Setters/parameter_t06: MissingCompileTimeError
95 Language/Classes/Setters/parameter_t07: MissingCompileTimeError 95 Language/Classes/Setters/parameter_t07: MissingCompileTimeError
96 Language/Classes/Setters/parameter_t08: MissingCompileTimeError 96 Language/Classes/Setters/parameter_t08: MissingCompileTimeError
97 Language/Classes/Setters/static_setter_t05: RuntimeError
98 Language/Classes/Setters/syntax_t01: RuntimeError
99 Language/Classes/Setters/syntax_t03: MissingCompileTimeError 97 Language/Classes/Setters/syntax_t03: MissingCompileTimeError
100 Language/Classes/Setters/syntax_t04: RuntimeError
101 Language/Classes/Static_Methods/declaration_t01: MissingCompileTimeError 98 Language/Classes/Static_Methods/declaration_t01: MissingCompileTimeError
102 Language/Classes/Static_Methods/same_name_method_and_setter_t01: CompileTimeErro r 99 Language/Classes/Static_Methods/same_name_method_and_setter_t01: CompileTimeErro r
103 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03: Runtim eError 100 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03: Runtim eError
104 Language/Classes/Superclasses/superclass_of_itself_t01: MissingCompileTimeError 101 Language/Classes/Superclasses/superclass_of_itself_t01: MissingCompileTimeError
105 Language/Classes/Superclasses/superclass_of_itself_t02: MissingCompileTimeError 102 Language/Classes/Superclasses/superclass_of_itself_t02: MissingCompileTimeError
106 Language/Classes/Superclasses/wrong_superclass_t07: Crash 103 Language/Classes/Superclasses/wrong_superclass_t07: Crash
107 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError 104 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError
108 Language/Classes/Superinterfaces/dynamic_type_t01: MissingCompileTimeError 105 Language/Classes/Superinterfaces/dynamic_type_t01: MissingCompileTimeError
109 Language/Classes/Superinterfaces/dynamic_type_t02: MissingCompileTimeError 106 Language/Classes/Superinterfaces/dynamic_type_t02: MissingCompileTimeError
110 Language/Classes/Superinterfaces/itself_t01: MissingCompileTimeError 107 Language/Classes/Superinterfaces/itself_t01: MissingCompileTimeError
(...skipping 26 matching lines...) Expand all
137 Language/Expressions/Assignment/expression_assignment_t07: CompileTimeError 134 Language/Expressions/Assignment/expression_assignment_t07: CompileTimeError
138 Language/Expressions/Assignment/no_such_method_t01: CompileTimeError 135 Language/Expressions/Assignment/no_such_method_t01: CompileTimeError
139 Language/Expressions/Assignment/no_such_method_t02: CompileTimeError 136 Language/Expressions/Assignment/no_such_method_t02: CompileTimeError
140 Language/Expressions/Assignment/no_such_method_t03: CompileTimeError 137 Language/Expressions/Assignment/no_such_method_t03: CompileTimeError
141 Language/Expressions/Assignment/no_such_method_t04: CompileTimeError 138 Language/Expressions/Assignment/no_such_method_t04: CompileTimeError
142 Language/Expressions/Assignment/no_such_method_t05: CompileTimeError 139 Language/Expressions/Assignment/no_such_method_t05: CompileTimeError
143 Language/Expressions/Assignment/no_such_method_t06: CompileTimeError 140 Language/Expressions/Assignment/no_such_method_t06: CompileTimeError
144 Language/Expressions/Assignment/no_such_method_t07: CompileTimeError 141 Language/Expressions/Assignment/no_such_method_t07: CompileTimeError
145 Language/Expressions/Assignment/no_such_method_t08: CompileTimeError 142 Language/Expressions/Assignment/no_such_method_t08: CompileTimeError
146 Language/Expressions/Assignment/no_such_method_t09: CompileTimeError 143 Language/Expressions/Assignment/no_such_method_t09: CompileTimeError
147 Language/Expressions/Assignment/static_type_t05: RuntimeError
148 Language/Expressions/Assignment/static_type_t06: CompileTimeError 144 Language/Expressions/Assignment/static_type_t06: CompileTimeError
149 Language/Expressions/Assignment/static_warning_t03/none: RuntimeError
150 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError 145 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError
151 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError 146 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError
152 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError 147 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError
153 Language/Expressions/Constants/bitwise_operators_t02: Crash 148 Language/Expressions/Constants/bitwise_operators_t02: Crash
154 Language/Expressions/Constants/bitwise_operators_t03: Crash 149 Language/Expressions/Constants/bitwise_operators_t03: Crash
155 Language/Expressions/Constants/bitwise_operators_t04: Crash 150 Language/Expressions/Constants/bitwise_operators_t04: Crash
156 Language/Expressions/Constants/bitwise_operators_t05: Crash 151 Language/Expressions/Constants/bitwise_operators_t05: Crash
157 Language/Expressions/Constants/bitwise_operators_t06: Crash 152 Language/Expressions/Constants/bitwise_operators_t06: Crash
158 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError 153 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError
159 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError 154 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 Language/Expressions/Constants/top_level_function_t01: Crash 202 Language/Expressions/Constants/top_level_function_t01: Crash
208 Language/Expressions/Constants/top_level_function_t02: Crash 203 Language/Expressions/Constants/top_level_function_t02: Crash
209 Language/Expressions/Constants/top_level_function_t04: MissingCompileTimeError 204 Language/Expressions/Constants/top_level_function_t04: MissingCompileTimeError
210 Language/Expressions/Constants/top_level_function_t05: MissingCompileTimeError 205 Language/Expressions/Constants/top_level_function_t05: MissingCompileTimeError
211 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError 206 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError
212 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError 207 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError
213 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError 208 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError
214 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t01: MissingCompi leTimeError 209 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t01: MissingCompi leTimeError
215 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t12: MissingCompi leTimeError 210 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t12: MissingCompi leTimeError
216 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t15: MissingCompi leTimeError 211 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t15: MissingCompi leTimeError
217 Language/Expressions/Identifier_Reference/evaluation_static_t02: Crash
218 Language/Expressions/Identifier_Reference/syntax_built_in_t01: CompileTimeError 212 Language/Expressions/Identifier_Reference/syntax_built_in_t01: CompileTimeError
219 Language/Expressions/Identifier_Reference/undeclared_identifier_t04: RuntimeErro r
220 Language/Expressions/Instance_Creation/Const/accessibility_t01: MissingCompileTi meError 213 Language/Expressions/Instance_Creation/Const/accessibility_t01: MissingCompileTi meError
221 Language/Expressions/Instance_Creation/Const/accessibility_t02: MissingCompileTi meError 214 Language/Expressions/Instance_Creation/Const/accessibility_t02: MissingCompileTi meError
222 Language/Expressions/Instance_Creation/Const/accessibility_t03: MissingCompileTi meError 215 Language/Expressions/Instance_Creation/Const/accessibility_t03: MissingCompileTi meError
223 Language/Expressions/Instance_Creation/Const/accessibility_t04: MissingCompileTi meError 216 Language/Expressions/Instance_Creation/Const/accessibility_t04: MissingCompileTi meError
224 Language/Expressions/Instance_Creation/Const/accessibility_t05: MissingCompileTi meError 217 Language/Expressions/Instance_Creation/Const/accessibility_t05: MissingCompileTi meError
225 Language/Expressions/Instance_Creation/Const/accessibility_t06: MissingCompileTi meError 218 Language/Expressions/Instance_Creation/Const/accessibility_t06: MissingCompileTi meError
226 Language/Expressions/Instance_Creation/Const/accessibility_t07: MissingCompileTi meError 219 Language/Expressions/Instance_Creation/Const/accessibility_t07: MissingCompileTi meError
227 Language/Expressions/Instance_Creation/Const/arguments_t01: MissingCompileTimeEr ror 220 Language/Expressions/Instance_Creation/Const/arguments_t01: MissingCompileTimeEr ror
228 Language/Expressions/Instance_Creation/Const/arguments_t02: MissingCompileTimeEr ror 221 Language/Expressions/Instance_Creation/Const/arguments_t02: MissingCompileTimeEr ror
229 Language/Expressions/Instance_Creation/Const/arguments_t03: MissingCompileTimeEr ror 222 Language/Expressions/Instance_Creation/Const/arguments_t03: MissingCompileTimeEr ror
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 Language/Types/Type_Declarations/Typedef/self_reference_t11: MissingCompileTimeE rror 481 Language/Types/Type_Declarations/Typedef/self_reference_t11: MissingCompileTimeE rror
489 Language/Types/Type_Declarations/Typedef/self_reference_t12: MissingCompileTimeE rror 482 Language/Types/Type_Declarations/Typedef/self_reference_t12: MissingCompileTimeE rror
490 Language/Types/Type_Declarations/Typedef/self_reference_t13: MissingCompileTimeE rror 483 Language/Types/Type_Declarations/Typedef/self_reference_t13: MissingCompileTimeE rror
491 Language/Types/Type_Declarations/Typedef/self_reference_t14: MissingCompileTimeE rror 484 Language/Types/Type_Declarations/Typedef/self_reference_t14: MissingCompileTimeE rror
492 Language/Types/Type_Declarations/Typedef/self_reference_t15: MissingCompileTimeE rror 485 Language/Types/Type_Declarations/Typedef/self_reference_t15: MissingCompileTimeE rror
493 Language/Types/Type_Declarations/Typedef/self_reference_t16: MissingCompileTimeE rror 486 Language/Types/Type_Declarations/Typedef/self_reference_t16: MissingCompileTimeE rror
494 Language/Types/Type_Declarations/Typedef/self_reference_t17: MissingCompileTimeE rror 487 Language/Types/Type_Declarations/Typedef/self_reference_t17: MissingCompileTimeE rror
495 Language/Types/Type_Void/syntax_t02: MissingCompileTimeError 488 Language/Types/Type_Void/syntax_t02: MissingCompileTimeError
496 Language/Variables/constant_initialization_t01: MissingCompileTimeError 489 Language/Variables/constant_initialization_t01: MissingCompileTimeError
497 Language/Variables/constant_initialization_t02: MissingCompileTimeError 490 Language/Variables/constant_initialization_t02: MissingCompileTimeError
498 Language/Variables/constant_variable_t03: RuntimeError
499 Language/Variables/constant_variable_t04: RuntimeError
500 Language/Variables/constant_variable_t05: MissingCompileTimeError 491 Language/Variables/constant_variable_t05: MissingCompileTimeError
501 Language/Variables/constant_variable_t06: MissingCompileTimeError 492 Language/Variables/constant_variable_t06: MissingCompileTimeError
502 Language/Variables/constant_variable_t07: MissingCompileTimeError 493 Language/Variables/constant_variable_t07: MissingCompileTimeError
503 Language/Variables/constant_variable_t08: MissingCompileTimeError 494 Language/Variables/constant_variable_t08: MissingCompileTimeError
504 Language/Variables/constant_variable_t10: RuntimeError
505 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError 495 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError
506 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError 496 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError
507 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError 497 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError
508 Language/Variables/final_t01/01: MissingRuntimeError # Dartk Issue 28566 498 Language/Variables/final_t01/01: MissingRuntimeError # Dartk Issue 28566
509 Language/Variables/final_t02/01: MissingRuntimeError # Dartk Issue 28566 499 Language/Variables/final_t02/01: MissingRuntimeError # Dartk Issue 28566
510 Language/Variables/final_t04: MissingCompileTimeError 500 Language/Variables/final_t04: MissingCompileTimeError
511 Language/Variables/final_t05: MissingCompileTimeError 501 Language/Variables/final_t05: MissingCompileTimeError
512 Language/Variables/final_t06: MissingCompileTimeError 502 Language/Variables/final_t06: MissingCompileTimeError
513 Language/Variables/final_t07: MissingCompileTimeError 503 Language/Variables/final_t07: MissingCompileTimeError
514 Language/Variables/local_variable_t01: MissingCompileTimeError 504 Language/Variables/local_variable_t01: MissingCompileTimeError
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 Language/Expressions/Constants/depending_on_itself_t01: Crash 578 Language/Expressions/Constants/depending_on_itself_t01: Crash
589 Language/Expressions/Constants/depending_on_itself_t02: Crash 579 Language/Expressions/Constants/depending_on_itself_t02: Crash
590 Language/Expressions/Constants/static_method_t03: Crash 580 Language/Expressions/Constants/static_method_t03: Crash
591 Language/Overview/Scoping/conflicting_names_t43: Crash 581 Language/Overview/Scoping/conflicting_names_t43: Crash
592 Language/Overview/Scoping/hiding_declaration_t11: Crash 582 Language/Overview/Scoping/hiding_declaration_t11: Crash
593 Language/Overview/Scoping/hiding_declaration_t12: Crash 583 Language/Overview/Scoping/hiding_declaration_t12: Crash
594 584
595 # dartk: precompilation failures (debug) 585 # dartk: precompilation failures (debug)
596 [ $compiler == dartkp && $mode == debug ] 586 [ $compiler == dartkp && $mode == debug ]
597 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 587 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/test/fasta/rasta/static.dart.direct.expect ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698