Skip to content
Snippets Groups Projects

Tests: Do not expect EINTR when sleep is interrupted on GNU/Hurd

Merged Mattias Ellert requested to merge ellert/cmake:hurd-sleep into master
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading