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

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

Issue 2926953004: Various semantic checks on formal parameters. (Closed)
Patch Set: Added missing FASTA_IGNORED and rebased on aa8ca9244a3cc5fa7c3816a9340558e7d2f37ae1. Created 3 years, 6 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
« pkg/front_end/messages.yaml ('K') | « tests/co19/co19-kernel.status ('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 [ $compiler == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 method_override_test: RuntimeError # Not triaged. 6 method_override_test: RuntimeError # Not triaged.
7 runtime_type_function_test: RuntimeError # Not triaged. 7 runtime_type_function_test: RuntimeError # Not triaged.
8 8
9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 211 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
212 regress_22728_test: Fail # Dartk Issue 28498 212 regress_22728_test: Fail # Dartk Issue 28498
213 213
214 # dartk: JIT failures 214 # dartk: JIT failures
215 [ $compiler == dartk ] 215 [ $compiler == dartk ]
216 const_locals_test: RuntimeError 216 const_locals_test: RuntimeError
217 const_string_test: RuntimeError 217 const_string_test: RuntimeError
218 const_syntax_test/08: MissingCompileTimeError 218 const_syntax_test/08: MissingCompileTimeError
219 ct_const2_test: Pass, Crash # Flaky 219 ct_const2_test: Pass, Crash # Flaky
220 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert " kind() != RawScript::kKernelTag". Issue 28790 220 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert " kind() != RawScript::kKernelTag". Issue 28790
221 getter_declaration_negative_test: Fail
222 hello_dart_test: Crash 221 hello_dart_test: Crash
223 instance_creation_in_function_annotation_test: RuntimeError 222 instance_creation_in_function_annotation_test: RuntimeError
224 library_env_test/has_no_mirror_support: RuntimeError 223 library_env_test/has_no_mirror_support: RuntimeError
225 redirecting_factory_reflection_test: Crash 224 redirecting_factory_reflection_test: Crash
226 redirecting_factory_reflection_test: RuntimeError 225 redirecting_factory_reflection_test: RuntimeError
227 setter_declaration2_negative_test: Fail 226 setter_declaration2_negative_test: Fail
228 setter_declaration_negative_test: Fail 227 setter_declaration_negative_test: Fail
229 vm/lazy_deopt_vm_test: Pass, Slow, Timeout 228 vm/lazy_deopt_vm_test: Pass, Slow, Timeout
230 vm/optimized_stacktrace_test: Skip # Issue 28788 229 vm/optimized_stacktrace_test: Skip # Issue 28788
231 230
232 # dartk: JIT failures (debug) 231 # dartk: JIT failures (debug)
233 [ $compiler == dartk && $mode == debug ] 232 [ $compiler == dartk && $mode == debug ]
234 deopt_inlined_function_lazy_test: Skip 233 deopt_inlined_function_lazy_test: Skip
235 hello_dart_test: Crash # error: expected: cls.is_type_finalized() 234 hello_dart_test: Crash # error: expected: cls.is_type_finalized()
236 ref_before_declaration_test/00: Crash 235 ref_before_declaration_test/00: Crash
237 ref_before_declaration_test/01: Crash 236 ref_before_declaration_test/01: Crash
238 ref_before_declaration_test/02: Crash 237 ref_before_declaration_test/02: Crash
239 ref_before_declaration_test/03: Crash 238 ref_before_declaration_test/03: Crash
240 ref_before_declaration_test/04: Crash 239 ref_before_declaration_test/04: Crash
241 ref_before_declaration_test/05: Crash 240 ref_before_declaration_test/05: Crash
242 ref_before_declaration_test/06: Crash 241 ref_before_declaration_test/06: Crash
243 ref_before_declaration_test/07: Crash 242 ref_before_declaration_test/07: Crash
244 vm/lazy_deopt_vm_test: Crash 243 vm/lazy_deopt_vm_test: Crash
245 244
246 # dartk: precompilation failures 245 # dartk: precompilation failures
247 [ $compiler == dartkp ] 246 [ $compiler == dartkp ]
248 const_syntax_test/08: Crash 247 const_syntax_test/08: Crash
249 final_syntax_test/09: MissingCompileTimeError 248 final_syntax_test/09: MissingCompileTimeError
250 getter_declaration_negative_test: Crash
251 ref_before_declaration_test/00: Crash 249 ref_before_declaration_test/00: Crash
252 ref_before_declaration_test/01: Crash 250 ref_before_declaration_test/01: Crash
253 ref_before_declaration_test/02: Crash 251 ref_before_declaration_test/02: Crash
254 ref_before_declaration_test/03: Crash 252 ref_before_declaration_test/03: Crash
255 ref_before_declaration_test/04: Crash 253 ref_before_declaration_test/04: Crash
256 ref_before_declaration_test/05: Crash 254 ref_before_declaration_test/05: Crash
257 ref_before_declaration_test/06: Crash 255 ref_before_declaration_test/06: Crash
258 ref_before_declaration_test/07: Crash 256 ref_before_declaration_test/07: Crash
259 ref_before_declaration_test/none: Crash 257 ref_before_declaration_test/none: Crash
260 setter_declaration2_negative_test: Crash 258 setter_declaration2_negative_test: Crash
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 external_test/22: MissingCompileTimeError # Fixed in ahe's dev branch. 388 external_test/22: MissingCompileTimeError # Fixed in ahe's dev branch.
391 external_test/23: MissingCompileTimeError # Fixed in ahe's dev branch. 389 external_test/23: MissingCompileTimeError # Fixed in ahe's dev branch.
392 external_test/25: MissingCompileTimeError # Fixed in ahe's dev branch. 390 external_test/25: MissingCompileTimeError # Fixed in ahe's dev branch.
393 external_test/30: MissingCompileTimeError # Fixed in ahe's dev branch. 391 external_test/30: MissingCompileTimeError # Fixed in ahe's dev branch.
394 external_test/31: MissingCompileTimeError # Fixed in ahe's dev branch. 392 external_test/31: MissingCompileTimeError # Fixed in ahe's dev branch.
395 final_initializer_instance_reference_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. 393 final_initializer_instance_reference_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
396 final_syntax_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. 394 final_syntax_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
397 final_syntax_test/02: MissingCompileTimeError # Fixed in ahe's dev branch. 395 final_syntax_test/02: MissingCompileTimeError # Fixed in ahe's dev branch.
398 final_syntax_test/03: MissingCompileTimeError # Fixed in ahe's dev branch. 396 final_syntax_test/03: MissingCompileTimeError # Fixed in ahe's dev branch.
399 final_syntax_test/04: MissingCompileTimeError # Fixed in ahe's dev branch. 397 final_syntax_test/04: MissingCompileTimeError # Fixed in ahe's dev branch.
400 function_syntax_test/00: MissingCompileTimeError # Fixed in ahe's dev branch.
401 function_syntax_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
402 function_syntax_test/22: MissingCompileTimeError # Fixed in ahe's dev branch.
403 function_syntax_test/64: MissingCompileTimeError # Fixed in ahe's dev branch.
404 function_syntax_test/67: MissingCompileTimeError # Fixed in ahe's dev branch.
405 function_syntax_test/68: MissingCompileTimeError # Fixed in ahe's dev branch.
406 function_syntax_test/69: MissingCompileTimeError # Fixed in ahe's dev branch.
407 function_syntax_test/71: MissingCompileTimeError # Fixed in ahe's dev branch.
408 function_syntax_test/73: MissingCompileTimeError # Fixed in ahe's dev branch.
409 function_syntax_test/74: MissingCompileTimeError # Fixed in ahe's dev branch.
410 function_type_alias5_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h. 398 function_type_alias5_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h.
411 function_type_alias5_test/01: MissingCompileTimeError # Fixed in ahe's dev branc h. 399 function_type_alias5_test/01: MissingCompileTimeError # Fixed in ahe's dev branc h.
412 function_type_alias5_test/02: MissingCompileTimeError # Fixed in ahe's dev branc h. 400 function_type_alias5_test/02: MissingCompileTimeError # Fixed in ahe's dev branc h.
413 function_type_alias6_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h. 401 function_type_alias6_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h.
414 function_type_alias7_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h.
415 function_type_alias7_test/02: MissingCompileTimeError # Fixed in ahe's dev branc h.
416 function_type_alias9_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h. 402 function_type_alias9_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h.
417 getter_parameters_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
418 getter_parameters_test/03: MissingCompileTimeError # Fixed in ahe's dev branch.
419 getter_parameters_test/04: MissingCompileTimeError # Fixed in ahe's dev branch.
420 metadata_test: CompileTimeError # Fixed in ahe's dev branch. 403 metadata_test: CompileTimeError # Fixed in ahe's dev branch.
421 named_parameters_aggregated_test/01: MissingCompileTimeError # Fixed in ahe's de v branch.
422 named_parameters_aggregated_test/03: MissingCompileTimeError # Fixed in ahe's de v branch.
423 named_parameters_aggregated_test/04: MissingCompileTimeError # Fixed in ahe's de v branch. 404 named_parameters_aggregated_test/04: MissingCompileTimeError # Fixed in ahe's de v branch.
424 named_parameters_aggregated_test/06: MissingCompileTimeError # Fixed in ahe's de v branch. 405 named_parameters_aggregated_test/06: MissingCompileTimeError # Fixed in ahe's de v branch.
425 named_parameters_default_eq_test/01: MissingCompileTimeError # Fixed in ahe's de v branch.
426 parameter_initializer6_negative_test: Fail # Fixed in ahe's dev branch.
427 ref_before_declaration_test/00: MissingCompileTimeError # Fixed in ahe's dev bra nch. 406 ref_before_declaration_test/00: MissingCompileTimeError # Fixed in ahe's dev bra nch.
428 ref_before_declaration_test/01: MissingCompileTimeError # Fixed in ahe's dev bra nch. 407 ref_before_declaration_test/01: MissingCompileTimeError # Fixed in ahe's dev bra nch.
429 ref_before_declaration_test/02: MissingCompileTimeError # Fixed in ahe's dev bra nch. 408 ref_before_declaration_test/02: MissingCompileTimeError # Fixed in ahe's dev bra nch.
430 ref_before_declaration_test/03: MissingCompileTimeError # Fixed in ahe's dev bra nch. 409 ref_before_declaration_test/03: MissingCompileTimeError # Fixed in ahe's dev bra nch.
431 ref_before_declaration_test/04: MissingCompileTimeError # Fixed in ahe's dev bra nch. 410 ref_before_declaration_test/04: MissingCompileTimeError # Fixed in ahe's dev bra nch.
432 ref_before_declaration_test/05: MissingCompileTimeError # Fixed in ahe's dev bra nch. 411 ref_before_declaration_test/05: MissingCompileTimeError # Fixed in ahe's dev bra nch.
433 ref_before_declaration_test/06: MissingCompileTimeError # Fixed in ahe's dev bra nch. 412 ref_before_declaration_test/06: MissingCompileTimeError # Fixed in ahe's dev bra nch.
434 ref_before_declaration_test/07: MissingCompileTimeError # Fixed in ahe's dev bra nch. 413 ref_before_declaration_test/07: MissingCompileTimeError # Fixed in ahe's dev bra nch.
435 regress_29349_test: CompileTimeError # Fixed in ahe's dev branch. 414 regress_29349_test: CompileTimeError # Fixed in ahe's dev branch.
436 scope_variable_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. 415 scope_variable_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
437 static_parameter_test/05: MissingCompileTimeError # Fixed in ahe's dev branch.
438 static_parameter_test/06: MissingCompileTimeError # Fixed in ahe's dev branch.
439 static_parameter_test/07: MissingCompileTimeError # Fixed in ahe's dev branch.
440 static_parameter_test/08: MissingCompileTimeError # Fixed in ahe's dev branch.
441 super_conditional_operator_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. 416 super_conditional_operator_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
442 super_conditional_operator_test/02: MissingCompileTimeError # Fixed in ahe's dev branch. 417 super_conditional_operator_test/02: MissingCompileTimeError # Fixed in ahe's dev branch.
443 super_conditional_operator_test/03: MissingCompileTimeError # Fixed in ahe's dev branch. 418 super_conditional_operator_test/03: MissingCompileTimeError # Fixed in ahe's dev branch.
444 super_conditional_operator_test/04: MissingCompileTimeError # Fixed in ahe's dev branch. 419 super_conditional_operator_test/04: MissingCompileTimeError # Fixed in ahe's dev branch.
445 super_conditional_operator_test/05: MissingCompileTimeError # Fixed in ahe's dev branch. 420 super_conditional_operator_test/05: MissingCompileTimeError # Fixed in ahe's dev branch.
446 super_conditional_operator_test/06: MissingCompileTimeError # Fixed in ahe's dev branch. 421 super_conditional_operator_test/06: MissingCompileTimeError # Fixed in ahe's dev branch.
447 super_conditional_operator_test/07: MissingCompileTimeError # Fixed in ahe's dev branch. 422 super_conditional_operator_test/07: MissingCompileTimeError # Fixed in ahe's dev branch.
448 super_conditional_operator_test/08: MissingCompileTimeError # Fixed in ahe's dev branch. 423 super_conditional_operator_test/08: MissingCompileTimeError # Fixed in ahe's dev branch.
449 super_conditional_operator_test/09: MissingCompileTimeError # Fixed in ahe's dev branch. 424 super_conditional_operator_test/09: MissingCompileTimeError # Fixed in ahe's dev branch.
450 super_conditional_operator_test/10: MissingCompileTimeError # Fixed in ahe's dev branch. 425 super_conditional_operator_test/10: MissingCompileTimeError # Fixed in ahe's dev branch.
451 super_conditional_operator_test/11: MissingCompileTimeError # Fixed in ahe's dev branch. 426 super_conditional_operator_test/11: MissingCompileTimeError # Fixed in ahe's dev branch.
452 super_conditional_operator_test/12: MissingCompileTimeError # Fixed in ahe's dev branch. 427 super_conditional_operator_test/12: MissingCompileTimeError # Fixed in ahe's dev branch.
453 super_conditional_operator_test/13: MissingCompileTimeError # Fixed in ahe's dev branch. 428 super_conditional_operator_test/13: MissingCompileTimeError # Fixed in ahe's dev branch.
454 super_conditional_operator_test/14: MissingCompileTimeError # Fixed in ahe's dev branch. 429 super_conditional_operator_test/14: MissingCompileTimeError # Fixed in ahe's dev branch.
455 super_conditional_operator_test/15: MissingCompileTimeError # Fixed in ahe's dev branch. 430 super_conditional_operator_test/15: MissingCompileTimeError # Fixed in ahe's dev branch.
456 super_conditional_operator_test/16: MissingCompileTimeError # Fixed in ahe's dev branch. 431 super_conditional_operator_test/16: MissingCompileTimeError # Fixed in ahe's dev branch.
457 syntax_test/02: MissingCompileTimeError # Fixed in ahe's dev branch.
458 syntax_test/03: MissingCompileTimeError # Fixed in ahe's dev branch.
459 syntax_test/27: MissingCompileTimeError # Fixed in ahe's dev branch.
460 this_conditional_operator_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. 432 this_conditional_operator_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
461 try_catch_syntax_test/07: MissingCompileTimeError # Fixed in ahe's dev branch.
462 try_catch_syntax_test/09: MissingCompileTimeError # Fixed in ahe's dev branch.
463 try_catch_syntax_test/10: MissingCompileTimeError # Fixed in ahe's dev branch.
464 try_catch_syntax_test/11: MissingCompileTimeError # Fixed in ahe's dev branch.
465 try_catch_syntax_test/12: MissingCompileTimeError # Fixed in ahe's dev branch.
466
467 [ $compiler == dartk ]
468 getter_parameters_test/02: MissingCompileTimeError # Fixed in ahe's dev branch.
469
470 [ $compiler == dartkp ]
471 getter_parameters_test/02: Crash # Fixed in ahe's dev branch.
472 433
473 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ] 434 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ]
474 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation. 435 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation.
475 inst_field_initializer1_negative_test: Fail # Fixed in ahe's dev branch. 436 inst_field_initializer1_negative_test: Fail # Fixed in ahe's dev branch.
OLDNEW
« pkg/front_end/messages.yaml ('K') | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698