[Openmp-commits] [PATCH] D76008: [OpenMP][Tool] Extend reuse of OMPT testing

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jun 9 01:04:05 PDT 2020


protze.joachim updated this revision to Diff 269428.
protze.joachim added a comment.
Herald added a reviewer: aaron.ballman.

I removed the double negation.

The `callback.h` header is heavily tested by all the test cases in openmp/runtime/test/ompt/*.
All those tests expect specific output generated by this header. While they also check for the output printed by the header, their main purpose is of cause to test the OMPT callbacks triggered by the runtime.

Tests for the new prefix come with the multiplexing tool.


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

https://reviews.llvm.org/D76008

Files:
  openmp/runtime/test/CMakeLists.txt
  openmp/runtime/test/ompt/callback.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76008.269428.patch
Type: text/x-patch
Size: 39446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200609/938c1a2b/attachment-0001.bin>


More information about the Openmp-commits mailing list