git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11639
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 \
--- /dev/null
+
+--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)
--- /dev/null
+vgopts: --free-is-write=yes
+prog: custom_alloc