diff options
author | Omair Javaid <omair.javaid@linaro.org> | 2016-05-25 18:48:39 +0000 |
---|---|---|
committer | Omair Javaid <omair.javaid@linaro.org> | 2016-05-25 18:48:39 +0000 |
commit | 0d435b6933f754244a92f85e426cc1125df9eea5 (patch) | |
tree | bb20888e65f467edd1ff5e86212bbf116d242fb1 /lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter | |
parent | 05576755b58375713a3fe58b6ceab8d998f3a901 (diff) | |
download | bcm5719-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/ir-interpreter')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py b/lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py index e40307d5321..2a21d047371 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py @@ -38,7 +38,8 @@ class IRInterpreterTestCase(TestBase): self.runCmd("run", RUN_SUCCEEDED) @add_test_categories(['pyapi']) - @expectedFailureAll(oslist=['windows'], bugnumber="21765") # getpid() is POSIX, among other problems, see bug + @expectedFailureAll(oslist=['windows'], bugnumber="http://llvm.org/pr21765") # getpid() is POSIX, among other problems, see bug + @expectedFailureAll(oslist=['linux'], archs=['arm'], bugnumber="llvm.org/pr27868") def test_ir_interpreter(self): self.build_and_run() |