[all-commits] [llvm/llvm-project] 00e388: [lldb] Rename reverse-continue/TestReverseContinue...

Dave Lee via All-commits all-commits at lists.llvm.org
Fri Apr 25 10:17:51 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 00e3885bf5497b4c0e53375fd91e4e196a8af697
      https://github.com/llvm/llvm-project/commit/00e3885bf5497b4c0e53375fd91e4e196a8af697
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2025-04-25 (Fri, 25 Apr 2025)

  Changed paths:
    A lldb/test/API/commands/process/reverse-continue/TestReverseContinueCommandNotSupported.py
    R lldb/test/API/commands/process/reverse-continue/TestReverseContinueNotSupported.py

  Log Message:
  -----------
  [lldb] Rename reverse-continue/TestReverseContinueNotSupported.py (NFC) (#137262)

Rename this test because another test by the same name already exists:
reverse-execution/TestReverseContinueNotSupported.py.

Having multiple tests of the same name breaks running any test with:
`lldb-dotest -p <TestName>`.

This tests reverse continue _commands_, and so the rename adds
"Commands" to the test name (TestReverseContinueCommandNotSupported.py)



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