https://bugs.winehq.org/show_bug.cgi?id=52568 --- Comment #8 from Ralf Habacker <ralf.habacker(a)freenet.de> --- Created attachment 74092 --> https://bugs.winehq.org/attachment.cgi?id=74092 Smaller test case for afunix sockets The appended zip file contains binaries and source for a smaller test case. After unpacking the zip file, running the executable test-socket-afunix-raw.exe shows on native Windows: # No test data! ok 1 - initial nss query did not leak memory # Running test: test dbus unix socket raw # AF_UNIX stream socket created for server # AF_UNIX stream socket created for client # AF_UNIX socket file did not exist # Listening on AF_UNIX server socket # Connected to AF_UNIX server socket # AF_UNIX server accepted connection # AF_UNIX server socket filepath: 'tpf_unix_sock.server' # Accepted AF_UNIX socket filepath: 'tpf_unix_sock.server' # Client AF_UNIX socket filepath: '' # Sending data over AF_UNIX socket ... # Data sent! # Waiting to read data from AF_UNIX socket ... # Data from AF_UNIX socket received = 'Hello from server' ok 2 - test dbus unix socket raw # test dbus unix socket raw test took 0 seconds # 2 tests passed (0 skipped) 1..2 while with with wine 8.2 # No test data! ok 1 - initial nss query did not leak memory # Running test: test dbus unix socket raw ok 2 # SKIP No AFUNIX support available # unlink AF_UNIX socket file failure: 2 '' ok 3 - test dbus unix socket raw # test dbus unix socket raw test took 0 seconds # 2 tests passed (1 skipped) 1..3 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.