https://bugs.winehq.org/show_bug.cgi?id=55568 Bug ID: 55568 Summary: kernel32:file - test_GetFileType() fails on 'nul' device on macOS Product: Wine Version: unspecified Hardware: x86-64 OS: Mac OS X Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs(a)winehq.org Reporter: fgouget(a)codeweavers.com kernel32:file - test_GetFileType() fails on 'nul' device on macOS: file.c:3160: Test failed: expected type char for nul got 1 This failure is systematic and only happens on macOS (see Remi's rbernon-macos-* cloud test machines). See https://test.winehq.org/data/patterns.html#kernel32:file Where 1 == FILE_TYPE_DISK 2 == FILE_TYPE_CHAR So GetFileType() fails to distinguish the nul device from a regular disk device on macOS. -- 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.