[Openmp-commits] [PATCH] D78566: [OpenMP] Add scaffolding for negative runtime tests

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Apr 21 12:26:41 PDT 2020


Hahnfeld added a comment.

In D78566#1995119 <https://reviews.llvm.org/D78566#1995119>, @jdenny wrote:

> I just noticed another issue: ompt tests are skipped if FileCheck is not available.  This is configured in `openmp/runtime/test/lit.cfg`.  However, other openmp test suites that use FileCheck don't bother.  Why is ompt different?


Probably historic reasons, the OMPT tests were the first to use FileCheck. If other tests use it, we should probably make it required for all suites.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78566/new/

https://reviews.llvm.org/D78566





More information about the Openmp-commits mailing list