From dd10d3fb5219bb5683b90b4141b0f27eb02dd614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Thu, 2 Apr 2026 12:32:23 +0200 Subject: [PATCH] libc-test: disable pthread_cancel-points.c This test is racey if multiple instances of it run concurrently. --- test/libc.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/libc.zig b/test/libc.zig index 2e499d4b2d7d06bd3b7b2457398f493b2187d488..1257c690e814fb801da84b1e7d2740803d6a79f8 100644 --- a/test/libc.zig +++ b/test/libc.zig @@ -22,7 +22,7 @@ pub fn addCases(cases: *tests.LibcContext) void { cases.addLibcTestCase("functional/memstream.c", true, .{}); // "functional/mntent.c": https://www.openwall.com/lists/musl/2024/10/22/1 cases.addLibcTestCase("functional/popen.c", false, .{}); - cases.addLibcTestCase("functional/pthread_cancel-points.c", false, .{}); + // cases.addLibcTestCase("functional/pthread_cancel-points.c", false, .{}); - racey if multiple instances of the test run concurrently. cases.addLibcTestCase("functional/pthread_cancel.c", false, .{}); cases.addLibcTestCase("functional/pthread_cond.c", false, .{}); cases.addLibcTestCase("functional/pthread_mutex.c", false, .{}); -- 2.54.0