mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00: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:
parent
6257f4abb7
commit
dd4be26f53
1 changed files with 1 additions and 1 deletions
|
|
@ -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, .{});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue