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

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

Issue 2774933002: Complain about uninitialized const fields. (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_ t02: MissingCompileTimeError 8 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError
9 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError 9 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError
10 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError 10 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError
11 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError 11 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError
12 Language/Classes/Constructors/Constant_Constructors/syntax_t03: MissingCompileTi meError
13 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr ror 12 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr ror
14 Language/Classes/Constructors/Factories/const_modifier_t02: MissingCompileTimeEr ror 13 Language/Classes/Constructors/Factories/const_modifier_t02: MissingCompileTimeEr ror
15 Language/Classes/Constructors/Factories/default_value_t01: MissingCompileTimeErr or 14 Language/Classes/Constructors/Factories/default_value_t01: MissingCompileTimeErr or
16 Language/Classes/Constructors/Factories/default_value_t02: MissingCompileTimeErr or 15 Language/Classes/Constructors/Factories/default_value_t02: MissingCompileTimeErr or
17 Language/Classes/Constructors/Factories/name_t01: MissingCompileTimeError 16 Language/Classes/Constructors/Factories/name_t01: MissingCompileTimeError
18 Language/Classes/Constructors/Factories/name_t03: MissingCompileTimeError 17 Language/Classes/Constructors/Factories/name_t03: MissingCompileTimeError
19 Language/Classes/Constructors/Factories/name_t04: MissingCompileTimeError 18 Language/Classes/Constructors/Factories/name_t04: MissingCompileTimeError
20 Language/Classes/Constructors/Factories/name_t05: MissingCompileTimeError 19 Language/Classes/Constructors/Factories/name_t05: MissingCompileTimeError
21 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError # Dartk Issue 28566 20 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 21 Language/Classes/Constructors/Generative_Constructors/execution_t04: MissingComp ileTimeError
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 Language/Types/Type_Declarations/Typedef/self_reference_t09: MissingCompileTimeE rror 421 Language/Types/Type_Declarations/Typedef/self_reference_t09: MissingCompileTimeE rror
423 Language/Types/Type_Declarations/Typedef/self_reference_t10: MissingCompileTimeE rror 422 Language/Types/Type_Declarations/Typedef/self_reference_t10: MissingCompileTimeE rror
424 Language/Types/Type_Declarations/Typedef/self_reference_t11: MissingCompileTimeE rror 423 Language/Types/Type_Declarations/Typedef/self_reference_t11: MissingCompileTimeE rror
425 Language/Types/Type_Declarations/Typedef/self_reference_t12: MissingCompileTimeE rror 424 Language/Types/Type_Declarations/Typedef/self_reference_t12: MissingCompileTimeE rror
426 Language/Types/Type_Declarations/Typedef/self_reference_t13: MissingCompileTimeE rror 425 Language/Types/Type_Declarations/Typedef/self_reference_t13: MissingCompileTimeE rror
427 Language/Types/Type_Declarations/Typedef/self_reference_t14: MissingCompileTimeE rror 426 Language/Types/Type_Declarations/Typedef/self_reference_t14: MissingCompileTimeE rror
428 Language/Types/Type_Declarations/Typedef/self_reference_t15: MissingCompileTimeE rror 427 Language/Types/Type_Declarations/Typedef/self_reference_t15: MissingCompileTimeE rror
429 Language/Types/Type_Declarations/Typedef/self_reference_t16: MissingCompileTimeE rror 428 Language/Types/Type_Declarations/Typedef/self_reference_t16: MissingCompileTimeE rror
430 Language/Types/Type_Declarations/Typedef/self_reference_t17: MissingCompileTimeE rror 429 Language/Types/Type_Declarations/Typedef/self_reference_t17: MissingCompileTimeE rror
431 Language/Types/Type_Void/syntax_t02: MissingCompileTimeError 430 Language/Types/Type_Void/syntax_t02: MissingCompileTimeError
432 Language/Variables/constant_initialization_t01: MissingCompileTimeError
433 Language/Variables/constant_variable_t05: MissingCompileTimeError 431 Language/Variables/constant_variable_t05: MissingCompileTimeError
434 Language/Variables/constant_variable_t06: MissingCompileTimeError 432 Language/Variables/constant_variable_t06: MissingCompileTimeError
435 Language/Variables/constant_variable_t07: MissingCompileTimeError
436 Language/Variables/constant_variable_t08: MissingCompileTimeError
437 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError 433 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError
438 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError 434 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError
439 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError 435 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError
440 Language/Variables/final_t01/01: MissingRuntimeError # Dartk Issue 28566 436 Language/Variables/final_t01/01: MissingRuntimeError # Dartk Issue 28566
441 Language/Variables/final_t02/01: MissingRuntimeError # Dartk Issue 28566 437 Language/Variables/final_t02/01: MissingRuntimeError # Dartk Issue 28566
442 Language/Variables/final_t04: MissingCompileTimeError 438 Language/Variables/final_t04: MissingCompileTimeError
443 Language/Variables/final_t05: MissingCompileTimeError 439 Language/Variables/final_t05: MissingCompileTimeError
444 Language/Variables/final_t06: MissingCompileTimeError 440 Language/Variables/final_t06: MissingCompileTimeError
445 Language/Variables/final_t07: MissingCompileTimeError 441 Language/Variables/final_t07: MissingCompileTimeError
446 Language/Variables/local_variable_t01: MissingCompileTimeError 442 Language/Variables/local_variable_t01: MissingCompileTimeError
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 Language/Classes/Getters/syntax_t06: Crash 514 Language/Classes/Getters/syntax_t06: Crash
519 Language/Expressions/Constants/depending_on_itself_t01: Crash 515 Language/Expressions/Constants/depending_on_itself_t01: Crash
520 Language/Expressions/Constants/depending_on_itself_t02: Crash 516 Language/Expressions/Constants/depending_on_itself_t02: Crash
521 Language/Overview/Scoping/conflicting_names_t43: Crash 517 Language/Overview/Scoping/conflicting_names_t43: Crash
522 Language/Overview/Scoping/hiding_declaration_t11: Crash 518 Language/Overview/Scoping/hiding_declaration_t11: Crash
523 Language/Overview/Scoping/hiding_declaration_t12: Crash 519 Language/Overview/Scoping/hiding_declaration_t12: Crash
524 520
525 # dartk: precompilation failures (debug) 521 # dartk: precompilation failures (debug)
526 [ $compiler == dartkp && $mode == debug ] 522 [ $compiler == dartkp && $mode == debug ]
527 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 523 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/body_builder.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698