[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.
----------------
labath wrote:

Yeah it was 2fae58e9c7becc376454005da69acb3fa993350e. I'm pretty sure this will fix it, as it's the exact same problem that was fixed for the MainLoop class with #117756.

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


More information about the lldb-commits mailing list