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

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

Issue 2624273002: VM: [Kernel] Fix constructor invocations by creating the unfolded type argument vector (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
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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 115
116 # dartk: precompilation failures 116 # dartk: precompilation failures
117 [ $compiler == dartkp && $runtime == dart_precompiled ] 117 [ $compiler == dartkp && $runtime == dart_precompiled ]
118 118
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
126 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError 125 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError
127 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError 126 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError
128 Language/Classes/definition_t23: CompileTimeError 127 Language/Classes/definition_t23: CompileTimeError
129 Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_fu nction_expression_t01: RuntimeError 128 Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_fu nction_expression_t01: RuntimeError
130 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t03: RuntimeError 129 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t03: RuntimeError
131 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t04: RuntimeError 130 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t04: RuntimeError
132 Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_in vocation_t02: RuntimeError 131 Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_in vocation_t02: RuntimeError
133 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass 132 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass
134 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass 133 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass
135 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass 134 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass
(...skipping 17 matching lines...) Expand all
153 Language/Functions/Formal_Parameters/syntax_t05: RuntimeError 152 Language/Functions/Formal_Parameters/syntax_t05: RuntimeError
154 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Pass 153 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Pass
155 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError 154 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError
156 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError 155 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError
157 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01/01: MissingRunti meError 156 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01/01: MissingRunti meError
158 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass 157 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass
159 Language/Libraries_and_Scripts/Parts/syntax_t06: Pass 158 Language/Libraries_and_Scripts/Parts/syntax_t06: Pass
160 Language/Statements/Labels/syntax_t03: Pass 159 Language/Statements/Labels/syntax_t03: Pass
161 Language/Statements/Switch/syntax_t02: Pass 160 Language/Statements/Switch/syntax_t02: Pass
162 Language/Statements/Try/catch_scope_t01: RuntimeError 161 Language/Statements/Try/catch_scope_t01: RuntimeError
163 Language/Types/Interface_Types/subtype_t44: RuntimeError
164 Language/Types/Static_Types/deferred_type_t01: RuntimeError 162 Language/Types/Static_Types/deferred_type_t01: RuntimeError
165 Language/Variables/final_t01/01: MissingRuntimeError 163 Language/Variables/final_t01/01: MissingRuntimeError
166 Language/Variables/final_t02/01: MissingRuntimeError 164 Language/Variables/final_t02/01: MissingRuntimeError
167 165
168 # dartk: JIT failures 166 # dartk: JIT failures
169 [ $compiler == dartk && $runtime == vm ] 167 [ $compiler == dartk && $runtime == vm ]
170 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError 168 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError
171 Language/Expressions/Object_Identity/string_t01: RuntimeError 169 Language/Expressions/Object_Identity/string_t01: RuntimeError
172 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError 170 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError
173 Language/Libraries_and_Scripts/Imports/static_type_t01: RuntimeError 171 Language/Libraries_and_Scripts/Imports/static_type_t01: RuntimeError
(...skipping 15 matching lines...) Expand all
189 # dartk: precompilation failures 187 # dartk: precompilation failures
190 [ $compiler == dartkp && $runtime == dart_precompiled ] 188 [ $compiler == dartkp && $runtime == dart_precompiled ]
191 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError 189 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError
192 LibTest/core/StringBuffer/write_A01_t02: RuntimeError 190 LibTest/core/StringBuffer/write_A01_t02: RuntimeError
193 Language/Expressions/Constants/exception_t01: Crash 191 Language/Expressions/Constants/exception_t01: Crash
194 Language/Expressions/Constants/exception_t02: Crash 192 Language/Expressions/Constants/exception_t02: Crash
195 193
196 # dartk: precompilation failures (debug) 194 # dartk: precompilation failures (debug)
197 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 195 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
198 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null() 196 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null()
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698