Several gfortran tests read/write/delete the same file. When running the test suite in parallel, this results in non-deterministic test failures since the tests race on the file. This disables several tests that have such implicit race conditions.
A better approach would be to have the tests run in their own temporary directory, or to have lit run just those tests serially. I will look into those options and put up a patch. This is to quickly work around the non-deterministic failures in the buildbots such as (among several others):
https://lab.llvm.org/buildbot/#/builders/197/builds/4630
https://lab.llvm.org/buildbot/#/builders/197/builds/4640