summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2017-07-21 15:09:24 +0000
committerAlan Somers <asomers@FreeBSD.org>2017-07-21 15:09:24 +0000
commit18ddf67c64167ae2af2a77df3c2587547acc51ff (patch)
tree7bb1d404bae77b8a30c332fa7c032c150f4515ab /tests
parent1ec31f2c6fa2c12bc7e8ee1de157abf0e74c95de (diff)
downloadsrc-test2-18ddf67c64167ae2af2a77df3c2587547acc51ff.tar.gz
src-test2-18ddf67c64167ae2af2a77df3c2587547acc51ff.zip
Notes
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/aio/lio_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sys/aio/lio_test.c b/tests/sys/aio/lio_test.c
index 0e26aaa351fa..a87933cccbac 100644
--- a/tests/sys/aio/lio_test.c
+++ b/tests/sys/aio/lio_test.c
@@ -119,8 +119,8 @@ ATF_TC_BODY(lio_listio_empty_nowait_thread, tc)
struct aiocb *list = NULL;
struct sigevent sev;
- atf_tc_expect_fail("Bug 220459 - lio_listio(2) doesn't support"
- " SIGEV_THREAD");
+ 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));
bzero(&sev, sizeof(sev));
sev.sigev_notify = SIGEV_THREAD;