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

Side by Side Diff: pkg/dev_compiler/test/browser/language_tests.js

Issue 2301973002: More DDC mirrors support (Closed)
Patch Set: Created 4 years, 3 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
OLDNEW
1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2015, 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 define(['dart_sdk', 'async_helper', 'unittest', 'require'], 5 define(['dart_sdk', 'async_helper', 'unittest', 'require'],
6 function(dart_sdk, async_helper, unittest, require) { 6 function(dart_sdk, async_helper, unittest, require) {
7 'use strict'; 7 'use strict';
8 8
9 async_helper = async_helper.async_helper; 9 async_helper = async_helper.async_helper;
10 10
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'library_enumeration_deferred_loading_test': fail, 663 'library_enumeration_deferred_loading_test': fail,
664 'library_imports_bad_metadata_test_none_multi': fail, 664 'library_imports_bad_metadata_test_none_multi': fail,
665 'library_metadata2_test_none_multi': fail, 665 'library_metadata2_test_none_multi': fail,
666 'library_metadata_test': fail, 666 'library_metadata_test': fail,
667 'library_uri_package_test': fail, 667 'library_uri_package_test': fail,
668 'list_constructor_test_01_multi': fail, 668 'list_constructor_test_01_multi': fail,
669 'list_constructor_test_none_multi': fail, 669 'list_constructor_test_none_multi': fail,
670 'local_function_is_static_test': fail, 670 'local_function_is_static_test': fail,
671 'local_isolate_test': fail, 671 'local_isolate_test': fail,
672 'metadata_allowed_values_test_none_multi': fail, 672 'metadata_allowed_values_test_none_multi': fail,
673 'metadata_constructed_constant_test': fail,
674 'metadata_constructor_arguments_test_none_multi': fail,
675 'metadata_nested_constructor_call_test_none_multi': fail,
676 'metadata_scope_test_none_multi': fail, 673 'metadata_scope_test_none_multi': fail,
677 'metadata_test': fail, 674 'metadata_test': fail,
678 'method_mirror_location_test': fail, 675 'method_mirror_location_test': fail,
679 'method_mirror_returntype_test': fail, 676 'method_mirror_returntype_test': fail,
680 'method_mirror_source_line_ending_test': fail, 677 'method_mirror_source_line_ending_test': fail,
681 'method_mirror_source_test': fail, 678 'method_mirror_source_test': fail,
682 'mirrors_reader_test': fail, 679 'mirrors_reader_test': fail,
683 'mirrors_resolve_fields_test': fail, 680 'mirrors_resolve_fields_test': fail,
684 'mirrors_used_typedef_declaration_test_01_multi': fail, 681 'mirrors_used_typedef_declaration_test_01_multi': fail,
685 'mirrors_used_typedef_declaration_test_none_multi': fail, 682 'mirrors_used_typedef_declaration_test_none_multi': fail,
686 'mixin_test': fail, 683 'mixin_test': fail,
687 'new_instance_optional_arguments_test': fail, 684 'new_instance_with_type_arguments_test': fail,
688 'null2_test': fail, 685 'null2_test': fail,
689 'null_test': fail, 686 'null_test': fail,
690 'other_declarations_location_test': fail, 687 'other_declarations_location_test': fail,
691 'parameter_annotation_mirror_test': fail, 688 'parameter_annotation_mirror_test': fail,
692 'parameter_is_const_test_none_multi': fail, 689 'parameter_is_const_test_none_multi': fail,
693 'parameter_metadata_test': fail, 690 'parameter_metadata_test': fail,
694 'private_class_field_test': fail, 691 'private_class_field_test': fail,
695 'private_symbol_mangling_test': fail, 692 'private_symbol_mangling_test': fail,
696 'private_types_test': fail, 693 'private_types_test': fail,
697 'proxy_type_test': fail, 694 'proxy_type_test': fail,
(...skipping 10 matching lines...) Expand all
708 'reflected_type_typevars_test': fail, 705 'reflected_type_typevars_test': fail,
709 'reflectively_instantiate_uninstantiated_class_test': fail, 706 'reflectively_instantiate_uninstantiated_class_test': fail,
710 'regress_14304_test': fail, 707 'regress_14304_test': fail,
711 'regress_26187_test': fail, 708 'regress_26187_test': fail,
712 'relation_assignable_test': fail, 709 'relation_assignable_test': fail,
713 'relation_subtype_test': fail, 710 'relation_subtype_test': fail,
714 'runtime_type_test': fail, 711 'runtime_type_test': fail,
715 'set_field_with_final_test': fail, 712 'set_field_with_final_test': fail,
716 'static_const_field_test': fail, 713 'static_const_field_test': fail,
717 'superclass2_test': fail, 714 'superclass2_test': fail,
718 'superclass_test': fail,
719 'symbol_validation_test_01_multi': fail, 715 'symbol_validation_test_01_multi': fail,
720 'symbol_validation_test_none_multi': fail, 716 'symbol_validation_test_none_multi': fail,
721 'to_string_test': fail, 717 'to_string_test': fail,
722 'type_argument_is_type_variable_test': fail, 718 'type_argument_is_type_variable_test': fail,
723 'type_variable_is_static_test': fail, 719 'type_variable_is_static_test': fail,
724 'type_variable_owner_test_01_multi': fail, 720 'type_variable_owner_test_01_multi': fail,
725 'type_variable_owner_test_none_multi': fail, 721 'type_variable_owner_test_none_multi': fail,
726 'typedef_deferred_library_test': skip_fail, // Isolate spawn not support 722 'typedef_deferred_library_test': skip_fail, // Isolate spawn not support
727 'typedef_library_test': fail, 723 'typedef_library_test': fail,
728 'typedef_metadata_test': fail, 724 'typedef_metadata_test': fail,
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 870
875 for (let action of unittest_tests) { 871 for (let action of unittest_tests) {
876 try { 872 try {
877 action(); 873 action();
878 } catch (e) { 874 } catch (e) {
879 console.error("Caught error tying to setup test:", e); 875 console.error("Caught error tying to setup test:", e);
880 } 876 }
881 } 877 }
882 }); 878 });
883 }); 879 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698