We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afefa9c commit 1af150bCopy full SHA for 1af150b
1 file changed
scripts/ci_test_cuda.py
@@ -50,6 +50,7 @@ def test_does_not_compile():
50
assert "nvcc: NVIDIA (R) Cuda compiler driver" in comp.nvcc_version
51
52
53
+@pytest.mark.xfail(reason="TODO: fix this test")
54
def test_cuda_runtime_error():
55
# deliberately causing illegal memory access
56
sub = """
0 commit comments