coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

coreutils-8.31.90-cc4c.tar.xz on Solaris 11 OpenIndiana (2)


From: Bruno Haible
Subject: coreutils-8.31.90-cc4c.tar.xz on Solaris 11 OpenIndiana (2)
Date: Sun, 01 Mar 2020 21:59:53 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-174-generic; KDE/5.18.0; x86_64; ; )

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.

See the attached log file.

Bruno

Attachment: timeout-parameters.log
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]