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

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

Issue 2769063003: Allow literal symbols as constant expressions. (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/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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 Language/Expressions/Constants/exception_t01: Crash 151 Language/Expressions/Constants/exception_t01: Crash
152 Language/Expressions/Constants/exception_t02: Crash 152 Language/Expressions/Constants/exception_t02: Crash
153 Language/Expressions/Constants/exception_t03: Crash 153 Language/Expressions/Constants/exception_t03: Crash
154 Language/Expressions/Constants/exception_t04: MissingCompileTimeError 154 Language/Expressions/Constants/exception_t04: MissingCompileTimeError
155 Language/Expressions/Constants/identical_t02: Crash 155 Language/Expressions/Constants/identical_t02: Crash
156 Language/Expressions/Constants/identifier_denotes_a_constant_t06: MissingCompile TimeError 156 Language/Expressions/Constants/identifier_denotes_a_constant_t06: MissingCompile TimeError
157 Language/Expressions/Constants/identifier_denotes_a_constant_t07: MissingCompile TimeError 157 Language/Expressions/Constants/identifier_denotes_a_constant_t07: MissingCompile TimeError
158 Language/Expressions/Constants/literal_string_t02: MissingCompileTimeError 158 Language/Expressions/Constants/literal_string_t02: MissingCompileTimeError
159 Language/Expressions/Constants/literal_string_t04: Crash 159 Language/Expressions/Constants/literal_string_t04: Crash
160 Language/Expressions/Constants/literal_string_t05: MissingCompileTimeError 160 Language/Expressions/Constants/literal_string_t05: MissingCompileTimeError
161 Language/Expressions/Constants/literal_symbol_t01: CompileTimeError
162 Language/Expressions/Constants/logical_expression_t02: MissingCompileTimeError 161 Language/Expressions/Constants/logical_expression_t02: MissingCompileTimeError
163 Language/Expressions/Constants/logical_expression_t03: MissingCompileTimeError 162 Language/Expressions/Constants/logical_expression_t03: MissingCompileTimeError
164 Language/Expressions/Constants/logical_expression_t04: MissingCompileTimeError 163 Language/Expressions/Constants/logical_expression_t04: MissingCompileTimeError
165 Language/Expressions/Constants/math_operators_t02: Crash 164 Language/Expressions/Constants/math_operators_t02: Crash
166 Language/Expressions/Constants/math_operators_t03: Crash 165 Language/Expressions/Constants/math_operators_t03: Crash
167 Language/Expressions/Constants/math_operators_t04: Crash 166 Language/Expressions/Constants/math_operators_t04: Crash
168 Language/Expressions/Constants/math_operators_t05: Crash 167 Language/Expressions/Constants/math_operators_t05: Crash
169 Language/Expressions/Constants/no_other_constant_expressions_t10: MissingCompile TimeError 168 Language/Expressions/Constants/no_other_constant_expressions_t10: MissingCompile TimeError
170 Language/Expressions/Constants/no_other_constant_expressions_t11: Crash 169 Language/Expressions/Constants/no_other_constant_expressions_t11: Crash
171 Language/Expressions/Constants/no_other_constant_expressions_t14: Crash 170 Language/Expressions/Constants/no_other_constant_expressions_t14: Crash
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 Language/Classes/Getters/syntax_t06: Crash 536 Language/Classes/Getters/syntax_t06: Crash
538 Language/Expressions/Constants/depending_on_itself_t01: Crash 537 Language/Expressions/Constants/depending_on_itself_t01: Crash
539 Language/Expressions/Constants/depending_on_itself_t02: Crash 538 Language/Expressions/Constants/depending_on_itself_t02: Crash
540 Language/Overview/Scoping/conflicting_names_t43: Crash 539 Language/Overview/Scoping/conflicting_names_t43: Crash
541 Language/Overview/Scoping/hiding_declaration_t11: Crash 540 Language/Overview/Scoping/hiding_declaration_t11: Crash
542 Language/Overview/Scoping/hiding_declaration_t12: Crash 541 Language/Overview/Scoping/hiding_declaration_t12: Crash
543 542
544 # dartk: precompilation failures (debug) 543 # dartk: precompilation failures (debug)
545 [ $compiler == dartkp && $mode == debug ] 544 [ $compiler == dartkp && $mode == debug ]
546 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 545 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/parser/identifier_context.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698