https://bugs.winehq.org/show_bug.cgi?id=30432
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, testcase Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #7 from Austin English austinenglish@gmail.com --- The original testcase still fails in git: austin@aw25 ~/test $ wine testcase.exe fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:process:SetProcessDEPPolicy (1): stub fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub. fixme:heap:HeapSetInformation (nil) 1 (nil) 0 Manifest added Could not locate manifest austin@aw25 ~/test $ wine --version wine-1.7.16-178-g7e874ae
I'm not sure what the updated testcase is supposed to do, but they both pass for me: austin@aw25 ~ $ wine test_with_manifest_windows.exe ; echo $? fixme:heap:HeapSetInformation (nil) 1 (nil) 0 0 austin@aw25 ~ $ wine test_with_manifest_wine.exe ; echo $? fixme:heap:HeapSetInformation (nil) 1 (nil) 0 0