[Lldb-commits] [lldb] [lldb] Fix FindProcessImpl() for iOS simulators (PR #139174)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri May 9 14:17:51 PDT 2025


JDevlieghere wrote:

> > Could we test this in `TestSimulatorPlatform.py`?
> 
> @JDevlieghere Thanks for pointer. It seems the tests in that file are all **skipped** because of this bug number: `rdar://76995109`.
> 
> E.g.
> 
> ```
> UNSUPPORTED: LLDB (/Users/royshi/public_llvm/build/bin/clang-arm64) :: test_ios (TestSimulatorPlatform.TestSimulatorPlatformLaunching) (skipping unconditionally [rdar://76995109])
> ```
> 
> Did a bit internet search and couldn't find how to find more info about this bug or why these tests are all skipped. Not sure if I should un-skip them.

Ha, that's my radar, and it's no longer relevant. I bisected an issue with the test suite to that particular test, but the last comment says that it wasn't the culprit after all, so there's no reason it should still be disabled. 

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


More information about the lldb-commits mailing list