This revision was automatically updated to reflect the committed changes.
Closed by commit rL367573: Fix TestThreadSpecificBreakpoint on Windows
(authored by amccarth, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews
stella.stamenova accepted this revision.
stella.stamenova added a comment.
This revision is now accepted and ready to land.
LGTM. Please keep an eye on the bot after you commit though
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65546/new/
https://reviews.llvm.org/D65546
___
amccarth created this revision.
amccarth added a reviewer: stella.stamenova.
This test was frequently hanging on Windows, causing a timeout after 10
minutes. The short delay (100 microsecond) in the sample program could cause a
deadlock in the Windows thread pool, as I've explained in the test