Skip to content

Commit 9147569

Browse files
committed
[lldb][test] Rename reverse-execution/TestReverseContinueNotSupported.py
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 ```
1 parent 715b1d5 commit 9147569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/functionalities/reverse-execution/TestReverseContinueNotSupported.py renamed to lldb/test/API/functionalities/reverse-execution/TestReverseExecutionNotSupported.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
from lldbsuite.test import lldbutil
66

77

8-
class TestReverseContinueNotSupported(TestBase):
8+
class TestReverseExecutionNotSupported(TestBase):
99
NO_DEBUG_INFO_TESTCASE = True
1010

11-
def test_reverse_continue_not_supported(self):
11+
def test_reverse_execution_not_supported(self):
1212
self.build()
1313
exe = self.getBuildArtifact("a.out")
1414
target = self.dbg.CreateTarget(exe)

0 commit comments

Comments
 (0)