Lines Matching +full:python +full:- +full:tests
3 ACLOCAL_AMFLAGS = -I m4
7 # Build . before src so that our all-local and clean-local hooks kicks in at
17 # Build gmock before we build protobuf tests. We don't add gmock to SUBDIRS
18 # because then "make check" would also build and run all of gmock's own tests,
22 check-local:
28 # be careful because clean-local is also invoked during "make distclean", but
33 clean-local:
34 @if test -e third_party/googletest/Makefile; then \
38 if test -e conformance/Makefile; then \
42 if test -e benchmarks/Makefile; then \
46 if test -e objectivec/DevTools; then \
48 rm -f objectivec/DevTools/*.pyc; \
52 pkgconfig_DATA = protobuf.pc protobuf-lite.pc
291 java/core/generate-sources-build.xml \
292 java/core/generate-test-sources-build.xml \
549 java/kotlin/generate-sources-build.xml \
550 java/kotlin/generate-test-sources-build.xml \
575 java/kotlin-lite/BUILD.bazel \
576 java/kotlin-lite/generate-sources-build.xml \
577 java/kotlin-lite/generate-test-sources-build.xml \
578 java/kotlin-lite/lite.awk \
579 java/kotlin-lite/pom.xml \
580 java/kotlin-lite/pom_template.xml \
581 java/kotlin-lite/process-lite-sources-build.xml \
582 java/kotlin-lite/src/main/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt\
583 java/kotlin-lite/src/test/kotlin/com/google/protobuf/ExtendableMessageLiteExtensionsTest.kt\
584 java/kotlin-lite/src/test/kotlin/com/google/protobuf/Proto2LiteTest.kt \
587 java/lite/generate-sources-build.xml \
588 java/lite/generate-test-sources-build.xml \
592 java/lite/process-lite-sources-build.xml \
617 objectivec/.clang-format \
717 objectivec/Tests/golden_message \
718 objectivec/Tests/golden_packed_fields_message \
719 objectivec/Tests/GPBARCUnittestProtos.m \
720 objectivec/Tests/GPBArrayTests.m \
721 objectivec/Tests/GPBCodedInputStreamTests.m \
722 objectivec/Tests/GPBCodedOuputStreamTests.m \
723 objectivec/Tests/GPBCompileTest01.m \
724 objectivec/Tests/GPBCompileTest02.m \
725 objectivec/Tests/GPBCompileTest03.m \
726 objectivec/Tests/GPBCompileTest04.m \
727 objectivec/Tests/GPBCompileTest05.m \
728 objectivec/Tests/GPBCompileTest06.m \
729 objectivec/Tests/GPBCompileTest07.m \
730 objectivec/Tests/GPBCompileTest08.m \
731 objectivec/Tests/GPBCompileTest09.m \
732 objectivec/Tests/GPBCompileTest10.m \
733 objectivec/Tests/GPBCompileTest11.m \
734 objectivec/Tests/GPBCompileTest12.m \
735 objectivec/Tests/GPBCompileTest13.m \
736 objectivec/Tests/GPBCompileTest14.m \
737 objectivec/Tests/GPBCompileTest15.m \
738 objectivec/Tests/GPBCompileTest16.m \
739 objectivec/Tests/GPBCompileTest17.m \
740 objectivec/Tests/GPBCompileTest18.m \
741 objectivec/Tests/GPBCompileTest19.m \
742 objectivec/Tests/GPBCompileTest20.m \
743 objectivec/Tests/GPBCompileTest21.m \
744 objectivec/Tests/GPBCompileTest22.m \
745 objectivec/Tests/GPBCompileTest23.m \
746 objectivec/Tests/GPBCompileTest24.m \
747 objectivec/Tests/GPBCompileTest25.m \
748 objectivec/Tests/GPBConcurrencyTests.m \
749 objectivec/Tests/GPBDescriptorTests.m \
750 objectivec/Tests/GPBDictionaryTests+Bool.m \
751 objectivec/Tests/GPBDictionaryTests+Int32.m \
752 objectivec/Tests/GPBDictionaryTests+Int64.m \
753 objectivec/Tests/GPBDictionaryTests+String.m \
754 objectivec/Tests/GPBDictionaryTests+UInt32.m \
755 objectivec/Tests/GPBDictionaryTests+UInt64.m \
756 objectivec/Tests/GPBDictionaryTests.m \
757 objectivec/Tests/GPBDictionaryTests.pddm \
758 objectivec/Tests/GPBExtensionRegistryTest.m \
759 objectivec/Tests/GPBMessageTests+ClassNames.m \
760 objectivec/Tests/GPBMessageTests+Merge.m \
761 objectivec/Tests/GPBMessageTests+Runtime.m \
762 objectivec/Tests/GPBMessageTests+Serialization.m \
763 objectivec/Tests/GPBMessageTests.m \
764 objectivec/Tests/GPBObjectiveCPlusPlusTest.mm \
765 objectivec/Tests/GPBPerfTests.m \
766 objectivec/Tests/GPBSwiftTests.swift \
767 objectivec/Tests/GPBTestUtilities.h \
768 objectivec/Tests/GPBTestUtilities.m \
769 objectivec/Tests/GPBUnittestProtos.m \
770 objectivec/Tests/GPBUnittestProtos2.m \
771 objectivec/Tests/GPBUnknownFieldSetTest.m \
772 objectivec/Tests/GPBUtilitiesTests.m \
773 objectivec/Tests/GPBWellKnownTypesTest.m \
774 objectivec/Tests/GPBWireFormatTests.m \
775 objectivec/Tests/text_format_extensions_unittest_data.txt \
776 objectivec/Tests/text_format_map_unittest_data.txt \
777 objectivec/Tests/text_format_unittest_data.txt \
778 objectivec/Tests/unittest_cycle.proto \
779 objectivec/Tests/unittest_deprecated.proto \
780 objectivec/Tests/unittest_deprecated_file.proto \
781 objectivec/Tests/unittest_extension_chain_a.proto \
782 objectivec/Tests/unittest_extension_chain_b.proto \
783 objectivec/Tests/unittest_extension_chain_c.proto \
784 objectivec/Tests/unittest_extension_chain_d.proto \
785 objectivec/Tests/unittest_extension_chain_e.proto \
786 objectivec/Tests/unittest_extension_chain_f.proto \
787 objectivec/Tests/unittest_extension_chain_g.proto \
788 objectivec/Tests/unittest_objc.proto \
789 objectivec/Tests/unittest_objc_options.proto \
790 objectivec/Tests/unittest_objc_startup.proto \
791 objectivec/Tests/unittest_runtime_proto2.proto \
792 objectivec/Tests/unittest_runtime_proto3.proto \
793 objectivec/Tests/UnitTests-Bridging-Header.h \
794 objectivec/Tests/UnitTests-Info.plist \
819 php/ext/google/protobuf/php-upb.c \
820 php/ext/google/protobuf/php-upb.h \
826 php/ext/google/protobuf/tests/unnecessary_zval.phpt \
955 php/tests/ArrayTest.php \
956 php/tests/compatibility_test.sh \
957 php/tests/compile_extension.sh \
958 php/tests/DescriptorsTest.php \
959 php/tests/EncodeDecodeTest.php \
960 php/tests/force_c_ext.php \
961 php/tests/gdb_test.sh \
962 php/tests/generated_previous/GPBMetadata/ProtoPrevious/TestPreviouslyUnreservedMessage.php \
963 php/tests/generated_previous/Previous/readonly.php \
964 php/tests/GeneratedClassTest.php \
965 php/tests/GeneratedPhpdocTest.php \
966 php/tests/GeneratedServiceTest.php \
967 php/tests/MapFieldTest.php \
968 php/tests/memory_leak_test.php \
969 php/tests/memory_leak_test.sh \
970 php/tests/multirequest.php \
971 php/tests/multirequest.sh \
972 php/tests/PhpImplementationTest.php \
973 php/tests/PreviouslyGeneratedClassTest.php \
974 php/tests/proto/empty/echo.proto \
975 php/tests/proto/test.proto \
976 php/tests/proto/test_descriptors.proto \
977 php/tests/proto/test_empty_php_namespace.proto \
978 php/tests/proto/test_import_descriptor_proto.proto \
979 php/tests/proto/test_include.proto \
980 php/tests/proto/test_no_namespace.proto \
981 php/tests/proto/test_php_namespace.proto \
982 php/tests/proto/test_prefix.proto \
983 php/tests/proto/test_reserved_enum_lower.proto \
984 php/tests/proto/test_reserved_enum_upper.proto \
985 php/tests/proto/test_reserved_enum_value_lower.proto \
986 php/tests/proto/test_reserved_enum_value_upper.proto \
987 php/tests/proto/test_reserved_message_lower.proto \
988 php/tests/proto/test_reserved_message_upper.proto \
989 php/tests/proto/test_service.proto \
990 php/tests/proto/test_service_namespace.proto \
991 php/tests/proto/test_wrapper_type_setters.proto \
992 php/tests/proto_previous/test_previously_unreserved_message.proto \
993 php/tests/test_base.php \
994 php/tests/test_util.php \
995 php/tests/valgrind.supp \
996 php/tests/WellKnownTest.php \
997 php/tests/WrapperTypeSettersTest.php
1001 python/MANIFEST.in \
1002 python/google/__init__.py \
1003 python/google/protobuf/__init__.py \
1004 python/google/protobuf/compiler/__init__.py \
1005 python/google/protobuf/descriptor.py \
1006 python/google/protobuf/descriptor_database.py \
1007 python/google/protobuf/descriptor_pool.py \
1008 python/google/protobuf/internal/__init__.py \
1009 python/google/protobuf/internal/_parameterized.py \
1010 python/google/protobuf/internal/any_test.proto \
1011 python/google/protobuf/internal/any_test.proto \
1012 python/google/protobuf/internal/api_implementation.cc \
1013 python/google/protobuf/internal/api_implementation.py \
1014 python/google/protobuf/internal/builder.py \
1015 python/google/protobuf/internal/containers.py \
1016 python/google/protobuf/internal/decoder.py \
1017 python/google/protobuf/internal/descriptor_database_test.py \
1018 python/google/protobuf/internal/descriptor_pool_test.py \
1019 python/google/protobuf/internal/descriptor_pool_test1.proto \
1020 python/google/protobuf/internal/descriptor_pool_test2.proto \
1021 python/google/protobuf/internal/descriptor_test.py \
1022 python/google/protobuf/internal/encoder.py \
1023 python/google/protobuf/internal/enum_type_wrapper.py \
1024 python/google/protobuf/internal/extension_dict.py \
1025 python/google/protobuf/internal/factory_test1.proto \
1026 python/google/protobuf/internal/factory_test2.proto \
1027 python/google/protobuf/internal/file_options_test.proto \
1028 python/google/protobuf/internal/generator_test.py \
1029 python/google/protobuf/internal/import_test.py \
1030 python/google/protobuf/internal/import_test_package/__init__.py \
1031 python/google/protobuf/internal/import_test_package/import_public.proto \
1032 python/google/protobuf/internal/import_test_package/import_public_nested.proto \
1033 python/google/protobuf/internal/import_test_package/inner.proto \
1034 python/google/protobuf/internal/import_test_package/outer.proto \
1035 python/google/protobuf/internal/json_format_test.py \
1036 python/google/protobuf/internal/keywords_test.py \
1037 python/google/protobuf/internal/message_factory_test.py \
1038 python/google/protobuf/internal/message_listener.py \
1039 python/google/protobuf/internal/message_set_extensions.proto \
1040 python/google/protobuf/internal/message_test.py \
1041 python/google/protobuf/internal/missing_enum_values.proto \
1042 python/google/protobuf/internal/more_extensions.proto \
1043 python/google/protobuf/internal/more_extensions_dynamic.proto \
1044 python/google/protobuf/internal/more_messages.proto \
1045 python/google/protobuf/internal/no_package.proto \
1046 python/google/protobuf/internal/packed_field_test.proto \
1047 python/google/protobuf/internal/proto_builder_test.py \
1048 python/google/protobuf/internal/python_message.py \
1049 python/google/protobuf/internal/python_protobuf.cc \
1050 python/google/protobuf/internal/reflection_test.py \
1051 python/google/protobuf/internal/service_reflection_test.py \
1052 python/google/protobuf/internal/symbol_database_test.py \
1053 python/google/protobuf/internal/test_bad_identifiers.proto \
1054 python/google/protobuf/internal/test_proto3_optional.proto \
1055 python/google/protobuf/internal/test_util.py \
1056 python/google/protobuf/internal/testing_refleaks.py \
1057 python/google/protobuf/internal/text_encoding_test.py \
1058 python/google/protobuf/internal/text_format_test.py \
1059 python/google/protobuf/internal/type_checkers.py \
1060 python/google/protobuf/internal/unknown_fields_test.py \
1061 python/google/protobuf/internal/well_known_types.py \
1062 python/google/protobuf/internal/well_known_types.py \
1063 python/google/protobuf/internal/well_known_types_test.py \
1064 python/google/protobuf/internal/well_known_types_test.py \
1065 python/google/protobuf/internal/wire_format.py \
1066 python/google/protobuf/internal/wire_format_test.py \
1067 python/google/protobuf/json_format.py \
1068 python/google/protobuf/message.py \
1069 python/google/protobuf/message_factory.py \
1070 python/google/protobuf/proto_api.h \
1071 python/google/protobuf/proto_builder.py \
1072 python/google/protobuf/pyext/README \
1073 python/google/protobuf/pyext/__init__.py \
1074 python/google/protobuf/pyext/cpp_message.py \
1075 python/google/protobuf/pyext/descriptor.cc \
1076 python/google/protobuf/pyext/descriptor.h \
1077 python/google/protobuf/pyext/descriptor_containers.cc \
1078 python/google/protobuf/pyext/descriptor_containers.h \
1079 python/google/protobuf/pyext/descriptor_database.cc \
1080 python/google/protobuf/pyext/descriptor_database.h \
1081 python/google/protobuf/pyext/descriptor_pool.cc \
1082 python/google/protobuf/pyext/descriptor_pool.h \
1083 python/google/protobuf/pyext/extension_dict.cc \
1084 python/google/protobuf/pyext/extension_dict.h \
1085 python/google/protobuf/pyext/map_container.cc \
1086 python/google/protobuf/pyext/map_container.h \
1087 python/google/protobuf/pyext/message.cc \
1088 python/google/protobuf/pyext/message.h \
1089 python/google/protobuf/pyext/field.cc \
1090 python/google/protobuf/pyext/field.h \
1091 python/google/protobuf/pyext/unknown_fields.cc \
1092 python/google/protobuf/pyext/unknown_fields.h \
1093 python/google/protobuf/pyext/message_factory.cc \
1094 python/google/protobuf/pyext/message_factory.h \
1095 python/google/protobuf/pyext/message_module.cc \
1096 python/google/protobuf/pyext/proto2_api_test.proto \
1097 python/google/protobuf/pyext/python.proto \
1098 python/google/protobuf/pyext/repeated_composite_container.cc \
1099 python/google/protobuf/pyext/repeated_composite_container.h \
1100 python/google/protobuf/pyext/repeated_scalar_container.cc \
1101 python/google/protobuf/pyext/repeated_scalar_container.h \
1102 python/google/protobuf/pyext/safe_numerics.h \
1103 python/google/protobuf/pyext/scoped_pyobject_ptr.h \
1104 python/google/protobuf/pyext/unknown_field_set.cc \
1105 python/google/protobuf/pyext/unknown_field_set.h \
1106 python/google/protobuf/python_protobuf.h \
1107 python/google/protobuf/reflection.py \
1108 python/google/protobuf/service.py \
1109 python/google/protobuf/service_reflection.py \
1110 python/google/protobuf/symbol_database.py \
1111 python/google/protobuf/text_encoding.py \
1112 python/google/protobuf/text_format.py \
1113 python/google/protobuf/unknown_fields.py \
1114 python/google/protobuf/util/__init__.py \
1115 python/release.sh \
1116 python/mox.py \
1117 python/setup.cfg \
1118 python/setup.py \
1119 python/stubout.py \
1120 python/tox.ini \
1121 python/README.md
1129 ruby/compatibility_tests/v3.0.0/tests/test_import.proto \
1130 ruby/compatibility_tests/v3.0.0/tests/stress.rb \
1131 ruby/compatibility_tests/v3.0.0/tests/repeated_field_test.rb \
1132 ruby/compatibility_tests/v3.0.0/tests/generated_code_test.rb \
1133 ruby/compatibility_tests/v3.0.0/tests/generated_code.proto \
1134 ruby/compatibility_tests/v3.0.0/tests/basic.rb \
1151 ruby/ext/google/protobuf_c/ruby-upb.c \
1152 ruby/ext/google/protobuf_c/ruby-upb.h \
1154 ruby/google-protobuf.gemspec \
1176 ruby/tests/basic_proto2.rb \
1177 ruby/tests/basic_test_proto2.proto \
1178 ruby/tests/basic_test.proto \
1179 ruby/tests/basic.rb \
1180 ruby/tests/common_tests.rb \
1181 ruby/tests/encode_decode_test.rb \
1182 ruby/tests/gc_test.rb \
1183 ruby/tests/repeated_field_test.rb \
1184 ruby/tests/stress.rb \
1185 ruby/tests/generated_code_proto2_test.rb \
1186 ruby/tests/generated_code_proto2.proto \
1187 ruby/tests/generated_code.proto \
1188 ruby/tests/multi_level_nesting_test.proto \
1189 ruby/tests/multi_level_nesting_test.rb \
1190 ruby/tests/test_import_proto2.proto \
1191 ruby/tests/test_import.proto \
1192 ruby/tests/test_ruby_package_proto2.proto \
1193 ruby/tests/test_ruby_package.proto \
1194 ruby/tests/generated_code_test.rb \
1195 ruby/tests/well_known_types_test.rb \
1196 ruby/tests/type_errors.rb \
1197 ruby/travis-test.sh
1224 cmake/libprotobuf-lite.cmake \
1227 cmake/protobuf-config-version.cmake.in \
1228 cmake/protobuf-config.cmake.in \
1229 cmake/protobuf-lite.pc.cmake \
1230 cmake/protobuf-module.cmake.in \
1231 cmake/protobuf-options.cmake \
1234 cmake/tests.cmake \
1239 editors/protobuf-mode.el \
1271 util/python/BUILD.bazel
1276 ar-lib \
1281 install-sh \