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

Side by Side Diff: tests/language/language_kernel.status

Issue 2659363003: VM: [Kernel] Partial support for checked mode. (Closed)
Patch Set: Renamed Maybe* -> *InCheckedMode Created 3 years, 10 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') | no next file » | 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 # These tests currently take too long. Remove when they are fixed. 5 # These tests currently take too long. Remove when they are fixed.
6 [ $compiler == dartk || $compiler == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312
8 8
9 ############################################################################### 9 ###############################################################################
10 # Dartk Entries 10 # Dartk Entries
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 function_type_alias3_test: RuntimeError 163 function_type_alias3_test: RuntimeError
164 function_type_alias4_test: RuntimeError 164 function_type_alias4_test: RuntimeError
165 generic_closure_test: RuntimeError 165 generic_closure_test: RuntimeError
166 generic_field_mixin4_test: RuntimeError 166 generic_field_mixin4_test: RuntimeError
167 generic_method_types_test: Pass, RuntimeError 167 generic_method_types_test: Pass, RuntimeError
168 getter_closure_execution_order_test: RuntimeError 168 getter_closure_execution_order_test: RuntimeError
169 getter_setter_in_lib_test: RuntimeError 169 getter_setter_in_lib_test: RuntimeError
170 inferrer_closure_test: RuntimeError 170 inferrer_closure_test: RuntimeError
171 initializing_formal_final_test: RuntimeError 171 initializing_formal_final_test: RuntimeError
172 is_not_class2_test: RuntimeError 172 is_not_class2_test: RuntimeError
173 issue13474_test: RuntimeError
174 issue_1751477_test: RuntimeError 173 issue_1751477_test: RuntimeError
175 library_env_test/has_html_support: RuntimeError 174 library_env_test/has_html_support: RuntimeError
176 library_env_test/has_no_io_support: RuntimeError 175 library_env_test/has_no_io_support: RuntimeError
177 list_literal4_test: RuntimeError 176 list_literal4_test: RuntimeError
178 malformed_test/none: RuntimeError 177 malformed_test/none: RuntimeError
179 map_literal3_test: RuntimeError 178 map_literal3_test: RuntimeError
180 map_literal4_test: RuntimeError # VM checked mode Issue 28420
181 map_literal6_test: RuntimeError 179 map_literal6_test: RuntimeError
182 method_override_test: RuntimeError 180 method_override_test: RuntimeError
183 mixin_type_parameters_super_extends_test: RuntimeError 181 mixin_type_parameters_super_extends_test: RuntimeError
184 mixin_type_parameters_super_test: RuntimeError 182 mixin_type_parameters_super_test: RuntimeError
185 multiline_newline_test/none: RuntimeError 183 multiline_newline_test/none: RuntimeError
186 named_parameters_type_test/01: MissingRuntimeError
187 named_parameters_type_test/02: MissingRuntimeError
188 named_parameters_type_test/03: MissingRuntimeError
189 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1 184 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1
190 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1 185 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1
191 number_identifier_test/05: RuntimeError 186 number_identifier_test/05: RuntimeError
192 positional_parameters_type_test/01: MissingRuntimeError
193 positional_parameters_type_test/02: MissingRuntimeError
194 prefix10_negative_test: Fail 187 prefix10_negative_test: Fail
195 prefix21_test: RuntimeError 188 prefix21_test: RuntimeError
196 redirecting_constructor_initializer_test: RuntimeError 189 redirecting_constructor_initializer_test: RuntimeError
197 regress_22443_test: RuntimeError # Deferred Loading Issue 28335 190 regress_22443_test: RuntimeError # Deferred Loading Issue 28335
198 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 191 regress_23408_test: RuntimeError # Deferred Loading Issue 28335
199 regress_28278_test: RuntimeError # Mirrors Issue 192 regress_28278_test: RuntimeError # Mirrors Issue
200 script1_negative_test: Fail 193 script1_negative_test: Fail
201 script2_negative_test: Fail 194 script2_negative_test: Fail
202 setter_no_getter_call_test/none: RuntimeError # Dartk Issue 28418 195 setter_no_getter_call_test/none: RuntimeError # Dartk Issue 28418
203 static_setter_get_test/01: RuntimeError # Dartk Issue 28417 196 static_setter_get_test/01: RuntimeError # Dartk Issue 28417
204 switch7_negative_test: Fail # Dartk Issue 28416 197 switch7_negative_test: Fail # Dartk Issue 28416
205 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410 198 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410
206 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 199 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410
207 type_checks_in_factory_method_test: RuntimeError
208 type_variable_function_type_test: RuntimeError 200 type_variable_function_type_test: RuntimeError
209 vm/type_cast_vm_test: RuntimeError 201 vm/type_cast_vm_test: RuntimeError
210 vm/type_vm_test: RuntimeError 202 vm/type_vm_test: RuntimeError
211 203
212 # dartk: JIT failures 204 # dartk: JIT failures
213 [ $compiler == dartk && $runtime == vm ] 205 [ $compiler == dartk && $runtime == vm ]
214 const_locals_test: RuntimeError 206 const_locals_test: RuntimeError
215 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 207 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
216 const_string_test: RuntimeError # Dartk Issue 28306 208 const_string_test: RuntimeError # Dartk Issue 28306
217 library_env_test/has_no_mirror_support: RuntimeError 209 library_env_test/has_no_mirror_support: RuntimeError
218 redirecting_factory_reflection_test: RuntimeError 210 redirecting_factory_reflection_test: RuntimeError
219 211
220 # dartk: JIT failures (debug) 212 # dartk: JIT failures (debug)
221 [ $compiler == dartk && $runtime == vm && $mode == debug ] 213 [ $compiler == dartk && $runtime == vm && $mode == debug ]
222 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 214 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
223 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 215 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
224 216
225 # dartk: precompilation failures 217 # dartk: precompilation failures
226 [ $compiler == dartkp && $runtime == dart_precompiled ] 218 [ $compiler == dartkp && $runtime == dart_precompiled ]
227 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 219 if_null_assignment_static_test/35: Crash # Dartk Issue 28302
228 220
229 # dartk: precompilation failures (debug) 221 # dartk: precompilation failures (debug)
230 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 222 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
231 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 223 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
232 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 224 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
233 225
234
235 # New failures after respecting VMOptions in test files 226 # New failures after respecting VMOptions in test files
236 [ $compiler == dartk || $compiler == dartkp ] 227 [ $compiler == dartk || $compiler == dartkp ]
237 vm/regress_27671_test: RuntimeError 228 vm/regress_27671_test: RuntimeError
238 229
239 # New failures after respecting VMOptions in test files 230 # New failures after respecting VMOptions in test files
240 [ $compiler == dartk && $runtime == vm && $mode == debug] 231 [ $compiler == dartk && $runtime == vm && $mode == debug]
241 hello_dart_test: Crash # error: expected: cls.is_type_finalized() 232 hello_dart_test: Crash # error: expected: cls.is_type_finalized()
242 233
243 # New failures after respecting VMOptions in test files 234 # New failures after respecting VMOptions in test files
244 [ $compiler == dartk && $runtime == vm ] 235 [ $compiler == dartk && $runtime == vm ]
245 hello_dart_test: CompileTimeError # VMOptions=--compile-all causes us to hit "n ative function VMServiceIO_Shutdown cannot be resolved" 236 hello_dart_test: CompileTimeError # VMOptions=--compile-all causes us to hit "n ative function VMServiceIO_Shutdown cannot be resolved"
246 ct_const2_test: Pass, CompileTimeError # VMOptions=--compile-all causes us to h it "native function VMServiceIO_Shutdown cannot be resolved" 237 ct_const2_test: Pass, CompileTimeError # VMOptions=--compile-all causes us to h it "native function VMServiceIO_Shutdown cannot be resolved"
247 disassemble_test: Pass, Crash # Multitest via multiple VMOptions!
248 238
249 # Failures during Gardening shift: To be triaged! 239 # Failures during Gardening shift: To be triaged!
250 [ $compiler == dartk || $compiler == dartkp ] 240 [ $compiler == dartk || $compiler == dartkp ]
251 runtime_type_function_test: RuntimeError 241 runtime_type_function_test: RuntimeError
252 242
253 # Failures during Gardening shift: To be triaged!
254 [ $compiler == dartkp && $runtime == dart_precompiled ]
255 assert_with_type_test_or_cast_test: Pass, Crash # Multitest via multiple VMOpti ons.
256 named_parameters_type_test/01: Crash
257 named_parameters_type_test/02: Crash
258 named_parameters_type_test/03: Crash
259 positional_parameters_type_test/01: Crash
260 positional_parameters_type_test/02: Crash
261 type_checks_in_factory_method_test: Crash
262 vm/regress_27671_test: Crash
263 vm/type_vm_test: Crash
264
265 # Triaged checked mode failures 243 # Triaged checked mode failures
266 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 244 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
267 language/regress_22728_test: Fail # Dartk Issue 28498 245 language/regress_22728_test: Fail # Dartk Issue 28498
OLDNEW
« no previous file with comments | « runtime/vm/kernel_to_il.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698