@@ -17,15 +17,14 @@ Ignore=true
1717
1818[AllCPython.test_abc]
1919Ignore =true
20- Reason =Blocked by https://github.com/IronLanguages/ironpython3/issues/451
20+ Reason =TypeError: __subclasscheck__() takes exactly 2 arguments (1 given)
2121
2222[AllCPython.test_aifc]
2323Ignore =true
2424Reason =ImportError: No module named audioop
2525
2626[AllCPython.test_argparse]
2727Ignore =true
28- Reason =Blocked by https://github.com/IronLanguages/ironpython3/issues/451
2928
3029[AllCPython.test_array]
3130Ignore =true
@@ -160,7 +159,6 @@ Ignore=true
160159
161160[AllCPython.test_collections]
162161Ignore =true
163- Reason =Blocked by https://github.com/IronLanguages/ironpython3/issues/451
164162
165163[AllCPython.test_compare]
166164Ignore =true
@@ -171,7 +169,7 @@ Ignore=true
171169
172170[AllCPython.test_compileall]
173171Ignore =true
174- Reason =Blocked by https://github.com/IronLanguages/ironpython3/issues/484
172+ Reason =AttributeError: ' module ' object has no attribute ' symlink '
175173
176174[AllCPython.test_complex]
177175Ignore =true
@@ -258,7 +256,7 @@ MaxRecursion=100
258256
259257[AllCPython.test_dis]
260258Ignore =true
261- Reason =Blocked by https://github.com/IronLanguages/ironpython3/issues/485
259+ Reason =IndexError: index out of range: 1
262260
263261[AllCPython.test_distutils]
264262Ignore =true
@@ -493,7 +491,6 @@ Ignore=true
493491
494492[AllCPython.test_mailbox]
495493Ignore =true
496- Reason =Blocked by surrogateescape
497494
498495[AllCPython.test_mailcap]
499496Ignore =true
@@ -560,7 +557,7 @@ Reason=unittest.case.SkipTest: No module named 'nis'
560557
561558[AllCPython.test_nntplib]
562559Ignore =true
563- Reason =Blocked by surrogateescape
560+ Reason =self.assertTrue(socket_closed)
564561
565562[AllCPython.test_normalization]
566563Ignore =true
@@ -578,7 +575,7 @@ Reason=unittest.case.SkipTest: os.openpty() not available.
578575
579576[AllCPython.test_os]
580577Ignore =true
581- Reason =Blocked by https://github.com/IronLanguages/ironpython3/issues/487
578+ Reason =AttributeError: ' module ' object has no attribute ' isatty '
582579
583580[AllCPython.test_ossaudiodev]
584581Ignore =true
@@ -590,7 +587,7 @@ Reason=ImportError: No module named parser
590587
591588[AllCPython.test_pathlib]
592589Ignore =true
593- Reason =Blocked by https://github.com/IronLanguages/ironpython3/issues/484
590+ Reason =AttributeError: ' module ' object has no attribute ' symlink '
594591
595592[AllCPython.test_pdb]
596593Ignore =true
@@ -872,7 +869,6 @@ Reason=ImportError: No module named _msi
872869
873870[AllCPython.test_super]
874871Ignore =true
875- Reason =Blocked by https://github.com/IronLanguages/ironpython3/issues/451
876872
877873[AllCPython.test_symtable]
878874Ignore =true
0 commit comments