Skip to content

Commit a39720b

Browse files
committed
Remove one new test because it's generating segfaults:
#497 (comment)
1 parent dee59ba commit a39720b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

cuda_bindings/tests/test_nvrtc.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,3 @@ def test_nvrtcGetSupportedArchs():
2929
err, supportedArchs = nvrtc.nvrtcGetSupportedArchs()
3030
ASSERT_DRV(err)
3131
assert len(supportedArchs) != 0
32-
33-
34-
def test_nvrtcGetLoweredName_failure():
35-
err, name = nvrtc.nvrtcGetLoweredName(0, b"I'm an elevated name!")
36-
assert err == nvrtc.nvrtcResult.NVRTC_ERROR_INVALID_PROGRAM
37-
assert name is None

0 commit comments

Comments
 (0)