[Lldb-commits] [PATCH] D72447: [lldb] Mark several tests as not dependent on debug info
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 9 06:37:17 PST 2020
labath added a comment.
These all seem fine to me...
================
Comment at: lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py:13
mydir = TestBase.compute_mydir(__file__)
+ NO_DEBUG_INFO_TESTCASE = True
----------------
This shouldn't be needed as all `PExpectTest`s set this by default...
================
Comment at: lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py:18
mydir = TestBase.compute_mydir(__file__)
+ NO_DEBUG_INFO_TESTCASE = True
----------------
duplicate annotation
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72447/new/
https://reviews.llvm.org/D72447
More information about the lldb-commits
mailing list