Mark TestLldbGdbServer.test_written_M_content_reads_back_correctly as flaky on linux
authorPavel Labath <labath@google.com>
Tue, 16 Feb 2016 09:58:47 +0000 (09:58 +0000)
committerPavel Labath <labath@google.com>
Tue, 16 Feb 2016 09:58:47 +0000 (09:58 +0000)
I believe the root cause is the asynchronous arrival of inferior stdio (pr25652).

llvm-svn: 260950

lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py

index 961aa5d..0c5c64e 100644 (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()