Skip to content

Commit dbef52e

Browse files
committed
[libomptarget] Exclude omp3d_x tests that fail on GitHub runners
...because the runners do not have enough threads.
1 parent f88d0bc commit dbef52e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

openmp/libomptarget/test/api/ompx_3d.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// RUN: %libomptarget-compile-run-and-check-generic
22

3+
// This test currently fails on GitHub runners which do not have enough
4+
// CPUs to allow the creation of the number of threads needed.
5+
//
6+
// XFAIL: *
7+
38
#include <omp.h>
49
#include <ompx.h>
510
#include <stdio.h>

openmp/libomptarget/test/api/ompx_3d.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// RUN: %libomptarget-compilexx-run-and-check-generic
22

3+
// This test currently fails on GitHub runners which do not have enough
4+
// CPUs to allow the creation of the number of threads needed.
5+
//
6+
// XFAIL: *
7+
38
#include <omp.h>
49
#include <ompx.h>
510
#include <stdio.h>

0 commit comments

Comments
 (0)