[all-commits] [llvm/llvm-project] d6abd7: [flang][driver] Make the names of files created in...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Mon Dec 21 03:24:23 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d6abd7317a269dc7d0204edb8e98f8fcc1a18a2f
https://github.com/llvm/llvm-project/commit/d6abd7317a269dc7d0204edb8e98f8fcc1a18a2f
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M flang/unittests/Frontend/FrontendActionTest.cpp
Log Message:
-----------
[flang][driver] Make the names of files created in unit tests unique (nfc)
Using files with identical names leads to unexpected failures when tests
are run in parallel. This is tricky to reproduce, but has been happening
on some buildbots since merging https://reviews.llvm.org/D92854. In that
patch I added a unit test with a non-unique test file. This patch fixes
that.
More information about the All-commits
mailing list