[OpenMP][OMPT] Expect failure from tool_available_search.c on macOS
authorShilei Tian <i@tianshilei.me>
Thu, 19 Jan 2023 01:08:59 +0000 (20:08 -0500)
committerShilei Tian <i@tianshilei.me>
Thu, 19 Jan 2023 01:09:06 +0000 (20:09 -0500)
commit97ae7d83e3c67ad41fca9c90a9383a05602647f9
treeff8c935f5d94a0b80174848dc8a5a8c58b72dfcd
parent3ff1726cf8025b94db8d3b8fdf4cc79a7888d80f
[OpenMP][OMPT] Expect failure from tool_available_search.c on macOS

D91464 introduced verbose tool loading, but the test check only considers Linux.
On macOS, the outputs are totally different, causing the regression afterwards.
This patch simply sets the test to XFAIL on macOS.

Fix #56833.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D142045
openmp/runtime/test/lit.cfg
openmp/runtime/test/ompt/loadtool/tool_available_search/tool_available_search.c