https://bugs.winehq.org/show_bug.cgi?id=39097
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|comdlg32/tests/filedlg.c |several tests hangs under |hangs under valgrind |valgrind due to use of | |_exit (rather than exit) in | |NtTerminateProcess()
--- Comment #8 from Austin English austinenglish@gmail.com --- For anyone else running my scripts (which I'm pretty sure is no one, but just in case ;), I've added a workaround to always use exit(): https://github.com/austin987/wine-valgrind-scripts/commit/77e751d4b045123033...
This allows me to continue running the tests with a lot less trouble.