Skip to content

Commit d38985a

Browse files
committed
[lldb] [test] Disable new CommunicationTests on Windows
Sponsored by: The FreeBSD Foundation
1 parent 7614785 commit d38985a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/unittests/Core/CommunicationTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
using namespace lldb_private;
2323

24+
#ifndef _WIN32
2425
static void CommunicationReadTest(bool use_read_thread) {
2526
Pipe pipe;
2627
ASSERT_THAT_ERROR(pipe.CreateNew(/*child_process_inherit=*/false).ToError(),
@@ -87,7 +88,6 @@ TEST(CommunicationTest, ReadThread) {
8788
CommunicationReadTest(/*use_thread=*/true);
8889
}
8990

90-
#ifndef _WIN32
9191
TEST(CommunicationTest, SynchronizeWhileClosing) {
9292
// Set up a communication object reading from a pipe.
9393
Pipe pipe;

0 commit comments

Comments
 (0)