Skip to content

Commit d8ab952

Browse files
committed
[Fortran/gfortran] Disable test which causes non-deterministic test failures.
Commiting without review because it is a one-line change that disables a test and can cause buildbots to fail non-deterministically. As pointed out in https://reviews.llvm.org/D149116#4380500, the test in question generates the same module name as another. Disable one of the tests as a temporary workaround.
1 parent 44dac0f commit d8ab952

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Fortran/gfortran/torture/execute/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@ file(GLOB Skipped CONFIGURE_DEPENDS
104104

105105
# error: '[SYM]' is not a known intrinsic procedure
106106
specifics.f90
107+
108+
# --------------------------------------------------------------------------
109+
#
110+
# These tests are skipped because they generate the same module as other
111+
# tests in this directory and create non-deterministic conflicts when building
112+
# in parallel.
113+
114+
module_init_1.f90 # Conflicts with function_module_1.f90
107115
)
108116

109117
# These tests are disabled because they fail at runtime when they should pass.

0 commit comments

Comments
 (0)