]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Result of timerfd() syscall is no longer printed to stdout, which should make this...
authorBart Van Assche <bvanassche@acm.org>
Mon, 23 Jun 2008 12:25:12 +0000 (12:25 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 23 Jun 2008 12:25:12 +0000 (12:25 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8271

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

index b9694ec48724781c7ab898abe9f90fcaf82dad42..5c0dd218888c0514e8a5e277298ab6ee5ce51d10 100644 (file)
@@ -188,7 +188,6 @@ int main(int ac, char **av)
       perror("timerfd_create");
       return 1;
     }
-    fprintf(stdout, "timerfd = %d\n", tfd);
 
     if (timerfd_settime(tfd, 0, &tmr, NULL))
     {
index 446f0863fae9c2f8d89da64817319b3322482585..bd4a1905feb4cddb583aea38ea1e943b86225412 100644 (file)
@@ -5,7 +5,6 @@
 ---------------------------------------
 
 relative timer test (at 500 ms) ...
-timerfd = 3
 wating timer ...
 got timer ticks (1) after 0.5 s
 absolute timer test (at 500 ms) ...
@@ -19,7 +18,7 @@ sleeping 1 second ...
 wating timer ...
 got timer ticks (20) after 2.0 s
 O_NONBLOCK test ...
-timerfd = 3
+timerfd = 5
 wating timer (flush the single tick) ...
 got timer ticks (1) after 0.1 s
 success
@@ -30,7 +29,6 @@ success
 ---------------------------------------
 
 relative timer test (at 500 ms) ...
-timerfd = 3
 wating timer ...
 got timer ticks (1) after 0.5 s
 absolute timer test (at 500 ms) ...
@@ -44,7 +42,7 @@ sleeping 1 second ...
 wating timer ...
 got timer ticks (20) after 2.0 s
 O_NONBLOCK test ...
-timerfd = 3
+timerfd = 5
 wating timer (flush the single tick) ...
 got timer ticks (1) after 0.1 s
 success