From f8a8e3de4dcccdc71ee46910dec8ed2dde8b1a26 Mon Sep 17 00:00:00 2001 From: Ivo Raisr Date: Tue, 23 May 2017 21:22:31 +0000 Subject: [PATCH] Fix expected output of brk tests after r16407. n-i-bz git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16410 --- memcheck/tests/linux/brk.stderr.exp | 3 +-- none/tests/linux/brk-overflow1.stderr.exp | 1 + none/tests/linux/brk-overflow2.stderr.exp | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/memcheck/tests/linux/brk.stderr.exp b/memcheck/tests/linux/brk.stderr.exp index 8cbe622378..ff83c1f161 100644 --- a/memcheck/tests/linux/brk.stderr.exp +++ b/memcheck/tests/linux/brk.stderr.exp @@ -1,8 +1,7 @@ brk segment overflow in thread #1: can't grow to 0x........ (see section Limitations in user manual) -brk segment overflow in thread #1: can't grow to 0x........ -(see section Limitations in user manual) +NOTE: further instances of this message will not be shown HEAP SUMMARY: in use at exit: ... bytes in ... blocks diff --git a/none/tests/linux/brk-overflow1.stderr.exp b/none/tests/linux/brk-overflow1.stderr.exp index 96741db856..46242e3b76 100644 --- a/none/tests/linux/brk-overflow1.stderr.exp +++ b/none/tests/linux/brk-overflow1.stderr.exp @@ -1,4 +1,5 @@ brk segment overflow in thread #1: can't grow to 0x........ (see section Limitations in user manual) +NOTE: further instances of this message will not be shown diff --git a/none/tests/linux/brk-overflow2.stderr.exp b/none/tests/linux/brk-overflow2.stderr.exp index 5cdf1f7c34..46242e3b76 100644 --- a/none/tests/linux/brk-overflow2.stderr.exp +++ b/none/tests/linux/brk-overflow2.stderr.exp @@ -1,8 +1,5 @@ brk segment overflow in thread #1: can't grow to 0x........ (see section Limitations in user manual) -brk segment overflow in thread #1: can't grow to 0x........ -(see section Limitations in user manual) -brk segment overflow in thread #1: can't grow to 0x........ -(see section Limitations in user manual) +NOTE: further instances of this message will not be shown -- 2.47.2