1. 19 Nov, 2025 1 commit
    • Daniel Hiltgen's avatar
      win: exit instead of abort (#13138) · 485da9fd
      Daniel Hiltgen authored
      Calling abort on windows triggers the C++ runtime to attempt a debugger
      attach, which causes the crashed runners to hang instead of exit, leading
      to a timeout instead of a fast failure during discovery.
      485da9fd