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

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

Issue 1092013003: Adjust test expectations for dart2js-cps-ir. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Sort. 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
« no previous file with comments | « tests/language/language_dart2js.status ('k') | tests/standalone/standalone.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) 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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 async/catch_errors5_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 363 async/catch_errors5_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
364 async/catch_errors6_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 364 async/catch_errors6_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
365 async/catch_errors7_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 365 async/catch_errors7_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
366 async/catch_errors8_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 366 async/catch_errors8_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
367 async/catch_errors_test: Crash # (throw _buildException('asyncEnd() was called b efore asyncStart().')): Unhandled node 367 async/catch_errors_test: Crash # (throw _buildException('asyncEnd() was called b efore asyncStart().')): Unhandled node
368 async/deferred/deferred_in_isolate_test: Crash # cannot compile methods that nee d interceptor calling convention. 368 async/deferred/deferred_in_isolate_test: Crash # cannot compile methods that nee d interceptor calling convention.
369 async/first_regression_test: Crash # cannot compile methods that need intercepto r calling convention. 369 async/first_regression_test: Crash # cannot compile methods that need intercepto r calling convention.
370 async/future_constructor_test: Crash # (throw new ExpectException(message)): Unh andled node 370 async/future_constructor_test: Crash # (throw new ExpectException(message)): Unh andled node
371 async/future_delayed_error_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 371 async/future_delayed_error_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
372 async/future_microtask_test: Crash # (throw _buildException('asyncEnd() was call ed before asyncStart().')): Unhandled node 372 async/future_microtask_test: Crash # (throw _buildException('asyncEnd() was call ed before asyncStart().')): Unhandled node
373 async/futures_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
373 async/future_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 374 async/future_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
374 async/future_timeout_test: Crash # cannot compile methods that need interceptor calling convention. 375 async/future_timeout_test: Crash # cannot compile methods that need interceptor calling convention.
375 async/future_value_chain2_test: Crash # (throw _buildException('asyncEnd() was c alled before asyncStart().')): Unhandled node 376 async/future_value_chain2_test: Crash # (throw _buildException('asyncEnd() was c alled before asyncStart().')): Unhandled node
376 async/future_value_chain3_test: Crash # (throw _buildException('asyncEnd() was c alled before asyncStart().')): Unhandled node 377 async/future_value_chain3_test: Crash # (throw _buildException('asyncEnd() was c alled before asyncStart().')): Unhandled node
377 async/future_value_chain4_test: Crash # (throw _buildException('asyncEnd() was c alled before asyncStart().')): Unhandled node 378 async/future_value_chain4_test: Crash # (throw _buildException('asyncEnd() was c alled before asyncStart().')): Unhandled node
378 async/future_value_chain_test: Crash # (throw _buildException('asyncEnd() was ca lled before asyncStart().')): Unhandled node 379 async/future_value_chain_test: Crash # (throw _buildException('asyncEnd() was ca lled before asyncStart().')): Unhandled node
379 async/futures_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
380 async/intercept_print1_test: Crash # (throw new ExpectException(message)): Unhan dled node 380 async/intercept_print1_test: Crash # (throw new ExpectException(message)): Unhan dled node
381 async/intercept_schedule_microtask1_test: Crash # Instance of 'TypeOperator': un implemented in CodeGenerator 381 async/intercept_schedule_microtask1_test: Crash # Instance of 'TypeOperator': un implemented in CodeGenerator
382 async/intercept_schedule_microtask2_test: Crash # (throw new ExpectException(mes sage)): Unhandled node 382 async/intercept_schedule_microtask2_test: Crash # (throw new ExpectException(mes sage)): Unhandled node
383 async/intercept_schedule_microtask3_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node 383 async/intercept_schedule_microtask3_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node
384 async/intercept_schedule_microtask4_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node 384 async/intercept_schedule_microtask4_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node
385 async/intercept_schedule_microtask5_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node 385 async/intercept_schedule_microtask5_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node
386 async/intercept_schedule_microtask6_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node 386 async/intercept_schedule_microtask6_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node
387 async/multiple_timer_test: Crash # cannot compile methods that need interceptor calling convention. 387 async/multiple_timer_test: Crash # cannot compile methods that need interceptor calling convention.
388 async/print_test/01: Crash # cannot compile methods that need interceptor callin g convention. 388 async/print_test/01: Crash # cannot compile methods that need interceptor callin g convention.
389 async/print_test/none: Crash # cannot compile methods that need interceptor call ing convention. 389 async/print_test/none: Crash # cannot compile methods that need interceptor call ing convention.
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 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.
443 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.
444 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.
445 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.
446 async/stream_single_to_multi_subscriber_test: Crash # cannot compile methods tha t need interceptor calling convention. 446 async/stream_single_to_multi_subscriber_test: Crash # cannot compile methods tha t need interceptor calling convention.
447 async/stream_state_nonzero_timer_test: Crash # cannot compile methods that need interceptor calling convention. 447 async/stream_state_nonzero_timer_test: Crash # cannot compile methods that need interceptor calling convention.
448 async/stream_state_test: Crash # cannot compile methods that need interceptor ca lling convention. 448 async/stream_state_test: Crash # cannot compile methods that need interceptor ca lling convention.
449 async/stream_subscription_as_future_test: Crash # cannot compile methods that ne ed interceptor calling convention. 449 async/stream_subscription_as_future_test: Crash # cannot compile methods that ne ed interceptor calling convention.
450 async/stream_subscription_cancel_test: Crash # cannot compile methods that need interceptor calling convention. 450 async/stream_subscription_cancel_test: Crash # cannot compile methods that need interceptor calling convention.
451 async/stream_timeout_test: Crash # Please triage this failure. 451 async/stream_timeout_test: Crash # Please triage this failure.
452 async/stream_transform_test: Crash # cannot compile methods that need intercepto r calling convention.
453 async/stream_transformation_broadcast_test: Crash # cannot compile methods that need interceptor calling convention. 452 async/stream_transformation_broadcast_test: Crash # cannot compile methods that need interceptor calling convention.
454 async/stream_transformer_from_handlers_test: Crash # (throw _buildException('asy ncEnd() was called before asyncStart().')): Unhandled node 453 async/stream_transformer_from_handlers_test: Crash # (throw _buildException('asy ncEnd() was called before asyncStart().')): Unhandled node
455 async/stream_transformer_test: Crash # (throw new ExpectException(message)): Unh andled node 454 async/stream_transformer_test: Crash # (throw new ExpectException(message)): Unh andled node
455 async/stream_transform_test: Crash # cannot compile methods that need intercepto r calling convention.
456 async/stream_zones_test: Crash # (throw _buildException('asyncEnd() was called b efore asyncStart().')): Unhandled node 456 async/stream_zones_test: Crash # (throw _buildException('asyncEnd() was called b efore asyncStart().')): Unhandled node
457 async/timer_cancel1_test: Crash # cannot compile methods that need interceptor c alling convention. 457 async/timer_cancel1_test: Crash # cannot compile methods that need interceptor c alling convention.
458 async/timer_cancel2_test: Crash # cannot compile methods that need interceptor c alling convention. 458 async/timer_cancel2_test: Crash # cannot compile methods that need interceptor c alling convention.
459 async/timer_cancel_test: Crash # cannot compile methods that need interceptor ca lling convention. 459 async/timer_cancel_test: Crash # cannot compile methods that need interceptor ca lling convention.
460 async/timer_isActive_test: Crash # cannot compile methods that need interceptor calling convention. 460 async/timer_isActive_test: Crash # cannot compile methods that need interceptor calling convention.
461 async/timer_isolate_test: Crash # cannot compile methods that need interceptor c alling convention. 461 async/timer_isolate_test: Crash # cannot compile methods that need interceptor c alling convention.
462 async/timer_not_available_test: Crash # (try {new Timer(ms*5,(){});}on Unsupport edError catch (e){failed=true;}): "on T" catch block 462 async/timer_not_available_test: Crash # (try {new Timer(ms*5,(){});}on Unsupport edError catch (e){failed=true;}): "on T" catch block
463 async/timer_regress22626_test: Crash # unsupported element kind: rng:field 463 async/timer_regress22626_test: Crash # unsupported element kind: rng:field
464 async/timer_repeat_test: Crash # cannot compile methods that need interceptor ca lling convention. 464 async/timer_repeat_test: Crash # cannot compile methods that need interceptor ca lling convention.
465 async/timer_test: Crash # cannot compile methods that need interceptor calling c onvention. 465 async/timer_test: Crash # cannot compile methods that need interceptor calling c onvention.
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 mirrors/generic_f_bounded_mixin_application_test: Crash # (throw new ExpectExcep tion(message)): Unhandled node 580 mirrors/generic_f_bounded_mixin_application_test: Crash # (throw new ExpectExcep tion(message)): Unhandled node
581 mirrors/generic_f_bounded_test/01: Crash # (throw new ExpectException(message)): Unhandled node 581 mirrors/generic_f_bounded_test/01: Crash # (throw new ExpectException(message)): Unhandled node
582 mirrors/generic_f_bounded_test/none: Crash # (throw new ExpectException(message) ): Unhandled node 582 mirrors/generic_f_bounded_test/none: Crash # (throw new ExpectException(message) ): Unhandled node
583 mirrors/generic_function_typedef_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator 583 mirrors/generic_function_typedef_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
584 mirrors/generic_interface_test/01: Crash # (throw new ExpectException(message)): Unhandled node 584 mirrors/generic_interface_test/01: Crash # (throw new ExpectException(message)): Unhandled node
585 mirrors/generic_interface_test/none: Crash # (throw new ExpectException(message) ): Unhandled node 585 mirrors/generic_interface_test/none: Crash # (throw new ExpectException(message) ): Unhandled node
586 mirrors/generic_list_test: Crash # (throw new ExpectException(message)): Unhandl ed node 586 mirrors/generic_list_test: Crash # (throw new ExpectException(message)): Unhandl ed node
587 mirrors/generic_local_function_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 587 mirrors/generic_local_function_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
588 mirrors/generic_mixin_applications_test: Crash # (throw new ExpectException(mess age)): Unhandled node 588 mirrors/generic_mixin_applications_test: Crash # (throw new ExpectException(mess age)): Unhandled node
589 mirrors/generic_mixin_test: Crash # (throw new ExpectException(message)): Unhand led node 589 mirrors/generic_mixin_test: Crash # (throw new ExpectException(message)): Unhand led node
590 mirrors/generic_superclass_test/01: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
591 mirrors/generic_superclass_test/none: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
592 mirrors/generic_type_mirror_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
593 mirrors/generics_double_substitution_test/01: Crash # Instance of 'TypeOperator' : unimplemented in CodeGenerator 590 mirrors/generics_double_substitution_test/01: Crash # Instance of 'TypeOperator' : unimplemented in CodeGenerator
594 mirrors/generics_double_substitution_test/none: Crash # Instance of 'TypeOperato r': unimplemented in CodeGenerator 591 mirrors/generics_double_substitution_test/none: Crash # Instance of 'TypeOperato r': unimplemented in CodeGenerator
595 mirrors/generics_dynamic_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 592 mirrors/generics_dynamic_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
596 mirrors/generics_special_types_test: Crash # (throw new ExpectException(message) ): Unhandled node 593 mirrors/generics_special_types_test: Crash # (throw new ExpectException(message) ): Unhandled node
597 mirrors/generics_substitution_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator 594 mirrors/generics_substitution_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
598 mirrors/generics_test/01: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator 595 mirrors/generics_test/01: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator
599 mirrors/generics_test/none: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 596 mirrors/generics_test/none: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
597 mirrors/generic_superclass_test/01: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
598 mirrors/generic_superclass_test/none: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
599 mirrors/generic_type_mirror_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
600 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
601 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
602 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
603 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
604 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
605 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
606 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
607 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
608 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
609 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
610 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
611 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
612 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
613 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
614 mirrors/inherited_metadata_test: Crash # (throw new ExpectException(message)): U nhandled node
614 mirrors/inherit_field_test: Crash # (throw new ExpectException(message)): Unhand led node 615 mirrors/inherit_field_test: Crash # (throw new ExpectException(message)): Unhand led node
615 mirrors/inherited_metadata_test: Crash # (throw new ExpectException(message)): U nhandled node
616 mirrors/initializing_formals_test/01: Crash # (throw new ExpectException(message )): Unhandled node 616 mirrors/initializing_formals_test/01: Crash # (throw new ExpectException(message )): Unhandled node
617 mirrors/initializing_formals_test/03: Crash # cannot compile methods that need i nterceptor calling convention. 617 mirrors/initializing_formals_test/03: Crash # cannot compile methods that need i nterceptor calling convention.
618 mirrors/initializing_formals_test/none: Crash # (throw new ExpectException(messa ge)): Unhandled node 618 mirrors/initializing_formals_test/none: Crash # (throw new ExpectException(messa ge)): Unhandled node
619 mirrors/instance_members_easier_test: Crash # (throw new ExpectException(message )): Unhandled node 619 mirrors/instance_members_easier_test: Crash # (throw new ExpectException(message )): Unhandled node
620 mirrors/instance_members_test: Crash # (throw new ExpectException(message)): Unh andled node 620 mirrors/instance_members_test: Crash # (throw new ExpectException(message)): Unh andled node
621 mirrors/instance_members_unimplemented_interface_test: Crash # (throw new Expect Exception(message)): Unhandled node 621 mirrors/instance_members_unimplemented_interface_test: Crash # (throw new Expect Exception(message)): Unhandled node
622 mirrors/instance_members_with_override_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 622 mirrors/instance_members_with_override_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
623 mirrors/instantiate_abstract_class_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator 623 mirrors/instantiate_abstract_class_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator
624 mirrors/intercepted_cache_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator 624 mirrors/intercepted_cache_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
625 mirrors/intercepted_class_test: Crash # (throw new ExpectException(message)): Un handled node 625 mirrors/intercepted_class_test: Crash # (throw new ExpectException(message)): Un handled node
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 mirrors/private_types_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 751 mirrors/private_types_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
752 mirrors/proxy_type_test: Crash # Instance of 'TypeOperator': unimplemented in Co deGenerator 752 mirrors/proxy_type_test: Crash # Instance of 'TypeOperator': unimplemented in Co deGenerator
753 mirrors/raw_type_test/01: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator 753 mirrors/raw_type_test/01: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator
754 mirrors/raw_type_test/none: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 754 mirrors/raw_type_test/none: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
755 mirrors/redirecting_factory_test/01: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 755 mirrors/redirecting_factory_test/01: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
756 mirrors/redirecting_factory_test/02: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 756 mirrors/redirecting_factory_test/02: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
757 mirrors/redirecting_factory_test/none: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator 757 mirrors/redirecting_factory_test/none: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
758 mirrors/reflect_class_test/01: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 758 mirrors/reflect_class_test/01: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
759 mirrors/reflect_class_test/02: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 759 mirrors/reflect_class_test/02: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
760 mirrors/reflect_class_test/none: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator 760 mirrors/reflect_class_test/none: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
761 mirrors/reflect_model_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
762 mirrors/reflect_runtime_type_test: Crash # (throw 'Expected "a", but got "${Mirr orSystem.getName(field.simpleName)}"'): Unhandled node
763 mirrors/reflect_two_classes_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
764 mirrors/reflect_uninstantiated_class_test: Crash # (throw 'Expected "a", but got "${MirrorSystem.getName(field.simpleName)}"'): Unhandled node
765 mirrors/reflected_type_classes_test/01: Crash # Instance of 'TypeOperator': unim plemented in CodeGenerator 761 mirrors/reflected_type_classes_test/01: Crash # Instance of 'TypeOperator': unim plemented in CodeGenerator
766 mirrors/reflected_type_classes_test/02: Crash # Instance of 'TypeOperator': unim plemented in CodeGenerator 762 mirrors/reflected_type_classes_test/02: Crash # Instance of 'TypeOperator': unim plemented in CodeGenerator
767 mirrors/reflected_type_classes_test/03: Crash # Instance of 'TypeOperator': unim plemented in CodeGenerator 763 mirrors/reflected_type_classes_test/03: Crash # Instance of 'TypeOperator': unim plemented in CodeGenerator
768 mirrors/reflected_type_classes_test/none: Crash # Instance of 'TypeOperator': un implemented in CodeGenerator 764 mirrors/reflected_type_classes_test/none: Crash # Instance of 'TypeOperator': un implemented in CodeGenerator
769 mirrors/reflected_type_function_type_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator 765 mirrors/reflected_type_function_type_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator
770 mirrors/reflected_type_special_types_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator 766 mirrors/reflected_type_special_types_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator
771 mirrors/reflected_type_test/01: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator 767 mirrors/reflected_type_test/01: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
772 mirrors/reflected_type_test/02: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator 768 mirrors/reflected_type_test/02: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
773 mirrors/reflected_type_test/03: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator 769 mirrors/reflected_type_test/03: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
774 mirrors/reflected_type_test/none: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator 770 mirrors/reflected_type_test/none: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
775 mirrors/reflected_type_typedefs_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator 771 mirrors/reflected_type_typedefs_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
776 mirrors/reflected_type_typevars_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator 772 mirrors/reflected_type_typevars_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
777 mirrors/reflectively_instantiate_uninstantiated_class_test: Crash # "on T" catc h block 773 mirrors/reflectively_instantiate_uninstantiated_class_test: Crash # "on T" catc h block
774 mirrors/reflect_model_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
775 mirrors/reflect_runtime_type_test: Crash # (throw 'Expected "a", but got "${Mirr orSystem.getName(field.simpleName)}"'): Unhandled node
776 mirrors/reflect_two_classes_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
777 mirrors/reflect_uninstantiated_class_test: Crash # (throw 'Expected "a", but got "${MirrorSystem.getName(field.simpleName)}"'): Unhandled node
778 mirrors/regress_14304_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 778 mirrors/regress_14304_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
779 mirrors/regress_19731_test: Crash # (throw new ExpectException(message)): Unhand led node 779 mirrors/regress_19731_test: Crash # (throw new ExpectException(message)): Unhand led node
780 mirrors/relation_assignable_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator 780 mirrors/relation_assignable_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
781 mirrors/relation_subclass_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator 781 mirrors/relation_subclass_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
782 mirrors/relation_subtype_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 782 mirrors/relation_subtype_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
783 mirrors/removed_api_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator 783 mirrors/removed_api_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator
784 mirrors/repeated_private_anon_mixin_app_test: Crash # (throw new ExpectException (message)): Unhandled node 784 mirrors/repeated_private_anon_mixin_app_test: Crash # (throw new ExpectException (message)): Unhandled node
785 mirrors/return_type_test: Crash # (throw new ExpectException(message)): Unhandle d node 785 mirrors/return_type_test: Crash # (throw new ExpectException(message)): Unhandle d node
786 mirrors/runtime_type_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 786 mirrors/runtime_type_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
787 mirrors/set_field_with_final_inheritance_test: Crash # Instance of 'TypeOperator ': unimplemented in CodeGenerator 787 mirrors/set_field_with_final_inheritance_test: Crash # Instance of 'TypeOperator ': unimplemented in CodeGenerator
788 mirrors/set_field_with_final_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator 788 mirrors/set_field_with_final_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
789 mirrors/spawn_function_root_library_test: Crash # Instance of 'TypeOperator': un implemented in CodeGenerator
789 mirrors/static_members_easier_test: Crash # (throw new ExpectException(message)) : Unhandled node 790 mirrors/static_members_easier_test: Crash # (throw new ExpectException(message)) : Unhandled node
790 mirrors/static_members_test: Crash # (throw new ExpectException(message)): Unhan dled node 791 mirrors/static_members_test: Crash # (throw new ExpectException(message)): Unhan dled node
791 mirrors/static_test: Crash # (throw new ExpectException(message)): Unhandled nod e 792 mirrors/static_test: Crash # (throw new ExpectException(message)): Unhandled nod e
792 mirrors/superclass2_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator 793 mirrors/superclass2_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator
793 mirrors/superclass_test: Crash # (throw new ExpectException(message)): Unhandled node 794 mirrors/superclass_test: Crash # (throw new ExpectException(message)): Unhandled node
794 mirrors/symbol_validation_test/01: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator 795 mirrors/symbol_validation_test/01: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
795 mirrors/symbol_validation_test/none: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 796 mirrors/symbol_validation_test/none: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
796 mirrors/synthetic_accessor_properties_test: Crash # (throw new ExpectException(m essage)): Unhandled node 797 mirrors/synthetic_accessor_properties_test: Crash # (throw new ExpectException(m essage)): Unhandled node
798 mirrors/top_level_accessors_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
797 mirrors/to_string_test: Crash # (throw new ExpectException(message)): Unhandled node 799 mirrors/to_string_test: Crash # (throw new ExpectException(message)): Unhandled node
798 mirrors/top_level_accessors_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
799 mirrors/type_argument_is_type_variable_test: Crash # (throw new ExpectException( message)): Unhandled node 800 mirrors/type_argument_is_type_variable_test: Crash # (throw new ExpectException( message)): Unhandled node
800 mirrors/type_mirror_for_type_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
801 mirrors/type_variable_is_static_test: Crash # (throw new ExpectException(message )): Unhandled node
802 mirrors/type_variable_owner_test/01: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
803 mirrors/type_variable_owner_test/none: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
804 mirrors/typearguments_mirror_test: Crash # (throw new ExpectException(message)): Unhandled node 801 mirrors/typearguments_mirror_test: Crash # (throw new ExpectException(message)): Unhandled node
805 mirrors/typedef_deferred_library_test: Crash # (throw _buildException('asyncEnd( ) was called before asyncStart().')): Unhandled node 802 mirrors/typedef_deferred_library_test: Crash # (throw _buildException('asyncEnd( ) was called before asyncStart().')): Unhandled node
806 mirrors/typedef_in_signature_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator 803 mirrors/typedef_in_signature_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
807 mirrors/typedef_library_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 804 mirrors/typedef_library_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
808 mirrors/typedef_metadata_test: Crash # (throw 'Null metadata on ${mirror}'): Unh andled node 805 mirrors/typedef_metadata_test: Crash # (throw 'Null metadata on ${mirror}'): Unh andled node
809 mirrors/typedef_reflected_type_test/01: Crash # (throw new ExpectException(messa ge)): Unhandled node 806 mirrors/typedef_reflected_type_test/01: Crash # (throw new ExpectException(messa ge)): Unhandled node
810 mirrors/typedef_reflected_type_test/none: Crash # (throw new ExpectException(mes sage)): Unhandled node 807 mirrors/typedef_reflected_type_test/none: Crash # (throw new ExpectException(mes sage)): Unhandled node
811 mirrors/typedef_test: Crash # (throw new ExpectException(message)): Unhandled no de 808 mirrors/typedef_test: Crash # (throw new ExpectException(message)): Unhandled no de
809 mirrors/type_mirror_for_type_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
810 mirrors/type_variable_is_static_test: Crash # (throw new ExpectException(message )): Unhandled node
811 mirrors/type_variable_owner_test/01: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
812 mirrors/type_variable_owner_test/none: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
812 mirrors/unmangled_type_test: Crash # (throw new ExpectException(message)): Unhan dled node 813 mirrors/unmangled_type_test: Crash # (throw new ExpectException(message)): Unhan dled node
813 mirrors/unnamed_library_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 814 mirrors/unnamed_library_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
814 mirrors/variable_is_const_test/01: Crash # (throw new ExpectException(message)): Unhandled node 815 mirrors/variable_is_const_test/01: Crash # (throw new ExpectException(message)): Unhandled node
815 mirrors/variable_is_const_test/none: Crash # (throw new ExpectException(message) ): Unhandled node 816 mirrors/variable_is_const_test/none: Crash # (throw new ExpectException(message) ): Unhandled node
816 profiler/metrics_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator 817 profiler/metrics_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator
817 profiler/user_tags_test: Crash # Instance of 'TypeOperator': unimplemented in Co deGenerator 818 profiler/user_tags_test: Crash # Instance of 'TypeOperator': unimplemented in Co deGenerator
818 typed_data/byte_data_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 819 typed_data/byte_data_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
819 typed_data/constructor_checks_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator 820 typed_data/constructor_checks_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
820 typed_data/endianness_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 821 typed_data/endianness_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
821 typed_data/float32x4_clamp_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator 822 typed_data/float32x4_clamp_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
(...skipping 19 matching lines...) Expand all
841 typed_data/setRange_3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 842 typed_data/setRange_3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
842 typed_data/setRange_4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 843 typed_data/setRange_4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
843 typed_data/setRange_5_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 844 typed_data/setRange_5_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
844 typed_data/simd_store_to_load_forward_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 845 typed_data/simd_store_to_load_forward_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
845 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 846 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
846 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator 847 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
847 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator 848 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
848 typed_data/typed_data_load2_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator 849 typed_data/typed_data_load2_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
849 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator 850 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator
850 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 851 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698