From 23384cd5817122ea05d66955559e4cc04795b307 Mon Sep 17 00:00:00 2001 From: Joachim Jenke Date: Fri, 27 Jun 2025 09:00:15 +0200 Subject: [PATCH] [OpenMP][test][NFC] Temporarily disabling failing test The test added with PR #145625 fails with certain build configurations of libomp, disabling the test until the issue in the runtime is fixed. --- openmp/runtime/test/ompt/misc/lock_double_destroy.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openmp/runtime/test/ompt/misc/lock_double_destroy.cpp b/openmp/runtime/test/ompt/misc/lock_double_destroy.cpp index bbdf348e97e7..4d57f069a4b1 100644 --- a/openmp/runtime/test/ompt/misc/lock_double_destroy.cpp +++ b/openmp/runtime/test/ompt/misc/lock_double_destroy.cpp @@ -1,5 +1,8 @@ // RUN: %libomp-cxx-compile-and-run | FileCheck %s -// REQUIRES: ompt + +// disabled until fixed, see: https://github.com/llvm/llvm-project/pull/145625#issuecomment-3007625680 +// remove "needs-fix", after fixing the issue in the runtime +// REQUIRES: ompt, needs-fix #include "callback.h" #include "omp_testsuite.h"