From 16bba8f68ee4e7a501f11b2fe5c1f3a9305de29a Mon Sep 17 00:00:00 2001 From: CEL Dev Team Date: Fri, 26 Dec 2025 13:15:48 -0800 Subject: [PATCH] Internal Change PiperOrigin-RevId: 849253064 --- conformance/BUILD | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conformance/BUILD b/conformance/BUILD index 35d554c7b..c2d13cdaa 100644 --- a/conformance/BUILD +++ b/conformance/BUILD @@ -147,6 +147,7 @@ _ALL_TESTS = [ "@com_google_cel_spec//tests/simple:testdata/macros2.textproto", "@com_google_cel_spec//tests/simple:testdata/math_ext.textproto", "@com_google_cel_spec//tests/simple:testdata/namespace.textproto", + "@com_google_cel_spec//tests/simple:testdata/network_ext.textproto", "@com_google_cel_spec//tests/simple:testdata/optionals.textproto", "@com_google_cel_spec//tests/simple:testdata/parse.textproto", "@com_google_cel_spec//tests/simple:testdata/plumbing.textproto", @@ -228,12 +229,18 @@ _TESTS_TO_SKIP_LEGACY = _TESTS_TO_SKIP + [ "block_ext/basic/optional_map", "block_ext/basic/optional_map_chained", "block_ext/basic/optional_message", + + # Opaque types (net.IP, net.CIDR) are not supported as values in legacy mode. + "network_ext/ip_type/ip_type", + "network_ext/cidr/parse_cidr_ipv4", + "network_ext/cidr/cidr_type", ] _TESTS_TO_SKIP_CHECKED = [ # block is a post-check optimization that inserts internal variables. The C++ type checker # needs support for a proper optimizer for this to work. # "block_ext", + "network_ext/ip_type/is_ip_cidr_compile_error", ] _TESTS_TO_SKIP_LEGACY_DASHBOARD = [