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

Side by Side Diff: tests/lib/lib.status

Issue 1092023002: CPS implementation of throw and rethrow. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 | Annotate | Revision Log
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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $csp ] 8 [ $csp ]
9 # Deferred loading does not work from an isolate in CSP-mode 9 # Deferred loading does not work from an isolate in CSP-mode
10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 async/stack_trace21_test: Crash # Unhandled node 426 async/stack_trace21_test: Crash # Unhandled node
427 async/stack_trace22_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 427 async/stack_trace22_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
428 async/stack_trace23_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator 428 async/stack_trace23_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator
429 async/stack_trace24_test: Crash # (throw "should never be reached"): Unhandled n ode 429 async/stack_trace24_test: Crash # (throw "should never be reached"): Unhandled n ode
430 async/stack_trace25_test: Crash # (throw "unreachable"): Unhandled node 430 async/stack_trace25_test: Crash # (throw "unreachable"): Unhandled node
431 async/stream_controller_async_test: Crash # cannot compile methods that need int erceptor calling convention. 431 async/stream_controller_async_test: Crash # cannot compile methods that need int erceptor calling convention.
432 async/stream_controller_test: Crash # (throw _buildException('asyncEnd() was cal led before asyncStart().')): Unhandled node 432 async/stream_controller_test: Crash # (throw _buildException('asyncEnd() was cal led before asyncStart().')): Unhandled node
433 async/stream_event_transformed_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 433 async/stream_event_transformed_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
434 async/stream_first_where_test: Crash # cannot compile methods that need intercep tor calling convention. 434 async/stream_first_where_test: Crash # cannot compile methods that need intercep tor calling convention.
435 async/stream_from_iterable_test: Crash # cannot compile methods that need interc eptor calling convention. 435 async/stream_from_iterable_test: Crash # cannot compile methods that need interc eptor calling convention.
436 async/stream_iterator_double_cancel_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node
437 async/stream_iterator_test: Crash # cannot compile methods that need interceptor calling convention. 436 async/stream_iterator_test: Crash # cannot compile methods that need interceptor calling convention.
438 async/stream_join_test: Crash # cannot compile methods that need interceptor cal ling convention. 437 async/stream_join_test: Crash # cannot compile methods that need interceptor cal ling convention.
439 async/stream_last_where_test: Crash # cannot compile methods that need intercept or calling convention. 438 async/stream_last_where_test: Crash # cannot compile methods that need intercept or calling convention.
440 async/stream_listen_zone_test: Crash # (throw _buildException('asyncEnd() was ca lled before asyncStart().')): Unhandled node 439 async/stream_listen_zone_test: Crash # (throw _buildException('asyncEnd() was ca lled before asyncStart().')): Unhandled node
441 async/stream_periodic2_test: Crash # cannot compile methods that need intercepto r calling convention. 440 async/stream_periodic2_test: Crash # cannot compile methods that need intercepto r calling convention.
442 async/stream_periodic3_test: Crash # cannot compile methods that need intercepto r calling convention. 441 async/stream_periodic3_test: Crash # cannot compile methods that need intercepto r calling convention.
443 async/stream_periodic4_test: Crash # cannot compile methods that need intercepto r calling convention. 442 async/stream_periodic4_test: Crash # cannot compile methods that need intercepto r calling convention.
444 async/stream_periodic5_test: Crash # cannot compile methods that need intercepto r calling convention. 443 async/stream_periodic5_test: Crash # cannot compile methods that need intercepto r calling convention.
445 async/stream_periodic_test: Crash # cannot compile methods that need interceptor calling convention. 444 async/stream_periodic_test: Crash # cannot compile methods that need interceptor calling convention.
446 async/stream_single_test: Crash # cannot compile methods that need interceptor c alling convention. 445 async/stream_single_test: Crash # cannot compile methods that need interceptor c alling convention.
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 math/min_max_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator 535 math/min_max_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator
537 math/pi_test: Crash # (throw new ExpectException(message)): Unhandled node 536 math/pi_test: Crash # (throw new ExpectException(message)): Unhandled node
538 math/point_test: Crash # cannot compile methods that need interceptor calling co nvention. 537 math/point_test: Crash # cannot compile methods that need interceptor calling co nvention.
539 math/random_big_test: Crash # (throw new ExpectException(message)): Unhandled no de 538 math/random_big_test: Crash # (throw new ExpectException(message)): Unhandled no de
540 math/random_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener ator 539 math/random_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener ator
541 math/rectangle_test: Crash # Please triage this failure. 540 math/rectangle_test: Crash # Please triage this failure.
542 mirrors/abstract_class_test/00: Crash # (throw new ExpectException(message)): Un handled node 541 mirrors/abstract_class_test/00: Crash # (throw new ExpectException(message)): Un handled node
543 mirrors/abstract_class_test/none: Crash # (throw new ExpectException(message)): Unhandled node 542 mirrors/abstract_class_test/none: Crash # (throw new ExpectException(message)): Unhandled node
544 mirrors/abstract_test: Crash # (throw new ExpectException(message)): Unhandled n ode 543 mirrors/abstract_test: Crash # (throw new ExpectException(message)): Unhandled n ode
545 mirrors/accessor_cache_overflow_test: Crash # cannot compile methods that need i nterceptor calling convention. 544 mirrors/accessor_cache_overflow_test: Crash # cannot compile methods that need i nterceptor calling convention.
546 mirrors/array_tracing2_test: Crash # (throw 'Test failed'): Unhandled node
547 mirrors/array_tracing3_test: Crash # (throw 'Test failed'): Unhandled node
548 mirrors/array_tracing_test: Crash # (throw 'Test failed'): Unhandled node
549 mirrors/basic_types_in_dart_core_test: Crash # (throw new ExpectException(messag e)): Unhandled node 545 mirrors/basic_types_in_dart_core_test: Crash # (throw new ExpectException(messag e)): Unhandled node
550 mirrors/circular_factory_redirection_test/01: Crash # (new A.circular()): Error expression `new A.circular()` unhandled. 546 mirrors/circular_factory_redirection_test/01: Crash # (new A.circular()): Error expression `new A.circular()` unhandled.
551 mirrors/circular_factory_redirection_test/02: Crash # (new A.circular2()): Error expression `new A.circular2()` unhandled. 547 mirrors/circular_factory_redirection_test/02: Crash # (new A.circular2()): Error expression `new A.circular2()` unhandled.
552 mirrors/circular_factory_redirection_test/none: Crash # Instance of 'TypeOperato r': unimplemented in CodeGenerator 548 mirrors/circular_factory_redirection_test/none: Crash # Instance of 'TypeOperato r': unimplemented in CodeGenerator
553 mirrors/class_declarations_test/01: Crash # (throw new ExpectException(message)) : Unhandled node 549 mirrors/class_declarations_test/01: Crash # (throw new ExpectException(message)) : Unhandled node
554 mirrors/class_declarations_test/none: Crash # (throw new ExpectException(message )): Unhandled node 550 mirrors/class_declarations_test/none: Crash # (throw new ExpectException(message )): Unhandled node
555 mirrors/class_mirror_location_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator 551 mirrors/class_mirror_location_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
556 mirrors/class_mirror_type_variables_test: Crash # Instance of 'TypeOperator': un implemented in CodeGenerator 552 mirrors/class_mirror_type_variables_test: Crash # Instance of 'TypeOperator': un implemented in CodeGenerator
557 mirrors/closures_test: Crash # (throw new ExpectException(message)): Unhandled n ode 553 mirrors/closures_test: Crash # (throw new ExpectException(message)): Unhandled n ode
558 mirrors/closurization_equivalence_test: Crash # Instance of 'TypeOperator': unim plemented in CodeGenerator 554 mirrors/closurization_equivalence_test: Crash # Instance of 'TypeOperator': unim plemented in CodeGenerator
559 mirrors/constructor_kinds_test/01: Crash # (throw new ExpectException(message)): Unhandled node 555 mirrors/constructor_kinds_test/01: Crash # (throw new ExpectException(message)): Unhandled node
560 mirrors/constructor_kinds_test/none: Crash # (throw new ExpectException(message) ): Unhandled node 556 mirrors/constructor_kinds_test/none: Crash # (throw new ExpectException(message) ): Unhandled node
561 mirrors/constructor_private_name_test: Crash # cannot compile methods that need interceptor calling convention. 557 mirrors/constructor_private_name_test: Crash # cannot compile methods that need interceptor calling convention.
562 mirrors/constructors_test: Crash # (throw new ExpectException(message)): Unhandl ed node 558 mirrors/constructors_test: Crash # (throw new ExpectException(message)): Unhandl ed node
563 mirrors/dart2js_mirrors_test: Crash # (throw new StateError('FAILED: ${name}.\n$ {e}\n${trace}')): Unhandled node 559 mirrors/dart2js_mirrors_test: Crash # (throw new StateError('FAILED: ${name}.\n$ {e}\n${trace}')): Unhandled node
564 mirrors/declarations_type_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator 560 mirrors/declarations_type_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
565 mirrors/deferred_mirrors_metadata_test: Crash # (throw _buildException('asyncEnd () was called before asyncStart().')): Unhandled node 561 mirrors/deferred_mirrors_metadata_test: Crash # (throw _buildException('asyncEnd () was called before asyncStart().')): Unhandled node
566 mirrors/deferred_mirrors_metatarget_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node 562 mirrors/deferred_mirrors_metatarget_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node
567 mirrors/deferred_mirrors_update_test: RuntimeError # Please triage this failure. 563 mirrors/deferred_mirrors_update_test: RuntimeError # Please triage this failure.
568 mirrors/delegate_call_through_getter_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator 564 mirrors/delegate_call_through_getter_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator
569 mirrors/delegate_function_invocation_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator 565 mirrors/delegate_function_invocation_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator
570 mirrors/delegate_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator 566 mirrors/delegate_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator
571 mirrors/disable_tree_shaking_test: Crash # (throw 'Expected 42, but got ${result }'): Unhandled node
572 mirrors/enum_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator 567 mirrors/enum_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator
573 mirrors/equality_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator 568 mirrors/equality_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator
574 mirrors/fake_function_with_call_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator 569 mirrors/fake_function_with_call_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
575 mirrors/fake_function_without_call_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator 570 mirrors/fake_function_without_call_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator
576 mirrors/field_type_test: Crash # Instance of 'TypeOperator': unimplemented in Co deGenerator 571 mirrors/field_type_test: Crash # Instance of 'TypeOperator': unimplemented in Co deGenerator
577 mirrors/function_type_mirror_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator 572 mirrors/function_type_mirror_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
578 mirrors/generic_bounded_by_type_parameter_test/01: Crash # (try {}on TypeError c atch (e){Expect.isTrue(inCheckedMode());}): "on T" catch block 573 mirrors/generic_bounded_by_type_parameter_test/01: Crash # (try {}on TypeError c atch (e){Expect.isTrue(inCheckedMode());}): "on T" catch block
579 mirrors/generic_bounded_by_type_parameter_test/02: Crash # "on T" catch block 574 mirrors/generic_bounded_by_type_parameter_test/02: Crash # "on T" catch block
580 mirrors/generic_bounded_by_type_parameter_test/none: Crash # (try {}on TypeError catch (e){Expect.isTrue(inCheckedMode());}): "on T" catch block 575 mirrors/generic_bounded_by_type_parameter_test/none: Crash # (try {}on TypeError catch (e){Expect.isTrue(inCheckedMode());}): "on T" catch block
581 mirrors/generic_bounded_test/01: Crash # (try {}on TypeError catch (e){Expect.is True(inCheckedMode());}): "on T" catch block 576 mirrors/generic_bounded_test/01: Crash # (try {}on TypeError catch (e){Expect.is True(inCheckedMode());}): "on T" catch block
(...skipping 18 matching lines...) Expand all
600 mirrors/generics_dynamic_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 595 mirrors/generics_dynamic_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
601 mirrors/generics_special_types_test: Crash # (throw new ExpectException(message) ): Unhandled node 596 mirrors/generics_special_types_test: Crash # (throw new ExpectException(message) ): Unhandled node
602 mirrors/generics_substitution_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator 597 mirrors/generics_substitution_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
603 mirrors/generics_test/01: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator 598 mirrors/generics_test/01: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator
604 mirrors/generics_test/none: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 599 mirrors/generics_test/none: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
605 mirrors/get_field_cache_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 600 mirrors/get_field_cache_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
606 mirrors/get_field_static_test/00: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator 601 mirrors/get_field_static_test/00: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
607 mirrors/get_field_static_test/none: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator 602 mirrors/get_field_static_test/none: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
608 mirrors/get_field_test: Crash # Instance of 'TypeOperator': unimplemented in Cod eGenerator 603 mirrors/get_field_test: Crash # Instance of 'TypeOperator': unimplemented in Cod eGenerator
609 mirrors/get_symbol_name_no_such_method_test: Crash # (throw 'Expected: "${expect ed}", but got "${actual}"'): Unhandled node 604 mirrors/get_symbol_name_no_such_method_test: Crash # (throw 'Expected: "${expect ed}", but got "${actual}"'): Unhandled node
610 mirrors/get_symbol_name_test: Crash # (throw 'Expected: "${expected}", but got " ${actual}"'): Unhandled node
611 mirrors/globalized_closures2_test/00: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator 605 mirrors/globalized_closures2_test/00: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
612 mirrors/globalized_closures2_test/none: Crash # Instance of 'TypeOperator': unim plemented in CodeGenerator 606 mirrors/globalized_closures2_test/none: Crash # Instance of 'TypeOperator': unim plemented in CodeGenerator
613 mirrors/globalized_closures_test/00: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 607 mirrors/globalized_closures_test/00: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
614 mirrors/globalized_closures_test/none: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator 608 mirrors/globalized_closures_test/none: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
615 mirrors/hierarchy_invariants_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator 609 mirrors/hierarchy_invariants_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
616 mirrors/hot_get_field_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 610 mirrors/hot_get_field_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
617 mirrors/hot_set_field_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 611 mirrors/hot_set_field_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
618 mirrors/immutable_collections_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator 612 mirrors/immutable_collections_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
619 mirrors/inference_and_no_such_method_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator 613 mirrors/inference_and_no_such_method_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator
620 mirrors/inherit_field_test: Crash # (throw new ExpectException(message)): Unhand led node 614 mirrors/inherit_field_test: Crash # (throw new ExpectException(message)): Unhand led node
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 mirrors/library_exports_hidden_test: Crash # (throw new ExpectException(message) ): Unhandled node 657 mirrors/library_exports_hidden_test: Crash # (throw new ExpectException(message) ): Unhandled node
664 mirrors/library_exports_shown_test: Crash # (throw new ExpectException(message)) : Unhandled node 658 mirrors/library_exports_shown_test: Crash # (throw new ExpectException(message)) : Unhandled node
665 mirrors/library_imports_bad_metadata_test/01: Crash # (throw new ExpectException (message)): Unhandled node 659 mirrors/library_imports_bad_metadata_test/01: Crash # (throw new ExpectException (message)): Unhandled node
666 mirrors/library_imports_bad_metadata_test/none: Crash # (throw new ExpectExcepti on(message)): Unhandled node 660 mirrors/library_imports_bad_metadata_test/none: Crash # (throw new ExpectExcepti on(message)): Unhandled node
667 mirrors/library_imports_deferred_test: Crash # (throw new ExpectException(messag e)): Unhandled node 661 mirrors/library_imports_deferred_test: Crash # (throw new ExpectException(messag e)): Unhandled node
668 mirrors/library_imports_hidden_test: Crash # (throw new ExpectException(message) ): Unhandled node 662 mirrors/library_imports_hidden_test: Crash # (throw new ExpectException(message) ): Unhandled node
669 mirrors/library_imports_metadata_test: Crash # (throw new ExpectException(messag e)): Unhandled node 663 mirrors/library_imports_metadata_test: Crash # (throw new ExpectException(messag e)): Unhandled node
670 mirrors/library_imports_prefixed_show_hide_test: Crash # (throw new ExpectExcept ion(message)): Unhandled node 664 mirrors/library_imports_prefixed_show_hide_test: Crash # (throw new ExpectExcept ion(message)): Unhandled node
671 mirrors/library_imports_prefixed_test: Crash # (throw new ExpectException(messag e)): Unhandled node 665 mirrors/library_imports_prefixed_test: Crash # (throw new ExpectException(messag e)): Unhandled node
672 mirrors/library_imports_shown_test: Crash # (throw new ExpectException(message)) : Unhandled node 666 mirrors/library_imports_shown_test: Crash # (throw new ExpectException(message)) : Unhandled node
673 mirrors/library_metadata_test: Crash # (throw 'Null metadata on ${mirror}'): Unh andled node
674 mirrors/library_uri_package_test: Crash # cannot compile methods that need inter ceptor calling convention. 667 mirrors/library_uri_package_test: Crash # cannot compile methods that need inter ceptor calling convention.
675 mirrors/list_constructor_test/01: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator 668 mirrors/list_constructor_test/01: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
676 mirrors/list_constructor_test/none: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator 669 mirrors/list_constructor_test/none: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
677 mirrors/local_function_is_static_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator 670 mirrors/local_function_is_static_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
678 mirrors/local_isolate_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 671 mirrors/local_isolate_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
679 mirrors/metadata_allowed_values_test/01: Crash # (throw new ExpectException(mess age)): Unhandled node 672 mirrors/metadata_allowed_values_test/01: Crash # (throw new ExpectException(mess age)): Unhandled node
680 mirrors/metadata_allowed_values_test/02: Crash # (throw new ExpectException(mess age)): Unhandled node 673 mirrors/metadata_allowed_values_test/02: Crash # (throw new ExpectException(mess age)): Unhandled node
681 mirrors/metadata_allowed_values_test/03: Crash # (throw new ExpectException(mess age)): Unhandled node 674 mirrors/metadata_allowed_values_test/03: Crash # (throw new ExpectException(mess age)): Unhandled node
682 mirrors/metadata_allowed_values_test/04: Crash # (throw new ExpectException(mess age)): Unhandled node 675 mirrors/metadata_allowed_values_test/04: Crash # (throw new ExpectException(mess age)): Unhandled node
683 mirrors/metadata_allowed_values_test/05: Crash # (throw new ExpectException(mess age)): Unhandled node 676 mirrors/metadata_allowed_values_test/05: Crash # (throw new ExpectException(mess age)): Unhandled node
(...skipping 25 matching lines...) Expand all
709 mirrors/metadata_nested_constructor_call_test/01: Crash # (throw new ExpectExcep tion(message)): Unhandled node 702 mirrors/metadata_nested_constructor_call_test/01: Crash # (throw new ExpectExcep tion(message)): Unhandled node
710 mirrors/metadata_nested_constructor_call_test/02: Crash # (throw new ExpectExcep tion(message)): Unhandled node 703 mirrors/metadata_nested_constructor_call_test/02: Crash # (throw new ExpectExcep tion(message)): Unhandled node
711 mirrors/metadata_nested_constructor_call_test/03: Crash # (throw new ExpectExcep tion(message)): Unhandled node 704 mirrors/metadata_nested_constructor_call_test/03: Crash # (throw new ExpectExcep tion(message)): Unhandled node
712 mirrors/metadata_nested_constructor_call_test/04: Crash # (throw new ExpectExcep tion(message)): Unhandled node 705 mirrors/metadata_nested_constructor_call_test/04: Crash # (throw new ExpectExcep tion(message)): Unhandled node
713 mirrors/metadata_nested_constructor_call_test/05: Crash # (throw new ExpectExcep tion(message)): Unhandled node 706 mirrors/metadata_nested_constructor_call_test/05: Crash # (throw new ExpectExcep tion(message)): Unhandled node
714 mirrors/metadata_nested_constructor_call_test/06: Crash # (throw new ExpectExcep tion(message)): Unhandled node 707 mirrors/metadata_nested_constructor_call_test/06: Crash # (throw new ExpectExcep tion(message)): Unhandled node
715 mirrors/metadata_nested_constructor_call_test/07: Crash # (throw new ExpectExcep tion(message)): Unhandled node 708 mirrors/metadata_nested_constructor_call_test/07: Crash # (throw new ExpectExcep tion(message)): Unhandled node
716 mirrors/metadata_nested_constructor_call_test/08: Crash # (throw new ExpectExcep tion(message)): Unhandled node 709 mirrors/metadata_nested_constructor_call_test/08: Crash # (throw new ExpectExcep tion(message)): Unhandled node
717 mirrors/metadata_nested_constructor_call_test/09: Crash # (throw new ExpectExcep tion(message)): Unhandled node 710 mirrors/metadata_nested_constructor_call_test/09: Crash # (throw new ExpectExcep tion(message)): Unhandled node
718 mirrors/metadata_nested_constructor_call_test/none: Crash # (throw new ExpectExc eption(message)): Unhandled node 711 mirrors/metadata_nested_constructor_call_test/none: Crash # (throw new ExpectExc eption(message)): Unhandled node
719 mirrors/metadata_test: Crash # (throw 'Bad constant: ${symbol}'): Unhandled node
720 mirrors/method_mirror_location_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 712 mirrors/method_mirror_location_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
721 mirrors/method_mirror_name_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator 713 mirrors/method_mirror_name_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
722 mirrors/method_mirror_properties_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator 714 mirrors/method_mirror_properties_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
723 mirrors/method_mirror_returntype_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator 715 mirrors/method_mirror_returntype_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
724 mirrors/method_mirror_source_line_ending_test: Crash # (throw new ExpectExceptio n(message)): Unhandled node 716 mirrors/method_mirror_source_line_ending_test: Crash # (throw new ExpectExceptio n(message)): Unhandled node
725 mirrors/method_mirror_source_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator 717 mirrors/method_mirror_source_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
726 mirrors/mirror_in_static_init_test/01: Crash # unsupported element kind: staticF ield:field 718 mirrors/mirror_in_static_init_test/01: Crash # unsupported element kind: staticF ield:field
727 mirrors/mirror_in_static_init_test/none: Crash # unsupported element kind: stati cField:field 719 mirrors/mirror_in_static_init_test/none: Crash # unsupported element kind: stati cField:field
728 mirrors/mirrors_nsm_test/dart2js: Crash # (throw new ExpectException(message)): Unhandled node 720 mirrors/mirrors_nsm_test/dart2js: Crash # (throw new ExpectException(message)): Unhandled node
729 mirrors/mirrors_nsm_test/none: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 721 mirrors/mirrors_nsm_test/none: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 typed_data/float32x4_cross_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator 822 typed_data/float32x4_cross_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
831 typed_data/float32x4_list_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator 823 typed_data/float32x4_list_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
832 typed_data/float32x4_shuffle_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator 824 typed_data/float32x4_shuffle_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
833 typed_data/float32x4_sign_mask_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 825 typed_data/float32x4_sign_mask_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
834 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 826 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
835 typed_data/float32x4_transpose_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 827 typed_data/float32x4_transpose_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
836 typed_data/float32x4_two_arg_shuffle_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator 828 typed_data/float32x4_two_arg_shuffle_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator
837 typed_data/float32x4_unbox_phi_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 829 typed_data/float32x4_unbox_phi_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
838 typed_data/float32x4_unbox_regress_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator 830 typed_data/float32x4_unbox_regress_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator
839 typed_data/float64x2_functional_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator 831 typed_data/float64x2_functional_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
840 typed_data/float64x2_typed_list_test: Crash # (throw 123): Unhandled node
841 typed_data/int32x4_arithmetic_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator 832 typed_data/int32x4_arithmetic_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
842 typed_data/int32x4_bigint_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator 833 typed_data/int32x4_bigint_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
843 typed_data/int32x4_list_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 834 typed_data/int32x4_list_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
844 typed_data/int32x4_shuffle_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator 835 typed_data/int32x4_shuffle_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
845 typed_data/int32x4_sign_mask_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator 836 typed_data/int32x4_sign_mask_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
846 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': unimplemented in Co deGenerator 837 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': unimplemented in Co deGenerator
847 typed_data/int64_list_load_store_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator 838 typed_data/int64_list_load_store_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
848 typed_data/setRange_1_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 839 typed_data/setRange_1_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
849 typed_data/setRange_2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 840 typed_data/setRange_2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
850 typed_data/setRange_3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 841 typed_data/setRange_3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
851 typed_data/setRange_4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 842 typed_data/setRange_4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
852 typed_data/setRange_5_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 843 typed_data/setRange_5_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
853 typed_data/simd_store_to_load_forward_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 844 typed_data/simd_store_to_load_forward_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
854 typed_data/typed_data_from_list_test: Crash # (throw 'Test failed'): Unhandled n ode
855 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 845 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
856 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator 846 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
857 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator 847 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
858 typed_data/typed_data_load2_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator 848 typed_data/typed_data_load2_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
859 typed_data/typed_data_load_test: Crash # (throw 'Test failed'): Unhandled node
860 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator 849 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator
861 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 850 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698