File tree Expand file tree Collapse file tree
lldb/test/API/tools/lldb-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ class LldbGdbServerTestCase(gdbremote_testcase.GdbRemoteTestCaseBase):
99 mydir = TestBase .compute_mydir (__file__ )
1010
1111 @skipIfWindows # no SIGSEGV support
12+ @add_test_categories (["llgs" ])
1213 def test_run (self ):
1314 self .build ()
1415 self .set_inferior_startup_launch ()
@@ -116,6 +117,7 @@ def test_run(self):
116117 # finally, verify that all threads have started
117118 self .assertEqual (len (all_threads ), thread_num + 1 )
118119
120+ @add_test_categories (["llgs" ])
119121 def test_vCtrlC (self ):
120122 self .build ()
121123 self .set_inferior_startup_launch ()
@@ -134,6 +136,7 @@ def test_vCtrlC(self):
134136 ], True )
135137 self .expect_gdbremote_sequence ()
136138
139+ @add_test_categories (["llgs" ])
137140 def test_exit (self ):
138141 self .build ()
139142 self .set_inferior_startup_launch ()
@@ -150,6 +153,7 @@ def test_exit(self):
150153 self .expect_gdbremote_sequence ()
151154
152155 @skipIfWindows # no clue, the result makes zero sense
156+ @add_test_categories (["llgs" ])
153157 def test_exit_query (self ):
154158 self .build ()
155159 self .set_inferior_startup_launch ()
You can’t perform that action at this time.
0 commit comments