You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fortran/gfortran] Fix build-time and test-time race conditions
Use a dedicated module directory for each test. Any .mod files generated by the
test at build-time will be written into this directory. The same directory is
also used as the working directory for the the tests at test-time. Any files
created/read/written by the test at test-time reside in that directory. This
ensures that the tests don't race on the file system when run in parallel.
The tests that were previously disabled because of these races have been
re-enabled.
This fixes PR #63263 (llvm/llvm-project#63263)
Differential Revision: https://reviews.llvm.org/D152307
0 commit comments