[Openmp-commits] [PATCH] D62488: Added propagation of not big initial stack size of master thread to workers.

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri May 31 08:19:14 PDT 2019


jlpeyton added a comment.

> I'm not familiar with the test system here but is it checking the output of the test looking for "passed" or how does it determine if the test succeeded?

For most of the OpenMP runtime tests, the LIT test system will check the return value of the test.  If the // RUN: line (at the top) of a test has FileCheck in it then it is checking both the return values and the output for certain streams of tokens, this can be seen in the OMPT tests.  Technically you can pipe the output into any tool but LLVM uses FileCheck for this usually.


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

https://reviews.llvm.org/D62488





More information about the Openmp-commits mailing list