[all-commits] [llvm/llvm-project] 5a33ba: [lldb/Test] Ensure inline tests have a unique buil...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Jun 11 09:37:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5a33ba52b66ceb336b2dd941c9e3f5313a388e63
https://github.com/llvm/llvm-project/commit/5a33ba52b66ceb336b2dd941c9e3f5313a388e63
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-06-11 (Thu, 11 Jun 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbinline.py
Log Message:
-----------
[lldb/Test] Ensure inline tests have a unique build directory
Inline tests have one method named 'test' which means that multiple
inline tests in the same file end up sharing the same build directory
per variant.
This patch overrides the getBuildDirBasename method for the InlineTest
class to include the test name.
Differential revision: https://reviews.llvm.org/D81516
More information about the All-commits
mailing list