[flang-commits] [flang] [Flang][OpenMP] Disable all OpenMP semantics tests on Windows (PR #92739)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Mon May 20 11:42:34 PDT 2024
kiranchandramohan wrote:
> > > It's also worth noting that the list is not exhaustive. I'd be rather surprised if this would fix our Windows CI problems, but it's a step in the right direction.
> >
> >
> > Yes. This alone did not help. I will try disabling all Semantics/OpenMP tests to see whether it helps. If it helps then I will reduce the disabled ones using the SemanticsChecked list.
>
> Yes, that should resolve the issue with CI. I tested that yesterday.
This (disabling all Semantics OpenMP tests) worked. So I am going to commit this now. Will reenable the tests based on the SemanticsChecked tag in a separate PR.
https://github.com/llvm/llvm-project/pull/92739
More information about the flang-commits
mailing list