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

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

Issue 2741753002: Handle bad factory names correctly. (Closed)
Patch Set: Update status files. 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
11 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError 11 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError
12 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError 12 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError
13 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError 13 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError
14 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError 14 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError
15 Language/Classes/Constructors/Constant_Constructors/syntax_t03: MissingCompileTi meError 15 Language/Classes/Constructors/Constant_Constructors/syntax_t03: MissingCompileTi meError
16 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr ror 16 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr ror
17 Language/Classes/Constructors/Factories/const_modifier_t02: MissingCompileTimeEr ror 17 Language/Classes/Constructors/Factories/const_modifier_t02: MissingCompileTimeEr ror
18 Language/Classes/Constructors/Factories/default_value_t01: MissingCompileTimeErr or 18 Language/Classes/Constructors/Factories/default_value_t01: MissingCompileTimeErr or
19 Language/Classes/Constructors/Factories/default_value_t02: MissingCompileTimeErr or 19 Language/Classes/Constructors/Factories/default_value_t02: MissingCompileTimeErr or
20 Language/Classes/Constructors/Factories/name_t02: DartkCrash 20 Language/Classes/Constructors/Factories/name_t01: MissingCompileTimeError
21 Language/Classes/Constructors/Factories/name_t03: MissingCompileTimeError
22 Language/Classes/Constructors/Factories/name_t04: MissingCompileTimeError
23 Language/Classes/Constructors/Factories/name_t05: MissingCompileTimeError
21 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError # Dartk Issue 28566 24 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError # Dartk Issue 28566
22 Language/Classes/Constructors/Generative_Constructors/execution_t04: MissingComp ileTimeError 25 Language/Classes/Constructors/Generative_Constructors/execution_t04: MissingComp ileTimeError
23 Language/Classes/Constructors/Generative_Constructors/execution_t05: MissingComp ileTimeError 26 Language/Classes/Constructors/Generative_Constructors/execution_t05: MissingComp ileTimeError
24 Language/Classes/Constructors/Generative_Constructors/execution_t06: MissingComp ileTimeError 27 Language/Classes/Constructors/Generative_Constructors/execution_t06: MissingComp ileTimeError
25 Language/Classes/Constructors/Generative_Constructors/execution_t07: MissingComp ileTimeError 28 Language/Classes/Constructors/Generative_Constructors/execution_t07: MissingComp ileTimeError
26 Language/Classes/Constructors/Generative_Constructors/execution_t09: MissingComp ileTimeError 29 Language/Classes/Constructors/Generative_Constructors/execution_t09: MissingComp ileTimeError
27 Language/Classes/Constructors/Generative_Constructors/execution_t12: MissingComp ileTimeError 30 Language/Classes/Constructors/Generative_Constructors/execution_t12: MissingComp ileTimeError
28 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t02: Miss ingCompileTimeError 31 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t02: Miss ingCompileTimeError
29 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t08: Miss ingCompileTimeError 32 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t08: Miss ingCompileTimeError
30 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError 33 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError 770 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
768 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError 771 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
769 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError 772 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
770 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError 773 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
771 Language/Statements/Try/syntax_t12: MissingCompileTimeError 774 Language/Statements/Try/syntax_t12: MissingCompileTimeError
772 Language/Variables/final_t03: MissingCompileTimeError 775 Language/Variables/final_t03: MissingCompileTimeError
773 776
774 # dartk: precompilation failures (debug) 777 # dartk: precompilation failures (debug)
775 [ $compiler == dartkp && $mode == debug ] 778 [ $compiler == dartkp && $mode == debug ]
776 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 779 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698