mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
I changed it to just filter the entire stack trace out for these errors (both normal and XML cases). The syscall name is still present in the error string. This allows a one or more alternative expected output files to be removed for several tests, which is A Very Good Thing. Also, I killed filter_test_paths because it was weird and clumsy and the above change obviated most of its use and the remaining effects could be achieved in other ways. Also, I fixed up the scalar* tests a little and they now pass on my machine, (and hopefully at least some other machines) for the first time ever! git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9178
54 lines
2.2 KiB
Plaintext
54 lines
2.2 KiB
Plaintext
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: main (origin4-many.c:51)
|
|
Uninitialised value was created by a heap allocation
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (origin4-many.c:32)
|
|
|
|
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: main (origin4-many.c:52)
|
|
Uninitialised value was created by a heap allocation
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (origin4-many.c:33)
|
|
|
|
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: main (origin4-many.c:53)
|
|
Uninitialised value was created by a heap allocation
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (origin4-many.c:34)
|
|
|
|
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: main (origin4-many.c:54)
|
|
Uninitialised value was created by a heap allocation
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (origin4-many.c:35)
|
|
|
|
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: main (origin4-many.c:55)
|
|
Uninitialised value was created by a heap allocation
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (origin4-many.c:36)
|
|
|
|
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: main (origin4-many.c:56)
|
|
Uninitialised value was created by a heap allocation
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (origin4-many.c:37)
|
|
|
|
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: main (origin4-many.c:57)
|
|
Uninitialised value was created by a heap allocation
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (origin4-many.c:38)
|
|
|
|
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: main (origin4-many.c:58)
|
|
Uninitialised value was created by a heap allocation
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (origin4-many.c:39)
|
|
|
|
Syscall param exit_group(exit_code) contains uninitialised byte(s)
|
|
...
|
|
Uninitialised value was created by a heap allocation
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (origin4-many.c:39)
|