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
21
21
# on Windows, yet, add their files here.
22
22
exclude_on = [' win32' ]
23
23
selector = [
24
- " test_mmap.py" , # all tests fail with PermissionError, so does the mmap test in test_memoryview and cpyext/test_abstract
25
24
" test_multiprocessing_graalpy.py" , # import _winapi
26
25
" test_patched_pip.py" ,
27
26
" test_pathlib.py" ,
28
27
" test_posix.py" , # import posix
29
28
" test_pyio.py" , # pyio imports msvcrt
30
29
" test_signal.py" ,
31
30
" test_structseq.py" , # import posix
32
- " cpyext/test_abstract.py" , # mmap PermissionError
33
31
" cpyext/test_member.py" , # Too many assumptions about long size
34
32
" cpyext/test_memoryview.py" , # Failure in test_memoryview_read_0dim
35
- " cpyext/test_mmap.py" ,
36
33
" cpyext/test_shutdown.py" , # Uses gcc-specific attribute
37
34
" cpyext/test_wiki.py" , # Assumptions about long size
38
35
]
You can’t perform that action at this time.
0 commit comments