https://bugs.winehq.org/show_bug.cgi?id=12840 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|kernel32:change fails in |kernel32:change fails in |PC-BSD/OS X but not Linux |macOS and *BSD due to lack | |of inotify support OS|FreeBSD |Mac OS X --- Comment #11 from François Gouget <fgouget(a)codeweavers.com> --- Wine uses inotify for file change notification (see init_inotify() in server/change.c) but this API is not supported on macOS and *BSD. So this causes all the kernel32:change tests to fail. See for instance Remi's rbernon-macos-* cloud test machines. See https://test.winehq.org/data/patterns.html#kernel32:change -- 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.