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

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

Issue 2621343002: VM: [Kernel] Add kernel::ConstantEvaluator support for string.length (Closed)
Patch Set: 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 | « runtime/vm/kernel_to_il.cc ('k') | 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/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/Expressions/Constants/string_length_t01: Crash
130 Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_fu nction_expression_t01: RuntimeError 129 Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_fu nction_expression_t01: RuntimeError
131 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t03: RuntimeError 130 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t03: RuntimeError
132 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t04: RuntimeError 131 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t04: RuntimeError
133 Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_in vocation_t02: RuntimeError 132 Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_in vocation_t02: RuntimeError
134 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass 133 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass
135 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass 134 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass
136 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass 135 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass
137 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: Pass 136 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: Pass
138 Language/Expressions/Identifier_Reference/evaluation_property_extraction_t03: Ru ntimeError 137 Language/Expressions/Identifier_Reference/evaluation_property_extraction_t03: Ru ntimeError
139 Language/Expressions/Instance_Creation/New/evaluation_t12: RuntimeError 138 Language/Expressions/Instance_Creation/New/evaluation_t12: RuntimeError
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 # dartk: precompilation failures 189 # dartk: precompilation failures
191 [ $compiler == dartkp && $runtime == dart_precompiled ] 190 [ $compiler == dartkp && $runtime == dart_precompiled ]
192 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError 191 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError
193 LibTest/core/StringBuffer/write_A01_t02: RuntimeError 192 LibTest/core/StringBuffer/write_A01_t02: RuntimeError
194 Language/Expressions/Constants/exception_t01: Crash 193 Language/Expressions/Constants/exception_t01: Crash
195 Language/Expressions/Constants/exception_t02: Crash 194 Language/Expressions/Constants/exception_t02: Crash
196 195
197 # dartk: precompilation failures (debug) 196 # dartk: precompilation failures (debug)
198 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 197 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
199 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null() 198 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null()
OLDNEW
« no previous file with comments | « runtime/vm/kernel_to_il.cc ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698