From: Bart Van Assche Date: Sun, 7 Sep 2008 16:55:15 +0000 (+0000) Subject: Disabled printing of file descriptor value in order to make the test results more... X-Git-Tag: svn/VALGRIND_3_4_0~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=214f9a898a910621109cda96299fe1da6987f191;p=thirdparty%2Fvalgrind.git Disabled printing of file descriptor value in order to make the test results more reproducible. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8575 --- diff --git a/memcheck/tests/linux-timerfd-syscall.c b/memcheck/tests/linux-timerfd-syscall.c index 5c0dd21888..e1a891b88e 100644 --- a/memcheck/tests/linux-timerfd-syscall.c +++ b/memcheck/tests/linux-timerfd-syscall.c @@ -267,7 +267,9 @@ int main(int ac, char **av) perror("timerfd_settime"); return 1; } +#if 0 fprintf(stdout, "timerfd = %d\n", tfd); +#endif fprintf(stdout, "wating timer (flush the single tick) ...\n"); ticks = waittmr(tfd, -1); diff --git a/memcheck/tests/linux-timerfd-syscall.stdout.exp b/memcheck/tests/linux-timerfd-syscall.stdout.exp index bd4a1905fe..651d6f37c8 100644 --- a/memcheck/tests/linux-timerfd-syscall.stdout.exp +++ b/memcheck/tests/linux-timerfd-syscall.stdout.exp @@ -18,7 +18,6 @@ sleeping 1 second ... wating timer ... got timer ticks (20) after 2.0 s O_NONBLOCK test ... -timerfd = 5 wating timer (flush the single tick) ... got timer ticks (1) after 0.1 s success @@ -42,7 +41,6 @@ sleeping 1 second ... wating timer ... got timer ticks (20) after 2.0 s O_NONBLOCK test ... -timerfd = 5 wating timer (flush the single tick) ... got timer ticks (1) after 0.1 s success