Author: iraisr
Date: Tue May 23 22:22:31 2017
New Revision: 16410
Log:
Fix expected output of brk tests after r16407.
n-i-bz
Modified:
trunk/memcheck/tests/linux/brk.stderr.exp
trunk/none/tests/linux/brk-overflow1.stderr.exp
trunk/none/tests/linux/brk-overflow2.stderr.exp
Modified: trunk/memcheck/tests/linux/brk.stderr.exp
==============================================================================
--- trunk/memcheck/tests/linux/brk.stderr.exp (original)
+++ trunk/memcheck/tests/linux/brk.stderr.exp Tue May 23 22:22:31 2017
@@ -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
Modified: trunk/none/tests/linux/brk-overflow1.stderr.exp
==============================================================================
--- trunk/none/tests/linux/brk-overflow1.stderr.exp (original)
+++ trunk/none/tests/linux/brk-overflow1.stderr.exp Tue May 23 22:22:31 2017
@@ -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
Modified: trunk/none/tests/linux/brk-overflow2.stderr.exp
==============================================================================
--- trunk/none/tests/linux/brk-overflow2.stderr.exp (original)
+++ trunk/none/tests/linux/brk-overflow2.stderr.exp Tue May 23 22:22:31 2017
@@ -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
|