On Fri, Jul 29, 2016 at 03:33:40PM +0200, Andreas Schwab wrote: > Here is another failure: > > https://build.opensuse.org/package/live_build_log/devel:tools/strace/SLE_12_SP1/s390x [...] > FAIL: count > =========== > > Pattern of expected output: *[^ ]+ +(1\.[01]|0\.99)[^n]*nanosleep > Actual output: > % time seconds usecs/call calls errors syscall > ------ ----------- ----------- --------- --------- ---------------- > 99.99 1.200578 1200578 1 nanosleep
Unlike the previous race, I've seen this one before. The test checks, in particular, whether "strace -c" shows a reasonable value in "seconds" column, by invoking nanosleep with 1 second argument. On very slow systems, that syscall may take arbitrary amount of time. I wouldn't like to relax the regexp as it would make the test result less reliable. -- ldv
pgpNz8JIDvQbF.pgp
Description: PGP signature
------------------------------------------------------------------------------
_______________________________________________ Strace-devel mailing list Strace-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/strace-devel