File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
tests/IronPython.Tests/Cases Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -400,11 +400,6 @@ Ignore=true
400400[CPython.test_faulthandler]
401401Ignore =true
402402
403- [CPython.test_fcntl]
404- RunCondition =$(IS_POSIX)
405- Ignore =true
406- Reason =ImportError: No module named fcntl
407-
408403[CPython.test_file]
409404IsolationLevel =PROCESS # https://github.com/IronLanguages/ironpython3/issues/489
410405
@@ -514,7 +509,7 @@ Ignore=true
514509[CPython.test_ioctl]
515510RunCondition =$(IS_POSIX)
516511Ignore =true
517- Reason =unittest.case.SkipTest: No module named ' fcntl'
512+ Reason =unittest.case.SkipTest: module ' termios ' has no attribute ' TIOCGPGRP ' , ' fcntl.ioctl ' is a mock
518513
519514[CPython.test_ipaddress]
520515Ignore =true
@@ -724,7 +719,7 @@ Ignore=true
724719[CPython.test_pty]
725720RunCondition =$(IS_POSIX)
726721Ignore =true
727- Reason =unittest.case.SkipTest: No module named ' fcntl '
722+ Reason =Missing constants in ' termios ' , ' signal ' , ' termios ' implementation is a stub
728723
729724[CPython.test_pulldom]
730725Ignore =true
You can’t perform that action at this time.
0 commit comments