kadler / cpython

The Python programming language
https://www.python.org/
Other
2 stars 2 forks source link

Test failures in eintr_tester #13

Open kadler opened 3 years ago

kadler commented 3 years ago
======================================================================
ERROR: test_flock (__main__.FNTLEINTRTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/eintrdata/eintr_tester.py", line 524, in test_flock
    self._lock(fcntl.flock, "flock")
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/eintrdata/eintr_tester.py", line 503, in _lock
    lock_func(f, fcntl.LOCK_EX | fcntl.LOCK_NB)
PermissionError: [Errno 13] Permission denied

======================================================================
ERROR: test_lockf (__main__.FNTLEINTRTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/eintrdata/eintr_tester.py", line 521, in test_lockf
    self._lock(fcntl.lockf, "lockf")
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/eintrdata/eintr_tester.py", line 503, in _lock
    lock_func(f, fcntl.LOCK_EX | fcntl.LOCK_NB)
PermissionError: [Errno 13] Permission denied

Probably similar to #6