regtest: dhat/tests/user_histo1 filter out summary

Too system dependent.
This commit is contained in:
Paul Floyd
2023-04-21 23:35:37 +02:00
parent 577912e62c
commit f5416b5edd
4 changed files with 3 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ EXTRA_DIST = \
sig.stderr.exp sig.vgtest \
single.stderr.exp single.vgtest \
user_histo1.stderr.exp user_histo1.vgtest \
user_histo1.stdout.exp user_histo1.stderr.exp-gcc
user_histo1.stdout.exp
check_PROGRAMS = \
acc \

View File

@@ -5,5 +5,6 @@
# So we allow 1,000,000..1,009,999 bytes and 1,000..1,099 blocks.
./filter_stderr "$@" |
sed -e "s/address for user histogram request not found .*/address for user histogram request not found/"
sed -e "s/address for user histogram request not found .*/address for user histogram request not found/" |
grep Warning

View File

@@ -1,8 +1,3 @@
Warning: request for user histogram of size 500 is smaller than the normal histogram limit, request ignored
Warning: address for user histogram request not found
Warning: request for user histogram of size 100000 is larger than the maximum user request limit, request ignored
Total: 102,500 bytes in 3 blocks
At t-gmax: 100,500 bytes in 2 blocks
At t-end: 0 bytes in 0 blocks
Reads: 1,000 bytes
Writes: 102,520 bytes

View File

@@ -1,8 +0,0 @@
Warning: request for user histogram of size 500 is smaller than the normal histogram limit, request ignored
Warning: address for user histogram request not found
Warning: request for user histogram of size 100000 is larger than the maximum user request limit, request ignored
Total: 175,204 bytes in 4 blocks
At t-gmax: 173,204 bytes in 3 blocks
At t-end: 0 bytes in 0 blocks
Reads: 1,001 bytes
Writes: 102,536 bytes