[Openmp-commits] [openmp] [openmp][flang] Add tests for map clause (PR #70394)

via Openmp-commits openmp-commits at lists.llvm.org
Fri Oct 27 10:05:25 PDT 2023


agozillon wrote:

> Thanks for the reviews! I will add more cases, that seem to be working and failing. Should I file issues for failing cases or is it okay to just add them as failing testcases?

Unfortunately not sure if there is a place for failing test cases in upstream llvm (someone else likely knows better than me though). 

However, opening issues may be the best way to track them and then downstream we also have: https://github.com/ROCm-Developer-Tools/aomp/tree/aomp-dev/test/smoke-fort-fails which you could place the test cases in for the interim (and perhaps add the opened issue number it correlates to). These tests are ran nightly from what I understand with both our downstream branch and upstream llvm, once they start passing, they can be moved to the pass folder + upstreamed (if they haven't been already).  

https://github.com/llvm/llvm-project/pull/70394


More information about the Openmp-commits mailing list