|
From: <ma...@bu...> - 2015-06-12 08:42:33
|
valgrind revision: 15333
VEX revision: 3151
C compiler: gcc (Debian 4.7.2-5) 4.7.2
GDB: GNU gdb (GDB) 7.4.1-debian
Assembler: GNU assembler (GNU Binutils for Debian) 2.22
C library: GNU C Library (Debian EGLIBC 2.13-38+deb7u8) stable release version 2.13
uname -mrs: Linux 3.2.0-4-amd64 x86_64
Vendor version: Debian GNU/Linux 7 (wheezy)
Nightly build on wildebeest ( Debian 7.8 wheezy x86_64 )
Started at 2015-06-12 00:00:01 UTC
Ended at 2015-06-12 08:42:18 UTC
Results differ from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... done
Regression test results follow
== 707 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
=================================================
== Results from 24 hours ago ==
=================================================
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 707 tests, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
drd/tests/pth_cleanup_handler (stderr)
=================================================
== Difference between 24 hours ago and now ==
=================================================
*** old.short 2015-06-12 03:17:43.328517788 +0000
--- new.short 2015-06-12 08:42:18.666603390 +0000
***************
*** 4,6 ****
Building valgrind ... done
! Running regression tests ... failed
--- 4,6 ----
Building valgrind ... done
! Running regression tests ... done
***************
*** 8,11 ****
! == 707 tests, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
! drd/tests/pth_cleanup_handler (stderr)
--- 8,10 ----
! == 707 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
=================================================
./valgrind-old/drd/tests/pth_cleanup_handler.stderr.diff
=================================================
--- pth_cleanup_handler.stderr.exp 2015-06-12 00:00:21.862048704 +0000
+++ pth_cleanup_handler.stderr.out 2015-06-12 00:32:41.705645347 +0000
@@ -1,6 +1,9 @@
-Cleanup handler has been called.
-Cleanup handler has been called.
-Test succeeded.
+
+Process terminating with default action of signal 14 (SIGALRM)
+ at 0x........: pthread_join (pthread_join.c:?)
+ by 0x........: pthread_join (drd_pthread_intercepts.c:?)
+ by 0x........: main (pth_cleanup_handler.c:?)
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+Killed
|