Skip to content

Commit eb32c2f

Browse files
committed
Disable tests that fail on AArch64 but pass on x86.
1 parent fb729d8 commit eb32c2f

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,10 +918,27 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
918918

919919
# --------------------------------------------------------------------------
920920
#
921-
# These tests are skipped because REAL(10) is not supported on AAch64.
921+
# These tests require libquadmath which is not built by default. They are
922+
# disabled until the test suite's configure script is fixed to allow
923+
# conditionally enabling them if libquadmath is available.
922924

925+
quad_1.f90
926+
internal_dummy_3.f08
927+
928+
# --------------------------------------------------------------------------
929+
#
930+
# These tests are skipped because they fail on AArch64 but not x86. These
931+
# will be disabled until we allow tests to be selectively enabled on certain
932+
# platforms.
933+
934+
large_integer_kind.f90
935+
oldstyle_5.f
936+
maxlocval_1.f90
923937
pr91497.f90
924938

939+
alloc_comp_class_4.f03 # TODO: This also fails on X86, so recategorize
940+
unpack_bounds_1.f90 # TODO: This also fails on X86, so recategorize
941+
925942
# --------------------------------------------------------------------------
926943
#
927944
# These are skipped almost certainly because of a bug in the way multi-file

Fortran/gfortran/regression/ieee/DisabledFiles.cmake

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
5555
intrinsics_2.F90
5656
large_4.f90
5757
underflow_1.f90
58+
59+
# --------------------------------------------------------------------------
60+
#
61+
# These tests require libquadmath which is not built by default. They are
62+
# disabled until the test suite's configure script is fixed to allow
63+
# conditionally enabling them if libquadmath is available.
64+
65+
ieee_9.f90
5866
)
5967

6068
# There are currently no failing files.

0 commit comments

Comments
 (0)