]> granicus.if.org Git - libevent/commit
regress: use non blocking descriptors whenever it is possible
authorAzat Khuzhin <a3at.mail@gmail.com>
Sat, 3 Nov 2018 21:59:33 +0000 (00:59 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Sat, 3 Nov 2018 22:15:24 +0000 (01:15 +0300)
commit4cbdb39c270c3d00c94797f48e87f64178f2c988
treec5598e4fb9faf30c14709a4080703903b1b56a2a
parent965ed54c7a18622c8b477e940481e7c887b0789c
regress: use non blocking descriptors whenever it is possible

Next tests uses fds without O_NONBLOCK flag
- main/free_active_base
- main/many_events
- et/et (has some other bits cleaned up by using TT_* flags and test
  setup/cleanup callbacks)

And hence they will fail in debug mode (EVENT_DEBUG_MODE=):
  Assertion flags & O_NONBLOCK failed in event_debug_assert_socket_nonblocking_
test/regress.c
test/regress_et.c