[Openmp-commits] [openmp] [OpenMP][lit] Disable flaky test tasking/issue-94260-2.c (PR #176452)

Nick Sarnie via Openmp-commits openmp-commits at lists.llvm.org
Fri Jan 16 10:28:42 PST 2026


https://github.com/sarnex created https://github.com/llvm/llvm-project/pull/176452

The test sporadically fails on Linux. See https://github.com/llvm/llvm-project/issues/176451 for more info.

>From 7ea616aa23d40a16137f1cd47b1b3a0bc7436da9 Mon Sep 17 00:00:00 2001
From: Nick Sarnie <nick.sarnie at intel.com>
Date: Fri, 16 Jan 2026 10:28:02 -0800
Subject: [PATCH] [OpenMP][lit] Disable flaky test tasking/issue-94260-2.c

Signed-off-by: Nick Sarnie <nick.sarnie at intel.com>
---
 openmp/runtime/test/tasking/issue-94260-2.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/openmp/runtime/test/tasking/issue-94260-2.c b/openmp/runtime/test/tasking/issue-94260-2.c
index c2f43f91f70f9..0bc0c09cd1b5a 100644
--- a/openmp/runtime/test/tasking/issue-94260-2.c
+++ b/openmp/runtime/test/tasking/issue-94260-2.c
@@ -1,5 +1,8 @@
 // RUN: %libomp-compile-and-run
 
+// https://github.com/llvm/llvm-project/issues/176451
+// UNSUPPORTED: linux && x86-target-arch
+
 #include <stdio.h>
 #include <omp.h>
 



More information about the Openmp-commits mailing list