https://bugs.winehq.org/show_bug.cgi?id=43960
Bug ID: 43960 Summary: rpcrt4/cstub tests fail on arm Product: Wine Version: 2.19 Hardware: arm OS: Linux Status: NEW Keywords: download, testcase Severity: normal Priority: P2 Component: rpc Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: Debian
(stretch)austin@localhost:~/wine-git/dlls/rpcrt4/tests$ make test ../../../tools/runtest -q -P wine -T ../../.. -M rpcrt4.dll -p rpcrt4_test.exe.so cstub && touch cstub.ok cstub.c:1123: Test failed: ret c0000005 Makefile:185: recipe for target 'cstub.ok' failed make: *** [cstub.ok] Error 1
https://bugs.winehq.org/show_bug.cgi?id=43960
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #1 from André H. nerv@dawncrow.de --- confirming: cstub.c:583: Test marked todo: wrong proxy 2 func 4 is NULL cstub.c:989: Test marked todo: release called 1 cstub.c:1123: Test failed: ret c0000005 002d:cstub: 188 tests executed (2 marked as todo, 1 failure), 0 skipped.
https://bugs.winehq.org/show_bug.cgi?id=43960
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #2 from Austin English austinenglish@gmail.com --- Works for me now: austin@PrawnOS:~/wine-git/dlls/rpcrt4/tests$ make cstub.ok ../../../tools/runtest -q -P wine -T ../../.. -M rpcrt4.dll -p rpcrt4_test.exe.so cstub && touch cstub.ok 0460:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d austin@PrawnOS:~/wine-git/dlls/rpcrt4/tests$ echo $? 0
wine-5.7-301-ga897d858e4
https://bugs.winehq.org/show_bug.cgi?id=43960
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e24f2f3b90937f00bb011c05af9 | |8f63d9934b920
--- Comment #3 from Austin English austinenglish@gmail.com --- Bisect shows this was fixed by: commit e24f2f3b90937f00bb011c05af98f63d9934b920 Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 13 16:08:06 2018 +0100
rpcrt4: Support delegated proxies on ARM.
Signed-off-by: Alexandre Julliard julliard@winehq.org
Thanks Alexandre!
https://bugs.winehq.org/show_bug.cgi?id=43960
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.9.