Skip to content

[Offload] XFAIL four tests while working on fix #98899

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions offload/test/api/omp_dynamic_shared_memory_amdgpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// RUN: env LIBOMPTARGET_SHARED_MEMORY_SIZE=256 \
// RUN: %libomptarget-run-amdgcn-amd-amdhsa | %fcheck-amdgcn-amd-amdhsa
// REQUIRES: amdgcn-amd-amdhsa
// XFAIL: amdgcn-amd-amdhsa

#include <omp.h>
#include <stdio.h>
Expand Down
1 change: 1 addition & 0 deletions offload/test/api/omp_dynamic_shared_memory_mixed_amdgpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// RUN: env LIBOMPTARGET_NEXTGEN_PLUGINS=1 \
// RUN: %libomptarget-run-amdgcn-amd-amdhsa | %fcheck-amdgcn-amd-amdhsa
// REQUIRES: amdgcn-amd-amdhsa
// XFAIL: amdgcn-amd-amdhsa

#include "omp_dynamic_shared_memory_mixed.inc"
// CHECK: PASS
1 change: 1 addition & 0 deletions offload/test/offloading/bug51781.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
// RUN: %libomptarget-run-generic 2>&1 | %fcheck-generic
//
// CUSTOM: Rewriting generic-mode kernel with a customized state machine.
// XFAIL: amdgcn-amd-amdhsa

#if ADD_REDUCTION
#define REDUCTION(...) reduction(__VA_ARGS__)
Expand Down
1 change: 1 addition & 0 deletions offload/test/offloading/bug51982.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// RUN: %libomptarget-compile-generic -O1 && %libomptarget-run-generic
// -O1 to run openmp-opt
// RUN: %libomptarget-compileopt-generic -O1 && %libomptarget-run-generic
// XFAIL: amdgcn-amd-amdhsa

int main(void) {
long int aa = 0;
Expand Down
Loading