Skip to content

Commit b217e5c

Browse files
authored
[OpenMP][lit] Disable flaky test tasking/issue-94260-2.c (#176452)
The test sporadically fails on Linux. See llvm/llvm-project#176451 for more info. Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
1 parent d521863 commit b217e5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openmp/runtime/test/tasking/issue-94260-2.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %libomp-compile-and-run
22

3+
// https://github.com/llvm/llvm-project/issues/176451
4+
// UNSUPPORTED: linux && x86-target-arch
5+
36
#include <stdio.h>
47
#include <omp.h>
58

0 commit comments

Comments
 (0)