Closed
Bug 503323
Opened 16 years ago
Closed 9 years ago
Errors in test framework or in test TLS_RSA_FIPS_WITH_DES_CBC_SHA
Categories
(NSS :: Test, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ivan.jedek, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko/2009032608 Firefox/3.0.8
Build Identifier: goride MINGW32_NT-5.2 32bit DBG on 2009/07/04 23:50:00
TLS_RSA_FIPS_WITH_DES_CBC_SHA test shows errors on W32_NT-5.2 32bit platform. It seems it wasn't properly reported/counted. There are some errors in the test (file not found and such). Also the problem is that previous test has index #1834 and next one has index #1835, so it seems this test wasn't counted at all.
Please see relevant snippet here:
-------------
ssl.sh: running TLS_RSA_FIPS_WITH_DES_CBC_SHA ----------------------------
kill -0 3980 >/dev/null 2>/dev/null
selfserv with PID 3980 found at Sun Jul 5 01:10:23 PDT 2009
tstclnt -p 8111 -h GORIDE.red.iplanet.com -c k \
-f -d ../ext_client -v -w nss < /export/tinderlight/data/goride_32_DBG/mozilla/security/nss/tests/ssl/sslreq.dat
HTTP/1.0 200 OK
Server: Generic Web Server
Date: Tue, 26 Aug 1997 22:10:05 GMT
Content-type: text/plain
GET / HTTP/1.0
EOF
tstclnt.exe: connecting to GORIDE.red.iplanet.com:8111 (address=192.18.72.38)
tstclnt.exe: connect: Operation is still in progress (probably a non-blocking connect).
tstclnt.exe: about to call PR_Poll for connect completion!
tstclnt.exe: PR_Poll returned 0x02 for socket out_flags.
tstclnt.exe: ready...
tstclnt.exe: about to call PR_Poll !
tstclnt.exe: PR_Poll returned!
tstclnt.exe: PR_Poll returned 0x01 for stdin out_flags.
tstclnt.exe: PR_Poll returned 0x00 for socket out_flags.
tstclnt.exe: stdin read 18 bytes
tstclnt.exe: Writing 18 bytes to server
tstclnt.exe: about to call PR_Poll on writable socket !
tstclnt.exe: PR_Poll returned with writable socket !
tstclnt.exe: about to call PR_Poll on writable socket !
tstclnt.exe: PR_Poll returned with writable socket !
tstclnt: SSL version 3.1 using 56-bit DES with 160-bit SHA1 MAC
tstclnt: Server Auth: 1024-bit RSA, Key Exchange: 1024-bit RSA
subject DN: CN=GORIDE.red.iplanet.com,E=GORIDE.red.iplanet.com@bogus.com,O=BOGUS NSS,L=Mountain View,ST=California,C=US
issuer DN: CN=NSS Chain2 Server Test CA,O=BOGUS NSS,L=Santa Clara,ST=California,C=US
0 cache hits; 1 cache misses, 0 cache not reusable
0 stateless resumes
tstclnt.exe: PR_Poll returned 0x02 for socket out_flags.
tstclnt.exe: about to call PR_Poll !
tstclnt.exe: PR_Poll returned!
tstclnt.exe: PR_Poll returned 0x01 for stdin out_flags.
tstclnt.exe: PR_Poll returned 0x00 for socket out_flags.
tstclnt.exe: stdin read 0 bytes
tstclnt.exe: PR_Poll returned 0x00 for socket out_flags.
tstclnt.exe: about to call PR_Poll !
tstclnt.exe: PR_Poll returned!
tstclnt.exe: PR_Poll returned 0x01 for socket out_flags.
tstclnt.exe: PR_Poll returned 0x01 for socket out_flags.
tstclnt.exe: Read from server 137 bytes
tstclnt.exe: about to call PR_Poll !
tstclnt.exe: PR_Poll returned!
tstclnt.exe: PR_Poll returned 0x01 for socket out_flags.
tstclnt.exe: PR_Poll returned 0x01 for socket out_flags.
tstclnt.exe: Read from server -1 bytes
tstclnt.exe: about to call PR_Poll !
tstclnt.exe: PR_Poll returned!
tstclnt.exe: PR_Poll returned 0x01 for socket out_flags.
tstclnt.exe: PR_Poll returned 0x01 for socket out_flags.
tstclnt.exe: Read from server 0 bytes
tstclnt: exiting with return code 0
./all.sh: /bin/expr: No such file or directory
./all.sh: C:/mozilla-build/msys/export/tinderlight/data/goride_32_DBG/mozilla/tests_results/security/GORIDE.1/id: No such file or directory
./all.sh: C:/mozilla-build/msys/export/tinderlight/data/goride_32_DBG/mozilla/tests_results/security/GORIDE.1/results.html: No such file or directory
ssl.sh: #: TLS_RSA_FIPS_WITH_DES_CBC_SHA produced a returncode of 0, expected is 0 - PASSED
./all.sh: /bin/grep: No such file or directory
-------------
Reproducible: Always
Actual Results:
PASS
Expected Results:
PASS
Comment 1•9 years ago
|
||
This cipher suite is no longer implemented.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•