|
From: <sv...@va...> - 2011-03-13 09:04:31
|
Author: bart Date: 2011-03-13 09:04:21 +0000 (Sun, 13 Mar 2011) New Revision: 11639 Log: Added yet another regression test. Added: trunk/drd/tests/custom_alloc_fiw.stderr.exp trunk/drd/tests/custom_alloc_fiw.vgtest Modified: trunk/drd/tests/Makefile.am Modified: trunk/drd/tests/Makefile.am =================================================================== --- trunk/drd/tests/Makefile.am 2011-03-12 16:28:29 UTC (rev 11638) +++ trunk/drd/tests/Makefile.am 2011-03-13 09:04:21 UTC (rev 11639) @@ -68,6 +68,8 @@ circular_buffer.vgtest \ custom_alloc.stderr.exp \ custom_alloc.vgtest \ + custom_alloc_fiw.stderr.exp \ + custom_alloc_fiw.vgtest \ fp_race.stderr.exp \ fp_race.vgtest \ fp_race2.stderr.exp \ Added: trunk/drd/tests/custom_alloc_fiw.stderr.exp =================================================================== --- trunk/drd/tests/custom_alloc_fiw.stderr.exp (rev 0) +++ trunk/drd/tests/custom_alloc_fiw.stderr.exp 2011-03-13 09:04:21 UTC (rev 11639) @@ -0,0 +1,12 @@ + +--free-is-write=yes is incompatible with custom memory allocator client requests + at 0x........: custom_alloc (custom_alloc.c:?) + by 0x........: main (custom_alloc.c:?) + +--free-is-write=yes is incompatible with custom memory allocator client requests + at 0x........: custom_alloc (custom_alloc.c:?) + by 0x........: make_leak (custom_alloc.c:?) + by 0x........: main (custom_alloc.c:?) + + +ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) Added: trunk/drd/tests/custom_alloc_fiw.vgtest =================================================================== --- trunk/drd/tests/custom_alloc_fiw.vgtest (rev 0) +++ trunk/drd/tests/custom_alloc_fiw.vgtest 2011-03-13 09:04:21 UTC (rev 11639) @@ -0,0 +1,2 @@ +vgopts: --free-is-write=yes +prog: custom_alloc |