Skip to content

Commit

Permalink
clarify reason for filesystem test failure on Windows (mangling error)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlav committed Jun 30, 2022
1 parent 9cf1e38 commit eb7d3aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,7 @@ def test35_filesytem(self):
"""Static path object used to crash on destruction"""

if IS_WINDOWS:
# TODO: this is b/c of the mangling: it's looking for '_std', but name is '__'
py.test.skip('fails due to missing _std_fs_convert_narrow_to_wide symbol')

import cppyy
Expand Down

0 comments on commit eb7d3aa

Please sign in to comment.