|
25 | 25 | # Assertion `Elt->getBitWidth() == EltVT.getSizeInBits() && "APInt size does not match type size!"' failed.
|
26 | 26 | #
|
27 | 27 | "findloc_8.f90":
|
28 |
| - disabled_on: ["aarch64-*-*", "loongarch64-*-*", "ppc64le-*-*"] |
| 28 | + disabled_on: ["aarch64-*-*", "loongarch64-*-*", "ppc64le-*-*", "powerpc-*-*"] |
29 | 29 |
|
30 | 30 | # entry_23.f raises a segmentation fault at runtime, on some platforms.
|
31 | 31 | "entry_23.f":
|
|
35 | 35 | # error: 'kind=' argument must be a constant scalar integer whose value is a
|
36 | 36 | # supported kind for the intrinsic result type.
|
37 | 37 | "pr91497.f90":
|
38 |
| - disabled_on: ["aarch64-*-*", "loongarch64-*-*", "ppc64le-*-*"] |
| 38 | + disabled_on: ["aarch64-*-*", "loongarch64-*-*", "ppc64le-*-*", "powerpc-*-*"] |
39 | 39 |
|
40 | 40 | # maxlocval_1.f90 fails at runtime with "STOP: code 1" on AArch64. This is not
|
41 | 41 | # expected and does not occur on other targets.
|
|
88 | 88 | "default_format_denormal_2.f90":
|
89 | 89 | disabled_on: ["ppc64le-*-*", "powerpc-*-*"]
|
90 | 90 |
|
| 91 | +# unimplemented feature on AIX: Nested arguments are unimplemented |
| 92 | +"assumed_type_1.f90": |
| 93 | + disabled_on: ["powerpc-*-aix"] |
| 94 | + |
| 95 | +"do_check_14.f90": |
| 96 | + disabled_on: ["powerpc-*-aix"] |
| 97 | + |
| 98 | +"do_check_15.f90": |
| 99 | + disabled_on: ["powerpc-*-aix"] |
| 100 | + |
| 101 | +"do_subscript_3.f90": |
| 102 | + disabled_on: ["powerpc-*-aix"] |
| 103 | + |
| 104 | +"intrinsic_actual_2.f90": |
| 105 | + disabled_on: ["powerpc-*-aix"] |
| 106 | + |
| 107 | +"pr47054_1.f90": |
| 108 | + disabled_on: ["powerpc-*-aix"] |
| 109 | + |
| 110 | +"pr98016.f90": |
| 111 | + disabled_on: ["powerpc-*-aix"] |
| 112 | + |
| 113 | +"round_4.f90": |
| 114 | + disabled_on: ["powerpc-*-aix"] |
| 115 | + |
| 116 | +"transpose_1.f90": |
| 117 | + disabled_on: ["powerpc-*-aix"] |
| 118 | + |
| 119 | +"typebound_call_11.f03": |
| 120 | + disabled_on: ["powerpc-*-aix"] |
| 121 | + |
| 122 | +"use_25.f90": |
| 123 | + disabled_on: ["powerpc-*-aix"] |
| 124 | + |
| 125 | +"used_dummy_types_5.f90": |
| 126 | + disabled_on: ["powerpc-*-aix"] |
| 127 | + |
| 128 | +"used_types_10.f90": |
| 129 | + disabled_on: ["powerpc-*-aix"] |
| 130 | + |
| 131 | +"warn_target_lifetime_1.f90": |
| 132 | + disabled_on: ["powerpc-*-aix"] |
| 133 | + |
| 134 | +"warn_unused_dummy_argument_5.f90": |
| 135 | + disabled_on: ["powerpc-*-aix"] |
| 136 | + |
| 137 | +"zero_sized_14.f90": |
| 138 | + disabled_on: ["powerpc-*-aix"] |
| 139 | + |
| 140 | +# incorrect inlining for minloc/maxloc on AIX |
| 141 | +"maxloc_2.f90": |
| 142 | + disabled_on: ["powerpc-*-aix"] |
| 143 | + |
| 144 | +"maxloc_3.f90": |
| 145 | + disabled_on: ["powerpc-*-aix"] |
| 146 | + |
| 147 | +"maxlocval_3.f90": |
| 148 | + disabled_on: ["powerpc-*-aix"] |
| 149 | + |
| 150 | +"minloc_1.f90": |
| 151 | + disabled_on: ["powerpc-*-aix"] |
| 152 | + |
| 153 | +"minloc_2.f90": |
| 154 | + disabled_on: ["powerpc-*-aix"] |
| 155 | + |
| 156 | +"minlocval_1.f90": |
| 157 | + disabled_on: ["powerpc-*-aix"] |
| 158 | + |
| 159 | +"minlocval_2.f90": |
| 160 | + disabled_on: ["powerpc-*-aix"] |
| 161 | + |
| 162 | +"minlocval_4.f90": |
| 163 | + disabled_on: ["powerpc-*-aix"] |
| 164 | + |
| 165 | +"minmaxloc_10.f90": |
| 166 | + disabled_on: ["powerpc-*-aix"] |
| 167 | + |
| 168 | +"minmaxloc_17.f90": |
| 169 | + disabled_on: ["powerpc-*-aix"] |
| 170 | + |
| 171 | +"minmaxloc_1.f90": |
| 172 | + disabled_on: ["powerpc-*-aix"] |
| 173 | + |
| 174 | +"minmaxloc_3.f90": |
| 175 | + disabled_on: ["powerpc-*-aix"] |
| 176 | + |
| 177 | +"scalar_mask_1.f90": |
| 178 | + disabled_on: ["powerpc-*-aix"] |
| 179 | + |
| 180 | +"scalar_mask_2.f90": |
| 181 | + disabled_on: ["powerpc-*-aix"] |
| 182 | + |
91 | 183 | # ------------------------ PERMANENTLY OVERRIDDEN TESTS ------------------------
|
92 | 184 |
|
93 | 185 | # namelist_print_2.f and print_fmt_2.f90 use ```print <namelist name>```. This
|
|
102 | 194 |
|
103 | 195 | # float bessel functions are not supported on AIX
|
104 | 196 | "bessel_1.f90":
|
105 |
| - disabled_on: ["powerpc-*-*"] |
| 197 | + disabled_on: ["powerpc-*-aix"] |
106 | 198 |
|
107 | 199 | "bessel_5.f90":
|
108 |
| - disabled_on: ["powerpc-*-*"] |
| 200 | + disabled_on: ["powerpc-*-aix"] |
| 201 | + |
| 202 | +# The test case passes the non-bind(c) derived type to the C routine |
| 203 | +# and expects the same alignment of the components. However, on AIX, |
| 204 | +# non-bind(c) derived type has the natural alignment and bind(c) derived |
| 205 | +# type the special alignment rule applies. |
| 206 | +"c_f_pointer_tests.f90": |
| 207 | + disabled_on: ["powerpc-*-aix"] |
| 208 | + |
| 209 | +# The test cases expect seg fault but not occur on AIX. |
| 210 | +"PR100136.f90": |
| 211 | + disabled_on: ["powerpc-*-aix"] |
| 212 | + |
| 213 | +"bounds_check_fail_5.f90": |
| 214 | + disabled_on: ["powerpc-*-aix"] |
0 commit comments