From 436eba4b5fb65ebf0fa003d4710a77311670a614 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Tue, 2 Oct 2018 15:20:04 +0200 Subject: [PATCH] undef HAVE_SYS_IOCTL_H --- cpython/pyconfig.undefs.h | 1 + test/python_tests.txt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cpython/pyconfig.undefs.h b/cpython/pyconfig.undefs.h index 064322c86..3dc5eec20 100644 --- a/cpython/pyconfig.undefs.h +++ b/cpython/pyconfig.undefs.h @@ -25,6 +25,7 @@ /* Syscalls that resulted in a segfault */ #undef HAVE_UTIMENSAT #undef HAVE_SYS_SOCKET_H +#undef HAVE_SYS_IOCTL_H /* Unsupported functionality */ #undef HAVE_PTHREAD_H diff --git a/test/python_tests.txt b/test/python_tests.txt index 84703e5b5..88f447acf 100644 --- a/test/python_tests.txt +++ b/test/python_tests.txt @@ -65,7 +65,7 @@ test_asyncio.test_transports test_asyncio.test_unix_events async test_asyncio.test_windows_events test_asyncio.test_windows_utils -test_asyncore bad ioctl syscall async segfault +test_asyncore bad ioctl syscall async test_atexit test_audioop audioop test_augassign @@ -204,7 +204,7 @@ test_fractions test_frame test_frozen test_fstring -test_ftplib socket segfault-ioctl +test_ftplib socket test_funcattrs test_functools threading test_future @@ -280,7 +280,7 @@ test_inspect test_int test_int_literal test_io crash -test_ioctl +test_ioctl segfault test_ipaddress test_isinstance test_iter