[Lldb-commits] [PATCH] D85988: Fix the ability to list iOS simulator processes.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 19 12:30:41 PDT 2020


clayborg added a comment.

In D85988#2226496 <https://reviews.llvm.org/D85988#2226496>, @aprantl wrote:

> In D85988#2222616 <https://reviews.llvm.org/D85988#2222616>, @clayborg wrote:
>
>> Adrian: is there something I need to do to enable simulator tests? I added a test to TestSimulatorPlatform.py but if I run:
>>
>>   $ ../debug/bin/llvm-lit -sv lldb/test/API/macosx/simulator
>>   llvm-lit: /Users/gclayton/Documents/src/lldb/mono/llvm-project/lldb/test/API/lit.cfg.py:147: warning: Could not set a default per-test timeout. Requires the Python psutil module but it could not be found. Try installing it via pip or via your operating system's package manager.
>>   
>>   Testing Time: 19.61s
>>     Unsupported: 1
>>   
>>   1 warning(s) in tests
>>
>> It is unsupported? I am running this on a mac. Do I need to launch a simulator first? Extra arguments to the test suite?
>
> No, the tests are supposed to run. Green dragon (which is running a consumer macOS + consumer Xcode) is running this test. I know because it sometimes fails because it couldn't launch the simulator :-(
> The test was XFAILed a few weeks ago — is your LLVM up-to-date?

It was up to date. Can you run my invocation on your lldb?:

  ../debug/bin/llvm-lit -sv lldb/test/API/macosx/simulator


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85988/new/

https://reviews.llvm.org/D85988



More information about the lldb-commits mailing list