kernel32/tests: Filter spurious thread creation debug events.
commit8aeca16ca552dd61b6efd1dc66c995f29dfe66b0
authorEric Pouech <eric.pouech@gmail.com>
Wed, 18 Jan 2023 15:24:01 +0000 (18 16:24 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 18 Jan 2023 21:55:19 +0000 (18 22:55 +0100)
tree8e139efaab7d223152dcaa8d43840d3ffaca5779
parent982472d8953fab6356c43a322f794d3f29ae3971
kernel32/tests: Filter spurious thread creation debug events.

On windows, we get some test failures as un-expected thread
create debug events are sent.
Try to filter them out in a couple of places.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
dlls/kernel32/tests/debugger.c