Skip to content

Commit

Permalink
xfail the duplicate symbols test
Browse files Browse the repository at this point in the history
This appears to be a change in upstream nvJitLink behaviour
  • Loading branch information
gmarkall committed Oct 10, 2024
1 parent 9736d46 commit 2c702f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pynvjitlink/tests/test_pynvjitlink_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def test_add_fatbin_with_cubin_error(device_functions_cubin, gpu_arch_flag):
nvjitlinker.add_fatbin(cubin, name)


@pytest.mark.xfail(reason='CUDA 12.6 pynvjitlink does not raise for duplicates')
def test_duplicate_symbols_cubin_and_fatbin(
device_functions_cubin, device_functions_fatbin, gpu_arch_flag
):
Expand Down

0 comments on commit 2c702f0

Please sign in to comment.