Skip to content

Commit 0ed6b20

Browse files
authored
[Fortran/gfortran] Disable OpenACC tests that cause non-deterministic segfaults (#117)
llvm/llvm-project#90477 These were also observed to cause non-deterministic out of memory errors.
1 parent dae2ca9 commit 0ed6b20

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Fortran/gfortran/regression/goacc/DisabledFiles.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
153153

154154
# error: operation with block successors must terminate its parent block
155155
fixed-1.f
156+
157+
# These files cause non-deterministic out-of-memory errors in some cases and
158+
# segfaults in others.
159+
loop-3.f95
160+
loop-3-2.f95
156161
)
157162

158163
# There tests are disabled because they fail when they should pass.

0 commit comments

Comments
 (0)