bug-coreutils
[Top][All Lists]
Advanced

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

Re: coreutils-8.4: strace induced test failure


From: Andreas Schwab
Subject: Re: coreutils-8.4: strace induced test failure
Date: Thu, 25 Feb 2010 14:18:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux)

Jim Meyering <address@hidden> writes:

>  LS_COLORS='or=0:mi=0:ex=01;32:ln=01;35' \
> -  strace -qe stat ls -F --color=always x link-to-x > out 2> err || fail=1
> +  strace -qe stat,stat64 ls -F --color=always x link-to-x > out 2> err || 
> fail=1

This will fail if the stat64 system call does not exist (eg. on ia64 and
s390x. x86-64 and ppc64 do not have a stat64 syscall either, but strace
does not complain here due to the biarch nature).

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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