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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to