llvm-project/lldb
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
..
bindings [lldb] Remove uses of six module (NFC) 2022-08-11 19:06:15 -07:00
cmake lldb: Disable unittests if llvm_gtest target does not exist 2022-08-10 16:56:08 -07:00
docs [lldb] Fix formatting in python-reference.rst 2022-08-07 12:17:36 -06:00
examples [lldb/crashlog] Improve exception reporting for interactive mode 2022-08-11 22:29:06 -07:00
include/lldb [lldb] Allow DataFileCache to be constructed with a different policy 2022-08-11 09:28:30 -07:00
packages/Python/lldbsuite [lldb] Remove uses of six module (NFC) 2022-08-11 19:06:15 -07:00
resources
scripts
source [lldb] [gdb-remote] Remove unimplemented ProcessIDIsValid() (NFC) 2022-08-12 11:17:15 +02:00
test [lldb] Skip target variable tests on Darwin because of chained fixups 2022-08-12 10:23:15 -07:00
third_party/Python/module [lldb] Remove uses of six module (NFC) 2022-08-11 19:06:15 -07:00
tools [lldb] Silence a GCC warning about missing returns after a fully covered switch. NFC. 2022-08-12 00:35:32 +03:00
unittests [lldb][unittests] Add more test cases to CPlusPlusNameParser unit-tests 2022-08-11 15:05:48 +01:00
utils
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt lldb: Disable unittests if llvm_gtest target does not exist 2022-08-10 16:56:08 -07:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py