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

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

Issue 1216593002: dart2js cps: Translate synthesized mixin constructors. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update status file Created 5 years, 5 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/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 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
10 10
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 async/zone_fork_test: RuntimeError # receiver.get$_nums is not a function 462 async/zone_fork_test: RuntimeError # receiver.get$_nums is not a function
463 async/zone_future_schedule_microtask_test: RuntimeError # receiver.get$_nums is not a function 463 async/zone_future_schedule_microtask_test: RuntimeError # receiver.get$_nums is not a function
464 async/zone_register_callback_test: RuntimeError # receiver.get$_nums is not a fu nction 464 async/zone_register_callback_test: RuntimeError # receiver.get$_nums is not a fu nction
465 async/zone_register_callback_unary_test: RuntimeError # receiver.get$_nums is no t a function 465 async/zone_register_callback_unary_test: RuntimeError # receiver.get$_nums is no t a function
466 async/zone_root_bind_test: RuntimeError # receiver.get$_nums is not a function 466 async/zone_root_bind_test: RuntimeError # receiver.get$_nums is not a function
467 async/zone_run_guarded_test: RuntimeError # receiver.get$_nums is not a function 467 async/zone_run_guarded_test: RuntimeError # receiver.get$_nums is not a function
468 async/zone_run_test: RuntimeError # receiver.get$_nums is not a function 468 async/zone_run_test: RuntimeError # receiver.get$_nums is not a function
469 async/zone_run_unary_test: RuntimeError # receiver.get$_nums is not a function 469 async/zone_run_unary_test: RuntimeError # receiver.get$_nums is not a function
470 async/zone_value_test: RuntimeError # receiver.get$_collection$_nums is not a fu nction 470 async/zone_value_test: RuntimeError # receiver.get$_collection$_nums is not a fu nction
471 convert/ascii_test: RuntimeError # Please triage this failure. 471 convert/ascii_test: RuntimeError # Please triage this failure.
472 convert/chunked_conversion_json_encode1_test: Crash # Internal Error: No default constructor available.
473 convert/chunked_conversion_utf88_test: RuntimeError # Please triage this failure . 472 convert/chunked_conversion_utf88_test: RuntimeError # Please triage this failure .
474 convert/codec1_test: RuntimeError # Cannot read property 'prototype' of undefine d 473 convert/codec1_test: RuntimeError # Cannot read property 'prototype' of undefine d
475 convert/codec2_test: Crash # Internal Error: No default constructor available.
476 convert/encoding_test: RuntimeError # receiver.get$_collection$_nums is not a fu nction 474 convert/encoding_test: RuntimeError # receiver.get$_collection$_nums is not a fu nction
477 convert/html_escape_test: RuntimeError # receiver.get$_collection$_nums is not a function 475 convert/html_escape_test: RuntimeError # receiver.get$_collection$_nums is not a function
478 convert/json_lib_test: Crash # Invalid argument(s) 476 convert/json_lib_test: Crash # Invalid argument(s)
479 convert/json_pretty_test: Crash # Internal Error: No default constructor availab le.
480 convert/json_test: Crash # Internal Error: No default constructor available.
481 convert/json_toEncodable_reviver_test: Crash # Internal Error: No default constr uctor available.
482 convert/json_util_test: Crash # Internal Error: No default constructor available .
483 convert/latin1_test: RuntimeError # Please triage this failure. 477 convert/latin1_test: RuntimeError # Please triage this failure.
484 convert/line_splitter_test: Crash # Invalid argument(s) 478 convert/line_splitter_test: Crash # Invalid argument(s)
485 convert/streamed_conversion_json_decode1_test: RuntimeError # receiver.get$_coll ection$_nums is not a function 479 convert/streamed_conversion_json_decode1_test: RuntimeError # receiver.get$_coll ection$_nums is not a function
486 convert/streamed_conversion_json_encode1_test: Crash # Internal Error: No defaul t constructor available. 480 convert/streamed_conversion_json_encode1_test : RuntimeError # TypeError: receiv er.get$_collection$_nums is not a function
487 convert/streamed_conversion_json_utf8_decode_test: RuntimeError # receiver.get$_ collection$_nums is not a function 481 convert/streamed_conversion_json_utf8_decode_test: RuntimeError # receiver.get$_ collection$_nums is not a function
488 convert/streamed_conversion_json_utf8_encode_test: Crash # Internal Error: No de fault constructor available. 482 convert/streamed_conversion_json_utf8_encode_test : RuntimeError # TypeError: re ceiver.get$_collection$_nums is not a function
489 convert/streamed_conversion_utf8_decode_test: RuntimeError # receiver.get$_colle ction$_nums is not a function 483 convert/streamed_conversion_utf8_decode_test: RuntimeError # receiver.get$_colle ction$_nums is not a function
490 convert/streamed_conversion_utf8_encode_test: RuntimeError # receiver.get$_colle ction$_nums is not a function 484 convert/streamed_conversion_utf8_encode_test: RuntimeError # receiver.get$_colle ction$_nums is not a function
491 js/datetime_roundtrip_test: Crash # Internal Error: No default constructor avail able.
492 js/null_test: Crash # Invalid argument(s) 485 js/null_test: Crash # Invalid argument(s)
493 math/pi_test: RuntimeError # receiver.get$_collection$_nums is not a function 486 math/pi_test: RuntimeError # receiver.get$_collection$_nums is not a function
494 math/point_test: Crash # Invalid argument(s) 487 math/point_test: Crash # Invalid argument(s)
495 math/rectangle_test: Crash # Invalid argument(s) 488 math/rectangle_test: Crash # Invalid argument(s)
496 mirrors/abstract_class_test/00: Crash # Internal Error: No default constructor a vailable. 489 mirrors/abstract_class_test/00: Crash # Internal Error: No default constructor a vailable.
497 mirrors/abstract_class_test/none: Crash # Internal Error: No default constructor available. 490 mirrors/abstract_class_test/none: Crash # Internal Error: No default constructor available.
498 mirrors/abstract_test: Crash # Internal Error: No default constructor available. 491 mirrors/abstract_test: Crash # Internal Error: No default constructor available.
499 mirrors/accessor_cache_overflow_test: Crash # Internal Error: No default constru ctor available. 492 mirrors/accessor_cache_overflow_test: Crash # Internal Error: No default constru ctor available.
500 mirrors/array_tracing2_test: Crash # Internal Error: No default constructor avai lable. 493 mirrors/array_tracing2_test: Crash # Internal Error: No default constructor avai lable.
501 mirrors/array_tracing3_test: Crash # Internal Error: No default constructor avai lable. 494 mirrors/array_tracing3_test: Crash # Internal Error: No default constructor avai lable.
502 mirrors/array_tracing_test: Crash # Internal Error: No default constructor avail able. 495 mirrors/array_tracing_test: Crash # Internal Error: No default constructor avail able.
503 mirrors/basic_types_in_dart_core_test: Crash # Internal Error: No default constr uctor available. 496 mirrors/basic_types_in_dart_core_test: Crash # Internal Error: No default constr uctor available.
504 mirrors/circular_factory_redirection_test/none: Crash # Internal Error: No defau lt constructor available. 497 mirrors/circular_factory_redirection_test/none: Crash # Internal Error: No defau lt constructor available.
505 mirrors/class_declarations_test/01: Crash # Internal Error: No default construct or available. 498 mirrors/class_declarations_test/01: Crash # Internal Error: No default construct or available.
506 mirrors/class_declarations_test/none: Crash # Internal Error: No default constru ctor available. 499 mirrors/class_declarations_test/none: Crash # Internal Error: No default constru ctor available.
507 mirrors/class_mirror_location_test: Crash # Internal Error: No default construct or available. 500 mirrors/class_mirror_location_test: Crash # Internal Error: No default construct or available.
508 mirrors/class_mirror_type_variables_test: Crash # Internal Error: No default con structor available. 501 mirrors/class_mirror_type_variables_test: Crash # Internal Error: No default con structor available.
509 mirrors/closures_test: Crash # Internal Error: No default constructor available. 502 mirrors/closures_test: Crash # Internal Error: No default constructor available.
510 mirrors/closurization_equivalence_test: Crash # Internal Error: No default const ructor available. 503 mirrors/closurization_equivalence_test: Crash # Internal Error: No default const ructor available.
511 mirrors/constructor_kinds_test/01: Crash # Internal Error: No default constructo r available. 504 mirrors/constructor_kinds_test/01: Crash # Internal Error: No default constructo r available.
512 mirrors/constructor_kinds_test/none: Crash # Internal Error: No default construc tor available. 505 mirrors/constructor_kinds_test/none: Crash # Internal Error: No default construc tor available.
513 mirrors/constructors_test: Crash # Internal Error: No default constructor availa ble. 506 mirrors/constructors_test: Crash # Internal Error: No default constructor availa ble.
514 mirrors/dart2js_mirrors_test: Crash # Internal Error: No default constructor ava ilable. 507 mirrors/dart2js_mirrors_test: Crash # Internal Error: No default constructor ava ilable.
515 mirrors/declarations_type_test: Crash # Internal Error: No default constructor a vailable. 508 mirrors/declarations_type_test: Crash # Internal Error: No default constructor a vailable.
516 mirrors/deferred_mirrors_metadata_test: Crash # Internal Error: No default const ructor available. 509 mirrors/deferred_mirrors_metadata_test: Crash # Internal Error: No default const ructor available.
517 mirrors/deferred_mirrors_metatarget_test: Crash # Internal Error: No default con structor available. 510 mirrors/deferred_mirrors_metatarget_test: Crash # Internal Error: No default con structor available.
518 mirrors/deferred_mirrors_update_test: Crash # Internal Error: No default constru ctor available. 511 mirrors/deferred_mirrors_update_test: Crash # Internal Error: No default constru ctor available.
519 mirrors/deferred_type_test: Crash # Internal Error: No default constructor avail able. 512 mirrors/deferred_type_test: Crash # Internal Error: No default constructor avail able.
520 mirrors/delegate_call_through_getter_test : Crash # Internal Error: No default c onstructor available. 513 mirrors/delegate_call_through_getter_test : RuntimeError #
521 mirrors/delegate_test : Crash # Internal Error: No default constructor available . 514 mirrors/delegate_test : RuntimeError #
522 mirrors/disable_tree_shaking_test: Crash # Internal Error: No default constructo r available. 515 mirrors/disable_tree_shaking_test: Crash # Internal Error: No default constructo r available.
523 mirrors/empty_test: Crash # Internal Error: No default constructor available. 516 mirrors/empty_test: Crash # Internal Error: No default constructor available.
524 mirrors/enum_test: Crash # Internal Error: No default constructor available. 517 mirrors/enum_test: Crash # Internal Error: No default constructor available.
525 mirrors/equality_test: Crash # Internal Error: No default constructor available. 518 mirrors/equality_test: Crash # Internal Error: No default constructor available.
526 mirrors/fake_function_with_call_test: Crash # Internal Error: No default constru ctor available. 519 mirrors/fake_function_with_call_test: Crash # Internal Error: No default constru ctor available.
527 mirrors/fake_function_without_call_test: Crash # Internal Error: No default cons tructor available. 520 mirrors/fake_function_without_call_test: Crash # Internal Error: No default cons tructor available.
528 mirrors/field_type_test: Crash # Internal Error: No default constructor availabl e. 521 mirrors/field_type_test: Crash # Internal Error: No default constructor availabl e.
529 mirrors/function_type_mirror_test: Crash # Internal Error: No default constructo r available. 522 mirrors/function_type_mirror_test: Crash # Internal Error: No default constructo r available.
530 mirrors/generic_bounded_by_type_parameter_test/01: Crash # Internal Error: No de fault constructor available. 523 mirrors/generic_bounded_by_type_parameter_test/01: Crash # Internal Error: No de fault constructor available.
531 mirrors/generic_bounded_by_type_parameter_test/02: Crash # Internal Error: No de fault constructor available. 524 mirrors/generic_bounded_by_type_parameter_test/02: Crash # Internal Error: No de fault constructor available.
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 mirrors/typedef_deferred_library_test: Crash # Internal Error: No default constr uctor available. 718 mirrors/typedef_deferred_library_test: Crash # Internal Error: No default constr uctor available.
726 mirrors/typedef_in_signature_test: Crash # Internal Error: No default constructo r available. 719 mirrors/typedef_in_signature_test: Crash # Internal Error: No default constructo r available.
727 mirrors/typedef_library_test: Crash # Internal Error: No default constructor ava ilable. 720 mirrors/typedef_library_test: Crash # Internal Error: No default constructor ava ilable.
728 mirrors/typedef_metadata_test: Crash # Internal Error: No default constructor av ailable. 721 mirrors/typedef_metadata_test: Crash # Internal Error: No default constructor av ailable.
729 mirrors/typedef_reflected_type_test/01: Crash # Internal Error: No default const ructor available. 722 mirrors/typedef_reflected_type_test/01: Crash # Internal Error: No default const ructor available.
730 mirrors/typedef_reflected_type_test/none: Crash # Internal Error: No default con structor available. 723 mirrors/typedef_reflected_type_test/none: Crash # Internal Error: No default con structor available.
731 mirrors/typedef_test: Crash # Internal Error: No default constructor available. 724 mirrors/typedef_test: Crash # Internal Error: No default constructor available.
732 mirrors/unnamed_library_test: Crash # Internal Error: No default constructor ava ilable. 725 mirrors/unnamed_library_test: Crash # Internal Error: No default constructor ava ilable.
733 mirrors/variable_is_const_test/none: Crash # Internal Error: No default construc tor available. 726 mirrors/variable_is_const_test/none: Crash # Internal Error: No default construc tor available.
734 typed_data/typed_data_list_test: RuntimeError # Please triage this failure. 727 typed_data/typed_data_list_test: RuntimeError # Please triage this failure.
735 mirrors/invocation_cache_test : Crash # Internal Error: No default constructor a vailable.
736 mirrors/reflect_two_classes_test : Crash # Internal Error: No default constructo r available.
737 mirrors/mirrors_used_inheritance_test : Crash # Internal Error: No default const ructor available.
738 mirrors/optional_parameters_test : Crash # Internal Error: No default constructo r available.
739 mirrors/get_symbol_name_no_such_method_test : Crash # Internal Error: No default constructor available.
740 mirrors/get_field_test : Crash # Internal Error: No default constructor availabl e.
741 mirrors/delegate_function_invocation_test : Crash # Internal Error: No default c onstructor available.
742 mirrors/inference_and_no_such_method_test : Crash # Internal Error: No default c onstructor available.
743 mirrors/mirrors_used_get_name_test : Crash # Internal Error: No default construc tor available.
744 mirrors/get_field_cache_test : Crash # Internal Error: No default constructor av ailable.
745 mirrors/mirrors_used_get_name2_test : Crash # Internal Error: No default constru ctor available.
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