diff options
author | Michał Górny <mgorny@moritz.systems> | 2022-06-28 06:06:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@moritz.systems> | 2022-06-28 06:06:54 +0200 |
commit | f1dcc6af30d98cef6d0aa9579148fa223dbb5d7c (patch) | |
tree | d747e7d72c75e4d0bed9124780599f3054875085 | |
parent | 1178992c72b002c3b2c87203252c566eeb273cc1 (diff) | |
download | llvm-f1dcc6af30d98cef6d0aa9579148fa223dbb5d7c.zip llvm-f1dcc6af30d98cef6d0aa9579148fa223dbb5d7c.tar.gz llvm-f1dcc6af30d98cef6d0aa9579148fa223dbb5d7c.tar.bz2 |
[lldb] [test] Mark test_vCont_supports_t llgs-only
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py | 1 |
1 files changed, 1 insertions, 0 deletions
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") |