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

Attachment: pgpCjtaHjX51z.pgp
Description: PGP signature

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to