There was an error while loading. Please reload this page.
1 parent ff55aa8 commit 61dabecCopy full SHA for 61dabec
1 file changed
conformance/BUILD
@@ -228,12 +228,18 @@ _TESTS_TO_SKIP_LEGACY = _TESTS_TO_SKIP + [
228
"block_ext/basic/optional_map",
229
"block_ext/basic/optional_map_chained",
230
"block_ext/basic/optional_message",
231
+
232
+ # Opaque types (net.IP, net.CIDR) are not supported as values in legacy mode.
233
+ "network_ext/ip_type/ip_type",
234
+ "network_ext/cidr/parse_cidr_ipv4",
235
+ "network_ext/cidr/cidr_type",
236
]
237
238
_TESTS_TO_SKIP_CHECKED = [
239
# block is a post-check optimization that inserts internal variables. The C++ type checker
240
# needs support for a proper optimizer for this to work.
241
# "block_ext",
242
+ "network_ext/ip_type/is_ip_cidr_compile_error",
243
244
245
_TESTS_TO_SKIP_LEGACY_DASHBOARD = [
0 commit comments