Skip to content

Commit c622aa0

Browse files
committed
enable memory leak test with Sulong
1 parent db40747 commit c622aa0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ def punittest(ars):
212212
# test leaks with shared engine Python code only
213213
run_leak_launcher(common_args + ["--shared-engine", "--code", "pass"]),
214214
# test leaks with shared engine when some C module code is involved
215-
# Not working due to GR-26175
216-
# run_leak_launcher(common_args + ["--shared-engine", "--code", "import _testcapi, mmap, bz2; print(memoryview(b'').nbytes)"])
215+
run_leak_launcher(common_args + ["--shared-engine", "--code", "import _testcapi, mmap, bz2; print(memoryview(b'').nbytes)"])
217216
]):
218217
mx.abort(1)
219218

0 commit comments

Comments
 (0)