File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
lldb/test/API/tools/lldb-server Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ class LldbGdbServerTestCase(gdbremote_testcase.GdbRemoteTestCaseBase):
9
9
mydir = TestBase .compute_mydir (__file__ )
10
10
11
11
@skipIfWindows # no SIGSEGV support
12
+ @add_test_categories (["llgs" ])
12
13
def test_run (self ):
13
14
self .build ()
14
15
self .set_inferior_startup_launch ()
@@ -116,6 +117,7 @@ def test_run(self):
116
117
# finally, verify that all threads have started
117
118
self .assertEqual (len (all_threads ), thread_num + 1 )
118
119
120
+ @add_test_categories (["llgs" ])
119
121
def test_vCtrlC (self ):
120
122
self .build ()
121
123
self .set_inferior_startup_launch ()
@@ -134,6 +136,7 @@ def test_vCtrlC(self):
134
136
], True )
135
137
self .expect_gdbremote_sequence ()
136
138
139
+ @add_test_categories (["llgs" ])
137
140
def test_exit (self ):
138
141
self .build ()
139
142
self .set_inferior_startup_launch ()
@@ -150,6 +153,7 @@ def test_exit(self):
150
153
self .expect_gdbremote_sequence ()
151
154
152
155
@skipIfWindows # no clue, the result makes zero sense
156
+ @add_test_categories (["llgs" ])
153
157
def test_exit_query (self ):
154
158
self .build ()
155
159
self .set_inferior_startup_launch ()
You can’t perform that action at this time.
0 commit comments