[Lldb-commits] [PATCH] D131741: [lldb] XFAIL target variable tests on Intel/Darwin when using Xcode 14

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 11 17:02:13 PDT 2022


JDevlieghere created this revision.
JDevlieghere added reviewers: davide, jasonmolenda.
Herald added subscribers: pengfei, kristof.beyls.
Herald added a project: All.
JDevlieghere requested review of this revision.

Starting with Xcode 14, ld64 is using authenticated fixups for x86_64 as well as arm64 (where that has always been the case). This results in 4 test failures when switching to an Xcode 14 toolchain:

  Failed Tests (4):
    lldb-api :: commands/target/basic/TestTargetCommand.py
    lldb-api :: functionalities/return-value/TestReturnValue.py
    lldb-api :: lang/c/global_variables/TestGlobalVariables.py
    lldb-api :: lang/cpp/char8_t/TestCxxChar8_t.py

This tests marks them as XFAIL based on the ld64 version.


https://reviews.llvm.org/D131741

Files:
  lldb/packages/Python/lldbsuite/test/decorators.py
  lldb/test/API/commands/target/basic/TestTargetCommand.py
  lldb/test/API/lang/c/global_variables/TestGlobalVariables.py
  lldb/test/API/lang/cpp/char8_t/TestCxxChar8_t.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131741.452039.patch
Type: text/x-patch
Size: 6346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220812/06805f28/attachment.bin>


More information about the lldb-commits mailing list