[Lldb-commits] [PATCH] D40475: DWZ 10/11: DWZ test mode

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Feb 25 20:18:09 PST 2018


jankratochvil updated this revision to Diff 135847.
jankratochvil added a comment.

> The way we do these sorts of things is that we explicitly add the category to the list of skipped categories (take a look at `checkLibcxxSupport` in dotest.py).

I have implemented `dwz` category like `gmodules` but even when `checkDWZSupport` makes `configuration.skipCategories.append("dwz")` the DWZ-variants of tests are still being run.  I will investigate it more.


https://reviews.llvm.org/D40475

Files:
  packages/Python/lldbsuite/test/dotest.py
  packages/Python/lldbsuite/test/lldbinline.py
  packages/Python/lldbsuite/test/lldbtest.py
  packages/Python/lldbsuite/test/make/Makefile.rules
  packages/Python/lldbsuite/test/plugins/builder_base.py
  packages/Python/lldbsuite/test/test_categories.py
  unittests/SymbolFile/CMakeLists.txt
  unittests/SymbolFile/DWZ/CMakeLists.txt
  unittests/SymbolFile/DWZ/Inputs/dwztest.c
  unittests/SymbolFile/DWZ/Inputs/dwztest.debug
  unittests/SymbolFile/DWZ/Inputs/dwztest.debug.dwz
  unittests/SymbolFile/DWZ/Inputs/dwztest.out
  unittests/SymbolFile/DWZ/SymbolFileDWZTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40475.135847.patch
Type: text/x-patch
Size: 15219 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180226/2eda2bb8/attachment.bin>


More information about the lldb-commits mailing list