summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/reverse-execution/TestReverseExecutionNotSupported.py
AgeCommit message (Collapse)Author
2025-04-25[lldb][test] Rename reverse-execution/TestReverseContinueNotSupported.pyMichael Buch
Otherwise `lldb-dotest` fails with: ``` Traceback (most recent call last): File "/Users/jonas/Git/llvm-worktrees/llvm-project/lldb/test/API/dotest.py", line 8, in <module> lldbsuite.test.run_suite() File "/Users/jonas/Git/llvm-worktrees/llvm-project/lldb/packages/Python/lldbsuite/test/dotest.py", line 1063, in run_suite visit("Test", dirpath, filenames) File "/Users/jonas/Git/llvm-worktrees/llvm-project/lldb/packages/Python/lldbsuite/test/dotest.py", line 701, in visit raise Exception("Found multiple tests with the name %s" % name) Exception: Found multiple tests with the name TestReverseContinueNotSupported.py ```