Skip to content

Commit 64c86b6

Browse files
committed
"Enable" a few modules that are not available on all platforms
1 parent fdc35f4 commit 64c86b6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tests/IronPython.Tests/Cases/CPythonCasesManifest.ini

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -472,10 +472,6 @@ NotParallelSafe=true # Creates/deletes a directory with static name 'xx'
472472
[CPython.test_glob]
473473
RunCondition=NOT $(IS_POSIX) # TODO: figure out
474474

475-
[CPython.test_grp]
476-
RunCondition=$(IS_POSIX)
477-
Reason=Only valid for Unix
478-
479475
[CPython.test_httplib] # IronPython.test_httplib_stdlib
480476
Ignore=true
481477
Reason=Blocking
@@ -713,7 +709,7 @@ Reason=Blocking
713709
[CPython.test_posix]
714710
RunCondition=$(IS_POSIX)
715711
Ignore=true
716-
Reason=unittest.case.SkipTest: No module named 'posix'
712+
Reason=AttributeError: module 'posix' has no attribute 'chown'
717713

718714
[CPython.test_posixpath]
719715
Ignore=true
@@ -729,10 +725,6 @@ Reason=unittest.case.SkipTest: No module named 'fcntl'
729725
[CPython.test_pulldom]
730726
Ignore=true
731727

732-
[CPython.test_pwd]
733-
RunCondition=$(IS_POSIX)
734-
Reason=Only valid for Unix
735-
736728
[CPython.test_py_compile]
737729
Ignore=true
738730
Reason=NotImplementedError: sys.implementation.cache_tag is None

0 commit comments

Comments
 (0)