Skip to content

Commit 7517cb8

Browse files
tarunprabhuTarun Prabhu
andauthored
[Fortran/gfortran] Disable test to fix failing buildbots (#149)
Several of the AArch64 buildbots are failing due to an undefined reference to __trampoline_setup when compiling internal_dummy_2.f08. This is probably an issue with the buildbot configuration, but in the interest of getting them bots unstuck, the test is being disabled. Co-authored-by: Tarun Prabhu <[email protected]>
1 parent 00e2fa6 commit 7517cb8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,4 +1741,9 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
17411741
fmt_en_rn.f90
17421742
fmt_en_ru.f90
17431743
fmt_en_rz.f90
1744+
1745+
# These test causes failures in some buildbots with an undefined reference to
1746+
# __trampoline_setup. This is probably an unrelated issue, but as a quick fix
1747+
# for the buildbot, this is disabled.
1748+
internal_dummy_2.f08
17441749
)

0 commit comments

Comments
 (0)