Preparing for the next release: call for testing

Dmitry V. Levin ldv at altlinux.org
Tue Jul 26 12:51:41 UTC 2016


On Tue, Jul 26, 2016 at 10:50:47AM +0800, Yun-Chih Chen wrote:
> Here's another build on qemu-system-mips and qemu-system-mips64el:
> Qemu version: 2.3
> Architecture: mips, mipsel
> Kernel: both 3.16.0-4-5kc-malta
> gcc: both 4.9.2
> strace commit hash: 197829aa45837a1e7d5d20d7b6027e2ab3c17f9e
> 
> Failed with two testcases.
[...]
> FAIL: chown
[...]
> + diff -- chown.test.tmp.exp chown.test.tmp
> 1,3c1,3
> < chown("chown_sample", 0, 0) = 0
> < chown("chown_sample", 0, 0) = 0
> < chown("chown_sample", 0, 0) = 0
> ---
> > chown("chown_sample", 0, 0)  = 0
> > chown("chown_sample", 0, 0)  = 0
> > chown("chown_sample", 0, 0)  = 0
> + fail_ ../strace -e trace=chown -a29 ./chown output mismatch

Well, this is obvious, -a29 is too big, it had to be -a28.

> FAIL: vhangup
[...]
> + ./vhangup
> unknown errno 0

vhangup() returns 0 iff the calling process has CAP_SYS_TTY_CONFIG
capability, regardless of controlling terminal.

I've pushed fixes for both tests, thanks.


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20160726/9a6ba18f/attachment.bin>


More information about the Strace-devel mailing list