Skip to content

Commit bdceaf6

Browse files
committed
Run test_mmap in posix tests gate task
1 parent 6832275 commit bdceaf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,8 +704,8 @@ def graalpython_gate_runner(args, tasks):
704704

705705
with Task('GraalPython posix module tests', tasks, tags=[GraalPythonTags.unittest_posix]) as task:
706706
if task:
707-
run_python_unittests(python_gvm(), args=["--PosixModuleBackend=native"], paths=["test_posix.py"])
708-
run_python_unittests(python_gvm(), args=["--PosixModuleBackend=java"], paths=["test_posix.py"])
707+
run_python_unittests(python_gvm(), args=["--PosixModuleBackend=native"], paths=["test_posix.py", "test_mmap.py"])
708+
run_python_unittests(python_gvm(), args=["--PosixModuleBackend=java"], paths=["test_posix.py", "test_mmap.py"])
709709

710710
with Task('GraalPython Python tests', tasks, tags=[GraalPythonTags.tagged]) as task:
711711
if task:

0 commit comments

Comments
 (0)