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

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

Issue 2735393002: Compile-time errors instead of internal errors. (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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 Language/Classes/same_name_type_variable_t08: MissingCompileTimeError 125 Language/Classes/same_name_type_variable_t08: MissingCompileTimeError
126 Language/Classes/same_name_type_variable_t09: MissingCompileTimeError 126 Language/Classes/same_name_type_variable_t09: MissingCompileTimeError
127 Language/Enums/restrictions_t01: Crash 127 Language/Enums/restrictions_t01: Crash
128 Language/Enums/restrictions_t02: MissingCompileTimeError 128 Language/Enums/restrictions_t02: MissingCompileTimeError
129 Language/Enums/restrictions_t03: MissingCompileTimeError 129 Language/Enums/restrictions_t03: MissingCompileTimeError
130 Language/Enums/restrictions_t04: MissingCompileTimeError 130 Language/Enums/restrictions_t04: MissingCompileTimeError
131 Language/Enums/restrictions_t05: MissingCompileTimeError 131 Language/Enums/restrictions_t05: MissingCompileTimeError
132 Language/Enums/restrictions_t06: MissingCompileTimeError 132 Language/Enums/restrictions_t06: MissingCompileTimeError
133 Language/Enums/restrictions_t07: MissingCompileTimeError 133 Language/Enums/restrictions_t07: MissingCompileTimeError
134 Language/Enums/restrictions_t08: MissingCompileTimeError 134 Language/Enums/restrictions_t08: MissingCompileTimeError
135 Language/Expressions/Assignable_Expressions/syntax_t04: DartkCrash
136 Language/Expressions/Assignable_Expressions/syntax_t05: DartkCrash
137 Language/Expressions/Assignable_Expressions/syntax_t23: DartkCrash
138 Language/Expressions/Assignment/expression_assignment_failed_t03: RuntimeError 135 Language/Expressions/Assignment/expression_assignment_failed_t03: RuntimeError
139 Language/Expressions/Assignment/expression_assignment_t07: RuntimeError 136 Language/Expressions/Assignment/expression_assignment_t07: RuntimeError
140 Language/Expressions/Assignment/no_such_method_t01: RuntimeError 137 Language/Expressions/Assignment/no_such_method_t01: RuntimeError
141 Language/Expressions/Assignment/no_such_method_t02: RuntimeError 138 Language/Expressions/Assignment/no_such_method_t02: RuntimeError
142 Language/Expressions/Assignment/no_such_method_t03: RuntimeError 139 Language/Expressions/Assignment/no_such_method_t03: RuntimeError
143 Language/Expressions/Assignment/no_such_method_t04: RuntimeError 140 Language/Expressions/Assignment/no_such_method_t04: RuntimeError
144 Language/Expressions/Assignment/no_such_method_t05: RuntimeError 141 Language/Expressions/Assignment/no_such_method_t05: RuntimeError
145 Language/Expressions/Assignment/no_such_method_t06: RuntimeError 142 Language/Expressions/Assignment/no_such_method_t06: RuntimeError
146 Language/Expressions/Assignment/no_such_method_t07: RuntimeError 143 Language/Expressions/Assignment/no_such_method_t07: RuntimeError
147 Language/Expressions/Assignment/no_such_method_t08: RuntimeError 144 Language/Expressions/Assignment/no_such_method_t08: RuntimeError
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03 : RuntimeError 286 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03 : RuntimeError
290 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04 : RuntimeError 287 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04 : RuntimeError
291 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError 288 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError
292 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError 289 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError
293 Language/Expressions/Numbers/syntax_t21: MissingCompileTimeError 290 Language/Expressions/Numbers/syntax_t21: MissingCompileTimeError
294 Language/Expressions/Numbers/syntax_t25: MissingCompileTimeError 291 Language/Expressions/Numbers/syntax_t25: MissingCompileTimeError
295 Language/Expressions/Numbers/syntax_t26: MissingCompileTimeError 292 Language/Expressions/Numbers/syntax_t26: MissingCompileTimeError
296 Language/Expressions/Numbers/syntax_t27: MissingCompileTimeError 293 Language/Expressions/Numbers/syntax_t27: MissingCompileTimeError
297 Language/Expressions/Numbers/syntax_t29: MissingCompileTimeError 294 Language/Expressions/Numbers/syntax_t29: MissingCompileTimeError
298 Language/Expressions/Postfix_Expressions/syntax_t06: MissingCompileTimeError 295 Language/Expressions/Postfix_Expressions/syntax_t06: MissingCompileTimeError
299 Language/Expressions/Postfix_Expressions/syntax_t07: DartkCrash
300 Language/Expressions/Postfix_Expressions/syntax_t08: DartkCrash
301 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError 296 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError
302 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError 297 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError
303 Language/Expressions/This/placement_t04: MissingCompileTimeError 298 Language/Expressions/This/placement_t04: MissingCompileTimeError
304 Language/Expressions/Throw/no_catch_clause_t01: Crash 299 Language/Expressions/Throw/no_catch_clause_t01: Crash
305 Language/Expressions/Throw/no_catch_clause_t02: Crash 300 Language/Expressions/Throw/no_catch_clause_t02: Crash
306 Language/Expressions/Throw/no_catch_clause_t03: Crash 301 Language/Expressions/Throw/no_catch_clause_t03: Crash
307 Language/Expressions/Throw/no_catch_clause_t04: Crash 302 Language/Expressions/Throw/no_catch_clause_t04: Crash
308 Language/Expressions/Throw/no_catch_clause_t05: Crash 303 Language/Expressions/Throw/no_catch_clause_t05: Crash
309 Language/Expressions/Throw/no_catch_clause_t06: Crash 304 Language/Expressions/Throw/no_catch_clause_t06: Crash
310 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError 305 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError
311 Language/Expressions/Type_Cast/evaluation_t04: RuntimeError 306 Language/Expressions/Type_Cast/evaluation_t04: RuntimeError
312 Language/Expressions/Type_Cast/evaluation_t05: RuntimeError 307 Language/Expressions/Type_Cast/evaluation_t05: RuntimeError
313 Language/Expressions/Type_Cast/syntax_t02: MissingCompileTimeError 308 Language/Expressions/Type_Cast/syntax_t02: MissingCompileTimeError
314 Language/Expressions/Type_Test/evaluation_t03: RuntimeError 309 Language/Expressions/Type_Test/evaluation_t03: RuntimeError
315 Language/Expressions/Type_Test/evaluation_t04: RuntimeError 310 Language/Expressions/Type_Test/evaluation_t04: RuntimeError
316 Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335 (deferred libraries) 311 Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335 (deferred libraries)
317 Language/Expressions/Unary_Expressions/syntax_t06: DartkCrash
318 Language/Expressions/Unary_Expressions/syntax_t07: DartkCrash
319 Language/Expressions/Unary_Expressions/syntax_t08: MissingCompileTimeError 312 Language/Expressions/Unary_Expressions/syntax_t08: MissingCompileTimeError
320 Language/Expressions/Unary_Expressions/syntax_t09: MissingCompileTimeError 313 Language/Expressions/Unary_Expressions/syntax_t09: MissingCompileTimeError
321 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError # Dartk Issue 28565 314 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError # Dartk Issue 28565
322 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError 315 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError
323 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError 316 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError
324 Language/Functions/Formal_Parameters/Optional_Formals/name_t01: MissingCompileTi meError 317 Language/Functions/Formal_Parameters/Optional_Formals/name_t01: MissingCompileTi meError
325 Language/Functions/Formal_Parameters/Optional_Formals/name_t02: MissingCompileTi meError 318 Language/Functions/Formal_Parameters/Optional_Formals/name_t02: MissingCompileTi meError
326 Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14: Pass 319 Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14: Pass
327 Language/Functions/Formal_Parameters/Required_Formals/syntax_t03: MissingCompile TimeError 320 Language/Functions/Formal_Parameters/Required_Formals/syntax_t03: MissingCompile TimeError
328 Language/Functions/Formal_Parameters/Required_Formals/syntax_t04: MissingCompile TimeError 321 Language/Functions/Formal_Parameters/Required_Formals/syntax_t04: MissingCompile TimeError
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError 762 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
770 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError 763 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
771 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError 764 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
772 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError 765 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
773 Language/Statements/Try/syntax_t12: MissingCompileTimeError 766 Language/Statements/Try/syntax_t12: MissingCompileTimeError
774 Language/Variables/final_t03: MissingCompileTimeError 767 Language/Variables/final_t03: MissingCompileTimeError
775 768
776 # dartk: precompilation failures (debug) 769 # dartk: precompilation failures (debug)
777 [ $compiler == dartkp && $mode == debug ] 770 [ $compiler == dartkp && $mode == debug ]
778 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 771 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698