Skip to content

Commit 73da5cb

Browse files
committed
Enable test_fcntl
1 parent 42d8610 commit 73da5cb

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

tests/IronPython.Tests/Cases/CPythonCasesManifest.ini

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -400,11 +400,6 @@ Ignore=true
400400
[CPython.test_faulthandler]
401401
Ignore=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]
409404
IsolationLevel=PROCESS # https://github.com/IronLanguages/ironpython3/issues/489
410405

@@ -514,7 +509,7 @@ Ignore=true
514509
[CPython.test_ioctl]
515510
RunCondition=$(IS_POSIX)
516511
Ignore=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]
520515
Ignore=true
@@ -724,7 +719,7 @@ Ignore=true
724719
[CPython.test_pty]
725720
RunCondition=$(IS_POSIX)
726721
Ignore=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]
730725
Ignore=true

0 commit comments

Comments
 (0)