|
From: Maynard J. <may...@us...> - 2011-10-17 21:03:59
|
On 10/08/2011 9:50 AM, Philippe Waroquiers wrote: >> The regression tests on POWER7/SLES 11 SP1 (using Oct 6, 2011 SVN) actually >> compare quite favorably to Valgrind 3.6.1 on a POWER5 (POWER7 support did not >> yet exist in 3.6.1 timeframe). For reference, here are the results: [snip] > >> gdbserver_tests/nlcontrolc (stdoutB) >> gdbserver_tests/nlpasssigalrm (stdoutB) > These two are failing as the filter script does not properly remove or transform > the power7 specific line: > from /lib64/power7/libc.so.6 > and > 0x........ in .__GI_kill () from /lib64/power7/libc.so.6 > The (already horrible) gdbserver_tests/filter_gdb should be further enhanced to > filter or transform these. I opened a bug report for this (https://bugs.kde.org/show_bug.cgi?id=284305) and attached a patch to filter_gdb that addresses these two problems. Can you please review it to see if my changes might break other arch's? Thanks. -Maynard [snip] > Philippe > |