[Lldb-commits] [PATCH] D94754: skip g packet tests on darwin systems

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 15 13:58:46 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG10ac9b29a4ca: Skip 'g' packet tests when running on darwin; debugserver doesn't impl (authored by jasonmolenda).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94754/new/

https://reviews.llvm.org/D94754

Files:
  lldb/test/API/tools/lldb-server/register-reading/TestGdbRemoteGPacket.py


Index: lldb/test/API/tools/lldb-server/register-reading/TestGdbRemoteGPacket.py
===================================================================
--- lldb/test/API/tools/lldb-server/register-reading/TestGdbRemoteGPacket.py
+++ lldb/test/API/tools/lldb-server/register-reading/TestGdbRemoteGPacket.py
@@ -130,6 +130,7 @@
 
     @expectedFailureAll(oslist=["freebsd"], bugnumber="llvm.org/pr48420")
     @expectedFailureNetBSD
+    @skipIfDarwin # g packet not supported
     def test_g_returns_correct_data_with_suffix(self):
         self.build()
         self.set_inferior_startup_launch()
@@ -137,6 +138,7 @@
 
     @expectedFailureAll(oslist=["freebsd"], bugnumber="llvm.org/pr48420")
     @expectedFailureNetBSD
+    @skipIfDarwin # g packet not supported
     def test_g_returns_correct_data_no_suffix(self):
         self.build()
         self.set_inferior_startup_launch()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94754.317066.patch
Type: text/x-patch
Size: 882 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210115/40f32a6b/attachment.bin>


More information about the lldb-commits mailing list