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

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

Issue 1207703002: dart2js CPS: Support try/catch/finally. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Merge, and fix a test expectation. Created 5 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
« no previous file with comments | « tests/html/html.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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 == dart2js ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 cascade2_test: RuntimeError # Please triage this failure. 364 cascade2_test: RuntimeError # Please triage this failure.
365 cascade_2_test: RuntimeError # Please triage this failure. 365 cascade_2_test: RuntimeError # Please triage this failure.
366 cascade_test/none: RuntimeError # Cannot read property 'prototype' of undefined 366 cascade_test/none: RuntimeError # Cannot read property 'prototype' of undefined
367 cast_test/04: RuntimeError # Please triage this failure. 367 cast_test/04: RuntimeError # Please triage this failure.
368 cast_test/05: RuntimeError # Please triage this failure. 368 cast_test/05: RuntimeError # Please triage this failure.
369 cast_test/none: RuntimeError # Please triage this failure. 369 cast_test/none: RuntimeError # Please triage this failure.
370 cha_deopt1_test: RuntimeError # receiver.get$_collection$_nums is not a function 370 cha_deopt1_test: RuntimeError # receiver.get$_collection$_nums is not a function
371 cha_deopt2_test: RuntimeError # receiver.get$_collection$_nums is not a function 371 cha_deopt2_test: RuntimeError # receiver.get$_collection$_nums is not a function
372 cha_deopt3_test: RuntimeError # receiver.get$_collection$_nums is not a function 372 cha_deopt3_test: RuntimeError # receiver.get$_collection$_nums is not a function
373 char_escape_test: RuntimeError # Please triage this failure. 373 char_escape_test: RuntimeError # Please triage this failure.
374 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/catch/finally
375 closure7_test: RuntimeError # Cannot read property 'prototype' of undefined 374 closure7_test: RuntimeError # Cannot read property 'prototype' of undefined
376 closure8_test: RuntimeError # Cannot read property 'prototype' of undefined 375 closure8_test: RuntimeError # Cannot read property 'prototype' of undefined
377 closure_cycles_test: RuntimeError # receiver.get$_collection$_nums is not a func tion 376 closure_cycles_test: RuntimeError # receiver.get$_collection$_nums is not a func tion
378 closure_in_constructor_test: Crash # Invalid argument(s) 377 closure_in_constructor_test: Crash # Invalid argument(s)
379 closure_shared_state_test: RuntimeError # Cannot read property 'prototype' of un defined 378 closure_shared_state_test: RuntimeError # Cannot read property 'prototype' of un defined
380 closure_type_variables_test: Crash # Invalid argument(s) 379 closure_type_variables_test: Crash # Invalid argument(s)
381 closures_initializer2_test: RuntimeError # Cannot read property 'prototype' of u ndefined 380 closures_initializer2_test: RuntimeError # Cannot read property 'prototype' of u ndefined
382 compile_time_constant_a_test: RuntimeError # Please triage this failure. 381 compile_time_constant_a_test: RuntimeError # Please triage this failure.
383 compile_time_constant_b_test: RuntimeError # Please triage this failure. 382 compile_time_constant_b_test: RuntimeError # Please triage this failure.
384 compound_assignment_operator_test: RuntimeError # Please triage this failure. 383 compound_assignment_operator_test: RuntimeError # Please triage this failure.
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 deferred_shared_and_unshared_classes_test: RuntimeError # receiver.get$_collecti on$_nums is not a function 433 deferred_shared_and_unshared_classes_test: RuntimeError # receiver.get$_collecti on$_nums is not a function
435 deferred_static_seperate_test: RuntimeError # receiver.get$_collection$_nums is not a function 434 deferred_static_seperate_test: RuntimeError # receiver.get$_collection$_nums is not a function
436 deopt_no_feedback_test: RuntimeError # Please triage this failure. 435 deopt_no_feedback_test: RuntimeError # Please triage this failure.
437 enum_duplicate_test/01: RuntimeError # Please triage this failure. 436 enum_duplicate_test/01: RuntimeError # Please triage this failure.
438 enum_duplicate_test/02: RuntimeError # Please triage this failure. 437 enum_duplicate_test/02: RuntimeError # Please triage this failure.
439 enum_duplicate_test/none: RuntimeError # Please triage this failure. 438 enum_duplicate_test/none: RuntimeError # Please triage this failure.
440 enum_mirror_test: Crash # Internal Error: No default constructor available. 439 enum_mirror_test: Crash # Internal Error: No default constructor available.
441 enum_private_test/01: RuntimeError # Please triage this failure. 440 enum_private_test/01: RuntimeError # Please triage this failure.
442 enum_private_test/02: RuntimeError # Please triage this failure. 441 enum_private_test/02: RuntimeError # Please triage this failure.
443 enum_private_test/none: RuntimeError # Please triage this failure. 442 enum_private_test/none: RuntimeError # Please triage this failure.
444 execute_finally10_test: Crash # (try {throw 'foo';}c... try/catch/finally 443 execute_finally7_test: RuntimeError # Cannot read property 'call$0' of null
445 execute_finally11_test: Crash # (try {throw 'foo';}c... try/catch/finally
446 execute_finally7_test: Crash # (try {var a=new List... try/catch/finally
447 execute_finally9_test: Crash # (try {sum+= 1;return... try/catch/finally
448 f_bounded_equality_test: RuntimeError # Cannot read property 'prototype' of unde fined 444 f_bounded_equality_test: RuntimeError # Cannot read property 'prototype' of unde fined
449 fannkuch_test: RuntimeError # Please triage this failure. 445 fannkuch_test: RuntimeError # Please triage this failure.
450 field_increment_bailout_test: RuntimeError # Please triage this failure. 446 field_increment_bailout_test: RuntimeError # Please triage this failure.
451 final_super_field_set_test/01: RuntimeError # Please triage this failure. 447 final_super_field_set_test/01: RuntimeError # Please triage this failure.
452 fixed_length_test: RuntimeError # Please triage this failure. 448 fixed_length_test: RuntimeError # Please triage this failure.
453 fixed_type_variable_test/02: RuntimeError # Cannot read property 'prototype' of undefined 449 fixed_type_variable_test/02: RuntimeError # Cannot read property 'prototype' of undefined
454 fixed_type_variable_test/04: RuntimeError # Cannot read property 'prototype' of undefined 450 fixed_type_variable_test/04: RuntimeError # Cannot read property 'prototype' of undefined
455 fixed_type_variable_test/06: RuntimeError # Cannot read property 'prototype' of undefined 451 fixed_type_variable_test/06: RuntimeError # Cannot read property 'prototype' of undefined
456 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions 452 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions
457 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions 453 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 inlined_conditional_test: RuntimeError # Cannot read property 'prototype' of und efined 533 inlined_conditional_test: RuntimeError # Cannot read property 'prototype' of und efined
538 instance_creation_in_function_annotation_test: Crash # Internal Error: No defaul t constructor available. 534 instance_creation_in_function_annotation_test: Crash # Internal Error: No defaul t constructor available.
539 instanceof4_test/01: RuntimeError # Please triage this failure. 535 instanceof4_test/01: RuntimeError # Please triage this failure.
540 interceptor7_test: RuntimeError # Please triage this failure. 536 interceptor7_test: RuntimeError # Please triage this failure.
541 invocation_mirror_invoke_on2_test: RuntimeError # Please triage this failure. 537 invocation_mirror_invoke_on2_test: RuntimeError # Please triage this failure.
542 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 538 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
543 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 539 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
544 is_function_test: RuntimeError # Cannot read property 'prototype' of undefined 540 is_function_test: RuntimeError # Cannot read property 'prototype' of undefined
545 issue12288_test: RuntimeError # Please triage this failure. 541 issue12288_test: RuntimeError # Please triage this failure.
546 issue13179_test: RuntimeError # Cannot read property 'prototype' of undefined 542 issue13179_test: RuntimeError # Cannot read property 'prototype' of undefined
547 issue20476_test: Crash # (try {try {return 1;... try/catch/finally
548 issue7513_test: RuntimeError # Please triage this failure. 543 issue7513_test: RuntimeError # Please triage this failure.
549 issue_1751477_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion 544 issue_1751477_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion
550 large_class_declaration_test: Crash # Stack Overflow 545 large_class_declaration_test: Crash # Stack Overflow
551 list_literal3_test: RuntimeError # Please triage this failure. 546 list_literal3_test: RuntimeError # Please triage this failure.
552 list_test: RuntimeError # Please triage this failure. 547 list_test: RuntimeError # Please triage this failure.
553 list_tracer_closure_test: RuntimeError # Please triage this failure. 548 list_tracer_closure_test: RuntimeError # Please triage this failure.
554 list_tracer_in_list_test: RuntimeError # Please triage this failure. 549 list_tracer_in_list_test: RuntimeError # Please triage this failure.
555 list_tracer_in_map_test: RuntimeError # Please triage this failure. 550 list_tracer_in_map_test: RuntimeError # Please triage this failure.
556 list_tracer_return_from_tearoff_closure_test: RuntimeError # Please triage this failure. 551 list_tracer_return_from_tearoff_closure_test: RuntimeError # Please triage this failure.
557 local_function_test: RuntimeError # Please triage this failure. 552 local_function_test: RuntimeError # Please triage this failure.
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 627 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
633 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 628 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
634 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions 629 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions
635 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions 630 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions
636 regress_22936_test/01: Crash # The null object does not have a getter '_element' . 631 regress_22936_test/01: Crash # The null object does not have a getter '_element' .
637 regress_22936_test/none: Crash # The null object does not have a getter '_elemen t'. 632 regress_22936_test/none: Crash # The null object does not have a getter '_elemen t'.
638 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 633 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
639 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync */async* functions 634 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync */async* functions
640 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync */async* functions 635 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync */async* functions
641 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy nc*/async* functions 636 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy nc*/async* functions
642 stack_trace_test: Crash # (try {int j;i=func2(... try/catch/finally
643 statement_test: Crash # (try {throw "foo";}c... try/catch/finally
644 static_closure_identical_test: RuntimeError # Cannot read property 'prototype' o f undefined 637 static_closure_identical_test: RuntimeError # Cannot read property 'prototype' o f undefined
645 static_field_test/none: RuntimeError # Cannot read property 'prototype' of undef ined 638 static_field_test/none: RuntimeError # Cannot read property 'prototype' of undef ined
646 static_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined 639 static_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined
647 string_interpolation_test/01: RuntimeError # Cannot read property 'prototype' of undefined 640 string_interpolation_test/01: RuntimeError # Cannot read property 'prototype' of undefined
648 string_interpolation_test/none: RuntimeError # Cannot read property 'prototype' of undefined 641 string_interpolation_test/none: RuntimeError # Cannot read property 'prototype' of undefined
649 string_join_test: RuntimeError # Please triage this failure. 642 string_join_test: RuntimeError # Please triage this failure.
650 string_test: RuntimeError # Please triage this failure. 643 string_test: RuntimeError # Please triage this failure.
651 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined 644 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined
652 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined 645 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined
653 super_call4_test: RuntimeError # Please triage this failure. 646 super_call4_test: RuntimeError # Please triage this failure.
(...skipping 19 matching lines...) Expand all
673 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/ sync*/async* functions 666 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/ sync*/async* functions
674 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 667 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
675 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 668 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
676 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 669 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
677 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions 670 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions
678 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async /sync*/async* functions 671 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async /sync*/async* functions
679 sync_generator3_test/test2: Crash # (g()sync*{try {yield... cannot handle async /sync*/async* functions 672 sync_generator3_test/test2: Crash # (g()sync*{try {yield... cannot handle async /sync*/async* functions
680 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot hand le async/sync*/async* functions 673 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot hand le async/sync*/async* functions
681 syncstar_yield_test/none: Crash # (Iterable<int> foo3(... cannot handle async/s ync*/async* functions 674 syncstar_yield_test/none: Crash # (Iterable<int> foo3(... cannot handle async/s ync*/async* functions
682 syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sy nc*/async* functions 675 syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sy nc*/async* functions
683 throw1_test: Crash # (try {int j;j=func()... try/catch/finally
684 throw2_test: Crash # (try {int j;j=func()... try/catch/finally
685 throw3_test: Crash # (try {int j;i=100;i=... try/catch/finally
686 throw4_test: Crash # (try {j=func();}on M... try/catch/finally
687 throw5_test: Crash # (try {int j;j=func()... try/catch/finally
688 throw6_test: Crash # (try {j=func();}catc... try/catch/finally
689 throw_test: Crash # (try {int j;j=func()... try/catch/finally
690 top_level_in_initializer_test: RuntimeError # Cannot read property 'prototype' o f undefined 676 top_level_in_initializer_test: RuntimeError # Cannot read property 'prototype' o f undefined
691 try_catch3_test: Crash # (try {int j;j=f2();j... try/catch/finally
692 try_catch4_test: Crash # (try {doThrow();}cat... try/catch/finally
693 try_catch_test/none: Crash # The null object does not have a getter '_element'. 677 try_catch_test/none: Crash # The null object does not have a getter '_element'.
694 type_check_const_function_typedef2_test/00: RuntimeError # Cannot read property 'prototype' of undefined 678 type_check_const_function_typedef2_test/00: RuntimeError # Cannot read property 'prototype' of undefined
695 type_check_const_function_typedef2_test/none: RuntimeError # Cannot read propert y 'prototype' of undefined 679 type_check_const_function_typedef2_test/none: RuntimeError # Cannot read propert y 'prototype' of undefined
696 type_check_const_function_typedef_test: RuntimeError # Cannot read property 'pro totype' of undefined 680 type_check_const_function_typedef_test: RuntimeError # Cannot read property 'pro totype' of undefined
697 type_parameter_test/01: Crash # Invalid argument(s) 681 type_parameter_test/01: Crash # Invalid argument(s)
698 type_parameter_test/02: Crash # Invalid argument(s) 682 type_parameter_test/02: Crash # Invalid argument(s)
699 type_parameter_test/03: Crash # Invalid argument(s) 683 type_parameter_test/03: Crash # Invalid argument(s)
700 type_parameter_test/04: Crash # Invalid argument(s) 684 type_parameter_test/04: Crash # Invalid argument(s)
701 type_parameter_test/05: Crash # Invalid argument(s) 685 type_parameter_test/05: Crash # Invalid argument(s)
702 type_parameter_test/06: Crash # Invalid argument(s) 686 type_parameter_test/06: Crash # Invalid argument(s)
(...skipping 13 matching lines...) Expand all
716 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype ' of undefined 700 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype ' of undefined
717 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype ' of undefined 701 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype ' of undefined
718 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy pe' of undefined 702 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy pe' of undefined
719 type_variable_closure2_test: RuntimeError # Please triage this failure. 703 type_variable_closure2_test: RuntimeError # Please triage this failure.
720 type_variable_closure_test: Crash # Invalid argument(s) 704 type_variable_closure_test: Crash # Invalid argument(s)
721 type_variable_conflict2_test/07: RuntimeError # Please triage this failure. 705 type_variable_conflict2_test/07: RuntimeError # Please triage this failure.
722 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined 706 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined
723 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available. 707 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available.
724 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available. 708 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available.
725 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available. 709 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available.
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698