disable regressed wasm32 behavior tests from LLVM 14

This commit is contained in:
Andrew Kelley
2022-07-05 15:46:12 -07:00
parent fc7c0e07be
commit e8ce1728e9
3 changed files with 21 additions and 0 deletions

View File

@@ -796,6 +796,10 @@ test "auto created variables have correct alignment" {
}
test "extern variable with non-pointer opaque type" {
if (builtin.zig_backend == .stage1) {
// Regressed with LLVM 14
return error.SkipZigTest;
}
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO