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

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

Issue 2301973002: More DDC mirrors support (Closed)
Patch Set: Format fixes per comments 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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 'library_enumeration_deferred_loading_test': fail, 664 'library_enumeration_deferred_loading_test': fail,
665 'library_imports_bad_metadata_test_none_multi': fail, 665 'library_imports_bad_metadata_test_none_multi': fail,
666 'library_metadata2_test_none_multi': fail, 666 'library_metadata2_test_none_multi': fail,
667 'library_metadata_test': fail, 667 'library_metadata_test': fail,
668 'library_uri_package_test': fail, 668 'library_uri_package_test': fail,
669 'list_constructor_test_01_multi': fail, 669 'list_constructor_test_01_multi': fail,
670 'list_constructor_test_none_multi': fail, 670 'list_constructor_test_none_multi': fail,
671 'local_function_is_static_test': fail, 671 'local_function_is_static_test': fail,
672 'local_isolate_test': fail, 672 'local_isolate_test': fail,
673 'metadata_allowed_values_test_none_multi': fail, 673 'metadata_allowed_values_test_none_multi': fail,
674 'metadata_constructed_constant_test': fail,
675 'metadata_constructor_arguments_test_none_multi': fail,
676 'metadata_nested_constructor_call_test_none_multi': fail,
677 'metadata_scope_test_none_multi': fail, 674 'metadata_scope_test_none_multi': fail,
678 'metadata_test': fail, 675 'metadata_test': fail,
679 'method_mirror_location_test': fail, 676 'method_mirror_location_test': fail,
680 'method_mirror_returntype_test': fail, 677 'method_mirror_returntype_test': fail,
681 'method_mirror_source_line_ending_test': fail, 678 'method_mirror_source_line_ending_test': fail,
682 'method_mirror_source_test': fail, 679 'method_mirror_source_test': fail,
683 'mirrors_reader_test': fail, 680 'mirrors_reader_test': fail,
684 'mirrors_resolve_fields_test': fail, 681 'mirrors_resolve_fields_test': fail,
685 'mirrors_used_typedef_declaration_test_01_multi': fail, 682 'mirrors_used_typedef_declaration_test_01_multi': fail,
686 'mirrors_used_typedef_declaration_test_none_multi': fail, 683 'mirrors_used_typedef_declaration_test_none_multi': fail,
687 'mixin_test': fail, 684 'mixin_test': fail,
688 'new_instance_optional_arguments_test': fail, 685 'new_instance_with_type_arguments_test': fail,
689 'null2_test': fail, 686 'null2_test': fail,
690 'null_test': fail, 687 'null_test': fail,
691 'other_declarations_location_test': fail, 688 'other_declarations_location_test': fail,
692 'parameter_annotation_mirror_test': fail, 689 'parameter_annotation_mirror_test': fail,
693 'parameter_is_const_test_none_multi': fail, 690 'parameter_is_const_test_none_multi': fail,
694 'parameter_metadata_test': fail, 691 'parameter_metadata_test': fail,
695 'private_class_field_test': fail, 692 'private_class_field_test': fail,
696 'private_symbol_mangling_test': fail, 693 'private_symbol_mangling_test': fail,
697 'private_types_test': fail, 694 'private_types_test': fail,
698 'proxy_type_test': fail, 695 'proxy_type_test': fail,
(...skipping 10 matching lines...) Expand all
709 'reflected_type_typevars_test': fail, 706 'reflected_type_typevars_test': fail,
710 'reflectively_instantiate_uninstantiated_class_test': fail, 707 'reflectively_instantiate_uninstantiated_class_test': fail,
711 'regress_14304_test': fail, 708 'regress_14304_test': fail,
712 'regress_26187_test': fail, 709 'regress_26187_test': fail,
713 'relation_assignable_test': fail, 710 'relation_assignable_test': fail,
714 'relation_subtype_test': fail, 711 'relation_subtype_test': fail,
715 'runtime_type_test': fail, 712 'runtime_type_test': fail,
716 'set_field_with_final_test': fail, 713 'set_field_with_final_test': fail,
717 'static_const_field_test': fail, 714 'static_const_field_test': fail,
718 'superclass2_test': fail, 715 'superclass2_test': fail,
719 'superclass_test': fail,
720 'symbol_validation_test_01_multi': fail, 716 'symbol_validation_test_01_multi': fail,
721 'symbol_validation_test_none_multi': fail, 717 'symbol_validation_test_none_multi': fail,
722 'to_string_test': fail, 718 'to_string_test': fail,
723 'type_argument_is_type_variable_test': fail, 719 'type_argument_is_type_variable_test': fail,
724 'type_variable_is_static_test': fail, 720 'type_variable_is_static_test': fail,
725 'type_variable_owner_test_01_multi': fail, 721 'type_variable_owner_test_01_multi': fail,
726 'type_variable_owner_test_none_multi': fail, 722 'type_variable_owner_test_none_multi': fail,
727 'typedef_deferred_library_test': skip_fail, // Isolate spawn not support 723 'typedef_deferred_library_test': skip_fail, // Isolate spawn not support
728 'typedef_library_test': fail, 724 'typedef_library_test': fail,
729 'typedef_metadata_test': fail, 725 'typedef_metadata_test': fail,
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 871
876 for (let action of unittest_tests) { 872 for (let action of unittest_tests) {
877 try { 873 try {
878 action(); 874 action();
879 } catch (e) { 875 } catch (e) {
880 console.error("Caught error tying to setup test:", e); 876 console.error("Caught error tying to setup test:", e);
881 } 877 }
882 } 878 }
883 }); 879 });
884 }); 880 });
OLDNEW
« no previous file with comments | « pkg/dev_compiler/lib/src/compiler/code_generator.dart ('k') | pkg/dev_compiler/test/browser/runtime_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698