https://bugs.winehq.org/show_bug.cgi?id=42228
Bug ID: 42228 Summary: bcrypt:bcrypt test regression (test_aes) Product: Wine Version: unspecified Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: bcrypt Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
Since the commit below, the my Windows 8 Acer laptop has a new test failure:
bcrypt.c:794: Test failed: got 638
See: https://test.winehq.org/data/tests/bcrypt:bcrypt.html
Note that since the failure does not happen when I boot it under Windows 8.1 and that, as far as I know, I am the only one to run the tests on Windows 8 rather than Windows 8.1 (*), this is probably tied to that specific Windows version, even more so since the test seems to be pretty dependent on the Windows version already.
See: https://test.winehq.org/data/80d2edd5845c09b98cb5b6b7779b4455dfbc1095/index_...
(*) The TestBot's two Windows 8 VMs have been upgraded to Windows 8.1. cw1-hd6800 and cw2-gtx560 only have Windows 8.1 to start with (otherwise they would have a Windows 8 disk image and I'd have added it to the daily tests).
commit 9fcdc5ec7538dd92598291520fe5b8ea19b8b100 Author: Hans Leidekker hans@codeweavers.com Date: Fri Dec 2 18:36:41 2016 -0200
bcrypt/tests: Add AES provider tests.
Signed-off-by: Bruno Jesus 00cpxxx@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org