fix(ci): repair native and Maestro checks

This commit is contained in:
edde746
2026-07-24 20:30:45 +02:00
parent 102ef46d00
commit d1cec00b51
3 changed files with 13 additions and 4 deletions
@@ -289,7 +289,8 @@ void TestTimedOutSubclassDetachCanBeAdopted() {
::WaitForSingleObject(block_exited, 1000) == WAIT_OBJECT_0,
"the owner thread must leave the deterministic blocking message");
::SendMessageW(windows.inner, WM_NULL, 0, 0);
::SendMessageW(windows.inner, WM_POINTERUPDATE, 0, MAKELPARAM(12, 13));
::SendMessageW(
windows.inner, WM_POINTERUPDATE, MAKEWPARAM(1, POINTER_FLAG_UPDATE | POINTER_FLAG_INRANGE), MAKELPARAM(12, 13));
Check(
g_forwarded_pointer_messages.load(std::memory_order_relaxed) == 1,
"the adopted generation must resume pointer forwarding");