[OFFLOAD] Disable tests that may cause hangs in CI (#189116)

This commit is contained in:
fineg74 2026-03-27 14:32:25 -07:00 committed by GitHub
parent 01768d3b95
commit 563d3f6865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 25 additions and 2 deletions

View File

@ -1,5 +1,8 @@
// RUN: %libomptarget-compilexx-run-and-check-generic
// https://github.com/llvm/llvm-project/issues/182119
// UNSUPPORTED: intelgpu
#include <stdio.h>
struct View {

View File

@ -1,5 +1,7 @@
// RUN: %libomptarget-compilexx-and-run-generic
// RUN: %libomptarget-compileoptxx-and-run-generic
// https://github.com/llvm/llvm-project/issues/182119
// UNSUPPORTED: intelgpu
#include <cassert>
#include <iostream>

View File

@ -7,6 +7,8 @@
// FIXME: Fails due to optimized debugging in 'ptxas'.
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
// https://github.com/llvm/llvm-project/issues/182119
// UNSUPPORTED: intelgpu
#include <omp.h>
#include <stdio.h>

View File

@ -1,5 +1,5 @@
// RUN: %libomptarget-compile-run-and-check-generic
// XFAIL: intelgpu
// Make sure multi-dimensional strided offset update works correctly.
#include <stdio.h>

View File

@ -3,6 +3,8 @@
// across the array
// RUN: %libomptarget-compile-run-and-check-generic
// https://github.com/llvm/llvm-project/issues/182119
// UNSUPPORTED: intelgpu
#include <omp.h>
#include <stdio.h>

View File

@ -2,7 +2,8 @@
// supported when elements are updated in a non-contiguous manner with variable
// count expression. Tests #pragma omp target update from/to(data[0:len/2:2])
// where the count (len/2) is a variable expression, not a constant.
// https://github.com/llvm/llvm-project/issues/182119
// UNSUPPORTED: intelgpu
// RUN: %libomptarget-compile-run-and-check-generic
#include <omp.h>
#include <stdio.h>

View File

@ -4,6 +4,8 @@
// other element (stride 2) from the host to the device
// RUN: %libomptarget-compile-run-and-check-generic
// https://github.com/llvm/llvm-project/issues/182119
// UNSUPPORTED: intelgpu
#include <omp.h>
#include <stdio.h>

View File

@ -1,4 +1,6 @@
// RUN: %libomptarget-compilexx-run-and-check-generic
// https://github.com/llvm/llvm-project/issues/182119
// UNSUPPORTED: intelgpu
#include <omp.h>
#include <stdio.h>

View File

@ -1,5 +1,7 @@
// RUN: %libomptarget-compilexx-and-run-generic
// RUN: %libomptarget-compileoptxx-and-run-generic
// https://github.com/llvm/llvm-project/issues/182119
// UNSUPPORTED: intelgpu
#include <cassert>

View File

@ -2,6 +2,9 @@
// Tests non-contiguous array sections with expression-based count on
// heap-allocated pointer arrays with both FROM and TO directives.
// https://github.com/llvm/llvm-project/issues/182119
// UNSUPPORTED: intelgpu
#include <omp.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -2,6 +2,8 @@
// This test checks that "update to" clause in OpenMP supports strided sections.
// #pragma omp target update to(result[0:8:2]) updates every other element
// (stride 2)
// https://github.com/llvm/llvm-project/issues/182119
// UNSUPPORTED: intelgpu
#include <omp.h>
#include <stdio.h>

View File

@ -2,6 +2,8 @@
// REQUIRES: unified_shared_memory
// UNSUPPORTED: clang-6, clang-7, clang-8, clang-9
// https://github.com/llvm/llvm-project/issues/182119
// UNSUPPORTED: intelgpu
#include <omp.h>
#include <stdio.h>