[Lldb-commits] [lldb] 21589d0 - [lldb] XFAIL TestGdbRemote_vContThreads on macos

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 26 09:27:02 PDT 2021


Author: Pavel Labath
Date: 2021-03-26T17:26:44+01:00
New Revision: 21589d07665cc167e8ce6afa12ac8d9c972f9ce2

URL: https://github.com/llvm/llvm-project/commit/21589d07665cc167e8ce6afa12ac8d9c972f9ce2
DIFF: https://github.com/llvm/llvm-project/commit/21589d07665cc167e8ce6afa12ac8d9c972f9ce2.diff

LOG: [lldb] XFAIL TestGdbRemote_vContThreads on macos

It seems debugserver does not implement these packets.

Added: 
    

Modified: 
    lldb/test/API/tools/lldb-server/TestGdbRemote_vContThreads.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/tools/lldb-server/TestGdbRemote_vContThreads.py b/lldb/test/API/tools/lldb-server/TestGdbRemote_vContThreads.py
index d33a9699f3b97..fc65e67393764 100644
--- a/lldb/test/API/tools/lldb-server/TestGdbRemote_vContThreads.py
+++ b/lldb/test/API/tools/lldb-server/TestGdbRemote_vContThreads.py
@@ -51,6 +51,7 @@ def send_and_check_signal(self, vCont_data, threads):
 
     @skipIfWindows
     @expectedFailureNetBSD
+    @expectedFailureDarwin # No signals delivered
     def test_signal_process_without_tid(self):
         self.build()
         self.set_inferior_startup_launch()
@@ -74,6 +75,7 @@ def test_signal_one_thread(self):
 
     @skipIfWindows
     @expectedFailureNetBSD
+    @expectedFailureDarwin # Only one signal delivered
     def test_signal_all_threads(self):
         self.build()
         self.set_inferior_startup_launch()


        


More information about the lldb-commits mailing list