[lldb] [test] Mark test_vCont_supports_t llgs-only
authorMichał Górny <mgorny@moritz.systems>
Tue, 28 Jun 2022 04:06:54 +0000 (06:06 +0200)
committerMichał Górny <mgorny@moritz.systems>
Tue, 28 Jun 2022 04:06:54 +0000 (06:06 +0200)
Sponsored by: The FreeBSD Foundation

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

index c17d0b7..7b20ef2 100644 (file)
@@ -39,6 +39,7 @@ class TestGdbRemote_vCont(gdbremote_testcase.GdbRemoteTestCaseBase):
         self.build()
         self.vCont_supports_mode("S")
 
+    @add_test_categories(["llgs"])
     def test_vCont_supports_t(self):
         self.build()
         self.vCont_supports_mode("t")