Skip to content

Commit f56e067

Browse files
committed
[OpenMP] Exclude affinity tests that fail on GitHub runners
1 parent 6992b90 commit f56e067

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

openmp/runtime/test/affinity/kmp-affinity.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
// RUN: env KMP_AFFINITY=granularity=socket,compact %libomp-run
55
// REQUIRES: linux
66

7+
// This test currently fails on GitHub runners. See:
8+
// https://github.com/flang-compiler/classic-flang-llvm-project/issues/171
9+
//
10+
// XFAIL: linux
11+
712
#include <stdio.h>
813
#include <stdlib.h>
914
#include <string.h>

openmp/runtime/test/affinity/omp-places.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
// RUN: env OMP_PLACES=sockets %libomp-run
55
// REQUIRES: linux
66

7+
// This test currently fails on GitHub runners. See:
8+
// https://github.com/flang-compiler/classic-flang-llvm-project/issues/171
9+
//
10+
// XFAIL: linux
11+
712
#include <stdio.h>
813
#include <stdlib.h>
914
#include <string.h>

0 commit comments

Comments
 (0)