git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12825
supp1.stderr.exp supp1.vgtest \
supp2.stderr.exp supp2.vgtest \
supp.supp \
- suppfree.stderr.exp suppfree.vgtest \
+ suppfree.stderr.exp suppfree.supp suppfree.vgtest \
test-plo-no.vgtest test-plo-no.stdout.exp \
test-plo-no.stderr.exp-le64 test-plo-no.stderr.exp-le32 \
test-plo-yes.vgtest test-plo-yes.stdout.exp \
--- /dev/null
+{
+ nonmatching1
+ Memcheck:Free
+ fun:free
+ fun:dd
+ fun:ccc
+ fun:bbb
+ fun:aaa
+ fun:main
+}
+
+{
+ nonmatching2
+ Memcheck:Free
+ fun:free
+ fun:ddd
+ fun:cc
+ fun:bbb
+ fun:aaa
+ fun:main
+}
+
+{
+ nonmatching3
+ Memcheck:Free
+ fun:free
+ fun:ddd
+ fun:ccc
+ fun:xxxxxxxx
+ fun:bbb
+ fun:aaa
+ fun:main
+}
+
+{
+ nonmatching4
+ Memcheck:Free
+ fun:free
+ fun:ddd
+ fun:ccc
+ ...
+ fun:bbb
+ fun:aaa
+ fun:main
+ fun:nonmatching
+}
+
+{
+ nonmatching5
+ Memcheck:Free
+ fun:free
+ fun:ddd
+ obj:nonmatching
+ fun:bbb
+ fun:aaa
+ fun:main
+}
prog: suppfree
-vgopts: -q
+vgopts: --suppressions=suppfree.supp -q