summaryrefslogtreecommitdiffstats
path: root/clang/test/InterfaceStubs
diff options
context:
space:
mode:
authorLawrence D'Anna <lawrence_danna@apple.com>2019-10-14 18:53:27 +0000
committerLawrence D'Anna <lawrence_danna@apple.com>2019-10-14 18:53:27 +0000
commitd5768e3d0e887ba75222c6ceda9c6fa2c93e00c1 (patch)
tree7577f4b47c133c53bf6ddb3a36ccb87e90a54dee /clang/test/InterfaceStubs
parent8408d95e3199aa27b67c3afec6e3f9dd73ed4b0a (diff)
downloadbcm5719-llvm-d5768e3d0e887ba75222c6ceda9c6fa2c93e00c1.tar.gz
bcm5719-llvm-d5768e3d0e887ba75222c6ceda9c6fa2c93e00c1.zip
Fix test breakage caused by r374424
Summary: The build directory name is based on the test method name, so having two test methods with the same name in the same test file is a problem, even if they're in different test classes. On linux and darwin this conflict can go unnoticed, but windows has different filesystem semantics and it will fail when one process tries to delete files still held open by another. The problem is fixed just by changing the name of one of the test methods. Reviewers: JDevlieghere, jasonmolenda, labath, stella.stamenova Reviewed By: stella.stamenova Subscribers: lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D68951 llvm-svn: 374803
Diffstat (limited to 'clang/test/InterfaceStubs')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud