[Lldb-commits] [lldb] 4d2503c - [lldb] [test] Add missing category to test_detach_current
Michał Górny via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 2 02:45:07 PDT 2021
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()
More information about the lldb-commits
mailing list