[all-commits] [llvm/llvm-project] dbabad: [lldb] Use validation combination of options in Te...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Jan 31 11:58:10 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbabad0fc04e7106a07dbeeb8ff23dc32ce6b2c6
https://github.com/llvm/llvm-project/commit/dbabad0fc04e7106a07dbeeb8ff23dc32ce6b2c6
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-01-31 (Fri, 31 Jan 2025)
Changed paths:
M lldb/test/API/functionalities/abbreviation/TestAbbreviations.py
Log Message:
-----------
[lldb] Use validation combination of options in TestAbbreviations (#125270)
Name and line number are part of different option groups and are not
compatible.
```
(lldb) breakpoint set -n foo -l 10
error: invalid combination of options for the given command
```
The help output for `breakpoint set` confirms this. This patch updates
the test to use two compatible options. With the improved error
reporting from #125125 this becomes an issue.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list