test: test with -fstrip and fix failures

Closes #17513
This commit is contained in:
Jacob Young
2023-11-30 14:27:18 -05:00
committed by Matthew Lugg
parent 39a966b0a4
commit bf5ab54510
7 changed files with 32 additions and 24 deletions

View File

@@ -2657,6 +2657,8 @@ pub fn dumpStackPointerAddr(prefix: []const u8) void {
}
test "manage resources correctly" {
if (builtin.strip_debug_info) return error.SkipZigTest;
if (builtin.os.tag == .wasi) return error.SkipZigTest;
if (builtin.os.tag == .windows) {