[flang-commits] [flang] [Flang][OpenMP]Add tests for align and allocator in allocate clauses (PR #121356)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Fri Jan 3 13:25:11 PST 2025
https://github.com/kparzysz commented:
The added 'REQUIRES` line is now causing these tests to be skipped, at least in the Linux tests:
```
UNSUPPORTED: Flang :: Lower/OpenMP/Todo/allocate-clause-align.f90 (1066 of 3198)
UNSUPPORTED: Flang :: Lower/OpenMP/Todo/allocate-clause-allocator.f90 (1067 of 3198)
```
Did you check locally that these two behave properly when the runtime is present?
https://github.com/llvm/llvm-project/pull/121356
More information about the flang-commits
mailing list