Skip to content

Commit

Permalink
[libomptarget] Exclude omp3d_x tests that fail on GitHub runners
Browse files Browse the repository at this point in the history
...because the runners do not have enough threads.
  • Loading branch information
bryanpkc committed Apr 11, 2024
1 parent 1d2c8d3 commit 1452f34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openmp/libomptarget/test/api/ompx_3d.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
// RUN: %libomptarget-compile-run-and-check-generic

// This test currently fails on GitHub runners which do not have enough
// CPUs to allow the creation of the number of threads needed.
//
// XFAIL: *

#include <omp.h>
#include <ompx.h>
#include <stdio.h>
Expand Down
5 changes: 5 additions & 0 deletions openmp/libomptarget/test/api/ompx_3d.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
// RUN: %libomptarget-compilexx-run-and-check-generic

// This test currently fails on GitHub runners which do not have enough
// CPUs to allow the creation of the number of threads needed.
//
// XFAIL: *

#include <omp.h>
#include <ompx.h>
#include <stdio.h>
Expand Down

0 comments on commit 1452f34

Please sign in to comment.