summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-02-09 00:36:34 +0000
committerZachary Turner <zturner@google.com>2016-02-09 00:36:34 +0000
commit05021bb2ed04dffab3a51bfb7572ee273fb9c8aa (patch)
tree601db0e3df85c3dc3660920dcfe19da039e6aa75 /lldb/packages/Python/lldbsuite/test/tools
parent7fade35ec270447f84ee63c598500098b9634e43 (diff)
downloadbcm5719-llvm-05021bb2ed04dffab3a51bfb7572ee273fb9c8aa.tar.gz
bcm5719-llvm-05021bb2ed04dffab3a51bfb7572ee273fb9c8aa.zip
Remove skip and xfail decorators for target architecture.
This removes the following decorators: * skipIfI386 * expectedFailureI386 * expectedFailurex86_64 * skipIfArch * skipUnlessArch * skipUnlessI386 And other related decorators. All code using those decorators is updated to use expectedFailureAll and skipIf llvm-svn: 260178
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools')
-rw-r--r--lldb/packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py
index 62197b7a7a4..28d4ff01f0d 100644
--- a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py
+++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py
@@ -206,7 +206,7 @@ class MiExecTestCase(lldbmi_testcase.MiTestCaseBase):
@skipIfWindows #llvm.org/pr24452: Get lldb-mi tests working on Windows
@skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
- @expectedFailurei386 #xfail to get buildbot green, failing config: i386 binary running on ubuntu 14.04 x86_64
+ @expectedFailureAll(archs=["i[3-6]86"], bugnumber="xfail to get buildbot green, failing config: i386 binary running on ubuntu 14.04 x86_64")
def test_lldbmi_exec_next_instruction(self):
"""Test that 'lldb-mi --interpreter' works for instruction stepping."""
OpenPOWER on IntegriCloud