Skip to content

Commit aab1284

Browse files
committed
disable failing standalone test - tools/gen_spirv_spec.zig
Because it is tripping an LLVM 13 assertion. See #12015
1 parent 3809696 commit aab1284

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/standalone.zig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ pub fn addCases(cases: *tests.StandaloneContext) void {
5252
}
5353

5454
// Ensure the development tools are buildable.
55-
cases.add("tools/gen_spirv_spec.zig");
55+
56+
// Disabled due to tripping LLVM 13 assertion:
57+
// https://github.com/ziglang/zig/issues/12015
58+
//cases.add("tools/gen_spirv_spec.zig");
59+
5660
cases.add("tools/gen_stubs.zig");
5761
cases.add("tools/generate_linux_syscalls.zig");
5862
cases.add("tools/process_headers.zig");

0 commit comments

Comments
 (0)