We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42dab80 commit 299a0b3Copy full SHA for 299a0b3
Fortran/gfortran/torture/execute/override.yaml
@@ -23,9 +23,5 @@
23
"intrinsic_set_exponent.f90":
24
disabled_on: ["powerpc-*-aix"]
25
26
-# zero-sized array crash (https://github.com/llvm/llvm-project/issues/110913)
27
-"iolength_1.f90":
28
- disabled_on: ["powerpc-*-aix"]
29
-
30
# ------------------------ PERMANENTLY OVERRIDDEN TESTS ------------------------
31
Fortran/gfortran/torture/execute/tests.cmake
@@ -167,7 +167,7 @@ run;intrinsic_trailz.f90;;;;
167
run;intrinsic_transpose.f90;;;;
168
run;intrinsic_trim.f90;;;;
169
run;intrinsic_unpack.f90;;;;
170
-run;iolength_1.f90;;;;powerpc-.+-aix
+run;iolength_1.f90;;;;
171
run;iolength_2.f90;;;;
172
run;iolength_3.f90;;;;
173
run;list_read_1.f90;;;;
0 commit comments