PERFORCE change 169135 for review

Stanislav Sedov stas at FreeBSD.org
Fri Oct 2 16:00:15 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=169135

Change 169135 by stas at stas_yandex on 2009/10/02 15:59:57

	- Fix a couple of regressions tests.

Affected files ...

.. //depot/projects/valgrind/memcheck/tests/amd64/Makefile.am#4 edit
.. //depot/projects/valgrind/memcheck/tests/amd64/xor-undef-amd64.stderr.exp-freebsd#1 add
.. //depot/projects/valgrind/memcheck/tests/noisy_child.stderr.exp#4 edit

Differences ...

==== //depot/projects/valgrind/memcheck/tests/amd64/Makefile.am#4 (text+ko) ====

@@ -18,7 +18,7 @@
 	more_x87_fp.stderr.exp more_x87_fp.stdout.exp more_x87_fp.vgtest \
 	sse_memory.stderr.exp sse_memory.stdout.exp sse_memory.vgtest \
 	xor-undef-amd64.stderr.exp xor-undef-amd64.stdout.exp \
-	xor-undef-amd64.vgtest
+	xor-undef-amd64.stderr.exp-freebsd xor-undef-amd64.vgtest
 
 check_PROGRAMS = bt_everything bug132146 fxsave-amd64 \
 		xor-undef-amd64

==== //depot/projects/valgrind/memcheck/tests/noisy_child.stderr.exp#4 (text+ko) ====

@@ -12,6 +12,23 @@
    at 0x........: free (vg_replace_malloc.c:...)
    by 0x........: main (noisy_child.c:24)
 
+Invalid free() / delete / delete[]
+   at 0x........: free (vg_replace_malloc.c:...)
+   by 0x........: do_child_badness (noisy_child.c:10)
+   by 0x........: main (noisy_child.c:34)
+ Address 0x........ is 0 bytes inside a block of size 10 free'd
+   at 0x........: free (vg_replace_malloc.c:...)
+   by 0x........: main (noisy_child.c:24)
+
+
+HEAP SUMMARY:
+    in use at exit: ... bytes in ... blocks
+  total heap usage: ... allocs, ... frees, ... bytes allocated
+
+For a detailed leak analysis, rerun with: --leak-check=full
+
+For counts of detected and suppressed errors, rerun with: -v
+ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
 
 HEAP SUMMARY:
     in use at exit: ... bytes in ... blocks


More information about the p4-projects mailing list