[Lldb-commits] [lldb] [lldb] Revive TestSimulatorPlatform.py (PR #142244)

via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 4 09:53:21 PDT 2025


royitaqi wrote:

FWIW, the tvOS tests fails on my macOS machine with the following error ([full log](https://pastebin.com/3gDZU0Xb)):
> AssertionError: No value is not true : Could not create a valid process for a.out: no valid simulator instance

I think this is because I don't have the "tvOS" component installed in Xcode (hence no tvOS simulator).

If this is indeed the root cause, then it seems to me the test should skip by observing the unavailability of the tvOS simulator. LMK if that makes sense.


https://github.com/llvm/llvm-project/pull/142244


More information about the lldb-commits mailing list