[Lldb-commits] [PATCH] D86752: [lldb/test] Use shorter test case names in TestStandardUnwind
Jordan Rupprecht via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 28 11:50:48 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8bd895cac0cd: [lldb/test] Use shorter test case names in TestStandardUnwind (authored by rupprecht).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86752/new/
https://reviews.llvm.org/D86752
Files:
lldb/test/API/functionalities/unwind/standard/TestStandardUnwind.py
Index: lldb/test/API/functionalities/unwind/standard/TestStandardUnwind.py
===================================================================
--- lldb/test/API/functionalities/unwind/standard/TestStandardUnwind.py
+++ lldb/test/API/functionalities/unwind/standard/TestStandardUnwind.py
@@ -164,7 +164,7 @@
self.skipTest("Inferior not supported")
self.standard_unwind_tests()
- test_name = "test_unwind_" + str(f)
+ test_name = "test_unwind_" + str(os.path.basename(f))
for c in ".=()/\\":
test_name = test_name.replace(c, '_')
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86752.288660.patch
Type: text/x-patch
Size: 598 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200828/19dc9b4c/attachment.bin>
More information about the lldb-commits
mailing list