@@ -55,6 +55,9 @@ Ignore=true
5555[CPython.ctypes.test_slicing]
5656Ignore =true # https://github.com/IronLanguages/ironpython3/issues/1299
5757
58+ [CPython.ctypes.test_structures] # IronPython.test_structures_ctypes_stdlib
59+ Ignore =true
60+
5861[CPython.ctypes.test_unicode]
5962Ignore =true
6063Reason =https://github.com/IronLanguages/ironpython2/issues/405
@@ -106,6 +109,9 @@ Ignore=true
106109RunCondition =$(IS_OSX)
107110Ignore =true
108111
112+ [CPython.test_abc] # IronPython.test_abc_stdlib
113+ Ignore =true
114+
109115[CPython.test_aifc] # Module will be removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
110116Ignore =true
111117Reason =ImportError: No module named audioop
@@ -172,6 +178,9 @@ Ignore=true
172178Ignore =true
173179Reason =ImportError: No module named audioop
174180
181+ [CPython.test_base64] # IronPython.test_base64_stdlib
182+ Ignore =true
183+
175184[CPython.test_bdb] # new in 3.6
176185Ignore =true
177186
@@ -198,6 +207,9 @@ Ignore=true
198207RunCondition =$(IS_DEBUG) # https://github.com/IronLanguages/ironpython3/issues/1067
199208Timeout =600000 # 10 minute timeout
200209
210+ [CPython.test_call] # IronPython.test_call_stdlib
211+ Ignore =true
212+
201213[CPython.test_capi]
202214Ignore =true
203215Reason =ImportError: No module named _testcapi
@@ -226,6 +238,9 @@ Ignore=true
226238[CPython.test_code]
227239Ignore =true
228240
241+ [CPython.test_code_module] # IronPython.test_code_module_stdlib
242+ Ignore =true
243+
229244[CPython.test_codeccallbacks] # IronPython.test_codeccallbacks_stdlib
230245Ignore =true
231246
@@ -445,6 +460,9 @@ RunCondition=NOT $(IS_POSIX) # TODO: debug
445460[CPython.test_filecmp]
446461NotParallelSafe =true # Creates/deletes a directory with a static name 'dir' in $TEMP
447462
463+ [CPython.test_fileinput] # IronPython.test_fileinput_stdlib
464+ Ignore =true
465+
448466[CPython.test_fileio]
449467Ignore =true
450468
@@ -592,6 +610,9 @@ Ignore=true
592610[CPython.test_lib2to3]
593611Ignore =true
594612
613+ [CPython.test_linecache]
614+ Ignore =true # blocked by https://github.com/IronLanguages/ironpython3/issues/1245 - using the test_linecache_stdlib approach makes the issue disappear...
615+
595616[CPython.test_list]
596617IsolationLevel =ENGINE
597618MaxRecursion =100
@@ -686,11 +707,17 @@ Ignore=true
686707RunCondition =$(IS_WINDOWS) # TODO: failing on posix
687708IsolationLevel =PROCESS # Manipulates environment variables
688709
710+ [CPython.test_opcodes] # IronPython.test_opcodes_stdlib
711+ Ignore =true
712+
689713[CPython.test_openpty]
690714RunCondition =$(IS_POSIX)
691715Ignore =true
692716Reason =unittest.case.SkipTest: os.openpty() not available.
693717
718+ [CPython.test_ordered_dict] # IronPython.test_ordered_dict_stdlib
719+ Ignore =true
720+
694721[CPython.test_os]
695722Ignore =true
696723
@@ -804,6 +831,7 @@ Reason=unittest.case.SkipTest: No module named 'readline'
804831
805832[CPython.test_regrtest]
806833IsolationLevel =PROCESS
834+ Ignore =true # lots of failures
807835
808836[CPython.test_reprlib]
809837Ignore =true
@@ -1089,9 +1117,8 @@ Reason=https://github.com/IronLanguages/ironpython3/issues/581
10891117IsolationLevel =ENGINE
10901118MaxRecursion =100
10911119
1092- [CPython.test_userlist]
1093- IsolationLevel =ENGINE
1094- MaxRecursion =100
1120+ [CPython.test_userlist] # IronPython.test_userlist_stdlib
1121+ Ignore =true
10951122
10961123[CPython.test_venv]
10971124Ignore =true
@@ -1175,38 +1202,5 @@ RunCondition=NOT $(IS_MONO) # TODO: debug
11751202
11761203# -------------------- The following worked in 3.4 ---------------------------
11771204
1178- [CPython.ctypes.test_structures]
1179- Ignore =true # 2 failures
1180-
1181- [CPython.test_abc]
1182- Ignore =true # test_works_with_init_subclass - https://github.com/IronLanguages/ironpython3/issues/1448
1183-
1184- [CPython.test_base64]
1185- Ignore =true # https://github.com/IronLanguages/ironpython3/issues/1135
1186-
1187- [CPython.test_call]
1188- Ignore =true # test_kwargs_order - https://github.com/IronLanguages/ironpython3/issues/1460
1189-
1190- [CPython.test_code_module]
1191- Ignore =true # test_context_tb
1192-
1193- [CPython.test_fileinput]
1194- Ignore =true # test_errors - https://github.com/IronLanguages/ironpython3/issues/1452
1195-
11961205[CPython.test_int]
11971206Ignore =true # blocked by https://github.com/IronLanguages/ironpython3/issues/105
1198-
1199- [CPython.test_linecache]
1200- Ignore =true # two failures
1201-
1202- [CPython.test_opcodes]
1203- Ignore =true # __annotations__
1204-
1205- [CPython.test_ordered_dict]
1206- Ignore =true # multiple failures
1207-
1208- [CPython.test_regrtest]
1209- Ignore =true # lots of failures
1210-
1211- [CPython.test_userlist]
1212- Ignore =true # test_free_after_iterating
0 commit comments