Skip to content

Conversation

@jplehr
Copy link
Contributor

@jplehr jplehr commented Oct 16, 2025

While people look into it, xfail the tests.

@llvmbot
Copy link
Member

llvmbot commented Oct 16, 2025

@llvm/pr-subscribers-offload

Author: Jan Patrick Lehr (jplehr)

Changes

While people look into it, xfail the tests.


Full diff: https://github.com/llvm/llvm-project/pull/163722.diff

4 Files Affected:

  • (modified) offload/test/offloading/gpupgo/pgo_atomic_teams.c (+1)
  • (modified) offload/test/offloading/gpupgo/pgo_atomic_threads.c (+1)
  • (modified) offload/test/offloading/gpupgo/pgo_device_and_host.c (+1)
  • (modified) offload/test/offloading/gpupgo/pgo_device_only.c (+1)
diff --git a/offload/test/offloading/gpupgo/pgo_atomic_teams.c b/offload/test/offloading/gpupgo/pgo_atomic_teams.c index b3b72db080392..42d8ae43beba1 100644 --- a/offload/test/offloading/gpupgo/pgo_atomic_teams.c +++ b/offload/test/offloading/gpupgo/pgo_atomic_teams.c @@ -18,6 +18,7 @@ // REQUIRES: amdgpu // REQUIRES: pgo +// XFAIL: amdgpu int test1(int a) { return a / 2; } int test2(int a) { return a * 2; } diff --git a/offload/test/offloading/gpupgo/pgo_atomic_threads.c b/offload/test/offloading/gpupgo/pgo_atomic_threads.c index 440a6b533317d..09a4dc1577822 100644 --- a/offload/test/offloading/gpupgo/pgo_atomic_threads.c +++ b/offload/test/offloading/gpupgo/pgo_atomic_threads.c @@ -18,6 +18,7 @@ // REQUIRES: amdgpu // REQUIRES: pgo +// XFAIL: amdgpu int test1(int a) { return a / 2; } diff --git a/offload/test/offloading/gpupgo/pgo_device_and_host.c b/offload/test/offloading/gpupgo/pgo_device_and_host.c index 3e95791ce9a50..c53e69a25e50d 100644 --- a/offload/test/offloading/gpupgo/pgo_device_and_host.c +++ b/offload/test/offloading/gpupgo/pgo_device_and_host.c @@ -50,6 +50,7 @@ // REQUIRES: amdgpu // REQUIRES: pgo +// XFAIL: amdgpu int main() { int host_var = 0; diff --git a/offload/test/offloading/gpupgo/pgo_device_only.c b/offload/test/offloading/gpupgo/pgo_device_only.c index 2939af613b6dd..644df6e7b0339 100644 --- a/offload/test/offloading/gpupgo/pgo_device_only.c +++ b/offload/test/offloading/gpupgo/pgo_device_only.c @@ -16,6 +16,7 @@ // REQUIRES: amdgpu // REQUIRES: pgo +// XFAIL: amdgpu int test1(int a) { return a / 2; } int test2(int a) { return a * 2; } 
While people look into it, xfail the tests. DevTask to track disabled tests: llvm#161265
@jplehr jplehr force-pushed the nfc/xfail-pgotest-until-fixed branch from b526f2e to e585b28 Compare October 16, 2025 08:11
Copy link
Member

@Meinersbur Meinersbur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jplehr jplehr merged commit f7e9968 into llvm:main Oct 16, 2025
10 checks passed
@jplehr jplehr deleted the nfc/xfail-pgotest-until-fixed branch October 16, 2025 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 participants