@@ -105,7 +105,7 @@ Ignore=true
105
105
RunCondition =$(IS_OSX)
106
106
Ignore =true
107
107
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
109
109
Ignore =true
110
110
Reason =ImportError: No module named audioop
111
111
@@ -115,7 +115,7 @@ IsolationLevel=PROCESS # https://github.com/IronLanguages/ironpython3/issues/489
115
115
[CPython.test_ast]
116
116
Ignore =true
117
117
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
119
119
RunCondition =NOT $(IS_OSX) # TODO: debug
120
120
121
121
[CPython.test_asyncio.test_base_events]
@@ -151,20 +151,20 @@ Ignore=true
151
151
[CPython.test_asyncio.test_windows_utils]
152
152
Ignore =true
153
153
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
155
155
Ignore =true
156
156
157
157
[CPython.test_atexit]
158
158
Ignore =true
159
159
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
161
161
Ignore =true
162
162
Reason =ImportError: No module named audioop
163
163
164
164
[CPython.test_bigmem]
165
165
Ignore =true
166
166
167
- [CPython.test_binhex]
167
+ [CPython.test_binhex] # Module has been removed in 3.11
168
168
Ignore =true # blocked by https://github.com/IronLanguages/ironpython3/issues/673
169
169
170
170
[CPython.test_builtin] # IronPython.test_builtin_stdlib
@@ -188,11 +188,11 @@ Timeout=600000 # 10 minute timeout
188
188
Ignore =true
189
189
Reason =ImportError: No module named _testcapi
190
190
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
192
192
RunCondition =NOT $(IS_MONO)
193
193
Reason =SystemError: The stream does not support seeking
194
194
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
196
196
Ignore =true
197
197
198
198
[CPython.test_class] # IronPython.test_class_stdlib
@@ -293,7 +293,7 @@ Ignore=true
293
293
Ignore =true
294
294
Reason =ImportError: No module named _lsprof
295
295
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
297
297
Ignore =true
298
298
Reason =ImportError: No module named _crypt
299
299
@@ -478,7 +478,7 @@ Reason=Blocking
478
478
479
479
[CPython.test_httpservers]
480
480
Ignore =true
481
- Reason =Blocking
481
+ Reason =Blocking # works?
482
482
483
483
[CPython.test_idle]
484
484
Ignore =true
@@ -592,7 +592,7 @@ Ignore=true
592
592
[CPython.test_modulefinder]
593
593
Ignore =true
594
594
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
596
596
Ignore =true
597
597
Reason =ImportError: No module named _msi
598
598
@@ -616,12 +616,12 @@ Reason=ImportError: No module named _multiprocessing
616
616
Ignore =true
617
617
Reason =ImportError: No module named _multiprocessing
618
618
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
620
620
RunCondition =$(IS_POSIX)
621
621
Ignore =true
622
622
Reason =unittest.case.SkipTest: No module named ' nis'
623
623
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
625
625
Ignore =true # currently failing during CI
626
626
RunCondition =NOT $(IS_NETCOREAPP) # https://github.com/IronLanguages/ironpython3/issues/1058
627
627
@@ -641,7 +641,7 @@ Reason=unittest.case.SkipTest: os.openpty() not available.
641
641
Ignore =true
642
642
Reason =AttributeError: ' module' object has no attribute ' isatty'
643
643
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
645
645
Ignore =true
646
646
Reason =unittest.case.SkipTest: No module named ' ossaudiodev'
647
647
@@ -682,7 +682,7 @@ Reason=StackOverflowException
682
682
Ignore =true
683
683
Reason =StackOverflowException
684
684
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
686
686
RunCondition =$(IS_POSIX)
687
687
Ignore =true
688
688
Reason =unittest.case.SkipTest: pipes module only works on posix
@@ -694,8 +694,7 @@ Ignore=true
694
694
Ignore =true
695
695
696
696
[CPython.test_platform]
697
- Ignore =true
698
- Reason =AttributeError: ' module' object has no attribute ' _mercurial'
697
+ RunCondition =NOT $(IS_OSX)
699
698
700
699
[CPython.test_poll]
701
700
RunCondition =$(IS_POSIX)
@@ -802,7 +801,7 @@ Ignore=true
802
801
[CPython.test_site]
803
802
Ignore =true
804
803
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
806
805
Ignore =true
807
806
808
807
[CPython.test_smtplib]
@@ -817,7 +816,7 @@ Ignore=true # blocked by https://github.com/IronLanguages/ironpython3/issues/122
817
816
[CPython.test_source_encoding]
818
817
IsolationLevel =ENGINE # source file in a non-UTF-8 encoding
819
818
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
821
820
RunCondition =$(IS_POSIX)
822
821
823
822
[CPython.test_sqlite]
@@ -858,7 +857,7 @@ IsolationLevel=PROCESS
858
857
Redirect =true
859
858
Ignore =true
860
859
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
862
861
Ignore =true
863
862
Reason =ImportError: No module named audioop
864
863
@@ -908,7 +907,7 @@ Ignore=true
908
907
Ignore =true
909
908
Reason =ImportError: No module named ' _tkinter'
910
909
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
912
911
RunCondition =NOT $(IS_LINUX) # TODO: debug
913
912
914
913
[CPython.test_tempfile]
0 commit comments