Skip to content

Commit

Permalink
[LLDB] XFAIL TestUnambiguousTailCalls.py for Arm/Linux
Browse files Browse the repository at this point in the history
This patch marks TestUnambiguousTailCalls.py as XFAIL on Arm/Linux.
Test started failing after 3c4ed02.

Differential Revision: https://reviews.llvm.org/D120305
  • Loading branch information
omjavaid committed Feb 25, 2022
1 parent eff51cf commit cc7bf4a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -2,6 +2,7 @@
from lldbsuite.test import decorators

decor = [decorators.skipUnlessHasCallSiteInfo,
decorators.skipIf(archs=['arm'],oslist=["linux"]),
decorators.skipIf(dwarf_version=['<', '4']),
decorators.skipIf(compiler="clang", compiler_version=['<', '11.0'])]
lldbinline.MakeInlineTest(__file__, globals(), name="UnambiguousTailCalls_V5",
Expand Down

0 comments on commit cc7bf4a

Please sign in to comment.