summaryrefslogtreecommitdiff
path: root/security/nss/tests
diff options
context:
space:
mode:
authorsonja.mirtitsch%sun.com <devnull@localhost>2002-01-04 21:39:36 +0000
committersonja.mirtitsch%sun.com <devnull@localhost>2002-01-04 21:39:36 +0000
commitad16d29930e1f4fedf75c0863c1e4b7dd67f1992 (patch)
tree80b4f5dd1b4feaf6c2e2b209509f6dc49118adee /security/nss/tests
parentd32ee3ab160504e9d44d9c7fa851790328267e8d (diff)
downloadnss-hg-ad16d29930e1f4fedf75c0863c1e4b7dd67f1992.tar.gz
increased the number of tests and changed the fix about too many cache misses
seee bugs #114964 and 118031
Diffstat (limited to 'security/nss/tests')
-rwxr-xr-xsecurity/nss/tests/qa_stat6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/nss/tests/qa_stat b/security/nss/tests/qa_stat
index 3e89df929..5648de417 100755
--- a/security/nss/tests/qa_stat
+++ b/security/nss/tests/qa_stat
@@ -62,7 +62,7 @@ echo >$RSH_FILE
TMPFILES="$TMPFILES $WARNINGLIST $RSH_FILE "
RSH_WAIT_TIME=80 #maximum time allowed for the 2 rsh to finish...
#TOTAL_TESTS=106
-TOTAL_TESTS=220 #3.4
+TOTAL_TESTS=244 #3.4
#TOTAL_TESTS=123 #3.3.2
BCT_TOTAL_TESTS=122 #3.2.2
#TOTAL_TESTS=133 #tip
@@ -434,9 +434,7 @@ qa_errorlist()
sed -e 's/.results.html:<TR><TD>/ /' -e 's/<[^>]*>/ /g'
grep 'cache hits; .* cache misses, .* cache not reusable' \
${MACHINES_TO_CHECK}*/output.log |
- grep -v selfserv |
- grep -v '0 cache hits; 1 cache misses, 0 cache not reusable' |
- grep -v '0 cache hits; 2 cache misses, 0 cache not reusable' |
+ grep strsclnt |
grep -v '0 cache hits; 0 cache misses, 0 cache not reusable' |
grep -v ' cache hits; 1 cache misses, 0 cache not reusable'
grep -vi "write to SSL socket" ${MACHINES_TO_CHECK}*/output.log |