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

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

Issue 2722103002: Update status files for debug mode dartk/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 | tests/language/language_kernel.status » ('j') | 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 2707 matching lines...) Expand 10 before | Expand all | Expand 10 after
2718 Language/Overview/Privacy/private_and_public_t04: CompileTimeError 2718 Language/Overview/Privacy/private_and_public_t04: CompileTimeError
2719 Language/Overview/Scoping/conflicting_names_t43: MissingCompileTimeError 2719 Language/Overview/Scoping/conflicting_names_t43: MissingCompileTimeError
2720 Language/Statements/Labels/scope_t01: CompileTimeError 2720 Language/Statements/Labels/scope_t01: CompileTimeError
2721 Language/Statements/Labels/scope_t07: CompileTimeError 2721 Language/Statements/Labels/scope_t07: CompileTimeError
2722 Language/Statements/Local_Variable_Declaration/syntax_t05: CompileTimeError 2722 Language/Statements/Local_Variable_Declaration/syntax_t05: CompileTimeError
2723 Language/Statements/Local_Variable_Declaration/syntax_t06: CompileTimeError 2723 Language/Statements/Local_Variable_Declaration/syntax_t06: CompileTimeError
2724 Language/Statements/Local_Variable_Declaration/syntax_t18: CompileTimeError 2724 Language/Statements/Local_Variable_Declaration/syntax_t18: CompileTimeError
2725 Language/Statements/Local_Variable_Declaration/syntax_t19: CompileTimeError 2725 Language/Statements/Local_Variable_Declaration/syntax_t19: CompileTimeError
2726 LibTest/isolate/Isolate/spawnUri_A02_t04: RuntimeError 2726 LibTest/isolate/Isolate/spawnUri_A02_t04: RuntimeError
2727 2727
2728 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
2729 Language/Classes/Constructors/Constant_Constructors/syntax_t03: Crash
2730 Language/Classes/Instance_Variables/constant_t01: Crash
2731 Language/Expressions/Lists/constant_list_t01: Crash
2732 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash
2733 Language/Statements/Switch/syntax_t16: Crash
2734 Language/Statements/Switch/syntax_t17: Crash
2735 Language/Statements/Yield_and_Yield_Each/Yield/location_t02: Crash
2736 Language/Statements/Yield_and_Yield_Each/Yield/location_t04: Crash
2737 Language/Statements/Yield_and_Yield_Each/Yield/location_t06: Crash
2738 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t02: Crash
2739 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t04: Crash
2740 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t06: Crash
2741
2728 # dartk: JIT failures (debug) 2742 # dartk: JIT failures (debug)
2729 [ $compiler == dartk && $runtime == vm && $mode == debug ] 2743 [ $compiler == dartk && $runtime == vm && $mode == debug ]
2744 Language/Overview/Scoping/conflicting_names_t43: Crash
2745 Language/Overview/Scoping/hiding_declaration_t11: Crash
2746 Language/Overview/Scoping/hiding_declaration_t12: Crash
2730 2747
2731 # dartk: precompilation failures 2748 # dartk: precompilation failures
2732 [ $compiler == dartkp && $runtime == dart_precompiled ] 2749 [ $compiler == dartkp && $runtime == dart_precompiled ]
2733 Language/Classes/Constructors/Factories/redirecting_to_itself_t01: MissingCompil eTimeError 2750 Language/Classes/Constructors/Factories/redirecting_to_itself_t01: MissingCompil eTimeError
2734 Language/Classes/Constructors/Factories/redirecting_to_itself_t02: MissingCompil eTimeError 2751 Language/Classes/Constructors/Factories/redirecting_to_itself_t02: MissingCompil eTimeError
2735 Language/Classes/Constructors/Factories/redirecting_to_itself_t03: MissingCompil eTimeError 2752 Language/Classes/Constructors/Factories/redirecting_to_itself_t03: MissingCompil eTimeError
2736 Language/Classes/Constructors/Factories/redirecting_to_itself_t04: MissingCompil eTimeError 2753 Language/Classes/Constructors/Factories/redirecting_to_itself_t04: MissingCompil eTimeError
2737 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable _t01: MissingCompileTimeError 2754 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable _t01: MissingCompileTimeError
2738 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable _t02: MissingCompileTimeError 2755 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable _t02: MissingCompileTimeError
2739 Language/Classes/Constructors/Generative_Constructors/initializers_t06: MissingC ompileTimeError 2756 Language/Classes/Constructors/Generative_Constructors/initializers_t06: MissingC ompileTimeError
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
2815 Language/Statements/Local_Variable_Declaration/syntax_t18: RuntimeError 2832 Language/Statements/Local_Variable_Declaration/syntax_t18: RuntimeError
2816 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError 2833 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
2817 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError 2834 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
2818 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError 2835 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
2819 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError 2836 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
2820 Language/Statements/Try/syntax_t12: MissingCompileTimeError 2837 Language/Statements/Try/syntax_t12: MissingCompileTimeError
2821 Language/Variables/final_t03: MissingCompileTimeError 2838 Language/Variables/final_t03: MissingCompileTimeError
2822 2839
2823 # dartk: precompilation failures (debug) 2840 # dartk: precompilation failures (debug)
2824 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 2841 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
2842 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « no previous file | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698