Skip to content

Commit 4ed0f84

Browse files
authored
[Offload] XFAIL four tests while working on fix (#98899)
omp_dynamic_shared_memory_mixed_amdgpu.c omp_dynamic_shared_memory_amdgpu.c amdgcn-amd-amdhsa::bug51982.c amdgcn-amd-amdhsa::bug51781.c
1 parent bd04ac0 commit 4ed0f84

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

offload/test/api/omp_dynamic_shared_memory_amdgpu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: env LIBOMPTARGET_SHARED_MEMORY_SIZE=256 \
33
// RUN: %libomptarget-run-amdgcn-amd-amdhsa | %fcheck-amdgcn-amd-amdhsa
44
// REQUIRES: amdgcn-amd-amdhsa
5+
// XFAIL: amdgcn-amd-amdhsa
56

67
#include <omp.h>
78
#include <stdio.h>

offload/test/api/omp_dynamic_shared_memory_mixed_amdgpu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: env LIBOMPTARGET_NEXTGEN_PLUGINS=1 \
33
// RUN: %libomptarget-run-amdgcn-amd-amdhsa | %fcheck-amdgcn-amd-amdhsa
44
// REQUIRES: amdgcn-amd-amdhsa
5+
// XFAIL: amdgcn-amd-amdhsa
56

67
#include "omp_dynamic_shared_memory_mixed.inc"
78
// CHECK: PASS

offload/test/offloading/bug51781.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
// RUN: %libomptarget-run-generic 2>&1 | %fcheck-generic
3232
//
3333
// CUSTOM: Rewriting generic-mode kernel with a customized state machine.
34+
// XFAIL: amdgcn-amd-amdhsa
3435

3536
#if ADD_REDUCTION
3637
#define REDUCTION(...) reduction(__VA_ARGS__)

offload/test/offloading/bug51982.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %libomptarget-compile-generic -O1 && %libomptarget-run-generic
22
// -O1 to run openmp-opt
33
// RUN: %libomptarget-compileopt-generic -O1 && %libomptarget-run-generic
4+
// XFAIL: amdgcn-amd-amdhsa
45

56
int main(void) {
67
long int aa = 0;

0 commit comments

Comments
 (0)