================================================= ./valgrind-new/gdbserver_tests/mcbreak.stderrB.diff ================================================= --- mcbreak.stderrB.exp 2013-01-04 04:01:05.465566163 +0100 +++ mcbreak.stderrB.out 2013-01-04 04:02:30.465574663 +0100 @@ -1,5 +1,11 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + vgdb-error value changed from 999999 to 0 n_errs_found 1 n_errs_shown 1 (vgdb-error 0) vgdb-error value changed from 0 to 0 ================================================= ./valgrind-new/gdbserver_tests/mcclean_after_fork.stderrB.diff ================================================= --- mcclean_after_fork.stderrB.exp 2013-01-04 04:01:05.465566163 +0100 +++ mcclean_after_fork.stderrB.out 2013-01-04 04:02:32.295574846 +0100 @@ -1,4 +1,10 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + monitor command request to kill this process Remote connection closed ================================================= ./valgrind-new/gdbserver_tests/mcleak.stderrB.diff ================================================= --- mcleak.stderrB.exp 2013-01-04 04:01:05.455566162 +0100 +++ mcleak.stderrB.out 2013-01-04 04:02:58.925577509 +0100 @@ -1,5 +1,9 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + 10 bytes in 1 blocks are still reachable in loss record ... of ... at 0x........: malloc (vg_replace_malloc.c:...) by 0x........: f (leak-delta.c:14) ================================================= ./valgrind-new/gdbserver_tests/mcmain_pic.stderrB.diff ================================================= --- mcmain_pic.stderrB.exp 2013-01-04 04:01:05.465566163 +0100 +++ mcmain_pic.stderrB.out 2013-01-04 04:03:00.835577700 +0100 @@ -1,2 +1,8 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + ================================================= ./valgrind-new/gdbserver_tests/mcvabits.stderrB.diff ================================================= --- mcvabits.stderrB.exp 2013-01-04 04:01:05.465566163 +0100 +++ mcvabits.stderrB.out 2013-01-04 04:03:06.225578239 +0100 @@ -1,5 +1,11 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + Address 0x........ len 10 addressable Address 0x........ is 0 bytes inside data symbol "undefined" Address 0x........ len 10 defined ================================================= ./valgrind-new/gdbserver_tests/mssnapshot.stderrB.diff ================================================= --- mssnapshot.stderrB.exp 2013-01-04 04:01:05.465566163 +0100 +++ mssnapshot.stderrB.out 2013-01-04 04:03:09.835578600 +0100 @@ -1,5 +1,11 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + general valgrind monitor commands: help [debug] : monitor command help. With debug: + debugging commands v.wait [] : sleep (default 0) then continue ================================================= ./valgrind-new/helgrind/tests/tc18_semabuse.stderr.diff ================================================= --- tc18_semabuse.stderr.exp 2013-01-04 04:01:05.225566139 +0100 +++ tc18_semabuse.stderr.out 2013-01-04 04:11:04.895626106 +0100 @@ -21,7 +21,7 @@ ---------------------------------------------------------------- Thread #x's call to sem_post failed - with error code 22 (EINVAL: Invalid argument) + with error code 38 (ENOSYS: Function not implemented) at 0x........: sem_post_WRK (hg_intercepts.c:...) by 0x........: sem_post (hg_intercepts.c:...) by 0x........: main (tc18_semabuse.c:37) ================================================= ./valgrind-new/helgrind/tests/tc18_semabuse.stderr.diff-linux-mips32 ================================================= --- tc18_semabuse.stderr.exp-linux-mips32 2013-01-04 04:01:05.215566138 +0100 +++ tc18_semabuse.stderr.out 2013-01-04 04:11:04.895626106 +0100 @@ -18,5 +18,13 @@ by 0x........: sem_wait (hg_intercepts.c:...) by 0x........: main (tc18_semabuse.c:34) +---------------------------------------------------------------- -ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) +Thread #x's call to sem_post failed + with error code 38 (ENOSYS: Function not implemented) + at 0x........: sem_post_WRK (hg_intercepts.c:...) + by 0x........: sem_post (hg_intercepts.c:...) + by 0x........: main (tc18_semabuse.c:37) + + +ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) ================================================= ./valgrind-new/helgrind/tests/tc20_verifywrap.stderr.diff ================================================= --- tc20_verifywrap.stderr.exp 2013-01-04 04:01:05.215566138 +0100 +++ tc20_verifywrap.stderr.out 2013-01-04 04:11:10.525626669 +0100 @@ -218,7 +218,7 @@ ---------------------------------------------------------------- Thread #x's call to sem_post failed - with error code 22 (EINVAL: Invalid argument) + with error code 38 (ENOSYS: Function not implemented) at 0x........: sem_post_WRK (hg_intercepts.c:...) by 0x........: sem_post (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:245) ================================================= ./valgrind-new/helgrind/tests/tc20_verifywrap.stderr.diff-mips32 ================================================= --- tc20_verifywrap.stderr.exp-mips32 2013-01-04 04:01:05.225566139 +0100 +++ tc20_verifywrap.stderr.out 2013-01-04 04:11:10.525626669 +0100 @@ -35,7 +35,7 @@ ---------------------------------------------------------------- Thread #x's call to pthread_join failed - with error code 45 (EDEADLK: Resource deadlock would occur) + with error code 35 (EDEADLK: Resource deadlock would occur) at 0x........: pthread_join_WRK (hg_intercepts.c:...) by 0x........: pthread_join (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:83) @@ -46,7 +46,7 @@ ---------------------------------------------------------------- Thread #x's call to pthread_mutex_init failed - with error code 122 (EOPNOTSUPP: Operation not supported on transport endpoint) + with error code 95 (EOPNOTSUPP: Operation not supported on transport endpoint) at 0x........: pthread_mutex_init (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:92) @@ -215,6 +215,14 @@ by 0x........: sem_wait (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:242) +---------------------------------------------------------------- + +Thread #x's call to sem_post failed + with error code 38 (ENOSYS: Function not implemented) + at 0x........: sem_post_WRK (hg_intercepts.c:...) + by 0x........: sem_post (hg_intercepts.c:...) + by 0x........: main (tc20_verifywrap.c:245) + FIXME: can't figure out how to verify wrap of sem_post @@ -227,4 +235,4 @@ ... -ERROR SUMMARY: 22 errors from 22 contexts (suppressed: 0 from 0) +ERROR SUMMARY: 23 errors from 23 contexts (suppressed: 0 from 0) ================================================= ./valgrind-new/helgrind/tests/tc20_verifywrap.stderr.diff-s390x ================================================= --- tc20_verifywrap.stderr.exp-s390x 2013-01-04 04:01:05.235566140 +0100 +++ tc20_verifywrap.stderr.out 2013-01-04 04:11:10.525626669 +0100 @@ -215,6 +215,14 @@ by 0x........: sem_wait (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:242) +---------------------------------------------------------------- + +Thread #x's call to sem_post failed + with error code 38 (ENOSYS: Function not implemented) + at 0x........: sem_post_WRK (hg_intercepts.c:...) + by 0x........: sem_post (hg_intercepts.c:...) + by 0x........: main (tc20_verifywrap.c:245) + FIXME: can't figure out how to verify wrap of sem_post @@ -227,4 +235,4 @@ ... -ERROR SUMMARY: 22 errors from 22 contexts (suppressed: 0 from 0) +ERROR SUMMARY: 23 errors from 23 contexts (suppressed: 0 from 0) ================================================= ./valgrind-new/memcheck/tests/linux/timerfd-syscall.stderr.diff ================================================= --- timerfd-syscall.stderr.exp 2013-01-04 04:01:05.665566183 +0100 +++ timerfd-syscall.stderr.out 2013-01-04 04:04:34.025587019 +0100 @@ -7,10 +7,10 @@ relative timer test (at 500 ms) ... waiting timer ... -got timer ticks (1) after 0.5 s +got timer ticks (1) after 0.6 s absolute timer test (at 500 ms) ... waiting timer ... -got timer ticks (1) after 0.5 s +got timer ticks (1) after 0.6 s sequential timer test (100 ms clock) ... sleeping one second ... timerfd_gettime returned: @@ -30,10 +30,10 @@ relative timer test (at 500 ms) ... waiting timer ... -got timer ticks (1) after 0.5 s +got timer ticks (1) after 0.6 s absolute timer test (at 500 ms) ... waiting timer ... -got timer ticks (1) after 0.5 s +got timer ticks (1) after 0.6 s sequential timer test (100 ms clock) ... sleeping one second ... timerfd_gettime returned: @@ -43,7 +43,7 @@ got about 20 timer ticks after about 2s O_NONBLOCK test ... waiting timer (flush the single tick) ... -got timer ticks (1) after 0.1 s +got timer ticks (1) after 0.2 s success HEAP SUMMARY: ================================================= ./valgrind-old/gdbserver_tests/mcbreak.stderrB.diff ================================================= --- mcbreak.stderrB.exp 2013-01-04 03:45:05.745470191 +0100 +++ mcbreak.stderrB.out 2013-01-04 03:46:30.875478704 +0100 @@ -1,5 +1,11 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + vgdb-error value changed from 999999 to 0 n_errs_found 1 n_errs_shown 1 (vgdb-error 0) vgdb-error value changed from 0 to 0 ================================================= ./valgrind-old/gdbserver_tests/mcclean_after_fork.stderrB.diff ================================================= --- mcclean_after_fork.stderrB.exp 2013-01-04 03:45:05.745470191 +0100 +++ mcclean_after_fork.stderrB.out 2013-01-04 03:46:32.695478886 +0100 @@ -1,4 +1,10 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + monitor command request to kill this process Remote connection closed ================================================= ./valgrind-old/gdbserver_tests/mcleak.stderrB.diff ================================================= --- mcleak.stderrB.exp 2013-01-04 03:45:05.745470191 +0100 +++ mcleak.stderrB.out 2013-01-04 03:47:00.385481655 +0100 @@ -1,5 +1,9 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + 10 bytes in 1 blocks are still reachable in loss record ... of ... at 0x........: malloc (vg_replace_malloc.c:...) by 0x........: f (leak-delta.c:14) ================================================= ./valgrind-old/gdbserver_tests/mcmain_pic.stderrB.diff ================================================= --- mcmain_pic.stderrB.exp 2013-01-04 03:45:05.745470191 +0100 +++ mcmain_pic.stderrB.out 2013-01-04 03:47:02.295481846 +0100 @@ -1,2 +1,8 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + ================================================= ./valgrind-old/gdbserver_tests/mcvabits.stderrB.diff ================================================= --- mcvabits.stderrB.exp 2013-01-04 03:45:05.745470191 +0100 +++ mcvabits.stderrB.out 2013-01-04 03:47:07.995482416 +0100 @@ -1,5 +1,11 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + Address 0x........ len 10 addressable Address 0x........ is 0 bytes inside data symbol "undefined" Address 0x........ len 10 defined ================================================= ./valgrind-old/gdbserver_tests/mssnapshot.stderrB.diff ================================================= --- mssnapshot.stderrB.exp 2013-01-04 03:45:05.745470191 +0100 +++ mssnapshot.stderrB.out 2013-01-04 03:47:11.625482779 +0100 @@ -1,5 +1,11 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + general valgrind monitor commands: help [debug] : monitor command help. With debug: + debugging commands v.wait [] : sleep (default 0) then continue ================================================= ./valgrind-old/helgrind/tests/tc18_semabuse.stderr.diff ================================================= --- tc18_semabuse.stderr.exp 2013-01-04 03:45:05.395470156 +0100 +++ tc18_semabuse.stderr.out 2013-01-04 03:55:06.135530230 +0100 @@ -21,7 +21,7 @@ ---------------------------------------------------------------- Thread #x's call to sem_post failed - with error code 22 (EINVAL: Invalid argument) + with error code 38 (ENOSYS: Function not implemented) at 0x........: sem_post_WRK (hg_intercepts.c:...) by 0x........: sem_post (hg_intercepts.c:...) by 0x........: main (tc18_semabuse.c:37) ================================================= ./valgrind-old/helgrind/tests/tc18_semabuse.stderr.diff-linux-mips32 ================================================= --- tc18_semabuse.stderr.exp-linux-mips32 2013-01-04 03:45:05.395470156 +0100 +++ tc18_semabuse.stderr.out 2013-01-04 03:55:06.135530230 +0100 @@ -18,5 +18,13 @@ by 0x........: sem_wait (hg_intercepts.c:...) by 0x........: main (tc18_semabuse.c:34) +---------------------------------------------------------------- -ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) +Thread #x's call to sem_post failed + with error code 38 (ENOSYS: Function not implemented) + at 0x........: sem_post_WRK (hg_intercepts.c:...) + by 0x........: sem_post (hg_intercepts.c:...) + by 0x........: main (tc18_semabuse.c:37) + + +ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) ================================================= ./valgrind-old/helgrind/tests/tc20_verifywrap.stderr.diff ================================================= --- tc20_verifywrap.stderr.exp 2013-01-04 03:45:05.385470155 +0100 +++ tc20_verifywrap.stderr.out 2013-01-04 03:55:11.755530792 +0100 @@ -218,7 +218,7 @@ ---------------------------------------------------------------- Thread #x's call to sem_post failed - with error code 22 (EINVAL: Invalid argument) + with error code 38 (ENOSYS: Function not implemented) at 0x........: sem_post_WRK (hg_intercepts.c:...) by 0x........: sem_post (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:245) ================================================= ./valgrind-old/helgrind/tests/tc20_verifywrap.stderr.diff-mips32 ================================================= --- tc20_verifywrap.stderr.exp-mips32 2013-01-04 03:45:05.395470156 +0100 +++ tc20_verifywrap.stderr.out 2013-01-04 03:55:11.755530792 +0100 @@ -35,7 +35,7 @@ ---------------------------------------------------------------- Thread #x's call to pthread_join failed - with error code 45 (EDEADLK: Resource deadlock would occur) + with error code 35 (EDEADLK: Resource deadlock would occur) at 0x........: pthread_join_WRK (hg_intercepts.c:...) by 0x........: pthread_join (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:83) @@ -46,7 +46,7 @@ ---------------------------------------------------------------- Thread #x's call to pthread_mutex_init failed - with error code 122 (EOPNOTSUPP: Operation not supported on transport endpoint) + with error code 95 (EOPNOTSUPP: Operation not supported on transport endpoint) at 0x........: pthread_mutex_init (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:92) @@ -215,6 +215,14 @@ by 0x........: sem_wait (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:242) +---------------------------------------------------------------- + +Thread #x's call to sem_post failed + with error code 38 (ENOSYS: Function not implemented) + at 0x........: sem_post_WRK (hg_intercepts.c:...) + by 0x........: sem_post (hg_intercepts.c:...) + by 0x........: main (tc20_verifywrap.c:245) + FIXME: can't figure out how to verify wrap of sem_post @@ -227,4 +235,4 @@ ... -ERROR SUMMARY: 22 errors from 22 contexts (suppressed: 0 from 0) +ERROR SUMMARY: 23 errors from 23 contexts (suppressed: 0 from 0) ================================================= ./valgrind-old/helgrind/tests/tc20_verifywrap.stderr.diff-s390x ================================================= --- tc20_verifywrap.stderr.exp-s390x 2013-01-04 03:45:05.405470157 +0100 +++ tc20_verifywrap.stderr.out 2013-01-04 03:55:11.755530792 +0100 @@ -215,6 +215,14 @@ by 0x........: sem_wait (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:242) +---------------------------------------------------------------- + +Thread #x's call to sem_post failed + with error code 38 (ENOSYS: Function not implemented) + at 0x........: sem_post_WRK (hg_intercepts.c:...) + by 0x........: sem_post (hg_intercepts.c:...) + by 0x........: main (tc20_verifywrap.c:245) + FIXME: can't figure out how to verify wrap of sem_post @@ -227,4 +235,4 @@ ... -ERROR SUMMARY: 22 errors from 22 contexts (suppressed: 0 from 0) +ERROR SUMMARY: 23 errors from 23 contexts (suppressed: 0 from 0) ================================================= ./valgrind-old/memcheck/tests/linux/timerfd-syscall.stderr.diff ================================================= --- timerfd-syscall.stderr.exp 2013-01-04 03:45:05.935470210 +0100 +++ timerfd-syscall.stderr.out 2013-01-04 03:48:36.895491306 +0100 @@ -7,10 +7,10 @@ relative timer test (at 500 ms) ... waiting timer ... -got timer ticks (1) after 0.5 s +got timer ticks (1) after 0.6 s absolute timer test (at 500 ms) ... waiting timer ... -got timer ticks (1) after 0.5 s +got timer ticks (1) after 0.6 s sequential timer test (100 ms clock) ... sleeping one second ... timerfd_gettime returned: @@ -30,10 +30,10 @@ relative timer test (at 500 ms) ... waiting timer ... -got timer ticks (1) after 0.5 s +got timer ticks (1) after 0.6 s absolute timer test (at 500 ms) ... waiting timer ... -got timer ticks (1) after 0.5 s +got timer ticks (1) after 0.6 s sequential timer test (100 ms clock) ... sleeping one second ... timerfd_gettime returned: @@ -43,7 +43,7 @@ got about 20 timer ticks after about 2s O_NONBLOCK test ... waiting timer (flush the single tick) ... -got timer ticks (1) after 0.1 s +got timer ticks (1) after 0.2 s success HEAP SUMMARY: ================================================= ./valgrind-old/none/tests/s390x/test_clone.stdout.diff ================================================= --- test_clone.stdout.exp 2013-01-04 03:45:06.935470310 +0100 +++ test_clone.stdout.out 2013-01-04 03:51:42.465509863 +0100 @@ -4,6 +4,6 @@ wait returned:1 MAIN_proc_end MAIN_thread -MAIN_thread_end thread_start +MAIN_thread_end thread_end