x86_64: fix compiler rt test failures

This commit is contained in:
Jacob Young
2023-10-28 03:16:33 -04:00
parent 1fecf86ebf
commit f6f2708d82
30 changed files with 211 additions and 206 deletions

View File

@@ -440,6 +440,8 @@ test "Condition - multi signal" {
return error.SkipZigTest;
}
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
const num_threads = 4;
const num_iterations = 4;