|
From: Tom H. <th...@cy...> - 2005-01-16 11:14:55
|
CVS commit by thughes:
Fix address anonymisation properly this time - the last patch took it
away from the instruction sequences reports but those can change as well
because we always report four bytes but it may only be the first few that
we have generated.
M +1 -1 blockfault.stderr.exp 1.3
M +1 -1 faultstatus.stderr.exp 1.3
M +1 -1 filter_stderr 1.6
M +1 -2 x86/filter_cpuid 1.2
M +1 -1 x86/int.stderr.exp 1.3
M +0 -1 x86/int.vgtest 1.4
R x86/filter_int 1.2
--- valgrind/none/tests/blockfault.stderr.exp #1.2:1.3
@@ -2,5 +2,5 @@
Process terminating with default action of signal 11 (SIGSEGV)
- Access not within mapped region at address 0x4D2
+ Access not within mapped region at address 0x........
at 0x........: main (blockfault.c:28)
--- valgrind/none/tests/faultstatus.stderr.exp #1.2:1.3
@@ -3,5 +3,5 @@
Test 1: PASS 2
Test 2: PASS 3
-Test 3: disInstr: unhandled instruction bytes: 0xF 0xB 0xC9 0xC3
+Test 3: disInstr: unhandled instruction bytes: 0x........ 0x........ 0x........ 0x........
at 0x........: test4 (faultstatus.c:108)
PASS 4
--- valgrind/none/tests/filter_stderr #1.5:1.6
@@ -6,3 +6,3 @@
# Anonymise addresses
-sed "s/at 0x[0-9A-Fa-f]*:/at 0x........:/g"
+$dir/../../tests/filter_addresses
--- valgrind/none/tests/x86/filter_cpuid #1.1:1.2
@@ -3,4 +3,3 @@
dir=`dirname $0`
-$dir/filter_stderr | $dir/../../../tests/filter_addresses
-
+$dir/filter_stderr
--- valgrind/none/tests/x86/int.stderr.exp #1.2:1.3
@@ -1,4 +1,4 @@
-disInstr: unhandled instruction bytes: 0xCD 0x81 0x83 0xEC
+disInstr: unhandled instruction bytes: 0x........ 0x........ 0x........ 0x........
at 0x........: main (int.c:5)
--- valgrind/none/tests/x86/int.vgtest #1.3:1.4
@@ -1,3 +1,2 @@
prog: int
-stderr_filter: filter_int
cleanup: rm vgcore.pid*
|