Skip to content

Commit

Permalink
[Fortran/gfortran] Disable test to fix failing buildbots (#149)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tarunprabhu and Tarun Prabhu authored Aug 2, 2024
1 parent 00e2fa6 commit 7517cb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Fortran/gfortran/regression/DisabledFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1741,4 +1741,9 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
fmt_en_rn.f90
fmt_en_ru.f90
fmt_en_rz.f90

# These test causes failures in some buildbots with an undefined reference to
# __trampoline_setup. This is probably an unrelated issue, but as a quick fix
# for the buildbot, this is disabled.
internal_dummy_2.f08
)

0 comments on commit 7517cb8

Please sign in to comment.