As suggested by Pavel, we shouldn't let our tests parse the local .lldbinit to prevent random test failures
due to changed settings.
Fixes Minidump/Windows/Sigsegv/sigsegv.test (and probably others too).
Differential D58235
Don't source local .lldbinit in the test suite teemperor on Feb 14 2019, 6:50 AM. Authored by
Details As suggested by Pavel, we shouldn't let our tests parse the local .lldbinit to prevent random test failures Fixes Minidump/Windows/Sigsegv/sigsegv.test (and probably others too).
Diff Detail
Event TimelineComment Actions Are you sure you're adding this to the right place? This is modifying the substitution for lldb-mi and not lldb.. Comment Actions Ah yes, that also explains why the test suit failed. Fixed and the test now passes, thanks! |