Skip to content

Commit 23384cd

Browse files
committed
[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.
1 parent 950d281 commit 23384cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %libomp-cxx-compile-and-run | FileCheck %s
2-
// REQUIRES: ompt
2+
3+
// disabled until fixed, see: https://github.com/llvm/llvm-project/pull/145625#issuecomment-3007625680
4+
// remove "needs-fix", after fixing the issue in the runtime
5+
// REQUIRES: ompt, needs-fix
36
#include "callback.h"
47
#include "omp_testsuite.h"
58

0 commit comments

Comments
 (0)