File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
graalpython/com.oracle.graal.python.test/src/tests Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,15 @@ partial_splits_individual_tests = true
2121# on Windows, yet, add their files here.
2222exclude_on = [' win32' ]
2323selector = [
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]
You can’t perform that action at this time.
0 commit comments