Skip to content

Commit be164b6

Browse files
committed
Enable windows mmap tests
1 parent 7e75a64 commit be164b6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

graalpython/com.oracle.graal.python.test/src/tests/conftest.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,15 @@ partial_splits_individual_tests = true
2121
# on Windows, yet, add their files here.
2222
exclude_on = ['win32']
2323
selector = [
24-
"test_mmap.py", # all tests fail with PermissionError, so does the mmap test in test_memoryview and cpyext/test_abstract
2524
"test_multiprocessing_graalpy.py", # import _winapi
2625
"test_patched_pip.py",
2726
"test_pathlib.py",
2827
"test_posix.py", # import posix
2928
"test_pyio.py", # pyio imports msvcrt
3029
"test_signal.py",
3130
"test_structseq.py", # import posix
32-
"cpyext/test_abstract.py", # mmap PermissionError
3331
"cpyext/test_member.py", # Too many assumptions about long size
3432
"cpyext/test_memoryview.py", # Failure in test_memoryview_read_0dim
35-
"cpyext/test_mmap.py",
3633
"cpyext/test_shutdown.py", # Uses gcc-specific attribute
3734
"cpyext/test_wiki.py", # Assumptions about long size
3835
]

0 commit comments

Comments
 (0)