llvm-project/lldb/test/API/commands/target
Jonas Devlieghere abe9599f04
[lldb] Skip target variable tests on Darwin because of chained fixups
When targeting macOS Ventura, ld64 will use authenticated fixups for
x86_64 as well as arm64 (where that has always been the case). This
results in test failures when using an Xcode 14 toolchain on an Intel
mac running macOS Ventura:

  Failed Tests (3):
    lldb-api :: commands/target/basic/TestTargetCommand.py
    lldb-api :: lang/c/global_variables/TestGlobalVariables.py
    lldb-api :: lang/cpp/char8_t/TestCxxChar8_t.py

Rather than trying to come up with a sophisticated decorator based off
the deployment target, I marked them all as skipped with a comment
explaining why.

Differential revision: https://reviews.llvm.org/D131741
2022-08-12 10:23:15 -07:00
..
auto-install-main-executable [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
basic [lldb] Skip target variable tests on Darwin because of chained fixups 2022-08-12 10:23:15 -07:00
create-deps [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
create-no-such-arch [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
dump Have CommandObjectParsed check for "commands that take no arguments". 2022-06-27 15:14:41 -07:00
dump-pcm-info [lldb] Add image dump pcm-info command 2022-07-13 16:56:53 -07:00
dump-symtab-demangle [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
modules/search-paths/insert [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
select [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
stop-hook [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
stop-hooks [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00