Author: Jonas Devlieghere
Date: 2020-03-13T10:07:15-07:00
New Revision: 01387c44d05287bd330e67af68fc265f01b8d2ed

URL: 
https://github.com/llvm/llvm-project/commit/01387c44d05287bd330e67af68fc265f01b8d2ed
DIFF: 
https://github.com/llvm/llvm-project/commit/01387c44d05287bd330e67af68fc265f01b8d2ed.diff

LOG: [lldb/Test] Temporarily skip TestReproducerAttach on Linux

The test is failing with an unexpected packet during replay. Temporarily
disabling the test while I setup and environment to investigate.

Added: 
    

Modified: 
    lldb/test/API/functionalities/reproducers/attach/TestReproducerAttach.py

Removed: 
    


################################################################################
diff  --git 
a/lldb/test/API/functionalities/reproducers/attach/TestReproducerAttach.py 
b/lldb/test/API/functionalities/reproducers/attach/TestReproducerAttach.py
index 9bc123a5d051..e9a570b50976 100644
--- a/lldb/test/API/functionalities/reproducers/attach/TestReproducerAttach.py
+++ b/lldb/test/API/functionalities/reproducers/attach/TestReproducerAttach.py
@@ -10,17 +10,18 @@
 from lldbsuite.test import lldbutil
 
 
-class CreateAfterAttachTestCase(TestBase):
+class ReproducerAttachTestCase(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
     NO_DEBUG_INFO_TESTCASE = True
 
+    @skipIfLinux # Reproducer received unexpected packet.
     @skipIfFreeBSD
     @skipIfNetBSD
     @skipIfWindows
     @skipIfRemote
     @skipIfiOSSimulator
-    def test_create_after_attach_with_fork(self):
+    def test_reproducer_attach(self):
         """Test thread creation after process attach."""
         exe = '%s_%d' % (self.testMethodName, os.getpid())
 


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to