|
From: <sv...@va...> - 2015-08-01 14:20:17
|
Author: philippe
Date: Sat Aug 1 15:20:10 2015
New Revision: 15468
Log:
ensure that __strncpy_sse2 is replaced by the canonical name.
This makes memcheck/tests/overlap work on debian8/x86 (pentium4).
Modified:
trunk/tests/filter_stderr_basic
Modified: trunk/tests/filter_stderr_basic
==============================================================================
--- trunk/tests/filter_stderr_basic (original)
+++ trunk/tests/filter_stderr_basic Sat Aug 1 15:20:10 2015
@@ -52,7 +52,7 @@
# Translate intercepted glibc functions back to their canonical name
perl -p -e "s/: memcpy\@\@?GLIBC_[.1-9]+ \(vg_replace_strmem.c:.*?\)/: memcpy \(vg_replace_strmem.c:...\)/" |
-sed -e "s/: \(__GI_\|__\|\)\(memcmp\|memcpy\|strcpy\|strncpy\|strchr\|strrchr\)\(\|_sse4_1\|_sse42\|_sse2_unaligned\) (vg_replace_strmem.c:/: \2 (vg_replace_strmem.c:/" |
+sed -e "s/: \(__GI_\|__\|\)\(memcmp\|memcpy\|strcpy\|strncpy\|strchr\|strrchr\)\(\|_sse4_1\|_sse42\|_sse2_unaligned\|_sse2\) (vg_replace_strmem.c:/: \2 (vg_replace_strmem.c:/" |
# Remove any ": dumping core" message as the user might have a
# limit set that prevents the core dump
|