Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions conformance/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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 = [
Expand Down