File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Fortran/gfortran/regression Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 183183# this is not worth marking as "permanently unsupported".
184184" diagnostic-format-sarif-1.F90 " :
185185 xfail : true
186+
187+ # This test case is designed for little endian target. Disable the test case
188+ # on big endian target.
189+ " unsigned_21.f90 " :
190+ disabled_on : ["powerpc-*-aix"]
Original file line number Diff line number Diff line change @@ -6561,7 +6561,7 @@ run;unsigned_18.f90;;-funsigned;;
65616561run;unsigned_19.f90;;-funsigned;;
65626562run;unsigned_2.f90;;-funsigned;;
65636563run;unsigned_20.f90;;-funsigned;;
6564- run;unsigned_21.f90;;-funsigned;;
6564+ run;unsigned_21.f90;;-funsigned;;powerpc-.+-aix
65656565run;unsigned_21_be.f90;;-funsigned;;
65666566run;unsigned_22.f90;;-funsigned -pedantic;;
65676567run;unsigned_23.f90;;-funsigned;;
You can’t perform that action at this time.
0 commit comments