On Solaris 11 OpenIndiana, I also see a test failure:
FAIL: tests/misc/timeout-parameters
===================================
timeout: invalid time interval 'invalid'
Try 'timeout --help' for more information.
timeout: invalid time interval 'invalid'
Try 'timeout --help' for more information.
timeout: invalid time interval '42D'
Try 'timeout --help' for more information.
timeout: invalid time interval '-1.189731495357231765e+4932'
Try 'timeout --help' for more information.
timeout: 'invalid': invalid signal
Try 'timeout --help' for more information.
timeout: failed to run command '.': Permission denied
timeout: failed to run command 'no_such': No such file or directory
FAIL tests/misc/timeout-parameters.sh (exit status: 1)
In order to understand which of the particular tests fails, I added
'echo FAILnn' statements, and found that
- sometimes the 5th test, the command
timeout 9223372036854775808d sleep 0
fails,
- sometimes the 7th test, the command
timeout 1.189731495357231765e+4932 sleep 0
fails,
- sometimes both of these tests fail.