File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,15 @@ pub fn addCases(cases: *tests.StandaloneContext) void {
62
62
cases .add ("tools/process_headers.zig" );
63
63
cases .add ("tools/update-license-headers.zig" );
64
64
cases .add ("tools/update-linux-headers.zig" );
65
- cases .add ("tools/update_clang_options.zig" );
65
+
66
+ // Disabled due to tripping LLVM 13 assertion:
67
+ // https://github.com/ziglang/zig/issues/12022
68
+ //cases.add("tools/update_clang_options.zig");
69
+
66
70
cases .add ("tools/update_cpu_features.zig" );
67
71
cases .add ("tools/update_glibc.zig" );
68
- cases .add ("tools/update_spirv_features.zig" );
72
+
73
+ // Disabled due to tripping LLVM 13 assertion:
74
+ // https://github.com/ziglang/zig/issues/12015
75
+ //cases.add("tools/update_spirv_features.zig");
69
76
}
You can’t perform that action at this time.
0 commit comments