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

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

Issue 2745583002: Deal with bad supertypes. (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/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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 Language/Metadata/before_param_t09: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 407 Language/Metadata/before_param_t09: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
408 Language/Metadata/before_typedef_t01: RuntimeError # Issue 28434: Kernel IR mis ses these annotations. 408 Language/Metadata/before_typedef_t01: RuntimeError # Issue 28434: Kernel IR mis ses these annotations.
409 Language/Metadata/before_variable_t01: RuntimeError # Issue 28434: Kernel IR mi sses these annotations. 409 Language/Metadata/before_variable_t01: RuntimeError # Issue 28434: Kernel IR mi sses these annotations.
410 Language/Metadata/before_variable_t02: RuntimeError # Issue 28434: Kernel IR mi sses these annotations. 410 Language/Metadata/before_variable_t02: RuntimeError # Issue 28434: Kernel IR mi sses these annotations.
411 Language/Mixins/Mixin_Application/deferred_t01: MissingCompileTimeError 411 Language/Mixins/Mixin_Application/deferred_t01: MissingCompileTimeError
412 Language/Mixins/Mixin_Application/syntax_t15: MissingCompileTimeError 412 Language/Mixins/Mixin_Application/syntax_t15: MissingCompileTimeError
413 Language/Mixins/Mixin_Application/wrong_mixin_type_t01: MissingCompileTimeError 413 Language/Mixins/Mixin_Application/wrong_mixin_type_t01: MissingCompileTimeError
414 Language/Mixins/Mixin_Application/wrong_mixin_type_t02: MissingCompileTimeError 414 Language/Mixins/Mixin_Application/wrong_mixin_type_t02: MissingCompileTimeError
415 Language/Mixins/Mixin_Application/wrong_mixin_type_t07: MissingCompileTimeError 415 Language/Mixins/Mixin_Application/wrong_mixin_type_t07: MissingCompileTimeError
416 Language/Mixins/Mixin_Application/wrong_type_t01: MissingCompileTimeError 416 Language/Mixins/Mixin_Application/wrong_type_t01: MissingCompileTimeError
417 Language/Mixins/Mixin_Application/wrong_type_t02: DartkCrash
418 Language/Mixins/Mixin_Application/wrong_type_t04: Crash 417 Language/Mixins/Mixin_Application/wrong_type_t04: Crash
419 Language/Mixins/Mixin_Application/wrong_type_t05: MissingCompileTimeError 418 Language/Mixins/Mixin_Application/wrong_type_t05: MissingCompileTimeError
420 Language/Mixins/Mixin_Application/wrong_type_t06: Crash 419 Language/Mixins/Mixin_Application/wrong_type_t06: Crash
421 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError 420 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError
422 Language/Mixins/declaring_constructor_t02: MissingCompileTimeError 421 Language/Mixins/declaring_constructor_t02: MissingCompileTimeError
423 Language/Mixins/declaring_constructor_t03: MissingCompileTimeError 422 Language/Mixins/declaring_constructor_t03: MissingCompileTimeError
424 Language/Mixins/declaring_constructor_t04: MissingCompileTimeError 423 Language/Mixins/declaring_constructor_t04: MissingCompileTimeError
425 Language/Mixins/declaring_constructor_t07: MissingCompileTimeError 424 Language/Mixins/declaring_constructor_t07: MissingCompileTimeError
426 Language/Mixins/declaring_constructor_t08: MissingCompileTimeError 425 Language/Mixins/declaring_constructor_t08: MissingCompileTimeError
427 Language/Mixins/declaring_constructor_t09: MissingCompileTimeError 426 Language/Mixins/declaring_constructor_t09: MissingCompileTimeError
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError 755 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
757 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError 756 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
758 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError 757 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
759 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError 758 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
760 Language/Statements/Try/syntax_t12: MissingCompileTimeError 759 Language/Statements/Try/syntax_t12: MissingCompileTimeError
761 Language/Variables/final_t03: MissingCompileTimeError 760 Language/Variables/final_t03: MissingCompileTimeError
762 761
763 # dartk: precompilation failures (debug) 762 # dartk: precompilation failures (debug)
764 [ $compiler == dartkp && $mode == debug ] 763 [ $compiler == dartkp && $mode == debug ]
765 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 764 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698