mirror of https://github.com/pyodide/pyodide.git
undef HAVE_SYS_IOCTL_H
This commit is contained in:
parent
2fd3d2ec3f
commit
436eba4b5f
|
@ -25,6 +25,7 @@
|
||||||
/* Syscalls that resulted in a segfault */
|
/* Syscalls that resulted in a segfault */
|
||||||
#undef HAVE_UTIMENSAT
|
#undef HAVE_UTIMENSAT
|
||||||
#undef HAVE_SYS_SOCKET_H
|
#undef HAVE_SYS_SOCKET_H
|
||||||
|
#undef HAVE_SYS_IOCTL_H
|
||||||
|
|
||||||
/* Unsupported functionality */
|
/* Unsupported functionality */
|
||||||
#undef HAVE_PTHREAD_H
|
#undef HAVE_PTHREAD_H
|
||||||
|
|
|
@ -65,7 +65,7 @@ test_asyncio.test_transports
|
||||||
test_asyncio.test_unix_events async
|
test_asyncio.test_unix_events async
|
||||||
test_asyncio.test_windows_events
|
test_asyncio.test_windows_events
|
||||||
test_asyncio.test_windows_utils
|
test_asyncio.test_windows_utils
|
||||||
test_asyncore bad ioctl syscall async segfault
|
test_asyncore bad ioctl syscall async
|
||||||
test_atexit
|
test_atexit
|
||||||
test_audioop audioop
|
test_audioop audioop
|
||||||
test_augassign
|
test_augassign
|
||||||
|
@ -204,7 +204,7 @@ test_fractions
|
||||||
test_frame
|
test_frame
|
||||||
test_frozen
|
test_frozen
|
||||||
test_fstring
|
test_fstring
|
||||||
test_ftplib socket segfault-ioctl
|
test_ftplib socket
|
||||||
test_funcattrs
|
test_funcattrs
|
||||||
test_functools threading
|
test_functools threading
|
||||||
test_future
|
test_future
|
||||||
|
@ -280,7 +280,7 @@ test_inspect
|
||||||
test_int
|
test_int
|
||||||
test_int_literal
|
test_int_literal
|
||||||
test_io crash
|
test_io crash
|
||||||
test_ioctl
|
test_ioctl segfault
|
||||||
test_ipaddress
|
test_ipaddress
|
||||||
test_isinstance
|
test_isinstance
|
||||||
test_iter
|
test_iter
|
||||||
|
|
Loading…
Reference in New Issue