Mark TestLldbGdbServer.test_written_M_content_reads_back_correctly as flaky on linux

I believe the root cause is the asynchronous arrival of inferior stdio (pr25652).

llvm-svn: 260950
This commit is contained in:
Pavel Labath 2016-02-16 09:58:47 +00:00
parent 986a49b036
commit 35f26f613a
1 changed files with 1 additions and 0 deletions

View File

@ -1318,6 +1318,7 @@ class LldbGdbServerTestCase(gdbremote_testcase.GdbRemoteTestCaseBase):
self.written_M_content_reads_back_correctly()
@llgs_test
@expectedFlakeyLinux("llvm.org/pr25652")
def test_written_M_content_reads_back_correctly_llgs(self):
self.init_llgs_test()
self.build()