Unblock stalled i/o signals on windows

This commit is contained in:
Justine Tunney 2024-12-29 00:05:59 -08:00
parent aca4214ff6
commit 9ba5b227d9
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 43 additions and 50 deletions

View file

@ -133,10 +133,6 @@ int main() {
if (IsOpenbsd())
return 0;
// TODO(jart): Why is this test flaky on Windows?
if (IsWindows())
return 0;
// Block SIGUSR1 and SIGUSR2 in main thread
sigset_t block_set;
sigemptyset(&block_set);