mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 07:14:10 +08:00
b47bf6c250
The Windows 10 loader starts a few extra threads before main(). In a few of the test cases, the tests were relying on thread ordering (generally, the test thread being at index #1). Instead, use other signals to find the correct thread to verify. R=mark@chromium.org Change-Id: Icb1f5a8fdf3a0ea6d82ab65960dbcb650965f269 Reviewed-on: https://chromium-review.googlesource.com/407073 Reviewed-by: Mark Mentovai <mark@chromium.org>