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

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

Issue 2770243002: Allow identical as a compile-time constant. (Closed)
Patch Set: Remove one negation. 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/non_final_instance_variable_ t01: MissingCompileTimeError 8 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError
9 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError 9 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError
10 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError 10 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 Language/Expressions/Constants/logical_expression_t04: MissingCompileTimeError 157 Language/Expressions/Constants/logical_expression_t04: MissingCompileTimeError
158 Language/Expressions/Constants/math_operators_t02: Crash 158 Language/Expressions/Constants/math_operators_t02: Crash
159 Language/Expressions/Constants/math_operators_t03: Crash 159 Language/Expressions/Constants/math_operators_t03: Crash
160 Language/Expressions/Constants/math_operators_t04: Crash 160 Language/Expressions/Constants/math_operators_t04: Crash
161 Language/Expressions/Constants/math_operators_t05: Crash 161 Language/Expressions/Constants/math_operators_t05: Crash
162 Language/Expressions/Constants/no_other_constant_expressions_t10: MissingCompile TimeError 162 Language/Expressions/Constants/no_other_constant_expressions_t10: MissingCompile TimeError
163 Language/Expressions/Constants/no_other_constant_expressions_t11: Crash 163 Language/Expressions/Constants/no_other_constant_expressions_t11: Crash
164 Language/Expressions/Constants/no_other_constant_expressions_t14: Crash 164 Language/Expressions/Constants/no_other_constant_expressions_t14: Crash
165 Language/Expressions/Constants/no_other_constant_expressions_t15: Crash 165 Language/Expressions/Constants/no_other_constant_expressions_t15: Crash
166 Language/Expressions/Constants/no_other_constant_expressions_t17: Crash 166 Language/Expressions/Constants/no_other_constant_expressions_t17: Crash
167 Language/Expressions/Constants/parenthesized_expression_t01: CompileTimeError
168 Language/Expressions/Constants/static_constant_t06: MissingCompileTimeError 167 Language/Expressions/Constants/static_constant_t06: MissingCompileTimeError
169 Language/Expressions/Constants/static_constant_t07: MissingCompileTimeError 168 Language/Expressions/Constants/static_constant_t07: MissingCompileTimeError
170 Language/Expressions/Constants/static_method_t02: Crash 169 Language/Expressions/Constants/static_method_t02: Crash
171 Language/Expressions/Constants/string_length_t03: MissingCompileTimeError 170 Language/Expressions/Constants/string_length_t03: MissingCompileTimeError
172 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError 171 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError
173 Language/Expressions/Constants/top_level_function_t01: Crash 172 Language/Expressions/Constants/top_level_function_t01: Crash
174 Language/Expressions/Constants/top_level_function_t02: Crash 173 Language/Expressions/Constants/top_level_function_t02: Crash
175 Language/Expressions/Constants/top_level_function_t04: MissingCompileTimeError 174 Language/Expressions/Constants/top_level_function_t04: MissingCompileTimeError
176 Language/Expressions/Constants/top_level_function_t05: MissingCompileTimeError 175 Language/Expressions/Constants/top_level_function_t05: MissingCompileTimeError
177 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError 176 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 Language/Classes/Getters/syntax_t06: Crash 519 Language/Classes/Getters/syntax_t06: Crash
521 Language/Expressions/Constants/depending_on_itself_t01: Crash 520 Language/Expressions/Constants/depending_on_itself_t01: Crash
522 Language/Expressions/Constants/depending_on_itself_t02: Crash 521 Language/Expressions/Constants/depending_on_itself_t02: Crash
523 Language/Overview/Scoping/conflicting_names_t43: Crash 522 Language/Overview/Scoping/conflicting_names_t43: Crash
524 Language/Overview/Scoping/hiding_declaration_t11: Crash 523 Language/Overview/Scoping/hiding_declaration_t11: Crash
525 Language/Overview/Scoping/hiding_declaration_t12: Crash 524 Language/Overview/Scoping/hiding_declaration_t12: Crash
526 525
527 # dartk: precompilation failures (debug) 526 # dartk: precompilation failures (debug)
528 [ $compiler == dartkp && $mode == debug ] 527 [ $compiler == dartkp && $mode == debug ]
529 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 528 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/body_builder.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698