Skip to content

Commit e7a46a1

Browse files
authored
[AMDGPU] Adjust xfail tests (#409)
The containerized runner is executing on a certain CPU set. This seems to confuse the specific test and makes it fail. xfail it therefore.
1 parent c37f81b commit e7a46a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/osuosl/master/config/builders.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1944,7 +1944,7 @@
19441944
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
19451945
],
19461946
add_lit_checks=['check-offload'],
1947-
add_openmp_lit_args=["--time-tests", "--timeout 100"],
1947+
add_openmp_lit_args=["--time-tests", "--timeout 100", "--xfail=affinity/format/proc_bind.c"],
19481948
)},
19491949

19501950
{'name' : "openmp-offload-amdgpu-runtime-2",

0 commit comments

Comments
 (0)