[all-commits] [llvm/llvm-project] 81f878: Trying to understand the TestHelp.py failure from ...
jimingham via All-commits
all-commits at lists.llvm.org
Tue Sep 13 14:10:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81f8788528886ee611041e1f4ee54eea8bbfa277
https://github.com/llvm/llvm-project/commit/81f8788528886ee611041e1f4ee54eea8bbfa277
Author: Jim Ingham <jingham at apple.com>
Date: 2022-09-13 (Tue, 13 Sep 2022)
Changed paths:
M lldb/source/Interpreter/CommandAlias.cpp
Log Message:
-----------
Trying to understand the TestHelp.py failure from 6c089b2.
Sadly, the test passes on macOS, but fails on Ubuntu & Win. The
extra option printing is supposed to be suppressed by the return
from CommandObjectAlias::IsDashDashCommand. That was changed, but just
by replacing an inline string compare with a const string from
CommandInterpreter. Putting the old version back temporarily to
see if that is really the problem.
More information about the All-commits
mailing list