aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2024-02-15 23:43:37 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2024-02-16 07:59:03 -0800
commitbf93f4b85fd4efbd7a3083935a2ddbbb00f1a35f (patch)
tree0c95dac4472cd14bcd992d7789c51e35c879dfdd /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
parent3363d23bd39970cbd5e32bfca6892ffd97ceb023 (diff)
downloadllvm-bf93f4b85fd4efbd7a3083935a2ddbbb00f1a35f.zip
llvm-bf93f4b85fd4efbd7a3083935a2ddbbb00f1a35f.tar.gz
llvm-bf93f4b85fd4efbd7a3083935a2ddbbb00f1a35f.tar.bz2
[lldb] Fix and rename skipIfHostIncompatibleWithRemote
Fix and rename the broken and confusingly named decorator skipIfHostIncompatibleWithRemote. The decorator is meant to skip test which uses the inferior test build system (i.e. to build test inferiors) to build host binaries (e.g. lldb drivers). The decorator was broken on macOS, where the host and target platform report macosx, but the decorator overwrote it with Darwin, resulting in tests incorrectly being skipped. The decorator was also missing on a handful of tests that use the buildDriver helper, which this commit fixes as well.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
0 files changed, 0 insertions, 0 deletions