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

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

Issue 2734963005: Mark spawnUri_A01_t03 as timeout on dartk (not dartkp) (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 | « no previous file | 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 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 Language/Metadata/compilation_t11: MissingCompileTimeError 678 Language/Metadata/compilation_t11: MissingCompileTimeError
679 Language/Mixins/Mixin_Application/syntax_t16: DartkCrash 679 Language/Mixins/Mixin_Application/syntax_t16: DartkCrash
680 Language/Overview/Privacy/private_and_public_t04: CompileTimeError 680 Language/Overview/Privacy/private_and_public_t04: CompileTimeError
681 Language/Overview/Scoping/conflicting_names_t43: MissingCompileTimeError 681 Language/Overview/Scoping/conflicting_names_t43: MissingCompileTimeError
682 Language/Statements/Labels/scope_t01: CompileTimeError 682 Language/Statements/Labels/scope_t01: CompileTimeError
683 Language/Statements/Labels/scope_t07: CompileTimeError 683 Language/Statements/Labels/scope_t07: CompileTimeError
684 Language/Statements/Local_Variable_Declaration/syntax_t05: CompileTimeError 684 Language/Statements/Local_Variable_Declaration/syntax_t05: CompileTimeError
685 Language/Statements/Local_Variable_Declaration/syntax_t06: CompileTimeError 685 Language/Statements/Local_Variable_Declaration/syntax_t06: CompileTimeError
686 Language/Statements/Local_Variable_Declaration/syntax_t18: CompileTimeError 686 Language/Statements/Local_Variable_Declaration/syntax_t18: CompileTimeError
687 Language/Statements/Local_Variable_Declaration/syntax_t19: CompileTimeError 687 Language/Statements/Local_Variable_Declaration/syntax_t19: CompileTimeError
688 LibTest/isolate/Isolate/spawnUri_A01_t03: Pass, Timeout
688 689
689 # dartk: JIT failures (debug) 690 # dartk: JIT failures (debug)
690 [ $compiler == dartk && $mode == debug ] 691 [ $compiler == dartk && $mode == debug ]
691 Language/Overview/Scoping/conflicting_names_t43: Crash 692 Language/Overview/Scoping/conflicting_names_t43: Crash
692 Language/Overview/Scoping/hiding_declaration_t11: Crash 693 Language/Overview/Scoping/hiding_declaration_t11: Crash
693 Language/Overview/Scoping/hiding_declaration_t12: Crash 694 Language/Overview/Scoping/hiding_declaration_t12: Crash
694 LibTest/isolate/Isolate/spawnUri_A01_t04: Pass, Slow, Timeout 695 LibTest/isolate/Isolate/spawnUri_A01_t04: Pass, Slow, Timeout
695 696
696 # dartk: precompilation failures 697 # dartk: precompilation failures
697 [ $compiler == dartkp ] 698 [ $compiler == dartkp ]
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 Language/Statements/Labels/scope_t07: RuntimeError 781 Language/Statements/Labels/scope_t07: RuntimeError
781 Language/Statements/Local_Variable_Declaration/syntax_t05: RuntimeError 782 Language/Statements/Local_Variable_Declaration/syntax_t05: RuntimeError
782 Language/Statements/Local_Variable_Declaration/syntax_t06: RuntimeError 783 Language/Statements/Local_Variable_Declaration/syntax_t06: RuntimeError
783 Language/Statements/Local_Variable_Declaration/syntax_t18: RuntimeError 784 Language/Statements/Local_Variable_Declaration/syntax_t18: RuntimeError
784 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError 785 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
785 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError 786 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
786 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError 787 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
787 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError 788 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
788 Language/Statements/Try/syntax_t12: MissingCompileTimeError 789 Language/Statements/Try/syntax_t12: MissingCompileTimeError
789 Language/Variables/final_t03: MissingCompileTimeError 790 Language/Variables/final_t03: MissingCompileTimeError
790 LibTest/isolate/Isolate/spawnUri_A01_t03: Pass, Timeout
791 791
792 # dartk: precompilation failures (debug) 792 # dartk: precompilation failures (debug)
793 [ $compiler == dartkp && $mode == debug ] 793 [ $compiler == dartkp && $mode == debug ]
794 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 794 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698