This repository was archived by the owner on Dec 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def upb_deps():
2424 _github_archive ,
2525 name = "com_google_protobuf" ,
2626 repo = "https://github.com/protocolbuffers/protobuf" ,
27- commit = "3380463ff87873b1ed07b730c79d78477289d0cd " ,
27+ commit = "5407aa62af5f8d71c344ef10877806232a137991 " ,
2828 patches = ["//bazel:protobuf.patch" ],
2929 )
3030
Original file line number Diff line number Diff line change 2626from google .protobuf .internal .descriptor_test import *
2727import unittest
2828
29- # begin:github_only
30- # Our behavior here matches pure-Python, which does not allow
31- # foo.enum_values_by_name.get([]). We reject it because we return a true
32- # dict (like pure Python), which does not allow hashing by a list.
33- GeneratedDescriptorTest .testDescriptor .__unittest_expecting_failure__ = True
34- GeneratedDescriptorTest .testCppDescriptorContainer .__unittest_expecting_failure__ = True
35- GeneratedDescriptorTest .testServiceDescriptor .__unittest_expecting_failure__ = True
36- # end:github_only
37-
3829# These fail because they attempt to add fields with conflicting JSON names.
3930# We don't want to support this going forward.
4031MakeDescriptorTest .testCamelcaseName .__unittest_expecting_failure__ = True
You can’t perform that action at this time.
0 commit comments