[PATCH 1/2] bcrypt: Add test for BCryptSecretAgreement.

Derek Lesho dlesho at codeweavers.com
Tue Jan 7 10:21:41 CST 2020


On 2020-01-07 10:14, Marvin wrote:

> Hi,
>
> While running your changed tests, I think I found new failures.
> Being a bot and all I'm not very good at pattern recognition, so I might be
> wrong, but could you please double-check?
>
> Full results can be found at:
> https://testbot.winehq.org/JobDetails.pl?Key=62978
>
> Your paranoid android.
>
>
> === wvistau64 (32 bit report) ===
>
> bcrypt:
> bcrypt.c:2018: Test failed: got c0000001
> bcrypt.c:2022: Test failed: got c0000008
> bcrypt.c:2023: Test failed: size not set
> bcrypt.c:2027: Test failed: got c0000008
> bcrypt.c:2028: Test failed: got 0
> bcrypt.c:2036: Test failed: got c0000008
>
> === w2008s64 (32 bit report) ===
>
> bcrypt:
> bcrypt.c:2018: Test failed: got c0000001
> bcrypt.c:2022: Test failed: got c0000008
> bcrypt.c:2023: Test failed: size not set
> bcrypt.c:2027: Test failed: got c0000008
> bcrypt.c:2028: Test failed: got 0
> bcrypt.c:2036: Test failed: got c0000008
>
> === w7u (32 bit report) ===
>
> bcrypt:
> bcrypt.c:2018: Test failed: got c0000001
> bcrypt.c:2022: Test failed: got c0000008
> bcrypt.c:2023: Test failed: size not set
> bcrypt.c:2027: Test failed: got c0000008
> bcrypt.c:2028: Test failed: got 0
> bcrypt.c:2036: Test failed: got c0000008
>
> === w8 (32 bit report) ===
>
> bcrypt:
> bcrypt.c:2018: Test failed: got c0000001
> bcrypt.c:2022: Test failed: got c0000008
> bcrypt.c:2023: Test failed: size not set
> bcrypt.c:2027: Test failed: got c0000008
> bcrypt.c:2028: Test failed: got 0
> bcrypt.c:2036: Test failed: got c0000008
>
> === w8adm (32 bit report) ===
>
> bcrypt:
> bcrypt.c:2018: Test failed: got c0000001
> bcrypt.c:2022: Test failed: got c0000008
> bcrypt.c:2023: Test failed: size not set
> bcrypt.c:2027: Test failed: got c0000008
> bcrypt.c:2028: Test failed: got 0
> bcrypt.c:2036: Test failed: got c0000008
>
> === w864 (32 bit report) ===
>
> bcrypt:
> bcrypt.c:2018: Test failed: got c0000001
> bcrypt.c:2022: Test failed: got c0000008
> bcrypt.c:2023: Test failed: size not set
> bcrypt.c:2027: Test failed: got c0000008
> bcrypt.c:2028: Test failed: got 0
> bcrypt.c:2036: Test failed: got c0000008
>
> === wvistau64 (64 bit report) ===
>
> bcrypt:
> bcrypt.c:2018: Test failed: got c0000001
> bcrypt.c:2022: Test failed: got c0000008
> bcrypt.c:2023: Test failed: size not set
> bcrypt.c:2027: Test failed: got c0000008
> bcrypt.c:2028: Test failed: got 0
> bcrypt.c:2036: Test failed: got c0000008
>
> === w2008s64 (64 bit report) ===
>
> bcrypt:
> bcrypt.c:2018: Test failed: got c0000001
> bcrypt.c:2022: Test failed: got c0000008
> bcrypt.c:2023: Test failed: size not set
> bcrypt.c:2027: Test failed: got c0000008
> bcrypt.c:2028: Test failed: got 0
> bcrypt.c:2036: Test failed: got c0000008
>
> === w864 (64 bit report) ===
>
> bcrypt:
> bcrypt.c:2018: Test failed: got c0000001
> bcrypt.c:2022: Test failed: got c0000008
> bcrypt.c:2023: Test failed: size not set
> bcrypt.c:2027: Test failed: got c0000008
> bcrypt.c:2028: Test failed: got 0
> bcrypt.c:2036: Test failed: got c0000008
Whoops, looks like a made a copy-paste mistake, not sure why that didn't 
fail on windows 10 (which I ran the test on).



More information about the wine-devel mailing list