diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2024-09-12 22:19:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 22:19:10 +0200 |
commit | 9dddebab0d93997da87c8452ce13dcf72387bf8e (patch) | |
tree | 6645369cf154f85bae199850823c30e62a3edfb4 /src/unix/freebsd.c | |
parent | a49f264dff6bc853d67e2d16f635ba8d80bc62a6 (diff) | |
download | libuv-9dddebab0d93997da87c8452ce13dcf72387bf8e.tar.gz libuv-9dddebab0d93997da87c8452ce13dcf72387bf8e.zip |
test: delete test with invalid assumption (#4530)
Delete the fs_event_error_reporting test. It fails in different ways,
most frequently on the TSan sanitizer buildbot, due to running out of
file descriptors when that is not expected, or vice versa, *not*
running out of file descriptors when that *is* expected.
The test creates a large number of event loops and expects to,
eventually, hit EMFILE but it sometimes hits it too early, and
sometimes not at all.
I don't think TSan is really responsible here, it just makes the
invalid assumption in the test itself more visible.
Fixes: https://github.com/libuv/libuv/issues/4368
Diffstat (limited to 'src/unix/freebsd.c')
0 files changed, 0 insertions, 0 deletions