We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b750f commit 47424dfCopy full SHA for 47424df
lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
@@ -83,6 +83,10 @@ def test_inferior_print_exit(self):
83
context = self.expect_gdbremote_sequence()
84
self.assertIsNotNone(context)
85
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
90
def test_first_launch_stop_reply_thread_matches_first_qC(self):
91
self.build()
92
procs = self.prep_debug_monitor_and_inferior()
0 commit comments