From f6f2708d8289e1cd6c24b954c261d478ee73ccfc Mon Sep 17 00:00:00 2001 From: Jacob Young Date: Sat, 28 Oct 2023 03:16:33 -0400 Subject: x86_64: fix compiler rt test failures --- lib/std/Thread/Condition.zig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/std/Thread') diff --git a/lib/std/Thread/Condition.zig b/lib/std/Thread/Condition.zig index 88e5f73d81..ecbc25fdb0 100644 --- a/lib/std/Thread/Condition.zig +++ b/lib/std/Thread/Condition.zig @@ -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; -- cgit v1.2.3