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

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

Issue 2625053003: VM: [Kernel] Add toString() support for generated enum classes (Closed)
Patch Set: use old Expect.identical() Created 3 years, 11 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 | « pkg/kernel/lib/analyzer/ast_from_analyzer.dart ('k') | tests/language/enum_test.dart » ('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/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries. 7 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries.
8 Language/Metadata/*: Skip # No support for metadata ATM. 8 Language/Metadata/*: Skip # No support for metadata ATM.
9 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries. 9 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries.
10 LibTest/isolate/*: Skip # No support for isolates ATM. 10 LibTest/isolate/*: Skip # No support for isolates ATM.
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 ############################################################################### 119 ###############################################################################
120 # VM Entries 120 # VM Entries
121 ############################################################################### 121 ###############################################################################
122 122
123 # dartk: Shared JIT & Precompiled failures 123 # dartk: Shared JIT & Precompiled failures
124 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ] 124 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ]
125 Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitia lizer_t01: RuntimeError 125 Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitia lizer_t01: RuntimeError
126 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError 126 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError
127 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError 127 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError
128 Language/Classes/definition_t23: CompileTimeError 128 Language/Classes/definition_t23: CompileTimeError
129 Language/Enums/declaration_equivalent_t01: RuntimeError
130 Language/Expressions/Constants/string_length_t01: Crash 129 Language/Expressions/Constants/string_length_t01: Crash
131 Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_fu nction_expression_t01: RuntimeError 130 Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_fu nction_expression_t01: RuntimeError
132 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t03: RuntimeError 131 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t03: RuntimeError
133 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t04: RuntimeError 132 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t04: RuntimeError
134 Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_in vocation_t02: RuntimeError 133 Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_in vocation_t02: RuntimeError
135 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass 134 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass
136 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass 135 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass
137 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass 136 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass
138 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: Pass 137 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: Pass
139 Language/Expressions/Identifier_Reference/evaluation_property_extraction_t03: Ru ntimeError 138 Language/Expressions/Identifier_Reference/evaluation_property_extraction_t03: Ru ntimeError
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 # dartk: precompilation failures 191 # dartk: precompilation failures
193 [ $compiler == dartkp && $runtime == dart_precompiled ] 192 [ $compiler == dartkp && $runtime == dart_precompiled ]
194 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError 193 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError
195 LibTest/core/StringBuffer/write_A01_t02: RuntimeError 194 LibTest/core/StringBuffer/write_A01_t02: RuntimeError
196 Language/Expressions/Constants/exception_t01: Crash 195 Language/Expressions/Constants/exception_t01: Crash
197 Language/Expressions/Constants/exception_t02: Crash 196 Language/Expressions/Constants/exception_t02: Crash
198 197
199 # dartk: precompilation failures (debug) 198 # dartk: precompilation failures (debug)
200 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 199 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
201 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null() 200 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null()
OLDNEW
« no previous file with comments | « pkg/kernel/lib/analyzer/ast_from_analyzer.dart ('k') | tests/language/enum_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698