mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-21 08:32:02 +03:00
libc-test: disable daemon-failure.c
It's flaky in that systems with a high FD limit will get an unexpected ENOMEM error from daemon(), failing the test.
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ pub fn addCases(cases: *tests.LibcContext) void {
|
||||
cases.addLibcTestCase("functional/wcsstr.c", true, .{});
|
||||
cases.addLibcTestCase("functional/wcstol.c", true, .{});
|
||||
|
||||
cases.addLibcTestCase("regression/daemon-failure.c", false, .{});
|
||||
// cases.addLibcTestCase("regression/daemon-failure.c", false, .{}); - unexpected ENOMEM with high FD limit
|
||||
cases.addLibcTestCase("regression/dn_expand-empty.c", false, .{});
|
||||
cases.addLibcTestCase("regression/dn_expand-ptr-0.c", false, .{});
|
||||
cases.addLibcTestCase("regression/execle-env.c", false, .{});
|
||||
|
||||
Reference in New Issue
Block a user