http://bugs.winehq.org/show_bug.cgi?id=17411
Summary: crypt32/encode tests fail with +heap enabled Product: Wine Version: 1.1.15 Platform: PC URL: http://test.winehq.org/data/6a1537c4b5037be5253c33021fda 3a02430533f7/wine_xp_ae-ub-810-heap/crypt32:encode.html OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: enhancement Priority: P2 Component: crypt32 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Adjusted my daily build script to run make test with +heap, +seh, and +all (along with no WINEDEBUG set) shows some spurious test failures. First up, crypt32/encode:
encode.c:1850: Test failed: Unexpected decoded value for index 10 (value type 13) encode.c:1850: Test failed: Unexpected decoded value for index 12 (value type 13) encode.c:1850: Test failed: Unexpected decoded value for index 10 (value type 13) encode.c:1850: Test failed: Unexpected decoded value for index 12 (value type 13) encode.c:1850: Test failed: Unexpected decoded value for index 10 (value type 13) encode.c:1850: Test failed: Unexpected decoded value for index 12 (value type 13) encode: 5120 tests executed (3 marked as todo, 6 failures), 0 skipped.
Also fails with +all enabled, but not +seh.