Skip to content

Commit 16bba8f

Browse files
CEL Dev Teamcopybara-github
authored andcommitted
Internal Change
PiperOrigin-RevId: 849253064
1 parent d2a8a78 commit 16bba8f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

conformance/BUILD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ _ALL_TESTS = [
147147
"@com_google_cel_spec//tests/simple:testdata/macros2.textproto",
148148
"@com_google_cel_spec//tests/simple:testdata/math_ext.textproto",
149149
"@com_google_cel_spec//tests/simple:testdata/namespace.textproto",
150+
"@com_google_cel_spec//tests/simple:testdata/network_ext.textproto",
150151
"@com_google_cel_spec//tests/simple:testdata/optionals.textproto",
151152
"@com_google_cel_spec//tests/simple:testdata/parse.textproto",
152153
"@com_google_cel_spec//tests/simple:testdata/plumbing.textproto",
@@ -228,12 +229,18 @@ _TESTS_TO_SKIP_LEGACY = _TESTS_TO_SKIP + [
228229
"block_ext/basic/optional_map",
229230
"block_ext/basic/optional_map_chained",
230231
"block_ext/basic/optional_message",
232+
233+
# Opaque types (net.IP, net.CIDR) are not supported as values in legacy mode.
234+
"network_ext/ip_type/ip_type",
235+
"network_ext/cidr/parse_cidr_ipv4",
236+
"network_ext/cidr/cidr_type",
231237
]
232238

233239
_TESTS_TO_SKIP_CHECKED = [
234240
# block is a post-check optimization that inserts internal variables. The C++ type checker
235241
# needs support for a proper optimizer for this to work.
236242
# "block_ext",
243+
"network_ext/ip_type/is_ip_cidr_compile_error",
237244
]
238245

239246
_TESTS_TO_SKIP_LEGACY_DASHBOARD = [

0 commit comments

Comments
 (0)