]> granicus.if.org Git - libevent/commitdiff
Revert "test: avoid regress hanging in macOS"
authorAzat Khuzhin <azat@libevent.org>
Sun, 24 Feb 2019 14:25:31 +0000 (17:25 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sun, 24 Feb 2019 14:28:36 +0000 (17:28 +0300)
After we started to use kill() over raise() everything should work just
fine.

This reverts commit a86f89d333d870e6714bd28c695ba1774df3d7f5.

Fixed-in: 728c5dc1 ("Use kill() over raise() for raising the signal (fixes osx 10.14 with kqueue)")
Fixes: #747
test/regress.c

index 8b5a6bac1de221d32ac12343576be105d4f43ae9..1c19aad4fc04e66aa3acaa0352cee59f9cea9a85 100644 (file)
@@ -3459,7 +3459,7 @@ struct testcase_t main_testcases[] = {
 
        BASIC(active_by_fd, TT_FORK|TT_NEED_BASE|TT_NEED_SOCKETPAIR),
 
-#if !defined(_WIN32) && !defined(__APPLE__)
+#ifndef _WIN32
        LEGACY(fork, TT_ISOLATED),
 #endif
 #ifdef EVENT__HAVE_PTHREADS