Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/resources/basicTest/testsuppfile.supp')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/resources/basicTest/testsuppfile.supp15
1 files changed, 15 insertions, 0 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/resources/basicTest/testsuppfile.supp b/valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/resources/basicTest/testsuppfile.supp
new file mode 100644
index 0000000000..a3d6877824
--- /dev/null
+++ b/valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/resources/basicTest/testsuppfile.supp
@@ -0,0 +1,15 @@
+#################################################################################
+## Copyright (c) 2008 Red Hat, Inc.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Elliott Baron <ebaron@redhat.com> - initial API and implementation
+#################################################################################
+{
+ test
+ Memcheck:Value4
+ fun:*
+} \ No newline at end of file

Back to the top