[all-commits] [llvm/llvm-project] 977f00: [lldb/test] Fix TestAppleSimulatorOSType when mult...
fredriss via All-commits
all-commits at lists.llvm.org
Fri May 29 08:31:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 977f00123a6d94c634d22356cae1da2a22f0e3df
https://github.com/llvm/llvm-project/commit/977f00123a6d94c634d22356cae1da2a22f0e3df
Author: Fred Riss <friss at apple.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py
Log Message:
-----------
[lldb/test] Fix TestAppleSimulatorOSType when multiple runtimes are installed
One can have multiple simulator runtimes installed, supporting
various generations of OSs. The logic in TestAppleSimulatorOSType
might select a rnutime older than the one targeted by the current
tools, preventing the executable from running. This commit changes
the test to look for the most recent runtime available instead.
More information about the All-commits
mailing list