From f1dcc6af30d98cef6d0aa9579148fa223dbb5d7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 28 Jun 2022 06:06:54 +0200 Subject: [PATCH] [lldb] [test] Mark test_vCont_supports_t llgs-only Sponsored by: The FreeBSD Foundation --- lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py b/lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py index c17d0b77..7b20ef2 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 @@ 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") -- 2.7.4