[lldb] [test] Mark lldb-server multiprocess tests as LLGS cat
authorMichał Górny <mgorny@moritz.systems>
Thu, 1 Apr 2021 12:17:47 +0000 (14:17 +0200)
committerMichał Górny <mgorny@moritz.systems>
Thu, 1 Apr 2021 12:17:47 +0000 (14:17 +0200)
lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
lldb/test/API/tools/lldb-server/vCont-threads/TestGdbRemote_vContThreads.py

index 0764e3d..7090abf 100644 (file)
@@ -398,6 +398,7 @@ class LldbGdbServerTestCase(gdbremote_testcase.GdbRemoteTestCaseBase, DwarfOpcod
         self.Hg_switches_to_3_threads()
 
     @expectedFailureAll(oslist=["windows"]) # expect 4 threads
+    @add_test_categories(["llgs"])
     def test_Hg_switches_to_3_threads_attach_pass_correct_pid(self):
         self.build()
         self.set_inferior_startup_attach()
@@ -427,18 +428,21 @@ class LldbGdbServerTestCase(gdbremote_testcase.GdbRemoteTestCaseBase, DwarfOpcod
         self.expect_gdbremote_sequence()
 
     @expectedFailureAll(oslist=["windows"])
+    @add_test_categories(["llgs"])
     def test_Hg_fails_on_another_pid(self):
         self.build()
         self.set_inferior_startup_launch()
         self.Hg_fails_on_pid(1)
 
     @expectedFailureAll(oslist=["windows"])
+    @add_test_categories(["llgs"])
     def test_Hg_fails_on_zero_pid(self):
         self.build()
         self.set_inferior_startup_launch()
         self.Hg_fails_on_pid(0)
 
     @expectedFailureAll(oslist=["windows"])
+    @add_test_categories(["llgs"])
     def test_Hg_fails_on_minus_one_pid(self):
         self.build()
         self.set_inferior_startup_launch()
index c7ced62..86a1693 100644 (file)
@@ -96,6 +96,7 @@ class TestGdbRemote_vContThreads(gdbremote_testcase.GdbRemoteTestCaseBase):
 
     @skipIfWindows
     @expectedFailureNetBSD
+    @add_test_categories(["llgs"])
     def test_signal_process_by_pid(self):
         self.build()
         self.set_inferior_startup_launch()
@@ -109,6 +110,7 @@ class TestGdbRemote_vContThreads(gdbremote_testcase.GdbRemoteTestCaseBase):
 
     @skipIfWindows
     @expectedFailureNetBSD
+    @add_test_categories(["llgs"])
     def test_signal_process_minus_one(self):
         self.build()
         self.set_inferior_startup_launch()
@@ -121,6 +123,7 @@ class TestGdbRemote_vContThreads(gdbremote_testcase.GdbRemoteTestCaseBase):
 
     @skipIfWindows
     @expectedFailureNetBSD
+    @add_test_categories(["llgs"])
     def test_signal_minus_one(self):
         self.build()
         self.set_inferior_startup_launch()
@@ -132,6 +135,7 @@ class TestGdbRemote_vContThreads(gdbremote_testcase.GdbRemoteTestCaseBase):
 
     @skipIfWindows
     @expectedFailureNetBSD
+    @add_test_categories(["llgs"])
     def test_signal_all_threads_by_pid(self):
         self.build()
         self.set_inferior_startup_launch()
@@ -147,6 +151,7 @@ class TestGdbRemote_vContThreads(gdbremote_testcase.GdbRemoteTestCaseBase):
 
     @skipIfWindows
     @expectedFailureNetBSD
+    @add_test_categories(["llgs"])
     def test_signal_minus_one_by_pid(self):
         self.build()
         self.set_inferior_startup_launch()
@@ -160,6 +165,7 @@ class TestGdbRemote_vContThreads(gdbremote_testcase.GdbRemoteTestCaseBase):
 
     @skipIfWindows
     @expectedFailureNetBSD
+    @add_test_categories(["llgs"])
     def test_signal_minus_one_by_minus_one(self):
         self.build()
         self.set_inferior_startup_launch()