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 183
183
# this is not worth marking as "permanently unsupported".
184
184
" diagnostic-format-sarif-1.F90 " :
185
185
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;;
6561
6561
run;unsigned_19.f90;;-funsigned;;
6562
6562
run;unsigned_2.f90;;-funsigned;;
6563
6563
run;unsigned_20.f90;;-funsigned;;
6564
- run;unsigned_21.f90;;-funsigned;;
6564
+ run;unsigned_21.f90;;-funsigned;;powerpc-.+-aix
6565
6565
run;unsigned_21_be.f90;;-funsigned;;
6566
6566
run;unsigned_22.f90;;-funsigned -pedantic;;
6567
6567
run;unsigned_23.f90;;-funsigned;;
You can’t perform that action at this time.
0 commit comments