summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-09-07 16:01:26 +0000
committerTamas Berghammer <tberghammer@google.com>2015-09-07 16:01:26 +0000
commit25d41fa1481726d31c9cbab5827fba6490701d3a (patch)
tree14c50fec456d4b61521775415758adbd99032ac7 /lldb
parentcf6f92a870ddeb9f15fc91cd3c85f28777ca0c64 (diff)
downloadbcm5719-llvm-25d41fa1481726d31c9cbab5827fba6490701d3a.tar.gz
bcm5719-llvm-25d41fa1481726d31c9cbab5827fba6490701d3a.zip
XFAIL single_step_only_steps_one_instruction related tests on arm/aarch64
llvm-svn: 246972
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/tools/lldb-server/TestGdbRemoteSingleStep.py1
-rw-r--r--lldb/test/tools/lldb-server/TestGdbRemote_vCont.py2
2 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/tools/lldb-server/TestGdbRemoteSingleStep.py b/lldb/test/tools/lldb-server/TestGdbRemoteSingleStep.py
index 1daa2b57429..df3164897c6 100644
--- a/lldb/test/tools/lldb-server/TestGdbRemoteSingleStep.py
+++ b/lldb/test/tools/lldb-server/TestGdbRemoteSingleStep.py
@@ -17,6 +17,7 @@ class TestGdbRemoteSingleStep(gdbremote_testcase.GdbRemoteTestCaseBase):
@llgs_test
@dwarf_test
+ @expectedFailureAndroid(bugnumber="llvm.com/pr24739", archs=["arm", "aarch64"])
def test_single_step_only_steps_one_instruction_with_s_llgs_dwarf(self):
self.init_llgs_test()
self.buildDwarf()
diff --git a/lldb/test/tools/lldb-server/TestGdbRemote_vCont.py b/lldb/test/tools/lldb-server/TestGdbRemote_vCont.py
index d16b3b63b1f..0306bccf42a 100644
--- a/lldb/test/tools/lldb-server/TestGdbRemote_vCont.py
+++ b/lldb/test/tools/lldb-server/TestGdbRemote_vCont.py
@@ -100,6 +100,7 @@ class TestGdbRemote_vCont(gdbremote_testcase.GdbRemoteTestCaseBase):
@llgs_test
@dwarf_test
+ @expectedFailureAndroid(bugnumber="llvm.com/pr24739", archs=["arm", "aarch64"])
def test_single_step_only_steps_one_instruction_with_Hc_vCont_s_llgs_dwarf(self):
self.init_llgs_test()
self.buildDwarf()
@@ -116,6 +117,7 @@ class TestGdbRemote_vCont(gdbremote_testcase.GdbRemoteTestCaseBase):
@llgs_test
@dwarf_test
+ @expectedFailureAndroid(bugnumber="llvm.com/pr24739", archs=["arm", "aarch64"])
def test_single_step_only_steps_one_instruction_with_vCont_s_thread_llgs_dwarf(self):
self.init_llgs_test()
self.buildDwarf()
OpenPOWER on IntegriCloud