Skip to content

Commit 5e9aed1

Browse files
committed
[lldb] [test] Mark TestNonStop as LLGS-specific
Thanks for Med Ismail Bennani for reporting the debugserver failures.
1 parent 3351ae6 commit 5e9aed1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lldb/test/API/tools/lldb-server/TestNonStop.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)