http://bugs.winehq.org/show_bug.cgi?id=25013
Summary: Unit test from Google Go crypto/rand package fails Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: crypt32 AssignedTo: wine-bugs@winehq.org ReportedBy: fullung@gmail.com
The attached binary is the unit test from Google Go's crypto/rand package.
It passes on Windows Vista.
The same binary fails under Wine
WINEARCH=win32 ./8.out.exe
--- FAIL: rand.TestRead Read(buf) = 0, CryptAcquireContext: error -2146893801 (FormatMessage failed with err=317) FAIL