Skip to content

Commit 0de2e2d

Browse files
committed
xfail charptr test that uses unaligned memcpy which isn't supported on managed
1 parent 652b2b3 commit 0de2e2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-graalpython/modules/hpy/test/debug/test_charptr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def test_charptr_write_ptr(compiler, python_subprocess):
150150
assert result.stderr == b""
151151

152152

153+
@pytest.mark.xfail(__graalpython__.platform_id == "managed", reason="unaligned memcpy is not supported")
153154
def test_charptr_correct_usage(compiler):
154155
mod = compiler.make_module("""
155156
#include <string.h>

0 commit comments

Comments
 (0)