|
From: Will S. <wil...@vn...> - 2015-05-05 22:27:14
|
Add exp output for supp_unknown test for ppc64*. Powerpc* reports an additional "Jump to the invalid address..." message that does not show up in the base .exp. Signed-off-by: Will Schmidt <wil...@vn...> --- memcheck/tests/Makefile.am | 2 +- memcheck/tests/supp_unknown.stderr.exp-ppc64 | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 memcheck/tests/supp_unknown.stderr.exp-ppc64 diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index f177167..ba24af1 100644 --- a/memcheck/tests/Makefile.am +++ b/memcheck/tests/Makefile.am @@ -234,7 +234,7 @@ EXTRA_DIST = \ str_tester.stderr.exp str_tester.vgtest \ supp-dir.vgtest supp-dir.stderr.exp \ supp_unknown.stderr.exp supp_unknown.vgtest supp_unknown.supp \ - supp_unknown.stderr.exp-kfail \ + supp_unknown.stderr.exp-kfail supp_unknown.stderr.exp-ppc64 \ supp1.stderr.exp supp1.vgtest \ supp2.stderr.exp supp2.vgtest \ supp.supp \ diff --git a/memcheck/tests/supp_unknown.stderr.exp-ppc64 b/memcheck/tests/supp_unknown.stderr.exp-ppc64 new file mode 100644 index 0000000..16933fe --- /dev/null +++ b/memcheck/tests/supp_unknown.stderr.exp-ppc64 @@ -0,0 +1,13 @@ +Jump to the invalid address stated on the next line + ... + Address 0x........ is not stack'd, malloc'd or (recently) free'd + + +Process terminating with default action of signal 11 (SIGSEGV) + Access not within mapped region at address 0x........ + ... + If you believe this happened as a result of a stack + overflow in your program's main thread (unlikely but + possible), you can try to increase the size of the + main thread stack using the --main-stacksize= flag. + The main thread stack size used in this run was .... |