File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Fortran/gfortran/regression Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -918,10 +918,27 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
918
918
919
919
# --------------------------------------------------------------------------
920
920
#
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.
922
924
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
923
937
pr91497.f90
924
938
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
+
925
942
# --------------------------------------------------------------------------
926
943
#
927
944
# These are skipped almost certainly because of a bug in the way multi-file
Original file line number Diff line number Diff line change @@ -55,6 +55,14 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
55
55
intrinsics_2.F90
56
56
large_4.f90
57
57
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
58
66
)
59
67
60
68
# There are currently no failing files.
You can’t perform that action at this time.
0 commit comments