forked from OSchip/llvm-project
Mark TestLldbGdbServer.test_software_breakpoint_set_and_remove_work_llgs as flaky on linux
The problem is the asynchronous arrival of inferior stdio (pr25652). llvm-svn: 261313
This commit is contained in:
parent
c919f5f964
commit
b3b8fd3b00
|
@ -1232,6 +1232,7 @@ class LldbGdbServerTestCase(gdbremote_testcase.GdbRemoteTestCaseBase):
|
|||
self.software_breakpoint_set_and_remove_work()
|
||||
|
||||
@llgs_test
|
||||
@expectedFlakeyLinux("llvm.org/pr25652")
|
||||
def test_software_breakpoint_set_and_remove_work_llgs(self):
|
||||
self.init_llgs_test()
|
||||
self.build()
|
||||
|
|
Loading…
Reference in New Issue