]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Disabled printing of file descriptor value in order to make the test results more...
authorBart Van Assche <bvanassche@acm.org>
Sun, 7 Sep 2008 16:55:15 +0000 (16:55 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 7 Sep 2008 16:55:15 +0000 (16:55 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8575

memcheck/tests/linux-timerfd-syscall.c
memcheck/tests/linux-timerfd-syscall.stdout.exp

index 5c0dd218888c0514e8a5e277298ab6ee5ce51d10..e1a891b88e8d3b7fd761917873733df092cbd9ec 100644 (file)
@@ -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);
index bd4a1905feb4cddb583aea38ea1e943b86225412..651d6f37c839b4bfe7f4761aca37fbadc05c2da2 100644 (file)
@@ -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