Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamilo Bernal2012-07-30 20:52:29 +0000
committerJeff Johnston2012-08-14 15:27:29 +0000
commit68ce0e2063e5e5a9a806b74083a6b7e6004edd54 (patch)
tree2710fd8ec911456b948cb46514ddf9729cc62369
parent50be33c7f5efecf730d81ddfe85559f311d3b181 (diff)
downloadorg.eclipse.linuxtools-68ce0e2063e5e5a9a806b74083a6b7e6004edd54.tar.gz
org.eclipse.linuxtools-68ce0e2063e5e5a9a806b74083a6b7e6004edd54.tar.xz
org.eclipse.linuxtools-68ce0e2063e5e5a9a806b74083a6b7e6004edd54.zip
Add pre-generated data for used in helgrind tests.
Helgrind tests were failing because previous pre-generated data was removed. All tests pass after adding this data file. Change-Id: Ic6934160c866bd16ae182d44809fc871f980a4d4 Reviewed-on: https://git.eclipse.org/r/7221 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/valgrindFiles/testHelgrindGeneric/template_valgrind_1770.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/valgrindFiles/testHelgrindGeneric/template_valgrind_1770.txt b/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/valgrindFiles/testHelgrindGeneric/template_valgrind_1770.txt
new file mode 100644
index 0000000000..dcb7b267c5
--- /dev/null
+++ b/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/valgrindFiles/testHelgrindGeneric/template_valgrind_1770.txt
@@ -0,0 +1,16 @@
+==1770== Invalid read of size 1
+==1770== at 0x4004E2: main (test.c:16)
+==1770== Address 0x4c2104a is 0 bytes after a block of size 10 alloc'd
+==1770== at 0x4A05E5D: malloc (vg_replace_malloc.c:195)
+==1770== by 0x4004D5: main (test.c:15)
+==1770==
+==1770== Invalid write of size 1
+==1770== at 0x4004F3: main (test.c:17)
+==1770== Address 0x4c2104a is 0 bytes after a block of size 10 alloc'd
+==1770== at 0x4A05E5D: malloc (vg_replace_malloc.c:195)
+==1770== by 0x4004D5: main (test.c:15)
+==1770==
+==1770== 10 bytes in 1 blocks are definitely lost in loss record 1 of 1
+==1770== at 0x4A05E5D: malloc (vg_replace_malloc.c:195)
+==1770== by 0x4004D5: main (test.c:15)
+==1770==

Back to the top