[Lldb-commits] [lldb] r258930 - Decorarte TestInferiorAssert xfails on AArch64 Linux

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 27 07:32:22 PST 2016


Hi Omair,

Can you send me some logs about the failure you see for this test both on
arm and aarch64 Linux? The test is passing reliably on android both for arm
and aarch64 so I would like to understand what is the difference.

Thanks,
Tamas

On Wed, Jan 27, 2016 at 2:01 PM Omair Javaid via lldb-commits <
lldb-commits at lists.llvm.org> wrote:

> Author: omjavaid
> Date: Wed Jan 27 07:57:33 2016
> New Revision: 258930
>
> URL: http://llvm.org/viewvc/llvm-project?rev=258930&view=rev
> Log:
> Decorarte TestInferiorAssert xfails on AArch64 Linux
>
> This patch decorates some of TestInferiorAssert test cases with
> expectedFailureLinux on AArch64.
>
>
> Modified:
>
> lldb/trunk/packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py
>
> Modified:
> lldb/trunk/packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py
> URL:
> http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py?rev=258930&r1=258929&r2=258930&view=diff
>
> ==============================================================================
> ---
> lldb/trunk/packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py
> (original)
> +++
> lldb/trunk/packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py
> Wed Jan 27 07:57:33 2016
> @@ -29,7 +29,7 @@ class AssertingInferiorTestCase(TestBase
>          self.inferior_asserting_registers()
>
>      @expectedFailureWindows("llvm.org/pr21793: need to implement support
> for detecting assertion / abort on Windows")
> -    @expectedFailureLinux("llvm.org/pr25338", archs=['arm'])
> +    @expectedFailureLinux("llvm.org/pr25338", archs=['aarch64', 'arm'])
>      def test_inferior_asserting_disassemble(self):
>          """Test that lldb reliably disassembles frames after asserting
> (command)."""
>          self.build()
> @@ -43,14 +43,14 @@ class AssertingInferiorTestCase(TestBase
>          self.inferior_asserting_python()
>
>      @expectedFailureWindows("llvm.org/pr21793: need to implement support
> for detecting assertion / abort on Windows")
> -    @expectedFailureLinux("llvm.org/pr25338", archs=['arm'])
> +    @expectedFailureLinux("llvm.org/pr25338", archs=['aarch64', 'arm'])
>      def test_inferior_asserting_expr(self):
>          """Test that the lldb expression interpreter can read from the
> inferior after asserting (command)."""
>          self.build()
>          self.inferior_asserting_expr()
>
>      @expectedFailureWindows("llvm.org/pr21793: need to implement support
> for detecting assertion / abort on Windows")
> -    @expectedFailureLinux("llvm.org/pr25338", archs=['arm'])
> +    @expectedFailureLinux("llvm.org/pr25338", archs=['aarch64', 'arm'])
>      def test_inferior_asserting_step(self):
>          """Test that lldb functions correctly after stepping through a
> call to assert()."""
>          self.build()
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160127/45d515f9/attachment.html>


More information about the lldb-commits mailing list