From 8fea7dfd2c9bd2b1aadab9b169543260743a155a Mon Sep 17 00:00:00 2001 From: Kelvin Li Date: Mon, 19 May 2025 18:22:10 -0400 Subject: [PATCH] [Fortran/gfortran] Disable little endian test on big endian target --- Fortran/gfortran/regression/override.yaml | 5 +++++ Fortran/gfortran/regression/tests.cmake | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Fortran/gfortran/regression/override.yaml b/Fortran/gfortran/regression/override.yaml index ec08bf5306..c74deedfe6 100644 --- a/Fortran/gfortran/regression/override.yaml +++ b/Fortran/gfortran/regression/override.yaml @@ -183,3 +183,8 @@ # this is not worth marking as "permanently unsupported". "diagnostic-format-sarif-1.F90": xfail: true + +# This test case is designed for little endian target. Disable the test case +# on big endian target. +"unsigned_21.f90": + disabled_on: ["powerpc-*-aix"] diff --git a/Fortran/gfortran/regression/tests.cmake b/Fortran/gfortran/regression/tests.cmake index f440c8e825..552924ac4c 100644 --- a/Fortran/gfortran/regression/tests.cmake +++ b/Fortran/gfortran/regression/tests.cmake @@ -6561,7 +6561,7 @@ run;unsigned_18.f90;;-funsigned;; run;unsigned_19.f90;;-funsigned;; run;unsigned_2.f90;;-funsigned;; run;unsigned_20.f90;;-funsigned;; -run;unsigned_21.f90;;-funsigned;; +run;unsigned_21.f90;;-funsigned;;powerpc-.+-aix run;unsigned_21_be.f90;;-funsigned;; run;unsigned_22.f90;;-funsigned -pedantic;; run;unsigned_23.f90;;-funsigned;;