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

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

Issue 2775633004: Report errors on non-final fields in const classes. (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
9 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError 8 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError
10 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError 9 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError
11 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError 10 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError
12 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError 11 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError
13 Language/Classes/Constructors/Constant_Constructors/syntax_t03: MissingCompileTi meError 12 Language/Classes/Constructors/Constant_Constructors/syntax_t03: MissingCompileTi meError
14 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr ror 13 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr ror
15 Language/Classes/Constructors/Factories/const_modifier_t02: MissingCompileTimeEr ror 14 Language/Classes/Constructors/Factories/const_modifier_t02: MissingCompileTimeEr ror
16 Language/Classes/Constructors/Factories/default_value_t01: MissingCompileTimeErr or 15 Language/Classes/Constructors/Factories/default_value_t01: MissingCompileTimeErr or
17 Language/Classes/Constructors/Factories/default_value_t02: MissingCompileTimeErr or 16 Language/Classes/Constructors/Factories/default_value_t02: MissingCompileTimeErr or
18 Language/Classes/Constructors/Factories/name_t01: MissingCompileTimeError 17 Language/Classes/Constructors/Factories/name_t01: MissingCompileTimeError
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 Language/Classes/Getters/syntax_t06: Crash 518 Language/Classes/Getters/syntax_t06: Crash
520 Language/Expressions/Constants/depending_on_itself_t01: Crash 519 Language/Expressions/Constants/depending_on_itself_t01: Crash
521 Language/Expressions/Constants/depending_on_itself_t02: Crash 520 Language/Expressions/Constants/depending_on_itself_t02: Crash
522 Language/Overview/Scoping/conflicting_names_t43: Crash 521 Language/Overview/Scoping/conflicting_names_t43: Crash
523 Language/Overview/Scoping/hiding_declaration_t11: Crash 522 Language/Overview/Scoping/hiding_declaration_t11: Crash
524 Language/Overview/Scoping/hiding_declaration_t12: Crash 523 Language/Overview/Scoping/hiding_declaration_t12: Crash
525 524
526 # dartk: precompilation failures (debug) 525 # dartk: precompilation failures (debug)
527 [ $compiler == dartkp && $mode == debug ] 526 [ $compiler == dartkp && $mode == debug ]
528 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 527 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_target.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698