Alexandre Julliard pushed to branch master at wine / wine
Commits: 14a4a635 by Rémi Bernon at 2025-06-09T23:03:02+02:00 ole32/tests: Add an test with implicit MTA creation.
This checks what b4da14035741f287130002b512c7d0e9117da80a is fixing: The MTA is created from the thread which is already in an STA, apartment_findfromtid would return the MTA without that patch and RPC would fail.
- - - - - c979fade by Rémi Bernon at 2025-06-09T23:03:02+02:00 ole32/tests: Add more tests with RPC from the wrong thread.
This checks that calling a method from a different STA than the iface has been marshalling from should fail with RPC_E_WRONG_THREAD.
- - - - - aca2268d by Rémi Bernon at 2025-06-09T23:03:02+02:00 ole32/tests: Check calling a proxy after re-creating the STA.
- - - - -
1 changed file:
- dlls/ole32/tests/marshal.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/487310ff2f733a18183bb57a0b160c...