[all-commits] [llvm/llvm-project] df90a1: [lldb] Clear all settings during a test's setUp
Tatyana Krasnukha via All-commits
all-commits at lists.llvm.org
Thu Mar 12 06:43:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: df90a15b1ac938559a8c3af12126559c1e1e9558
https://github.com/llvm/llvm-project/commit/df90a15b1ac938559a8c3af12126559c1e1e9558
Author: Tatyana Krasnukha <tatyana at synopsys.com>
Date: 2020-03-12 (Thu, 12 Mar 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/source/Commands/CommandObjectSettings.cpp
M lldb/source/Commands/Options.td
M lldb/test/API/commands/settings/TestSettings.py
Log Message:
-----------
[lldb] Clear all settings during a test's setUp
Global properties are shared between debugger instances and
if a test doesn't clear changes in settings it made,
this leads to side effects in other tests.
Differential Revision: https://reviews.llvm.org/D75537
More information about the All-commits
mailing list