mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
lio_listio_empty_nowait_thread sometimes does *not* hang.
The other tests consistently do hang though. Sponsored by: DellEMC
This commit is contained in:
parent
dfe13344f5
commit
0cb4586a0b
1 changed files with 1 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ ATF_TC_BODY(lio_listio_empty_nowait_thread, tc)
|
|||
struct aiocb *list = NULL;
|
||||
struct sigevent sev;
|
||||
|
||||
atf_tc_skip("Sometimes hangs and sometimes passes");
|
||||
atf_tc_expect_timeout("Bug 220398 - lio_listio(2) never sends"
|
||||
" asynchronous notification if nent==0");
|
||||
ATF_REQUIRE_EQ(0, sem_init(&completions, false, 0));
|
||||
|
|
|
|||
Loading…
Reference in a new issue