+0
−6
Loading
For me, the test fails for nvptx64 offload. The problem was introduced by D146838, which landed as 747af241. It tries to copy a string constant's address from device to host and then print the string. This patch copies the contents of the string instead. We upstreamed this previously as D149623, which landed as 3a1e06e0. This patch also removes the test from `LIT_FILTER_OUT` throughout Clacc's CI config.