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

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

Issue 2732293004: Install default constructors on broken mixin applications. (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
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 Language/Classes/Superinterfaces/dynamic_type_t02: MissingCompileTimeError 107 Language/Classes/Superinterfaces/dynamic_type_t02: MissingCompileTimeError
108 Language/Classes/Superinterfaces/itself_t01: MissingCompileTimeError 108 Language/Classes/Superinterfaces/itself_t01: MissingCompileTimeError
109 Language/Classes/Superinterfaces/wrong_type_t04: MissingCompileTimeError 109 Language/Classes/Superinterfaces/wrong_type_t04: MissingCompileTimeError
110 Language/Classes/Superinterfaces/wrong_type_t05: MissingCompileTimeError 110 Language/Classes/Superinterfaces/wrong_type_t05: MissingCompileTimeError
111 Language/Classes/declarations_t02: MissingCompileTimeError 111 Language/Classes/declarations_t02: MissingCompileTimeError
112 Language/Classes/declarations_t03: MissingCompileTimeError 112 Language/Classes/declarations_t03: MissingCompileTimeError
113 Language/Classes/declarations_t04: MissingCompileTimeError 113 Language/Classes/declarations_t04: MissingCompileTimeError
114 Language/Classes/declarations_t06: MissingCompileTimeError 114 Language/Classes/declarations_t06: MissingCompileTimeError
115 Language/Classes/declarations_t08: MissingCompileTimeError 115 Language/Classes/declarations_t08: MissingCompileTimeError
116 Language/Classes/declarations_t33: MissingCompileTimeError 116 Language/Classes/declarations_t33: MissingCompileTimeError
117 Language/Classes/definition_t23: RuntimeError
118 Language/Classes/same_name_member_and_class_t01: MissingCompileTimeError 117 Language/Classes/same_name_member_and_class_t01: MissingCompileTimeError
119 Language/Classes/same_name_member_and_class_t03: MissingCompileTimeError 118 Language/Classes/same_name_member_and_class_t03: MissingCompileTimeError
120 Language/Classes/same_name_type_variable_t01: MissingCompileTimeError 119 Language/Classes/same_name_type_variable_t01: MissingCompileTimeError
121 Language/Classes/same_name_type_variable_t02: MissingCompileTimeError 120 Language/Classes/same_name_type_variable_t02: MissingCompileTimeError
122 Language/Classes/same_name_type_variable_t03: MissingCompileTimeError 121 Language/Classes/same_name_type_variable_t03: MissingCompileTimeError
123 Language/Classes/same_name_type_variable_t05: MissingCompileTimeError 122 Language/Classes/same_name_type_variable_t05: MissingCompileTimeError
124 Language/Classes/same_name_type_variable_t06: MissingCompileTimeError 123 Language/Classes/same_name_type_variable_t06: MissingCompileTimeError
125 Language/Classes/same_name_type_variable_t08: MissingCompileTimeError 124 Language/Classes/same_name_type_variable_t08: MissingCompileTimeError
126 Language/Classes/same_name_type_variable_t09: MissingCompileTimeError 125 Language/Classes/same_name_type_variable_t09: MissingCompileTimeError
127 Language/Enums/restrictions_t01: Crash 126 Language/Enums/restrictions_t01: Crash
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 Language/Metadata/before_param_t07: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 430 Language/Metadata/before_param_t07: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
432 Language/Metadata/before_param_t08: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 431 Language/Metadata/before_param_t08: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
433 Language/Metadata/before_param_t09: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 432 Language/Metadata/before_param_t09: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
434 Language/Metadata/before_typedef_t01: RuntimeError # Issue 28434: Kernel IR mis ses these annotations. 433 Language/Metadata/before_typedef_t01: RuntimeError # Issue 28434: Kernel IR mis ses these annotations.
435 Language/Metadata/before_variable_t01: RuntimeError # Issue 28434: Kernel IR mi sses these annotations. 434 Language/Metadata/before_variable_t01: RuntimeError # Issue 28434: Kernel IR mi sses these annotations.
436 Language/Metadata/before_variable_t02: RuntimeError # Issue 28434: Kernel IR mi sses these annotations. 435 Language/Metadata/before_variable_t02: RuntimeError # Issue 28434: Kernel IR mi sses these annotations.
437 Language/Mixins/Mixin_Application/deferred_t01: MissingCompileTimeError 436 Language/Mixins/Mixin_Application/deferred_t01: MissingCompileTimeError
438 Language/Mixins/Mixin_Application/syntax_t15: MissingCompileTimeError 437 Language/Mixins/Mixin_Application/syntax_t15: MissingCompileTimeError
439 Language/Mixins/Mixin_Application/wrong_mixin_type_t01: MissingCompileTimeError 438 Language/Mixins/Mixin_Application/wrong_mixin_type_t01: MissingCompileTimeError
440 Language/Mixins/Mixin_Application/wrong_mixin_type_t02: MissingCompileTimeError 439 Language/Mixins/Mixin_Application/wrong_mixin_type_t02: MissingCompileTimeError
441 Language/Mixins/Mixin_Application/wrong_mixin_type_t05: DartkCrash
442 Language/Mixins/Mixin_Application/wrong_mixin_type_t06: DartkCrash
443 Language/Mixins/Mixin_Application/wrong_mixin_type_t07: MissingCompileTimeError 440 Language/Mixins/Mixin_Application/wrong_mixin_type_t07: MissingCompileTimeError
444 Language/Mixins/Mixin_Application/wrong_type_t01: MissingCompileTimeError 441 Language/Mixins/Mixin_Application/wrong_type_t01: MissingCompileTimeError
445 Language/Mixins/Mixin_Application/wrong_type_t02: DartkCrash 442 Language/Mixins/Mixin_Application/wrong_type_t02: DartkCrash
446 Language/Mixins/Mixin_Application/wrong_type_t04: Crash 443 Language/Mixins/Mixin_Application/wrong_type_t04: Crash
447 Language/Mixins/Mixin_Application/wrong_type_t05: MissingCompileTimeError 444 Language/Mixins/Mixin_Application/wrong_type_t05: MissingCompileTimeError
448 Language/Mixins/Mixin_Application/wrong_type_t06: Crash 445 Language/Mixins/Mixin_Application/wrong_type_t06: Crash
449 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError 446 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError
450 Language/Mixins/declaring_constructor_t02: MissingCompileTimeError 447 Language/Mixins/declaring_constructor_t02: MissingCompileTimeError
451 Language/Mixins/declaring_constructor_t03: MissingCompileTimeError 448 Language/Mixins/declaring_constructor_t03: MissingCompileTimeError
452 Language/Mixins/declaring_constructor_t04: MissingCompileTimeError 449 Language/Mixins/declaring_constructor_t04: MissingCompileTimeError
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError 782 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
786 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError 783 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
787 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError 784 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
788 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError 785 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
789 Language/Statements/Try/syntax_t12: MissingCompileTimeError 786 Language/Statements/Try/syntax_t12: MissingCompileTimeError
790 Language/Variables/final_t03: MissingCompileTimeError 787 Language/Variables/final_t03: MissingCompileTimeError
791 788
792 # dartk: precompilation failures (debug) 789 # dartk: precompilation failures (debug)
793 [ $compiler == dartkp && $mode == debug ] 790 [ $compiler == dartkp && $mode == debug ]
794 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 791 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/test/fasta/rasta/class_hierarchy.dart.outline.expect ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698