Skip to content

Commit 9a550fb

Browse files
committed
[Fortran/gfortran] Disable test not supported on AArch64.
The test requires the `dg-require-effective-target fortran_real_10` directive to be handled correctly which is not currently done. Disable the test for now so the buildbots don't fail. Differential Revision: https://reviews.llvm.org/D154878
1 parent 0fe3ef6 commit 9a550fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1969,6 +1969,12 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
19691969
goto_5.f90
19701970
pr49540-1.f90 # Only on AArch64
19711971

1972+
# --------------------------------------------------------------------------
1973+
#
1974+
# These tests are skipped because REAL(10) is not supported on AAch64.
1975+
1976+
pr91497.f90
1977+
19721978
# --------------------------------------------------------------------------
19731979
#
19741980
# These are skipped almost certainly because of a bug in the way multi-file

0 commit comments

Comments
 (0)