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

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

Issue 2759663002: Improve parsing of async and generator methods. (Closed)
Patch Set: Ignore some error messages already handled by dart2js. Created 3 years, 9 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/co19/co19-runtime.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 abstract_beats_arguments_test: RuntimeError 6 abstract_beats_arguments_test: RuntimeError
7 abstract_runtime_error_test/01: RuntimeError 7 abstract_runtime_error_test/01: RuntimeError
8 abstract_runtime_error_test/02: RuntimeError 8 abstract_runtime_error_test/02: RuntimeError
9 accessor_conflict_export2_test: RuntimeError 9 accessor_conflict_export2_test: RuntimeError
10 accessor_conflict_export_test: RuntimeError 10 accessor_conflict_export_test: RuntimeError
11 accessor_conflict_import2_test: RuntimeError 11 accessor_conflict_import2_test: RuntimeError
12 application_negative_test: Crash 12 application_negative_test: Crash
13 arg_param_trailing_comma_test/107: MissingCompileTimeError 13 arg_param_trailing_comma_test/107: MissingCompileTimeError
14 arg_param_trailing_comma_test/none: RuntimeError 14 arg_param_trailing_comma_test/none: RuntimeError
15 assignable_expression_test/02: MissingCompileTimeError 15 assignable_expression_test/02: MissingCompileTimeError
16 assignable_expression_test/03: MissingCompileTimeError 16 assignable_expression_test/03: MissingCompileTimeError
17 assignable_expression_test/12: MissingCompileTimeError 17 assignable_expression_test/12: MissingCompileTimeError
18 assignable_expression_test/13: MissingCompileTimeError 18 assignable_expression_test/13: MissingCompileTimeError
19 assignable_expression_test/22: MissingCompileTimeError 19 assignable_expression_test/22: MissingCompileTimeError
20 assignable_expression_test/23: MissingCompileTimeError 20 assignable_expression_test/23: MissingCompileTimeError
21 assignable_expression_test/32: MissingCompileTimeError 21 assignable_expression_test/32: MissingCompileTimeError
22 assignable_expression_test/33: MissingCompileTimeError 22 assignable_expression_test/33: MissingCompileTimeError
23 assignable_expression_test/42: MissingCompileTimeError 23 assignable_expression_test/42: MissingCompileTimeError
24 assignable_expression_test/43: MissingCompileTimeError 24 assignable_expression_test/43: MissingCompileTimeError
25 async_await_syntax_test/a01b: MissingCompileTimeError 25 await_for_test: RuntimeError
26 async_await_syntax_test/a01c: MissingCompileTimeError
27 async_await_syntax_test/a05f: MissingCompileTimeError
28 async_await_syntax_test/a05g: MissingCompileTimeError
29 async_await_syntax_test/a05h: MissingCompileTimeError
30 async_await_syntax_test/a06b: MissingCompileTimeError
31 async_await_syntax_test/a12e: MissingCompileTimeError
32 async_await_syntax_test/a12f: MissingCompileTimeError
33 async_await_syntax_test/b01b: MissingCompileTimeError
34 async_await_syntax_test/b01c: MissingCompileTimeError
35 async_await_syntax_test/b10b: MissingCompileTimeError
36 async_await_syntax_test/b12e: MissingCompileTimeError
37 async_await_syntax_test/b12f: MissingCompileTimeError
38 async_await_syntax_test/c01b: MissingCompileTimeError
39 async_await_syntax_test/c01c: MissingCompileTimeError
40 async_await_syntax_test/c11a: MissingCompileTimeError
41 async_await_syntax_test/c11b: MissingCompileTimeError
42 async_await_syntax_test/d01b: MissingCompileTimeError
43 async_await_syntax_test/d01c: MissingCompileTimeError
44 async_await_syntax_test/e1: MissingCompileTimeError
45 async_await_syntax_test/e2: MissingCompileTimeError
46 async_await_syntax_test/e3: MissingCompileTimeError
47 async_return_types_test/return_value_sync_star: MissingCompileTimeError
48 async_star_pause_test: Crash
49 async_test/constructor3: MissingCompileTimeError
50 async_test/setter1: MissingCompileTimeError
51 await_backwards_compatibility_test/await1: MissingCompileTimeError
52 await_for_test: Crash, Fail
53 await_test: RuntimeError 26 await_test: RuntimeError
54 bad_constructor_test/05: CompileTimeError 27 bad_constructor_test/05: CompileTimeError
55 bad_initializer1_negative_test: Crash 28 bad_initializer1_negative_test: Crash
56 bad_raw_string_negative_test: Fail 29 bad_raw_string_negative_test: Fail
57 black_listed_test/13: MissingCompileTimeError 30 black_listed_test/13: MissingCompileTimeError
58 body_less_constructor_wrong_arg_negative_test: Crash 31 body_less_constructor_wrong_arg_negative_test: Crash
59 built_in_identifier_test/01: CompileTimeError 32 built_in_identifier_test/01: CompileTimeError
60 call_nonexistent_static_test/01: CompileTimeError 33 call_nonexistent_static_test/01: CompileTimeError
61 call_nonexistent_static_test/04: CompileTimeError 34 call_nonexistent_static_test/04: CompileTimeError
62 call_nonexistent_static_test/06: CompileTimeError 35 call_nonexistent_static_test/06: CompileTimeError
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 super_no_such_method2_test/01: RuntimeError 535 super_no_such_method2_test/01: RuntimeError
563 super_no_such_method3_test/01: RuntimeError 536 super_no_such_method3_test/01: RuntimeError
564 super_no_such_method4_test/01: RuntimeError 537 super_no_such_method4_test/01: RuntimeError
565 super_no_such_method5_test/01: RuntimeError 538 super_no_such_method5_test/01: RuntimeError
566 switch1_negative_test: Fail 539 switch1_negative_test: Fail
567 switch_bad_case_test/01: MissingCompileTimeError 540 switch_bad_case_test/01: MissingCompileTimeError
568 switch_bad_case_test/02: MissingCompileTimeError 541 switch_bad_case_test/02: MissingCompileTimeError
569 switch_case_test/00: MissingCompileTimeError 542 switch_case_test/00: MissingCompileTimeError
570 switch_case_test/01: MissingCompileTimeError 543 switch_case_test/01: MissingCompileTimeError
571 switch_case_test/02: MissingCompileTimeError 544 switch_case_test/02: MissingCompileTimeError
572 sync_generator2_test/01: MissingCompileTimeError
573 sync_generator2_test/02: MissingCompileTimeError
574 sync_generator2_test/03: MissingCompileTimeError
575 sync_generator2_test/04: MissingCompileTimeError
576 sync_generator2_test/05: MissingCompileTimeError
577 sync_generator2_test/06: MissingCompileTimeError
578 sync_generator2_test/09: Crash
579 sync_generator2_test/11: MissingCompileTimeError
580 sync_generator2_test/20: MissingCompileTimeError
581 sync_generator2_test/30: MissingCompileTimeError
582 sync_generator2_test/40: MissingCompileTimeError
583 sync_generator2_test/41: MissingCompileTimeError
584 sync_generator2_test/51: MissingCompileTimeError
585 sync_generator2_test/52: MissingCompileTimeError
586 syntax_test/02: MissingCompileTimeError 545 syntax_test/02: MissingCompileTimeError
587 syntax_test/03: MissingCompileTimeError 546 syntax_test/03: MissingCompileTimeError
588 syntax_test/27: MissingCompileTimeError 547 syntax_test/27: MissingCompileTimeError
589 this_conditional_operator_test/01: MissingCompileTimeError 548 this_conditional_operator_test/01: MissingCompileTimeError
590 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410 549 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410
591 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 550 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410
592 try_catch_syntax_test/01: MissingCompileTimeError 551 try_catch_syntax_test/01: MissingCompileTimeError
593 try_catch_syntax_test/05: MissingCompileTimeError 552 try_catch_syntax_test/05: MissingCompileTimeError
594 try_catch_syntax_test/07: MissingCompileTimeError 553 try_catch_syntax_test/07: MissingCompileTimeError
595 try_catch_syntax_test/09: MissingCompileTimeError 554 try_catch_syntax_test/09: MissingCompileTimeError
(...skipping 12 matching lines...) Expand all
608 type_variable_function_type_test: RuntimeError 567 type_variable_function_type_test: RuntimeError
609 type_variable_scope3_test/00: MissingCompileTimeError 568 type_variable_scope3_test/00: MissingCompileTimeError
610 vm/debug_break_enabled_vm_test/01: CompileTimeError 569 vm/debug_break_enabled_vm_test/01: CompileTimeError
611 vm/debug_break_enabled_vm_test/none: CompileTimeError 570 vm/debug_break_enabled_vm_test/none: CompileTimeError
612 vm/regress_27201_test: CompileTimeError 571 vm/regress_27201_test: CompileTimeError
613 vm/regress_27671_test: RuntimeError 572 vm/regress_27671_test: RuntimeError
614 vm/type_vm_test: RuntimeError 573 vm/type_vm_test: RuntimeError
615 574
616 # dartk: JIT & AOT failures (debug) 575 # dartk: JIT & AOT failures (debug)
617 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] 576 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
618 async_await_syntax_test/a05g: Crash
619 async_await_syntax_test/a05h: Crash
620 async_await_syntax_test/b10b: Crash
621 async_await_syntax_test/c11a: Crash
622 async_await_syntax_test/c11b: Crash
623 const_instance_field_test/01: Crash 577 const_instance_field_test/01: Crash
624 list_literal2_negative_test: Crash 578 list_literal2_negative_test: Crash
625 switch1_negative_test: Crash 579 switch1_negative_test: Crash
626 type_parameter_test/04: Crash 580 type_parameter_test/04: Crash
627 type_parameter_test/05: Crash 581 type_parameter_test/05: Crash
628 582
629 # Triaged checked mode failures 583 # Triaged checked mode failures
630 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 584 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
631 language/regress_22728_test: Fail # Dartk Issue 28498 585 language/regress_22728_test: Fail # Dartk Issue 28498
632 586
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 ref_before_declaration_test/06: Crash 641 ref_before_declaration_test/06: Crash
688 ref_before_declaration_test/07: Crash 642 ref_before_declaration_test/07: Crash
689 ref_before_declaration_test/none: Crash 643 ref_before_declaration_test/none: Crash
690 setter_declaration2_negative_test: Crash 644 setter_declaration2_negative_test: Crash
691 setter_declaration_negative_test: Crash 645 setter_declaration_negative_test: Crash
692 try_catch_syntax_test/05: Crash 646 try_catch_syntax_test/05: Crash
693 vm/closure_memory_retention_test: Skip # Hits OOM 647 vm/closure_memory_retention_test: Skip # Hits OOM
694 648
695 # dartk: precompilation failures (debug) 649 # dartk: precompilation failures (debug)
696 [ $compiler == dartkp && $mode == debug ] 650 [ $compiler == dartkp && $mode == debug ]
651 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
697 external_test/13: Crash 652 external_test/13: Crash
698 final_syntax_test/09: Crash 653 final_syntax_test/09: Crash
699 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
700 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 654 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
655 regress_22445_test: Crash
656 regress_23498_test: Crash
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698