[lldb-dev] Current state of the unit tests
Pavel Labath via lldb-dev
lldb-dev at lists.llvm.org
Fri Feb 23 16:22:37 PST 2018
On 23 February 2018 at 16:19, Adrian McCarthy <amccarth at google.com> wrote:
> I'm also seeing windows appear and quickly vanish a several times while
> running the lit tests.
That's because the tests run inferiors and lldb on windows will always
run them in a separate console window. IIRC, there is a special hack
in dotest, which prevents opening windows for testing. You probably
need something like that for lit tests as well.
More information about the lldb-dev
mailing list