[Lldb-commits] [PATCH] D62788: [lldb-server unittest] Add missing teardown logic

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 3 00:51:32 PDT 2019


labath accepted this revision.
labath added a comment.

> Not sure why this isn't failing the build bots.. (unless they're running without asserts?).

The build bots (and lit, in general) runs each of the unit tests in isolation (so it first gets a list of all tests, then runs the executable with `--gtest_filter=TestName` for each of the tests in turn). This means issues like this don't show up there.

However, it's good to fix them nonetheless.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62788





More information about the lldb-commits mailing list