From 7517cb8c45a31a03ba2f3aa3fa3c703de441d195 Mon Sep 17 00:00:00 2001 From: Tarun Prabhu Date: Fri, 2 Aug 2024 01:52:00 -0600 Subject: [PATCH] [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 --- Fortran/gfortran/regression/DisabledFiles.cmake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Fortran/gfortran/regression/DisabledFiles.cmake b/Fortran/gfortran/regression/DisabledFiles.cmake index 774a54f98..a4e1d5fa0 100644 --- a/Fortran/gfortran/regression/DisabledFiles.cmake +++ b/Fortran/gfortran/regression/DisabledFiles.cmake @@ -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 )