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

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

Issue 2956493003: [Kernel] Add check in the constant evaluator. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « runtime/vm/kernel_binary_flowgraph.cc ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 [ $compiler == dartk && $mode == debug ] 5 [ $compiler == dartk && $mode == debug ]
6 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash 6 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash
7 7
8 [ $compiler == dartk || $compiler == dartkp ] 8 [ $compiler == dartk || $compiler == dartkp ]
9 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError # Test bug: Test doesn't execute erroneous code. 9 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError # Test bug: Test doesn't execute erroneous code.
10 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError # Test bug: Test doesn't execute erroneous code. 10 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError # Test bug: Test doesn't execute erroneous code.
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 Language/Expressions/Constants/bitwise_operators_t02: Crash 63 Language/Expressions/Constants/bitwise_operators_t02: Crash
64 Language/Expressions/Constants/bitwise_operators_t03: Crash 64 Language/Expressions/Constants/bitwise_operators_t03: Crash
65 Language/Expressions/Constants/bitwise_operators_t04: Crash 65 Language/Expressions/Constants/bitwise_operators_t04: Crash
66 Language/Expressions/Constants/bitwise_operators_t06: Crash 66 Language/Expressions/Constants/bitwise_operators_t06: Crash
67 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError 67 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError
68 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError 68 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError
69 Language/Expressions/Constants/depending_on_itself_t03: Crash 69 Language/Expressions/Constants/depending_on_itself_t03: Crash
70 Language/Expressions/Constants/equals_expression_t03: MissingCompileTimeError 70 Language/Expressions/Constants/equals_expression_t03: MissingCompileTimeError
71 Language/Expressions/Constants/exception_t04: MissingCompileTimeError 71 Language/Expressions/Constants/exception_t04: MissingCompileTimeError
72 Language/Expressions/Constants/literal_string_t02: MissingCompileTimeError 72 Language/Expressions/Constants/literal_string_t02: MissingCompileTimeError
73 Language/Expressions/Constants/logical_expression_t02: MissingCompileTimeError
74 Language/Expressions/Constants/logical_expression_t03: MissingCompileTimeError 73 Language/Expressions/Constants/logical_expression_t03: MissingCompileTimeError
75 Language/Expressions/Constants/logical_expression_t04: MissingCompileTimeError
76 Language/Expressions/Constants/math_operators_t04: Crash 74 Language/Expressions/Constants/math_operators_t04: Crash
77 Language/Expressions/Constants/math_operators_t05: Crash 75 Language/Expressions/Constants/math_operators_t05: Crash
78 Language/Expressions/Constants/no_other_constant_expressions_t11: Crash 76 Language/Expressions/Constants/no_other_constant_expressions_t11: Crash
79 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError
80 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError 77 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError
81 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError 78 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError
82 Language/Expressions/Instance_Creation/Const/arguments_t03: MissingCompileTimeEr ror 79 Language/Expressions/Instance_Creation/Const/arguments_t03: MissingCompileTimeEr ror
83 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError # Kernel Issue 28335 (deferred libraries) 80 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError # Kernel Issue 28335 (deferred libraries)
84 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError # Kernel Issue 28335 (deferred libraries) 81 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError # Kernel Issue 28335 (deferred libraries)
85 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError 82 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError
86 Language/Expressions/Maps/key_value_equals_operator_t01: MissingCompileTimeError 83 Language/Expressions/Maps/key_value_equals_operator_t01: MissingCompileTimeError
87 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat ion_t01: MissingCompileTimeError # Issue 25496 84 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat ion_t01: MissingCompileTimeError # Issue 25496
88 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat ion_t02: MissingCompileTimeError # Issue 25496 85 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat ion_t02: MissingCompileTimeError # Issue 25496
89 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError 86 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 Language/Overview/Scoping/hiding_declaration_t12: Crash 208 Language/Overview/Scoping/hiding_declaration_t12: Crash
212 209
213 # dartk: precompilation failures (debug) 210 # dartk: precompilation failures (debug)
214 [ $compiler == dartkp && $mode == debug ] 211 [ $compiler == dartkp && $mode == debug ]
215 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 212 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
216 213
217 # dartk: checked mode failures 214 # dartk: checked mode failures
218 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 215 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
219 Language/Classes/Constructors/Factories/arguments_type_t01: RuntimeError 216 Language/Classes/Constructors/Factories/arguments_type_t01: RuntimeError
220 Language/Expressions/Constants/exception_t04: Pass 217 Language/Expressions/Constants/exception_t04: Pass
221 Language/Expressions/Constants/logical_expression_t02: Pass
222 Language/Expressions/Constants/logical_expression_t04: Pass
223 Language/Expressions/Constants/ternary_operator_t02: Pass
224 Language/Expressions/Function_Expressions/static_type_form_1_async_t03: RuntimeE rror 218 Language/Expressions/Function_Expressions/static_type_form_1_async_t03: RuntimeE rror
225 Language/Expressions/Function_Expressions/static_type_form_1_t02: RuntimeError 219 Language/Expressions/Function_Expressions/static_type_form_1_t02: RuntimeError
226 Language/Expressions/Function_Expressions/static_type_form_2_async_t03: RuntimeE rror 220 Language/Expressions/Function_Expressions/static_type_form_2_async_t03: RuntimeE rror
227 Language/Expressions/Function_Expressions/static_type_form_2_t02: RuntimeError 221 Language/Expressions/Function_Expressions/static_type_form_2_t02: RuntimeError
228 Language/Generics/malformed_t02: RuntimeError 222 Language/Generics/malformed_t02: RuntimeError
229 Language/Statements/Return/runtime_type_t04: RuntimeError 223 Language/Statements/Return/runtime_type_t04: RuntimeError
230 Language/Statements/Switch/execution_t01: RuntimeError 224 Language/Statements/Switch/execution_t01: RuntimeError
231 Language/Statements/Switch/type_t01: RuntimeError 225 Language/Statements/Switch/type_t01: RuntimeError
232 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError 226 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError
233 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError 227 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError
234 Language/Types/Static_Types/malformed_type_t04: RuntimeError 228 Language/Types/Static_Types/malformed_type_t04: RuntimeError
235 229
236 # Deferred loading kernel issue 28335. 230 # Deferred loading kernel issue 28335.
237 [ $compiler == dartk || $compiler == dartkp ] 231 [ $compiler == dartk || $compiler == dartkp ]
238 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335. 232 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335.
239 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335. 233 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335.
OLDNEW
« no previous file with comments | « runtime/vm/kernel_binary_flowgraph.cc ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698