@@ -105,7 +105,7 @@ Ignore=true
105105RunCondition =$(IS_OSX)
106106Ignore =true
107107
108- [CPython.test_aifc] # Module will be removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
108+ [CPython.test_aifc] # Module has been removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
109109Ignore =true
110110Reason =ImportError: No module named audioop
111111
@@ -115,7 +115,7 @@ IsolationLevel=PROCESS # https://github.com/IronLanguages/ironpython3/issues/489
115115[CPython.test_ast]
116116Ignore =true
117117
118- [CPython.test_asynchat] # Module will be removed in 3.12 - https://github.com/IronLanguages/ironpython3/issues/1352
118+ [CPython.test_asynchat] # Module has been removed in 3.12 - https://github.com/IronLanguages/ironpython3/issues/1352
119119RunCondition =NOT $(IS_OSX) # TODO: debug
120120
121121[CPython.test_asyncio.test_base_events]
@@ -151,20 +151,20 @@ Ignore=true
151151[CPython.test_asyncio.test_windows_utils]
152152Ignore =true
153153
154- [CPython.test_asyncore] # Module will be removed in 3.12 - https://github.com/IronLanguages/ironpython3/issues/1352
154+ [CPython.test_asyncore] # Module has been removed in 3.12 - https://github.com/IronLanguages/ironpython3/issues/1352
155155Ignore =true
156156
157157[CPython.test_atexit]
158158Ignore =true
159159
160- [CPython.test_audioop] # Module will be removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
160+ [CPython.test_audioop] # Module has been removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
161161Ignore =true
162162Reason =ImportError: No module named audioop
163163
164164[CPython.test_bigmem]
165165Ignore =true
166166
167- [CPython.test_binhex]
167+ [CPython.test_binhex] # Module has been removed in 3.11
168168Ignore =true # blocked by https://github.com/IronLanguages/ironpython3/issues/673
169169
170170[CPython.test_builtin] # IronPython.test_builtin_stdlib
@@ -188,11 +188,11 @@ Timeout=600000 # 10 minute timeout
188188Ignore =true
189189Reason =ImportError: No module named _testcapi
190190
191- [CPython.test_cgi] # Module will be removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
191+ [CPython.test_cgi] # Module has been removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
192192RunCondition =NOT $(IS_MONO)
193193Reason =SystemError: The stream does not support seeking
194194
195- [CPython.test_cgitb] # Module will be removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
195+ [CPython.test_cgitb] # Module has been removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
196196Ignore =true
197197
198198[CPython.test_class] # IronPython.test_class_stdlib
@@ -293,7 +293,7 @@ Ignore=true
293293Ignore =true
294294Reason =ImportError: No module named _lsprof
295295
296- [CPython.test_crypt] # Module will be removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
296+ [CPython.test_crypt] # Module has been removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
297297Ignore =true
298298Reason =ImportError: No module named _crypt
299299
@@ -478,7 +478,7 @@ Reason=Blocking
478478
479479[CPython.test_httpservers]
480480Ignore =true
481- Reason =Blocking
481+ Reason =Blocking # works?
482482
483483[CPython.test_idle]
484484Ignore =true
@@ -592,7 +592,7 @@ Ignore=true
592592[CPython.test_modulefinder]
593593Ignore =true
594594
595- [CPython.test_msilib] # Module will be removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
595+ [CPython.test_msilib] # Module has been removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
596596Ignore =true
597597Reason =ImportError: No module named _msi
598598
@@ -616,12 +616,12 @@ Reason=ImportError: No module named _multiprocessing
616616Ignore =true
617617Reason =ImportError: No module named _multiprocessing
618618
619- [CPython.test_nis] # Module will be removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
619+ [CPython.test_nis] # Module has been removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
620620RunCondition =$(IS_POSIX)
621621Ignore =true
622622Reason =unittest.case.SkipTest: No module named ' nis'
623623
624- [CPython.test_nntplib] # Module will be removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
624+ [CPython.test_nntplib] # Module has been removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
625625Ignore =true # currently failing during CI
626626RunCondition =NOT $(IS_NETCOREAPP) # https://github.com/IronLanguages/ironpython3/issues/1058
627627
@@ -641,7 +641,7 @@ Reason=unittest.case.SkipTest: os.openpty() not available.
641641Ignore =true
642642Reason =AttributeError: ' module' object has no attribute ' isatty'
643643
644- [CPython.test_ossaudiodev] # Module will be removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
644+ [CPython.test_ossaudiodev] # Module has been removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
645645Ignore =true
646646Reason =unittest.case.SkipTest: No module named ' ossaudiodev'
647647
@@ -682,7 +682,7 @@ Reason=StackOverflowException
682682Ignore =true
683683Reason =StackOverflowException
684684
685- [CPython.test_pipes] # Module will be removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
685+ [CPython.test_pipes] # Module has been removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
686686RunCondition =$(IS_POSIX)
687687Ignore =true
688688Reason =unittest.case.SkipTest: pipes module only works on posix
@@ -694,8 +694,7 @@ Ignore=true
694694Ignore =true
695695
696696[CPython.test_platform]
697- Ignore =true
698- Reason =AttributeError: ' module' object has no attribute ' _mercurial'
697+ RunCondition =NOT $(IS_OSX)
699698
700699[CPython.test_poll]
701700RunCondition =$(IS_POSIX)
@@ -802,7 +801,7 @@ Ignore=true
802801[CPython.test_site]
803802Ignore =true
804803
805- [CPython.test_smtpd] # Module will be removed in 3.12 - https://github.com/IronLanguages/ironpython3/issues/1352
804+ [CPython.test_smtpd] # Module has been removed in 3.12 - https://github.com/IronLanguages/ironpython3/issues/1352
806805Ignore =true
807806
808807[CPython.test_smtplib]
@@ -817,7 +816,7 @@ Ignore=true # blocked by https://github.com/IronLanguages/ironpython3/issues/122
817816[CPython.test_source_encoding]
818817IsolationLevel =ENGINE # source file in a non-UTF-8 encoding
819818
820- [CPython.test_spwd] # Module will be removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
819+ [CPython.test_spwd] # Module has been removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
821820RunCondition =$(IS_POSIX)
822821
823822[CPython.test_sqlite]
@@ -858,7 +857,7 @@ IsolationLevel=PROCESS
858857Redirect =true
859858Ignore =true
860859
861- [CPython.test_sunau] # Module will be removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
860+ [CPython.test_sunau] # Module has been removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
862861Ignore =true
863862Reason =ImportError: No module named audioop
864863
@@ -908,7 +907,7 @@ Ignore=true
908907Ignore =true
909908Reason =ImportError: No module named ' _tkinter'
910909
911- [CPython.test_telnetlib] # Module will be removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
910+ [CPython.test_telnetlib] # Module has been removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
912911RunCondition =NOT $(IS_LINUX) # TODO: debug
913912
914913[CPython.test_tempfile]
0 commit comments