aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
diff options
context:
space:
mode:
authorLucas Duarte Prates <lucas.prates@arm.com>2025-03-07 10:53:10 +0000
committerGitHub <noreply@github.com>2025-03-07 10:53:10 +0000
commitdc69eae1c47a0545ae8c3129e44a8fa662612d7c (patch)
tree662dc439290c9f44b67dec49f70a73ec63a40fb0 /lldb/source/Interpreter/CommandInterpreter.cpp
parent5239f6777a485b30b77e7ec775c7022028659d9f (diff)
downloadllvm-dc69eae1c47a0545ae8c3129e44a8fa662612d7c.zip
llvm-dc69eae1c47a0545ae8c3129e44a8fa662612d7c.tar.gz
llvm-dc69eae1c47a0545ae8c3129e44a8fa662612d7c.tar.bz2
[llvm-ar] Fix darwin-related tests' XFAIL annotation (#130144)
The tests updated by this commit are expected to fail when targetting a darwin platform. As they rely on target detection based on the host, this is currently checked by using the `XFAIL: system-darwin` annotation. This approach becomes a problem when trying to run such tests on a cross-compiling build of clang on a darwin platform. When no darwin targets are included in the build, the XFAIL will still apply even though the target used is not related to the darwin platform, and the tests will unexpectedly pass. To fix this issue, this patch updates the condition used by the tests' XFAIL annotation to `target={{.*}}-darwin{{.*}}`, ensuring they only are xfailed when the relevant target is used.
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
0 files changed, 0 insertions, 0 deletions