summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct
diff options
context:
space:
mode:
authorOmair Javaid <omair.javaid@linaro.org>2016-05-25 18:48:39 +0000
committerOmair Javaid <omair.javaid@linaro.org>2016-05-25 18:48:39 +0000
commit0d435b6933f754244a92f85e426cc1125df9eea5 (patch)
treebb20888e65f467edd1ff5e86212bbf116d242fb1 /lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct
parent05576755b58375713a3fe58b6ceab8d998f3a901 (diff)
downloadbcm5719-llvm-0d435b6933f754244a92f85e426cc1125df9eea5.tar.gz
bcm5719-llvm-0d435b6933f754244a92f85e426cc1125df9eea5.zip
Mark some arm-linux specific xfails marking bug entries
TestCallUserAnonTypedef.py and TestIRInterpreter.py fail to limitation of JIT expressions in handling hard float ABI targets. TestBSDArchives.py fails due to python unicode error. TestBuiltinTrap.py fails due to wrong line information generated by some gcc versions. llvm-svn: 270745
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/TestCallUserAnonTypedef.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/TestCallUserAnonTypedef.py b/lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/TestCallUserAnonTypedef.py
index f5f44a32a97..e1a53305a0d 100644
--- a/lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/TestCallUserAnonTypedef.py
+++ b/lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/TestCallUserAnonTypedef.py
@@ -24,6 +24,7 @@ class TestExprLookupAnonStructTypedef(TestBase):
self.line = line_number('main.cpp', '// lldb testsuite break')
@expectedFailureAll(oslist=["windows"])
+ @expectedFailureAll(oslist=['linux'], archs=['arm'], bugnumber="llvm.org/pr27868")
def test(self):
"""Test typedeffed untagged struct arguments for function call expressions"""
self.build()
OpenPOWER on IntegriCloud