Skip to content

Commit 23a4da9

Browse files
committed
xfail another hpy debug test
1 parent f40791f commit 23a4da9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def test_cant_use_closed_handle(compiler, hpy_debug_capture):
106106
assert hpy_debug_capture.invalid_handles_count == 6
107107

108108

109+
@pytest.mark.xfail(reason="graalpython does not prevent reuse of leaked handles for other handles and thus cannot always catch this")
109110
def test_keeping_and_reusing_argument_handle(compiler, hpy_debug_capture):
110111
mod = compiler.make_module("""
111112
HPy keep;

0 commit comments

Comments
 (0)