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

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

Issue 2748673002: Don't crash on static/non-static acccessors. (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
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/builder_accessors.dart ('k') | no next file » | 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 # 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 Language/Classes/Setters/name_t07: CompileTimeError 88 Language/Classes/Setters/name_t07: CompileTimeError
89 Language/Classes/Setters/parameter_t01: MissingCompileTimeError 89 Language/Classes/Setters/parameter_t01: MissingCompileTimeError
90 Language/Classes/Setters/parameter_t02: MissingCompileTimeError 90 Language/Classes/Setters/parameter_t02: MissingCompileTimeError
91 Language/Classes/Setters/parameter_t03: MissingCompileTimeError 91 Language/Classes/Setters/parameter_t03: MissingCompileTimeError
92 Language/Classes/Setters/parameter_t04: MissingCompileTimeError 92 Language/Classes/Setters/parameter_t04: MissingCompileTimeError
93 Language/Classes/Setters/parameter_t05: MissingCompileTimeError 93 Language/Classes/Setters/parameter_t05: MissingCompileTimeError
94 Language/Classes/Setters/parameter_t06: MissingCompileTimeError 94 Language/Classes/Setters/parameter_t06: MissingCompileTimeError
95 Language/Classes/Setters/parameter_t07: MissingCompileTimeError 95 Language/Classes/Setters/parameter_t07: MissingCompileTimeError
96 Language/Classes/Setters/parameter_t08: MissingCompileTimeError 96 Language/Classes/Setters/parameter_t08: MissingCompileTimeError
97 Language/Classes/Setters/static_setter_t05: RuntimeError 97 Language/Classes/Setters/static_setter_t05: RuntimeError
98 Language/Classes/Setters/static_setter_t06: DartkCrash
99 Language/Classes/Setters/syntax_t01: RuntimeError 98 Language/Classes/Setters/syntax_t01: RuntimeError
100 Language/Classes/Setters/syntax_t03: MissingCompileTimeError 99 Language/Classes/Setters/syntax_t03: MissingCompileTimeError
101 Language/Classes/Setters/syntax_t04: RuntimeError 100 Language/Classes/Setters/syntax_t04: RuntimeError
102 Language/Classes/Static_Methods/declaration_t01: MissingCompileTimeError 101 Language/Classes/Static_Methods/declaration_t01: MissingCompileTimeError
103 Language/Classes/Static_Methods/same_name_method_and_setter_t01: CompileTimeErro r 102 Language/Classes/Static_Methods/same_name_method_and_setter_t01: CompileTimeErro r
104 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03: Runtim eError 103 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03: Runtim eError
105 Language/Classes/Superclasses/superclass_of_itself_t01: MissingCompileTimeError 104 Language/Classes/Superclasses/superclass_of_itself_t01: MissingCompileTimeError
106 Language/Classes/Superclasses/superclass_of_itself_t02: MissingCompileTimeError 105 Language/Classes/Superclasses/superclass_of_itself_t02: MissingCompileTimeError
107 Language/Classes/Superclasses/wrong_superclass_t07: Crash 106 Language/Classes/Superclasses/wrong_superclass_t07: Crash
108 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError 107 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 Language/Expressions/Constants/depending_on_itself_t01: Crash 627 Language/Expressions/Constants/depending_on_itself_t01: Crash
629 Language/Expressions/Constants/depending_on_itself_t02: Crash 628 Language/Expressions/Constants/depending_on_itself_t02: Crash
630 Language/Expressions/Constants/static_method_t03: Crash 629 Language/Expressions/Constants/static_method_t03: Crash
631 Language/Overview/Scoping/conflicting_names_t43: Crash 630 Language/Overview/Scoping/conflicting_names_t43: Crash
632 Language/Overview/Scoping/hiding_declaration_t11: Crash 631 Language/Overview/Scoping/hiding_declaration_t11: Crash
633 Language/Overview/Scoping/hiding_declaration_t12: Crash 632 Language/Overview/Scoping/hiding_declaration_t12: Crash
634 633
635 # dartk: precompilation failures (debug) 634 # dartk: precompilation failures (debug)
636 [ $compiler == dartkp && $mode == debug ] 635 [ $compiler == dartkp && $mode == debug ]
637 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 636 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/builder_accessors.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698