Skip to content

Commit 47424df

Browse files
committed
[lldb][test] Skip part of TestLldbGdbServer.py on Windows
See #138085.
1 parent c5b750f commit 47424df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lldb/test/API/tools/lldb-server/TestLldbGdbServer.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ def test_inferior_print_exit(self):
8383
context = self.expect_gdbremote_sequence()
8484
self.assertIsNotNone(context)
8585

86+
# Sometimes fails:
87+
# regex '^\$QC([0-9a-fA-F]+)#' failed to match against content '$E45#ae'
88+
# See https://github.com/llvm/llvm-project/issues/138085.
89+
@skipIfWindows
8690
def test_first_launch_stop_reply_thread_matches_first_qC(self):
8791
self.build()
8892
procs = self.prep_debug_monitor_and_inferior()

0 commit comments

Comments
 (0)