[Lldb-commits] [lldb] f1dcc6a - [lldb] [test] Mark test_vCont_supports_t llgs-only

Michał Górny via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 27 21:07:31 PDT 2022


Author: Michał Górny
Date: 2022-06-28T06:06:54+02:00
New Revision: f1dcc6af30d98cef6d0aa9579148fa223dbb5d7c

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

LOG: [lldb] [test] Mark test_vCont_supports_t llgs-only

Sponsored by: The FreeBSD Foundation

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py b/lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py
index c17d0b7740dde..7b20ef230ba94 100644
--- a/lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py
+++ b/lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py
@@ -39,6 +39,7 @@ def test_vCont_supports_S(self):
         self.build()
         self.vCont_supports_mode("S")
 
+    @add_test_categories(["llgs"])
     def test_vCont_supports_t(self):
         self.build()
         self.vCont_supports_mode("t")


        


More information about the lldb-commits mailing list