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

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

Issue 2792033002: [kernel] vm: Fix a few issues in the kernel flow graph builder, update status file for checked-mode (Closed)
Patch Set: addressed comments Created 3 years, 8 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 | « tests/corelib/corelib.status ('k') | tests/lib/lib.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 [ $compiler == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 bad_constructor_test/05: CompileTimeError 6 bad_constructor_test/05: CompileTimeError
7 bad_initializer1_negative_test: Crash 7 bad_initializer1_negative_test: Crash
8 bad_raw_string_negative_test: Fail 8 bad_raw_string_negative_test: Fail
9 body_less_constructor_wrong_arg_negative_test: Crash 9 body_less_constructor_wrong_arg_negative_test: Crash
10 built_in_identifier_test/01: CompileTimeError 10 built_in_identifier_test/01: CompileTimeError
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 const_for_in_variable_test/01: MissingCompileTimeError 54 const_for_in_variable_test/01: MissingCompileTimeError
55 const_instance_field_test/01: MissingCompileTimeError 55 const_instance_field_test/01: MissingCompileTimeError
56 const_map2_test/00: MissingCompileTimeError 56 const_map2_test/00: MissingCompileTimeError
57 const_map3_test/00: MissingCompileTimeError 57 const_map3_test/00: MissingCompileTimeError
58 const_nested_test: RuntimeError 58 const_nested_test: RuntimeError
59 const_optional_args_negative_test: Fail 59 const_optional_args_negative_test: Fail
60 const_switch2_test/01: MissingCompileTimeError 60 const_switch2_test/01: MissingCompileTimeError
61 const_syntax_test/01: MissingCompileTimeError 61 const_syntax_test/01: MissingCompileTimeError
62 const_syntax_test/02: MissingCompileTimeError 62 const_syntax_test/02: MissingCompileTimeError
63 const_syntax_test/05: MissingCompileTimeError 63 const_syntax_test/05: MissingCompileTimeError
64 const_syntax_test/10: Crash
65 const_types_test/06: CompileTimeError 64 const_types_test/06: CompileTimeError
66 const_types_test/13: CompileTimeError 65 const_types_test/13: CompileTimeError
67 const_types_test/23: MissingCompileTimeError 66 const_types_test/23: MissingCompileTimeError
68 const_types_test/24: MissingCompileTimeError 67 const_types_test/24: MissingCompileTimeError
69 const_types_test/25: MissingCompileTimeError 68 const_types_test/25: MissingCompileTimeError
70 const_types_test/26: MissingCompileTimeError 69 const_types_test/26: MissingCompileTimeError
71 const_types_test/27: MissingCompileTimeError 70 const_types_test/27: MissingCompileTimeError
72 const_types_test/28: MissingCompileTimeError 71 const_types_test/28: MissingCompileTimeError
73 const_types_test/29: MissingCompileTimeError 72 const_types_test/29: MissingCompileTimeError
74 const_types_test/30: MissingCompileTimeError 73 const_types_test/30: MissingCompileTimeError
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 463
465 # dartk: JIT failures 464 # dartk: JIT failures
466 [ $compiler == dartk ] 465 [ $compiler == dartk ]
467 const_locals_test: RuntimeError 466 const_locals_test: RuntimeError
468 const_string_test: RuntimeError 467 const_string_test: RuntimeError
469 const_syntax_test/08: MissingCompileTimeError 468 const_syntax_test/08: MissingCompileTimeError
470 const_syntax_test/09: MissingCompileTimeError 469 const_syntax_test/09: MissingCompileTimeError
471 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 470 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
472 ct_const2_test: Pass, Crash # Flaky 471 ct_const2_test: Pass, Crash # Flaky
473 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert " kind() != RawScript::kKernelTag". Issue 28790 472 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert " kind() != RawScript::kKernelTag". Issue 28790
474 final_syntax_test/09: Crash
475 getter_declaration_negative_test: Fail 473 getter_declaration_negative_test: Fail
476 hello_dart_test: Crash 474 hello_dart_test: Crash
477 instance_creation_in_function_annotation_test: RuntimeError 475 instance_creation_in_function_annotation_test: RuntimeError
478 library_env_test/has_no_mirror_support: RuntimeError 476 library_env_test/has_no_mirror_support: RuntimeError
479 redirecting_factory_reflection_test: Crash 477 redirecting_factory_reflection_test: Crash
480 redirecting_factory_reflection_test: RuntimeError 478 redirecting_factory_reflection_test: RuntimeError
481 setter_declaration2_negative_test: Fail 479 setter_declaration2_negative_test: Fail
482 setter_declaration_negative_test: Fail 480 setter_declaration_negative_test: Fail
483 super_call4_test: RuntimeError 481 super_call4_test: RuntimeError
484 super_getter_setter_test: RuntimeError 482 super_getter_setter_test: RuntimeError
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 try_catch_syntax_test/05: Crash 523 try_catch_syntax_test/05: Crash
526 524
527 # dartk: precompilation failures (debug) 525 # dartk: precompilation failures (debug)
528 [ $compiler == dartkp && $mode == debug ] 526 [ $compiler == dartkp && $mode == debug ]
529 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 527 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
530 external_test/13: Crash 528 external_test/13: Crash
531 final_syntax_test/09: Crash 529 final_syntax_test/09: Crash
532 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 530 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
533 regress_22445_test: Crash 531 regress_22445_test: Crash
534 regress_23498_test: Crash 532 regress_23498_test: Crash
533
534 # dartk: checked mode failures
535 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
536 assign_static_type_test/02: MissingCompileTimeError
537 async_await_test: RuntimeError
538 async_return_types_test/nestedFuture: Fail
539 async_return_types_test/wrongTypeParameter: Fail
540 body_less_constructor_wrong_arg_negative_test: Pass
541 compile_time_constant_checked_test/02: MissingCompileTimeError
542 const_conditional_test/08: Pass
543 const_constructor2_test/20: MissingCompileTimeError
544 const_constructor2_test/22: MissingCompileTimeError
545 const_constructor2_test/24: MissingCompileTimeError
546 const_init2_test/02: MissingCompileTimeError
547 default_factory2_test/01: Fail
548 deferred_constraints_type_annotation_test/type_annotation1: Pass
549 deferred_constraints_type_annotation_test/type_annotation_generic1: Pass
550 deferred_constraints_type_annotation_test/type_annotation_generic4: Pass
551 factory1_test/00: Fail
552 factory1_test/01: Fail
553 factory_implementation_test/00: Fail
554 factory_redirection_test/08: Fail
555 factory_redirection_test/09: Fail
556 factory_redirection_test/10: Fail
557 factory_redirection_test/11: Fail
558 factory_redirection_test/12: Fail
559 factory_redirection_test/13: Fail
560 factory_redirection_test/14: Fail
561 factory_return_type_checked_test: RuntimeError
562 function_subtype_checked0_test: RuntimeError
563 function_subtype_inline2_test: RuntimeError # Issue 29225
564 function_type2_test: RuntimeError
565 generic_constructor_mixin3_test: RuntimeError
566 generic_field_mixin6_test/01: RuntimeError
567 inst_field_initializer1_negative_test: Pass
568 is_malformed_type_test/94: Pass
569 is_malformed_type_test/96: Pass
570 is_malformed_type_test/98: Pass
571 list_literal1_test/01: MissingCompileTimeError
572 malbounded_redirecting_factory2_test/03: Fail
573 malbounded_redirecting_factory2_test/04: Fail
574 malbounded_redirecting_factory_test/03: Fail
575 malbounded_redirecting_factory_test/04: Fail
576 malbounded_type_cast_test: RuntimeError
577 malbounded_type_test_test/03: Fail
578 malbounded_type_test_test/04: Fail
579 malformed2_test/01: MissingCompileTimeError
580 map_literal1_test/01: MissingCompileTimeError
581 mixin_invalid_bound2_test/08: Fail
582 mixin_invalid_bound2_test/09: Fail
583 mixin_invalid_bound2_test/10: Fail
584 mixin_invalid_bound_test/06: Fail
585 mixin_invalid_bound_test/07: Fail
586 mixin_super_bound2_test/01: RuntimeError
587 mixin_super_bound_test: RuntimeError
588 msk_bound_test: RuntimeError
589 multiline_newline_test/01: CompileTimeError
590 multiline_newline_test/02: CompileTimeError
591 multiline_newline_test/03: CompileTimeError
592 redirecting_factory_infinite_steps_test/01: Fail
593 redirecting_factory_malbounded_test/01: Fail
594 regress_22728_test: RuntimeError
595 regress_26133_test: RuntimeError
596 type_parameter_test/01: Fail
597 type_parameter_test/02: Fail
598 type_parameter_test/03: Fail
599 type_parameter_test/04: Fail
600 type_parameter_test/05: MissingCompileTimeError
601 type_parameter_test/06: Fail
602 type_variable_bounds4_test/01: RuntimeError
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698