[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.
This commit is contained in:
Joachim Jenke
2025-06-27 09:00:15 +02:00
parent 950d281eb2
commit 23384cd581

View File

@@ -1,5 +1,8 @@
// RUN: %libomp-cxx-compile-and-run | FileCheck %s // 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 "callback.h"
#include "omp_testsuite.h" #include "omp_testsuite.h"