svn commit: r356352 - head/tests/sys/aio

Bryan Drewery bdrewery at FreeBSD.org
Sat Jan 4 18:59:46 UTC 2020


Author: bdrewery
Date: Sat Jan  4 18:59:46 2020
New Revision: 356352
URL: https://svnweb.freebsd.org/changeset/base/356352

Log:
  lio_listio_empty_nowait_thread sometimes does *not* hang.
  
  The other tests consistently do hang though.
  
  Sponsored by:	DellEMC

Modified:
  head/tests/sys/aio/lio_test.c

Modified: head/tests/sys/aio/lio_test.c
==============================================================================
--- head/tests/sys/aio/lio_test.c	Sat Jan  4 18:48:13 2020	(r356351)
+++ head/tests/sys/aio/lio_test.c	Sat Jan  4 18:59:46 2020	(r356352)
@@ -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));


More information about the svn-src-head mailing list