@@ -114,8 +114,8 @@ Reason=ImportError: No module named audioop
114114Ignore =true
115115Reason =unittest.case.SkipTest: test irrelevant for an installed Python
116116
117- [CPython.test_array]
118- IsolationLevel =PROCESS # https://github.com/IronLanguages/ironpython3/issues/489
117+ [CPython.test_array] # IronPython.test_array_stdlib
118+ Ignore =true
119119
120120[CPython.test_ast]
121121Ignore =true
@@ -756,6 +756,9 @@ Reason=unittest.case.SkipTest: No module named 'posix'
756756[CPython.test_posixpath]
757757Ignore =true
758758
759+ [CPython.test_print] # IronPython.test_print_stdlib
760+ Ignore =true
761+
759762[CPython.test_profile]
760763Ignore =true
761764
@@ -832,9 +835,8 @@ Ignore=true
832835[CPython.test_selectors]
833836Ignore =true
834837
835- [CPython.test_set]
836- RunCondition =NOT $(IS_MONO) # weakref failures; https://github.com/IronLanguages/ironpython3/issues/544
837- IsolationLevel =PROCESS # Also weakref failures; https://github.com/IronLanguages/ironpython3/issues/489
838+ [CPython.test_set] # IronPython.test_set_stdlib
839+ Ignore =true
838840
839841[CPython.test_shelve]
840842NotParallelSafe =true
@@ -885,6 +887,9 @@ Ignore=true
885887[CPython.test_strftime]
886888Ignore =true
887889
890+ [CPython.test_string_literals] # IronPython.test_string_literals_stdlib
891+ Ignore =true
892+
888893[CPython.test_stringprep]
889894Ignore =true
890895Reason =Requires unicode 3.2.0 data - https://github.com/IronLanguages/ironpython3/issues/691
@@ -924,8 +929,8 @@ Reason=ImportError: No module named _msi
924929[CPython.test_super]
925930Ignore =true
926931
927- [CPython.test_support]
928- RunCondition =NOT $(IS_POSIX) # TODO: debug
932+ [CPython.test_support] # IronPython.test_support_stdlib
933+ Ignore =true
929934
930935[CPython.test_symtable]
931936Ignore =true
@@ -1179,9 +1184,6 @@ Ignore=true # 2 failures
11791184[CPython.test_abc]
11801185Ignore =true # test_works_with_init_subclass - https://github.com/IronLanguages/ironpython3/issues/1448
11811186
1182- [CPython.test_array]
1183- Ignore =true # test_free_after_iterating/test_type_error
1184-
11851187[CPython.test_asyncio.test_selector_events]
11861188Ignore =true # blocking
11871189
@@ -1215,23 +1217,11 @@ Ignore=true # __annotations__
12151217[CPython.test_ordered_dict]
12161218Ignore =true # multiple failures
12171219
1218- [CPython.test_print]
1219- Ignore =true # 7 failures
1220-
12211220[CPython.test_regrtest]
12221221Ignore =true # lots of failures
12231222
1224- [CPython.test_set]
1225- Ignore =true # test_hash_effectiveness
1226-
12271223[CPython.test_spwd]
12281224Ignore =true # fails on macOS
12291225
1230- [CPython.test_string_literals]
1231- Ignore =true # AssertionError: DeprecationWarning not triggered
1232-
1233- [CPython.test_support]
1234- Ignore =true # lots of failures
1235-
12361226[CPython.test_userlist]
12371227Ignore =true # test_free_after_iterating
0 commit comments