[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
Mon Aug 17 14:38:35 PDT 2020
clayborg added a comment.
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?
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