|
From: Paul F. <pa...@so...> - 2023-08-26 06:05:17
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=adbdbd740b72ffc80b68415d0b895a06fbafc4a9 commit adbdbd740b72ffc80b68415d0b895a06fbafc4a9 Author: Paul Floyd <pj...@wa...> Date: Sat Aug 26 07:58:10 2023 +0200 Solaris: remove cxx17_aligned_new expected No longer needed after last cleanup Diff: --- memcheck/tests/Makefile.am | 1 - .../tests/cxx17_aligned_new.stderr.exp-solaris | 34 ---------------------- 2 files changed, 35 deletions(-) diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index e7e0d78e45..687dc6995e 100644 --- a/memcheck/tests/Makefile.am +++ b/memcheck/tests/Makefile.am @@ -142,7 +142,6 @@ EXTRA_DIST = \ custom-overlap.stderr.exp custom-overlap.vgtest \ cxx17_aligned_new.stderr.exp cxx17_aligned_new.vgtest \ cxx17_aligned_new.stderr.exp_32 \ - cxx17_aligned_new.stderr.exp-solaris \ cxx17_aligned_new.stdout.exp \ sized_aligned_new_delete_args.stderr.exp \ sized_aligned_new_delete_args.vgtest \ diff --git a/memcheck/tests/cxx17_aligned_new.stderr.exp-solaris b/memcheck/tests/cxx17_aligned_new.stderr.exp-solaris deleted file mode 100644 index 275620856e..0000000000 --- a/memcheck/tests/cxx17_aligned_new.stderr.exp-solaris +++ /dev/null @@ -1,34 +0,0 @@ - -_ZnwjSt11align_val_t(size 64, al 64) = 0x........ -_ZdlPvSt11align_val_t(0x........) -_ZnajSt11align_val_t(size 320, al 64) = 0x........ -_ZdaPvSt11align_val_t(0x........) -_ZnwjSt11align_val_t(size 64, al 64) = 0x........ -_ZdlPvjSt11align_val_t(0x........) -_ZnajSt11align_val_t(size 320, al 64) = 0x........ -_ZdaPvjSt11align_val_t(0x........) -_ZnwjSt11align_val_t(size 64, al 64) = 0x........ -_ZdlPvSt11align_val_t(0x........) -_ZnajSt11align_val_tRKSt9nothrow_t(size 320, al 64) = 0x........ -_ZdaPvSt11align_val_t(0x........) -_ZnwjSt11align_val_t(size 64, al 64) = 0x........ -_ZdlPvjSt11align_val_t(0x........) -_ZnajSt11align_val_tRKSt9nothrow_t(size 320, al 64) = 0x........ -_ZdaPvjSt11align_val_t(0x........) -_Znwj(4) = 0x........ -_ZdlPvSt11align_val_t(0x........) -_ZnwjRKSt9nothrow_t(4) = 0x........ -_ZdlPv(0x........) -_Znaj(20) = 0x........ -_ZdaPv(0x........) -_ZnajRKSt9nothrow_t(20) = 0x........ -_ZdaPv(0x........) - -HEAP SUMMARY: - in use at exit: ... bytes in ... blocks - total heap usage: ... allocs, ... frees, ... bytes allocated - -For a detailed leak analysis, rerun with: --leak-check=full - -For lists of detected and suppressed errors, rerun with: -s -ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) |