bug-coreutils
[Top][All Lists]
Advanced

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

bug#22487: tests failures for coreutils-8.25 on AIX-7.1


From: Assaf Gordon
Subject: bug#22487: tests failures for coreutils-8.25 on AIX-7.1
Date: Thu, 28 Jan 2016 17:26:53 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Hello,

The following tests fail on AIX-7.1:

FAIL: tests/misc/kill.sh
========================
...
++ env kill -l 15
+ test EXIT = TERM
+ fail=1


FAIL: tests/misc/stdbuf.sh
==========================
...
*** exp Thu Jan 28 10:06:22 2016
--- out Thu Jan 28 10:06:25 2016
***************
*** 1 ****
--- 1,2 ----
  1
+ 2
+ rm -f diff.out
+ false
+ time_fail=1
++ expr 6 + 1
+ attempt=7
++ expr 32 '*' 2
+ num_sleeps=64
+ test 7 -le 6
+ test 1 = 0
+ fail=1

(related to failed 7 attempts)


FAIL: tests/misc/sync.sh
========================
...
*** exp Thu Jan 28 10:06:33 2016
--- err Thu Jan 28 10:06:33 2016
***************
*** 1 ****
! sync: error opening 'norw': Permission denied
--- 1 ----
! sync: error opening 'norw': Is a directory
+ rm -f diff.out
+ false
+ fail=1

(seems like different error message running 'sync' on a directory without 
permissions).



FAIL: tests/touch/trailing-slash
================================
...
+ returns_ 1 touch no-file/
touch: setting times of 'no-file/': No such file or directory
+ returns_ 1 touch file/
+ fail=1
+ returns_ 1 touch dangling/
touch: setting times of 'dangling/': No such file or directory
+ returns_ 1 touch loop/
touch: setting times of 'loop/': Too many levels of symbolic links
+ returns_ 1 touch link1/
+ fail=1
+ touch dir/
+ touch -c no-file/
+ returns_ 1 touch -c file/
+ fail=1
+ touch -c dangling/
+ returns_ 1 touch -c loop/
touch: setting times of 'loop/': Too many levels of symbolic links
+ returns_ 1 touch -c link1/
+ fail=1




Lastly,
   tests/cp/parent-perm-race.sh
hangs and never terminates.
The log contains this error:

   $ cat tests/cp/parent-perm-race.log
   ...
   + for attr in mode ownership
   + mkfifo_or_skip_ mode/fifo
   + test 1 = 1
   + mkfifo mode/fifo
   + pid=35324056
   + cp --preserve=mode -R --copy-contents --parents mode d
   cp: cannot open 'mode/fifo' for reading: Invalid argument



logs attached.

regards,
 - assaf

Attachment: aix-test-suite.log
Description: Text Data

Attachment: aix-parent-perm-race.log
Description: Text Data


reply via email to

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