Author: Michael Buch
Date: 2025-04-25T14:26:50+01:00
New Revision: 9147569c7fc996555af81916ce81a53ad7625d7d

URL: 
https://github.com/llvm/llvm-project/commit/9147569c7fc996555af81916ce81a53ad7625d7d
DIFF: 
https://github.com/llvm/llvm-project/commit/9147569c7fc996555af81916ce81a53ad7625d7d.diff

LOG: [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
```

Added: 
    
lldb/test/API/functionalities/reverse-execution/TestReverseExecutionNotSupported.py

Modified: 
    

Removed: 
    
lldb/test/API/functionalities/reverse-execution/TestReverseContinueNotSupported.py


################################################################################
diff  --git 
a/lldb/test/API/functionalities/reverse-execution/TestReverseContinueNotSupported.py
 
b/lldb/test/API/functionalities/reverse-execution/TestReverseExecutionNotSupported.py
similarity index 92%
rename from 
lldb/test/API/functionalities/reverse-execution/TestReverseContinueNotSupported.py
rename to 
lldb/test/API/functionalities/reverse-execution/TestReverseExecutionNotSupported.py
index ae40cde322564..862b8b440303d 100644
--- 
a/lldb/test/API/functionalities/reverse-execution/TestReverseContinueNotSupported.py
+++ 
b/lldb/test/API/functionalities/reverse-execution/TestReverseExecutionNotSupported.py
@@ -5,10 +5,10 @@
 from lldbsuite.test import lldbutil
 
 
-class TestReverseContinueNotSupported(TestBase):
+class TestReverseExecutionNotSupported(TestBase):
     NO_DEBUG_INFO_TESTCASE = True
 
-    def test_reverse_continue_not_supported(self):
+    def test_reverse_execution_not_supported(self):
         self.build()
         exe = self.getBuildArtifact("a.out")
         target = self.dbg.CreateTarget(exe)


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to