Skip to content

Commit f7e9968

Browse files
authored
[Offload] XFAIL pgo tests until resolved (#163722)
While people look into it, xfail the tests.
1 parent 8160025 commit f7e9968

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

offload/test/offloading/gpupgo/pgo_atomic_teams.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
// REQUIRES: amdgpu
2020
// REQUIRES: pgo
21+
// XFAIL: amdgpu
2122

2223
int test1(int a) { return a / 2; }
2324
int test2(int a) { return a * 2; }

offload/test/offloading/gpupgo/pgo_atomic_threads.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
// REQUIRES: amdgpu
2020
// REQUIRES: pgo
21+
// XFAIL: amdgpu
2122

2223
int test1(int a) { return a / 2; }
2324

offload/test/offloading/gpupgo/pgo_device_and_host.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050

5151
// REQUIRES: amdgpu
5252
// REQUIRES: pgo
53+
// XFAIL: amdgpu
5354

5455
int main() {
5556
int host_var = 0;

offload/test/offloading/gpupgo/pgo_device_only.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
// REQUIRES: amdgpu
1818
// REQUIRES: pgo
19+
// XFAIL: amdgpu
1920

2021
int test1(int a) { return a / 2; }
2122
int test2(int a) { return a * 2; }

0 commit comments

Comments
 (0)