[Lldb-commits] [PATCH] D81516: [lldb/Test] Ensure inline tests have a unique build directory
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 11 09:55:36 PDT 2020
This revision was automatically updated to reflect the committed changes.
JDevlieghere marked an inline comment as done.
Closed by commit rG5a33ba52b66c: [lldb/Test] Ensure inline tests have a unique build directory (authored by JDevlieghere).
Herald added a project: LLDB.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81516/new/
https://reviews.llvm.org/D81516
Files:
lldb/packages/Python/lldbsuite/test/lldbinline.py
Index: lldb/packages/Python/lldbsuite/test/lldbinline.py
===================================================================
--- lldb/packages/Python/lldbsuite/test/lldbinline.py
+++ lldb/packages/Python/lldbsuite/test/lldbinline.py
@@ -82,6 +82,11 @@
class InlineTest(TestBase):
+ # Overrides
+
+ def getBuildDirBasename(self):
+ return self.__class__.__name__ + "." + self.testMethodName
+
# Internal implementation
def BuildMakefile(self):
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81516.270174.patch
Type: text/x-patch
Size: 473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200611/6d5941be/attachment.bin>
More information about the lldb-commits
mailing list