Author: Michał Górny Date: 2021-07-02T11:44:41+02:00 New Revision: 4d2503cd5443ef7697465ab1ba199e9e69c497e9
URL: https://github.com/llvm/llvm-project/commit/4d2503cd5443ef7697465ab1ba199e9e69c497e9 DIFF: https://github.com/llvm/llvm-project/commit/4d2503cd5443ef7697465ab1ba199e9e69c497e9.diff LOG: [lldb] [test] Add missing category to test_detach_current Added: Modified: lldb/test/API/tools/lldb-server/TestGdbRemoteFork.py Removed: ################################################################################ diff --git a/lldb/test/API/tools/lldb-server/TestGdbRemoteFork.py b/lldb/test/API/tools/lldb-server/TestGdbRemoteFork.py index bcf728c34b79..8937621fb601 100644 --- a/lldb/test/API/tools/lldb-server/TestGdbRemoteFork.py +++ b/lldb/test/API/tools/lldb-server/TestGdbRemoteFork.py @@ -164,6 +164,7 @@ def test_select_wrong_pid(self): ], True) ret = self.expect_gdbremote_sequence() + @add_test_categories(["fork"]) def test_detach_current(self): self.build() self.prep_debug_monitor_and_inferior() _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits