https://bugs.winehq.org/show_bug.cgi?id=30432 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, testcase Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #7 from Austin English <austinenglish(a)gmail.com> --- The original testcase still fails in git: austin(a)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(a)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(a)aw25 ~ $ wine test_with_manifest_windows.exe ; echo $? fixme:heap:HeapSetInformation (nil) 1 (nil) 0 0 austin(a)aw25 ~ $ wine test_with_manifest_wine.exe ; echo $? fixme:heap:HeapSetInformation (nil) 1 (nil) 0 0 -- 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.