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

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

Issue 2735993003: Mark spawnUri_A01_t03 as timeout on 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 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 Language/Statements/Labels/scope_t07: RuntimeError 780 Language/Statements/Labels/scope_t07: RuntimeError
781 Language/Statements/Local_Variable_Declaration/syntax_t05: RuntimeError 781 Language/Statements/Local_Variable_Declaration/syntax_t05: RuntimeError
782 Language/Statements/Local_Variable_Declaration/syntax_t06: RuntimeError 782 Language/Statements/Local_Variable_Declaration/syntax_t06: RuntimeError
783 Language/Statements/Local_Variable_Declaration/syntax_t18: RuntimeError 783 Language/Statements/Local_Variable_Declaration/syntax_t18: RuntimeError
784 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError 784 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
785 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError 785 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
786 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError 786 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
787 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError 787 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
788 Language/Statements/Try/syntax_t12: MissingCompileTimeError 788 Language/Statements/Try/syntax_t12: MissingCompileTimeError
789 Language/Variables/final_t03: MissingCompileTimeError 789 Language/Variables/final_t03: MissingCompileTimeError
790 LibTest/isolate/Isolate/spawnUri_A01_t03: Pass, Timeout
karlklose 2017/03/08 07:35:59 Could you try marking it slow and see if that is e
790 791
791 # dartk: precompilation failures (debug) 792 # dartk: precompilation failures (debug)
792 [ $compiler == dartkp && $mode == debug ] 793 [ $compiler == dartkp && $mode == debug ]
793 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