Skip to content

Commit 36fab2b

Browse files
committed
Disable tests on PowerPC
1 parent 6d61f65 commit 36fab2b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Fortran/gfortran/regression/override.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
# Assertion `Elt->getBitWidth() == EltVT.getSizeInBits() && "APInt size does not match type size!"' failed.
2626
#
2727
"findloc_8.f90":
28-
disabled_on: ["aarch64-*-*", "loongarch64-*-*"]
28+
disabled_on: ["aarch64-*-*", "loongarch64-*-*", "ppc64le-*-*"]
2929

3030
# entry_23.f raises a segmentation fault at runtime, on some platforms.
3131
"entry_23.f":
32-
disabled_on: ["aarch64-*-*", "loongarch64-*-*"]
32+
disabled_on: ["aarch64-*-*", "loongarch64-*-*", "ppc64le-*-*"]
3333

3434
# pr91497.f90 fails to compile on some platforms with the following message:
3535
# error: 'kind=' argument must be a constant scalar integer whose value is a
3636
# supported kind for the intrinsic result type.
3737
"pr91497.f90":
38-
disabled_on: ["aarch64-*-*", "loongarch64-*-*"]
38+
disabled_on: ["aarch64-*-*", "loongarch64-*-*", "ppc64le-*-*"]
3939

4040
# maxlocval_1.f90 fails at runtime with "STOP: code 1" on AArch64. This is not
4141
# expected and does not occur on other targets.

Fortran/gfortran/regression/tests.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2671,7 +2671,7 @@ compile;pr91372.f90;;;;
26712671
compile;pr91471.f90;;;;
26722672
compile;pr91485.f90;;;;
26732673
compile;pr91496.f90;;-fdump-tree-original;;
2674-
compile;pr91497.f90;;-Wall;;aarch64-.+-.+ loongarch64-.+-.+
2674+
compile;pr91497.f90;;-Wall;;aarch64-.+-.+ loongarch64-.+-.+ ppc64le-.+-.+
26752675
compile;pr91497_2.f90;;-Wall;;
26762676
compile;pr91564.f90;xfail;;;
26772677
compile;pr91565.f90;xfail;;;
@@ -4701,7 +4701,7 @@ run;entry_12.f90;;;;
47014701
run;entry_13.f90;;;;
47024702
run;entry_14.f90;;;;
47034703
run;entry_16.f90;;;;
4704-
run;entry_23.f;;;;aarch64-.+-.+ loongarch64-.+-.+
4704+
run;entry_23.f;;;;aarch64-.+-.+ loongarch64-.+-.+ ppc64le-.+-.+
47054705
run;entry_26.f90;;-fno-f2c;;
47064706
run;entry_27.f90;;-ff2c;;
47074707
run;entry_3.f90;;;;
@@ -4806,7 +4806,7 @@ run;findloc_3.f90;;;;
48064806
run;findloc_4.f90;;;;
48074807
run;findloc_5.f90;;;;
48084808
run;findloc_6.f90;;;;
4809-
run;findloc_8.f90;;;;aarch64-.+-.+ loongarch64-.+-.+
4809+
run;findloc_8.f90;;;;aarch64-.+-.+ loongarch64-.+-.+ ppc64le-.+-.+
48104810
run;float_1.f90;;;;
48114811
run;flush_1.f90;;;;
48124812
run;fmt_bz_bn.f;;;;

0 commit comments

Comments
 (0)