[all-commits] [llvm/llvm-project] 97ae7d: [OpenMP][OMPT] Expect failure from tool_available_...

Shilei Tian via All-commits all-commits at lists.llvm.org
Wed Jan 18 17:09:20 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 97ae7d83e3c67ad41fca9c90a9383a05602647f9
      https://github.com/llvm/llvm-project/commit/97ae7d83e3c67ad41fca9c90a9383a05602647f9
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2023-01-18 (Wed, 18 Jan 2023)

  Changed paths:
    M openmp/runtime/test/lit.cfg
    M openmp/runtime/test/ompt/loadtool/tool_available_search/tool_available_search.c

  Log Message:
  -----------
  [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




More information about the All-commits mailing list