[Lldb-commits] [PATCH] D46005: [test] Add a utility for dumping all tests in the dotest suite

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 24 09:33:47 PDT 2018


zturner added a comment.

Does it print just the names of the .py files, or does it print the actual test classes and methods in the Class.TestName format, evaluate XFAIL and SKIPs, etc?

I'm also not entirely clear why `set_up_environment` is even necessary.  Nothing below the call to `set_up_environment` even seems to depend on the environment being set up.


https://reviews.llvm.org/D46005





More information about the lldb-commits mailing list