summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py
index 20e4abbd827..e77f2b7acec 100644
--- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py
+++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py
@@ -59,7 +59,6 @@ class TestGdbRemoteExitCode(GdbRemoteTestCaseBase):
self.start_inferior()
@llgs_test
- @expectedFailureAll(bugnumber="llvm.org/pr30271")
def test_start_inferior_llgs(self):
self.init_llgs_test()
self.build()
@@ -119,7 +118,6 @@ class TestGdbRemoteExitCode(GdbRemoteTestCaseBase):
self.inferior_exit_42()
@llgs_test
- @expectedFailureAll(bugnumber="llvm.org/pr30271")
def test_inferior_exit_42_llgs(self):
self.init_llgs_test()
self.build()
OpenPOWER on IntegriCloud