[Openmp-commits] [PATCH] D47119: [OMPT] Fix test parallel/not_enough_threads.c

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun May 20 08:16:54 PDT 2018


Hahnfeld created this revision.
Hahnfeld added reviewers: protze.joachim, omalyshe, hbae.
Herald added a subscriber: openmp-commits.

Upcoming changes to FileCheck will modify CHECK-DAG to not match
overlapping regions of the input. This test was found to be affected
because it expects to find four threads to invoke events of type
ompt_event_implicit_task_begin. It turns out this is wrong because
OMP_THREAD_LIMIT is set to 2, so there are only two threads. The
rest of the test got it right so it went unnoticed until now.

(Rewrite test and apply clang-format to it as discussed in the past.)


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D47119

Files:
  runtime/test/ompt/parallel/not_enough_threads.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47119.147710.patch
Type: text/x-patch
Size: 9095 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180520/263b3a69/attachment.bin>


More information about the Openmp-commits mailing list