Tests: Do not expect EINTR when sleep is interrupted on GNU/Hurd
All threads resolved!
All threads resolved!
Previously RunCMake.CTestTimeout
failed on GNU/Hurd because the
sleep
command does not set errno
to EINTR
when interrupted by a
signal, which is a Linux-specific feature.
With the proposed change the test succeeds.
Backport: release
Topic-rename: test-gnu-hurd-sleep
Edited by Brad King
Merge request reports
Activity
added workflow:wip label
changed milestone to %3.29.0
requested review from @brad.king
added 1 commit
- 8f53526d - Tests: Do not expect EINTR when sleep is interrupted on GNU/Hurd
added workflow:in-review label and removed workflow:wip label
changed milestone to %3.28.1
added workflow:nightly-testing label and removed workflow:in-review label
mentioned in commit fabfaf0a
mentioned in commit 19b631a2
removed workflow:nightly-testing label
Please register or sign in to reply