Skip to content

Commit

Permalink
[OpenMP] Exclude affinity tests that fail on GitHub runners
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanpkc committed Jan 24, 2024
1 parent 6aeab31 commit f801265
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openmp/runtime/test/affinity/kmp-affinity.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
// RUN: env KMP_AFFINITY=granularity=socket,compact %libomp-run
// REQUIRES: linux

// This test currently fails on GitHub runners. See:
// https://github.com/flang-compiler/classic-flang-llvm-project/issues/171
//
// XFAIL: linux

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down
5 changes: 5 additions & 0 deletions openmp/runtime/test/affinity/omp-places.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
// RUN: env OMP_PLACES=sockets %libomp-run
// REQUIRES: linux

// This test currently fails on GitHub runners. See:
// https://github.com/flang-compiler/classic-flang-llvm-project/issues/171
//
// XFAIL: linux

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit f801265

Please sign in to comment.