[Bug 17645] crypt32/sip: test fails with +heap on OpenSolaris

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 12 13:24:10 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=17645





--- Comment #2 from Juan Lang <juan_lang at yahoo.com>  2009-08-12 13:24:09 ---
The first failure is not in fact in any crypt32 function, even though the tests
are in crypt32:
sip.c:194: Test failed: expected GEVA(windir) to succeed, last error 203

The corresponding code in the tests is:
    ret = GetEnvironmentVariableA(windir, regeditPath, MAX_PATH);
    ok (ret > 0, "expected GEVA(windir) to succeed, last error %d\n",
GetLastError());

You might attach a +environ trace to see why this one's failing.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list