diff options
author | Joachim Protze <protze@itc.rwth-aachen.de> | 2018-02-08 10:04:33 +0000 |
---|---|---|
committer | Joachim Protze <protze@itc.rwth-aachen.de> | 2018-02-08 10:04:33 +0000 |
commit | cfc98c2493087d2ce1a75e622c99c55dec66fe28 (patch) | |
tree | be47243537fabff1ba6fbfae8fafe1158d65b0ce /libcxx/test/std/numerics/numarray/template.valarray | |
parent | 9440c0ee3c7a85d5c06f229335c65d05ef5aa674 (diff) | |
download | bcm5719-llvm-cfc98c2493087d2ce1a75e622c99c55dec66fe28.tar.gz bcm5719-llvm-cfc98c2493087d2ce1a75e622c99c55dec66fe28.zip |
[OMPT] Add tool_available_search testcase
Tests the search for tools as defined in the spec. The OMP_TOOL_LIBRARIES
environment variable contains paths to the following files(in that order)
-to a nonexisting file
-to a shared library that does not have a ompt_start_tool function
-to a shared library that has an ompt_start_tool implementation returning NULL
-to a shared library that has an ompt_start_tool implementation returning a
pointer to a valid instance of ompt_start_tool_result_t
The expected result is that the last tool gets active and can print in the
thread-begin callback.
Differential Revision: https://reviews.llvm.org/D42166
llvm-svn: 324588
Diffstat (limited to 'libcxx/test/std/numerics/numarray/template.valarray')
0 files changed, 0 insertions, 0 deletions