[Lldb-commits] [lldb] [lldb] Assorted improvements to the Pipe class (PR #128719)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 26 04:21:06 PST 2025


================
@@ -55,8 +55,6 @@ TEST_F(PipeTest, OpenAsReader) {
 }
 #endif
 
-// This test is flaky on Windows on Arm.
-#ifndef _WIN32
 TEST_F(PipeTest, WriteWithTimeout) {
----------------
labath wrote:

Good idea. I should have done that originally.

https://github.com/llvm/llvm-project/pull/128719


More information about the lldb-commits mailing list