http://bugs.winehq.org/show_bug.cgi?id=17409
Summary: crypt32/chain 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:chain.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/chain:
chain.c:1867: Test failed: #0001[9]: expected 800b010a, got 80096004 chain.c:1876: Tests skipped: #0001[9]: error 80096004 doesn't match expected 800b010a, not checking indexes chain.c:1867: Test failed: #0002[9]: expected 800b010a, got 80096004 chain.c:1876: Tests skipped: #0002[9]: error 80096004 doesn't match expected 800b010a, not checking indexes chain.c:1261: Test failed: Chain 9: expected error 00010480, got aaabaeaa chain.c:1282: Test failed: Chain 9: expected info 00000000, got aaaaaaa0 chain: 523 tests executed (0 marked as todo, 4 failures), 2 skipped.
Also fails with +all enabled, but not +seh