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

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

Issue 2623143003: VM: [Kernel] Make type literals which refer to type parameters work (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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 Language/Expressions/Constants/string_length_t01: Crash 129 Language/Expressions/Constants/string_length_t01: Crash
130 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
131 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
132 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
133 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
134 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass 134 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass
135 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass 135 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass
136 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass 136 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass
137 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: Pass 137 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: Pass
138 Language/Expressions/Identifier_Reference/evaluation_property_extraction_t03: Ru ntimeError 138 Language/Expressions/Identifier_Reference/evaluation_property_extraction_t03: Ru ntimeError
139 Language/Expressions/Identifier_Reference/evaluation_type_parameter_t01: Runtime Error
140 Language/Expressions/Instance_Creation/New/evaluation_t12: RuntimeError 139 Language/Expressions/Instance_Creation/New/evaluation_t12: RuntimeError
141 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError 140 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError
142 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError 141 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError
143 Language/Expressions/Lookup/Method_Lookup/superclass_t08: RuntimeError 142 Language/Expressions/Lookup/Method_Lookup/superclass_t08: RuntimeError
144 Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_m ember_t05: RuntimeError 143 Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_m ember_t05: RuntimeError
145 Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: Runti meError 144 Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: Runti meError
146 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t18: RuntimeError 145 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t18: RuntimeError
147 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t01: Pass 146 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t01: Pass
148 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t02: Pass 147 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t02: Pass
149 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t03: Pass 148 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t03: Pass
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 # dartk: precompilation failures 190 # dartk: precompilation failures
192 [ $compiler == dartkp && $runtime == dart_precompiled ] 191 [ $compiler == dartkp && $runtime == dart_precompiled ]
193 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError 192 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError
194 LibTest/core/StringBuffer/write_A01_t02: RuntimeError 193 LibTest/core/StringBuffer/write_A01_t02: RuntimeError
195 Language/Expressions/Constants/exception_t01: Crash 194 Language/Expressions/Constants/exception_t01: Crash
196 Language/Expressions/Constants/exception_t02: Crash 195 Language/Expressions/Constants/exception_t02: Crash
197 196
198 # dartk: precompilation failures (debug) 197 # dartk: precompilation failures (debug)
199 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 198 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
200 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null() 199 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