diff --git a/test/tests.zig b/test/tests.zig index f4c5e01ac882e3b7302dad8341b94175c19a20c3..1329474d2b8e70b9103b25eb4a0081ded60587b9 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -1344,15 +1344,18 @@ const test_targets = blk: { // SPIR-V Targets - .{ - .target = std.Target.Query.parse(.{ - .arch_os_abi = "spirv64-vulkan", - .cpu_features = "vulkan_v1_2+float16+float64", - }) catch unreachable, - .use_llvm = false, - .use_lld = false, - .skip_modules = &.{ "c-import", "zigc", "std" }, - }, + // Disabled due to no active maintainer (feel free to fix the failures + // and then re-enable at any time). The failures occur due to changing AIR + // from the frontend, and backend being incomplete. + //.{ + // .target = std.Target.Query.parse(.{ + // .arch_os_abi = "spirv64-vulkan", + // .cpu_features = "vulkan_v1_2+float16+float64", + // }) catch unreachable, + // .use_llvm = false, + // .use_lld = false, + // .skip_modules = &.{ "c-import", "zigc", "std" }, + //}, // WASI Targets