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:
Pavel Labath 2016-02-19 10:36:31 +00:00
parent c919f5f964
commit b3b8fd3b00
1 changed files with 1 additions and 0 deletions

View File

@ -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()