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
[gfortran] Disable some tests that non-deterministically fail when testing in parallel
Several gfortran tests read/write/delete the same file. When running the test
suite in parallel, this results in non-deterministic failures since the tests
race on the file. This disables several tests that have such implicit race
conditions.
This should resolve the seemingly random failures of the buildbots.
Differential Revision: https://reviews.llvm.org/D149865
0 commit comments