summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2016-09-04 00:43:10 +0000
committerTodd Fiala <todd.fiala@gmail.com>2016-09-04 00:43:10 +0000
commitb1a503bd13953f187777c8aa472e44b3ce3c110a (patch)
tree2cecc111d30f7cf78275bed0a79ae6aa13fbf6bb /lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py
parent2a837eae399835bf918f48c670f2c9a1ef1aeedb (diff)
downloadbcm5719-llvm-b1a503bd13953f187777c8aa472e44b3ce3c110a.tar.gz
bcm5719-llvm-b1a503bd13953f187777c8aa472e44b3ce3c110a.zip
XFAIL TestGdbRemoteExitCode failing tests
Tracked by: llvm.org/pr30271 llvm-svn: 280606
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, 2 insertions, 0 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 e77f2b7acec..20e4abbd827 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,6 +59,7 @@ 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()
@@ -118,6 +119,7 @@ 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