[Openmp-commits] [openmp] 23384cd - [OpenMP][test][NFC] Temporarily disabling failing test

Joachim Jenke via Openmp-commits openmp-commits at lists.llvm.org
Fri Jun 27 00:03:14 PDT 2025


Author: Joachim Jenke
Date: 2025-06-27T09:03:05+02:00
New Revision: 23384cd5817122ea05d66955559e4cc04795b307

URL: https://github.com/llvm/llvm-project/commit/23384cd5817122ea05d66955559e4cc04795b307
DIFF: https://github.com/llvm/llvm-project/commit/23384cd5817122ea05d66955559e4cc04795b307.diff

LOG: [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.

Added: 
    

Modified: 
    openmp/runtime/test/ompt/misc/lock_double_destroy.cpp

Removed: 
    


################################################################################
diff  --git a/openmp/runtime/test/ompt/misc/lock_double_destroy.cpp b/openmp/runtime/test/ompt/misc/lock_double_destroy.cpp
index bbdf348e97e7c..4d57f069a4b19 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"
 


        


More information about the Openmp-commits mailing list