[lldb] Xfail TestCallOverriddenMethod.py for aarch64/linux
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Mon, 9 Dec 2019 11:36:31 +0000 (16:36 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Mon, 9 Dec 2019 11:38:33 +0000 (16:38 +0500)
This test still fails on Linux aarch64.
Tested by buildbot running Ubuntu Bionic

Differential Revision: https://reviews.llvm.org/D70722

lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/TestCallOverriddenMethod.py

index ddaafaa..2ad0c31 100644 (file)
@@ -63,6 +63,7 @@ class ExprCommandCallOverriddenMethod(TestBase):
         # a vtable entry that does not exist in the compiled program).
         self.expect("expr d.foo()", substrs=["2"])
 
+    @skipIf(oslist=["linux"], archs=["aarch64"])
     @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr43707")
     def test_call_on_temporary(self):
         """Test calls to overridden methods in derived classes."""