forked from OSchip/llvm-project
[lldb] [test] Skip test_stop_reason_while_running on Windows
This commit is contained in:
parent
3b3b816f29
commit
5d6659739c
|
@ -342,6 +342,7 @@ class LldbGdbServerTestCase(gdbremote_testcase.GdbRemoteTestCaseBase):
|
||||||
], True)
|
], True)
|
||||||
self.expect_gdbremote_sequence()
|
self.expect_gdbremote_sequence()
|
||||||
|
|
||||||
|
@skipIfWindows
|
||||||
@add_test_categories(["llgs"])
|
@add_test_categories(["llgs"])
|
||||||
def test_stop_reason_while_running(self):
|
def test_stop_reason_while_running(self):
|
||||||
self.build()
|
self.build()
|
||||||
|
|
Loading…
Reference in New Issue