File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
tests/IronPython.Tests/Cases Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -472,10 +472,6 @@ NotParallelSafe=true # Creates/deletes a directory with static name 'xx'
472472[CPython.test_glob]
473473RunCondition =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
480476Ignore =true
481477Reason =Blocking
@@ -713,7 +709,7 @@ Reason=Blocking
713709[CPython.test_posix]
714710RunCondition =$(IS_POSIX)
715711Ignore =true
716- Reason =unittest.case.SkipTest: No module named ' posix'
712+ Reason =AttributeError: module ' posix' has no attribute ' chown '
717713
718714[CPython.test_posixpath]
719715Ignore =true
@@ -729,10 +725,6 @@ Reason=unittest.case.SkipTest: No module named 'fcntl'
729725[CPython.test_pulldom]
730726Ignore =true
731727
732- [CPython.test_pwd]
733- RunCondition =$(IS_POSIX)
734- Reason =Only valid for Unix
735-
736728[CPython.test_py_compile]
737729Ignore =true
738730Reason =NotImplementedError: sys.implementation.cache_tag is None
You can’t perform that action at this time.
0 commit comments