BEGIN TEST: accept  
Fri Mar 28 14:55:31 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing accept 10254 after 600
END TEST: accept
BEGIN TEST: acceptread  
Fri Mar 28 14:55:38 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xdf880c38)127.0.0.1:49287
(Server) read [0xdf880bbf..0xdf880c34) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 500 msec
Accepted connection from (0xdf880c38)127.0.0.1:49543
(Server) read [0xdf880bbf..0xdf880c34) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1000 msec
Accepted connection from (0xdf880c38)127.0.0.1:49799
(Server) read [0xdf880bbf..0xdf880c34) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1500 msec
Accepted connection from (0xdf880c38)127.0.0.1:50055
(Server) read [0xdf880bbf..0xdf880c34) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Killing acceptread 10432 after 600
END TEST: acceptread
BEGIN TEST: acceptreademu  
Fri Mar 28 14:55:49 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xdf880c38)127.0.0.1:50823
(Server) read [0xdf880bbf..0xdf880c34) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 500 msec
Accepted connection from (0xdf880c38)127.0.0.1:51079
(Server) read [0xdf880bbf..0xdf880c34) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1000 msec
Accepted connection from (0xdf880c38)127.0.0.1:51335
(Server) read [0xdf880bbf..0xdf880c34) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1500 msec
Accepted connection from (0xdf880c38)127.0.0.1:51591
(Server) read [0xdf880bbf..0xdf880c34) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Killing acceptreademu 10554 after 600
END TEST: acceptreademu
BEGIN TEST: affinity  
Fri Mar 28 14:56:01 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
main: creating local thread
thread_start: AffinityMask = 0x0
main: creating global thread
thread_start: AffinityMask = 0x0
main: creating global bound thread
thread_start: AffinityMask = 0x0
Killing affinity 10700 after 600
END TEST: affinity
BEGIN TEST: alarm  
Fri Mar 28 14:56:01 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing alarm 10723 after 600
END TEST: alarm
BEGIN TEST: anonfm  
Fri Mar 28 14:57:06 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing anonfm 11580 after 600
END TEST: anonfm
BEGIN TEST: atomic  
Fri Mar 28 14:57:07 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PR_AtomicIncrement(-2) == -1: PASSED
PR_AtomicIncrement(-1) == 0: PASSED
PR_AtomicIncrement(0) == 1: PASSED
PR_AtomicAdd(-2,1) == -1: PASSED
PR_AtomicAdd(-1,4) == 3: PASSED
PR_AtomicAdd(3,-6) == -3: PASSED
PR_AtomicDecrement(2) == 1: PASSED
PR_AtomicDecrement(1) == 0: PASSED
PR_AtomicDecrement(0) == -1: PASSED
PR_AtomicSet(-2, 2) == -2: PASSED
PR_AtomicSet(-2, -2) == -2: PASSED
Atomic operations test PASSED
Killing atomic 11625 after 600
END TEST: atomic
BEGIN TEST: attach  
Fri Mar 28 14:57:09 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing attach 11645 after 600
END TEST: attach
BEGIN TEST: bigfile  
Fri Mar 28 14:57:09 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing bigfile 11686 after 600
END TEST: bigfile
BEGIN TEST: cleanup  
Fri Mar 28 14:57:10 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Cleanup settings
Thread type: LOCAL
Concurrency: 1
Number of threads: 1
Thread sleep: 10
Main sleep: 5
Cleanup will NOT be called

main() exiting
Killing cleanup 11719 after 600
END TEST: cleanup
BEGIN TEST: cltsrv  
Fri Mar 28 14:57:16 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib

PThread Statistics
started: 14:57:17[10]
locks [created: 11, destroyed: 2]
locks [acquired: 1874, released: 1874]
cvars [created: 7, destroyed: 5]
cvars [notified: 314, delayed_delete: 0]
Client/Server started at(0x80685e0): 14:57:17
Server started at(0x806be68): 14:57:17
Client started at(0x806c0a0): 14:57:17
main(0x80685e0): waiting for execution interval (10 seconds)
Shutting down(0x80685e0): 14:57:27
Client(0x806c0a0): stopped after 306 operations and 315446 bytes
Server(0x806be68): stopped after 307 operations and 316232 bytes
main(0x80685e0): test complete
Test exiting at(0x80685e0): 14:57:27
Killing cltsrv 11856 after 600
END TEST: cltsrv
BEGIN TEST: concur  
Fri Mar 28 14:57:27 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: concur
Killing concur 11976 after 600
BEGIN TEST: cvar  
Fri Mar 28 14:57:38 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing cvar 12016 after 600
END TEST: cvar
BEGIN TEST: cvar2  
Fri Mar 28 14:57:39 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib

CondVar Test:

Simple test creates several local and global threads; half use a single,
shared condvar, and the other half have their own condvar. The main
thread then loops notifying them to wakeup.

The timeout test is very similar except that the threads are not
notified. They will all wakeup on a 1 second timeout.

The mixed test combines the simple test and the timeout test; every
third thread is notified, the other threads are expected to timeout
correctly.

Lastly, the combined test creates a thread for each of the above three
cases and they all run simultaneously.

This test is run with 5, 10, 15, and 20 threads of each type.


5 Thread tests
Condvar simple test shared UU: 28.60 usec
Condvar simple test shared UK: 23.50 usec
Condvar simple test priv UU: 54.10 usec
Condvar simple test priv UK: 48.20 usec
Condvar simple test All: 530.60 usec
Condvar timeout test: 2687.10 usec

10 Thread tests
Condvar simple test shared UU: 43.20 usec
Condvar simple test shared UK: 42.10 usec
Condvar simple test priv UU: 103.10 usec
Condvar simple test priv UK: 103.70 usec
Condvar simple test All: 179.20 usec
Condvar timeout test: 663.00 usec

15 Thread tests
Condvar simple test shared UU: 62.40 usec
Condvar simple test shared UK: 66.70 usec
Condvar simple test priv UU: 155.00 usec
Condvar simple test priv UK: 155.60 usec
Condvar simple test All: 264.60 usec
Condvar timeout test: 746.60 usec

20 Thread tests
Condvar simple test shared UU: 83.00 usec
Condvar simple test shared UK: 82.50 usec
Condvar simple test priv UU: 205.00 usec
Condvar simple test priv UK: 209.40 usec
Condvar simple test All: 348.20 usec
Condvar timeout test: 1805.80 usec
PASS
Killing cvar2 12047 after 600
END TEST: cvar2
BEGIN TEST: dlltest  
Fri Mar 28 14:57:41 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing dlltest 12079 after 600
END TEST: dlltest
BEGIN TEST: dtoa  
Fri Mar 28 14:57:43 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing dtoa 12109 after 600
END TEST: dtoa
BEGIN TEST: errcodes  
Fri Mar 28 14:57:43 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib

Number of error codes = 73

PR_OUT_OF_MEMORY_ERROR = -6000
PR_BAD_DESCRIPTOR_ERROR = -5999
PR_WOULD_BLOCK_ERROR = -5998
PR_ACCESS_FAULT_ERROR = -5997
PR_INVALID_METHOD_ERROR = -5996
PR_ILLEGAL_ACCESS_ERROR = -5995
PR_UNKNOWN_ERROR = -5994
PR_PENDING_INTERRUPT_ERROR = -5993
PR_NOT_IMPLEMENTED_ERROR = -5992
PR_IO_ERROR = -5991
PR_IO_TIMEOUT_ERROR = -5990
PR_IO_PENDING_ERROR = -5989
PR_DIRECTORY_OPEN_ERROR = -5988
PR_INVALID_ARGUMENT_ERROR = -5987
PR_ADDRESS_NOT_AVAILABLE_ERROR = -5986
PR_ADDRESS_NOT_SUPPORTED_ERROR = -5985
PR_IS_CONNECTED_ERROR = -5984
PR_BAD_ADDRESS_ERROR = -5983
PR_ADDRESS_IN_USE_ERROR = -5982
PR_CONNECT_REFUSED_ERROR = -5981
PR_NETWORK_UNREACHABLE_ERROR = -5980
PR_CONNECT_TIMEOUT_ERROR = -5979
PR_NOT_CONNECTED_ERROR = -5978
PR_LOAD_LIBRARY_ERROR = -5977
PR_UNLOAD_LIBRARY_ERROR = -5976
PR_FIND_SYMBOL_ERROR = -5975
PR_INSUFFICIENT_RESOURCES_ERROR = -5974
PR_DIRECTORY_LOOKUP_ERROR = -5973
PR_TPD_RANGE_ERROR = -5972
PR_PROC_DESC_TABLE_FULL_ERROR = -5971
PR_SYS_DESC_TABLE_FULL_ERROR = -5970
PR_NOT_SOCKET_ERROR = -5969
PR_NOT_TCP_SOCKET_ERROR = -5968
PR_SOCKET_ADDRESS_IS_BOUND_ERROR = -5967
PR_NO_ACCESS_RIGHTS_ERROR = -5966
PR_OPERATION_NOT_SUPPORTED_ERROR = -5965
PR_PROTOCOL_NOT_SUPPORTED_ERROR = -5964
PR_REMOTE_FILE_ERROR = -5963
PR_BUFFER_OVERFLOW_ERROR = -5962
PR_CONNECT_RESET_ERROR = -5961
PR_RANGE_ERROR = -5960
PR_DEADLOCK_ERROR = -5959
PR_FILE_IS_LOCKED_ERROR = -5958
PR_FILE_TOO_BIG_ERROR = -5957
PR_NO_DEVICE_SPACE_ERROR = -5956
PR_PIPE_ERROR = -5955
PR_NO_SEEK_DEVICE_ERROR = -5954
PR_IS_DIRECTORY_ERROR = -5953
PR_LOOP_ERROR = -5952
PR_NAME_TOO_LONG_ERROR = -5951
PR_FILE_NOT_FOUND_ERROR = -5950
PR_NOT_DIRECTORY_ERROR = -5949
PR_READ_ONLY_FILESYSTEM_ERROR = -5948
PR_DIRECTORY_NOT_EMPTY_ERROR = -5947
PR_FILESYSTEM_MOUNTED_ERROR = -5946
PR_NOT_SAME_DEVICE_ERROR = -5945
PR_DIRECTORY_CORRUPTED_ERROR = -5944
PR_FILE_EXISTS_ERROR = -5943
PR_MAX_DIRECTORY_ENTRIES_ERROR = -5942
PR_INVALID_DEVICE_STATE_ERROR = -5941
PR_DEVICE_IS_LOCKED_ERROR = -5940
PR_NO_MORE_FILES_ERROR = -5939
PR_END_OF_FILE_ERROR = -5938
PR_FILE_SEEK_ERROR = -5937
PR_FILE_IS_BUSY_ERROR = -5936
PR_IN_PROGRESS_ERROR = -5934
PR_ALREADY_INITIATED_ERROR = -5933
PR_GROUP_EMPTY_ERROR = -5932
PR_INVALID_STATE_ERROR = -5931
PR_NETWORK_DOWN_ERROR = -5930
PR_SOCKET_SHUTDOWN_ERROR = -5929
PR_CONNECT_ABORTED_ERROR = -5928
PR_HOST_UNREACHABLE_ERROR = -5927
Killing errcodes 12138 after 600
END TEST: errcodes
BEGIN TEST: exit  
Fri Mar 28 14:57:45 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: exit
Killing exit 12171 after 600
BEGIN TEST: fdcach  
Fri Mar 28 14:57:55 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing fdcach 12360 after 600
END TEST: fdcach
BEGIN TEST: fileio  
Fri Mar 28 14:57:56 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead.
'PR_PostSem' is obsolete. Use 'locks & condition variables' instead.
'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead.
PASS
Killing fileio 12400 after 600
END TEST: fileio
BEGIN TEST: foreign  
Fri Mar 28 14:57:56 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing foreign 12460 after 600
END TEST: foreign
BEGIN TEST: forktest  
Fri Mar 28 14:58:00 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Wait one second before connect
Accepting connection at port 35071
Connecting to port 35071
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Child process continues.
Wait one second before connect
Accepting connection at port 35073
Fork succeeded. Parent process continues.
Wait one second before connect
Accepting connection at port 35074
Connecting to port 35073
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Connecting to port 35074
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Parent process exits.
PASSED
Killing forktest 12859 after 600
END TEST: forktest
BEGIN TEST: fsync  
Fri Mar 28 14:58:02 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
10 iterations over a 10 kbyte file: 30 [50] 40
Killing fsync 13133 after 600
END TEST: fsync
BEGIN TEST: getproto  
Fri Mar 28 14:58:03 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
tcp is protocol number 6
udp is protocol number 17
Protocol number 6 is tcp
Protocol number 17 is udp
PASSED
Killing getproto 13176 after 600
END TEST: getproto
BEGIN TEST: i2l  
Fri Mar 28 14:58:03 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
We have long long
Killing i2l 13225 after 600
END TEST: i2l
BEGIN TEST: initclk  
Fri Mar 28 14:58:04 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Elapsed time: 3000 ms, expected time: 3001 ms
PASS
Killing initclk 13258 after 600
END TEST: initclk
BEGIN TEST: inrval  
Fri Mar 28 14:58:07 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 1234 nsecs

Overhead of 'PR_IntervalNow()' is 737 nsecs

Overhead of 'PR_Now()' is 1373 nsecs

Overhead of 'PR_IntervalNow()' is 1136 nsecs

Killing inrval 13598 after 600
END TEST: inrval
BEGIN TEST: instrumt  
Fri Mar 28 14:59:45 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing instrumt 15587 after 600
END TEST: instrumt
BEGIN TEST: intrio  
Fri Mar 28 14:59:49 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
A local thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A local thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
PASSED
Killing intrio 15613 after 600
END TEST: intrio
BEGIN TEST: intrupt  
Fri Mar 28 15:00:09 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing intrupt 16368 after 600
END TEST: intrupt
BEGIN TEST: io_timeout  
Fri Mar 28 15:00:24 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
test with global bound thread
thread id 0, scope GLOBAL_BOUND scope
test with local thread
thread id 0, scope GLOBAL scope
test with global thread
thread id 0, scope GLOBAL scope
Killing io_timeout 16402 after 600
END TEST: io_timeout
BEGIN TEST: ioconthr  
Fri Mar 28 15:00:31 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Interrupting the threads
Threads terminated in 3002 milliseconds
PASS
Killing ioconthr 16665 after 600
END TEST: ioconthr
BEGIN TEST: join  
Fri Mar 28 15:00:36 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
Killing join 16697 after 600
END TEST: join
BEGIN TEST: joinkk  
Fri Mar 28 15:00:36 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing joinkk 16717 after 600
END TEST: joinkk
BEGIN TEST: joinku  
Fri Mar 28 15:00:37 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing joinku 16735 after 600
END TEST: joinku
BEGIN TEST: joinuk  
Fri Mar 28 15:00:38 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing joinuk 16752 after 600
END TEST: joinuk
BEGIN TEST: joinuu  
Fri Mar 28 15:00:39 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing joinuu 16771 after 600
END TEST: joinuu
BEGIN TEST: layer  
Fri Mar 28 15:00:40 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
Killing layer 16788 after 600
END TEST: layer
BEGIN TEST: lazyinit  
Fri Mar 28 15:00:41 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing lazyinit 16805 after 600
END TEST: lazyinit
BEGIN TEST: lltest  
Fri Mar 28 15:00:42 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing lltest 16822 after 600
END TEST: lltest
BEGIN TEST: lock  
Fri Mar 28 15:00:43 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing lock 16850 after 600
END TEST: lock
BEGIN TEST: lockfile  
Fri Mar 28 15:01:02 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing lockfile 17094 after 600
END TEST: lockfile
BEGIN TEST: logger  
Fri Mar 28 15:01:07 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing logger 17158 after 600
END TEST: logger
BEGIN TEST: many_cv  
Fri Mar 28 15:01:17 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1

PThread Statistics
started: 15:01:17[0]
locks [created: 10, destroyed: 1]
locks [acquired: 9, released: 9]
cvars [created: 12, destroyed: 10]
cvars [notified: 10, delayed_delete: 0]
PASS
Killing many_cv 17629 after 600
END TEST: many_cv
BEGIN TEST: multiwait  
Fri Mar 28 15:01:18 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
OneInThenCancelled()
OneOpOneThread()
ManyOpOneThread()
SomeOpsSomeThreads()
RealOneGroupIO()
RealOneGroupIO Enumerated 0 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
Killing multiwait 17644 after 600
END TEST: multiwait
BEGIN TEST: nameshm1  
Fri Mar 28 15:02:41 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing nameshm1 19266 after 600
/u/svbld/ns/securityqa/nsprqa: usage: kill [ [ -sig ] id ... | -l ]
nameshm1 returned 143 (failed)
END TEST: nameshm1
BEGIN TEST: nonblock  
Fri Mar 28 15:12:42 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
The serveclient thread created.
accept: EWOULDBLOCK, good
client connected
accept: succeeded, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
All tests finished
PASS
Killing nonblock 26919 after 600
END TEST: nonblock
BEGIN TEST: nblayer  
Fri Mar 28 15:12:45 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
Killing nblayer 26972 after 600
END TEST: nblayer
BEGIN TEST: ntioto  
Fri Mar 28 15:12:46 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing ntioto 26994 after 600
END TEST: ntioto
BEGIN TEST: ntoh  
Fri Mar 28 15:12:47 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
2 1
1 2
2 1
4 3 2 1
1 2 3 4
4 3 2 1
8 7 6 5 4 3 2 1
1 2 3 4 5 6 7 8
8 7 6 5 4 3 2 1
PASS
Killing ntoh 27017 after 600
END TEST: ntoh
BEGIN TEST: op_2long  
Fri Mar 28 15:12:48 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78
PASS
Killing op_2long 27040 after 600
END TEST: op_2long
BEGIN TEST: op_excl  
Fri Mar 28 15:12:49 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing op_excl 27063 after 600
END TEST: op_excl
BEGIN TEST: op_filnf  
Fri Mar 28 15:12:50 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
error code is -5950
PASS
Killing op_filnf 27081 after 600
END TEST: op_filnf
BEGIN TEST: op_filok  
Fri Mar 28 15:12:51 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Test passed
Killing op_filok 27099 after 600
END TEST: op_filok
BEGIN TEST: op_nofil  
Fri Mar 28 15:12:52 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
Killing op_nofil 27117 after 600
END TEST: op_nofil
BEGIN TEST: parent  
Fri Mar 28 15:12:53 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing parent 27140 after 600
END TEST: parent
BEGIN TEST: peek  
Fri Mar 28 15:12:54 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Running the test with local threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
Running the test with global threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
PASS
Killing peek 27177 after 600
END TEST: peek
BEGIN TEST: perf  
Fri Mar 28 15:13:35 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead.
'PR_PostSem' is obsolete. Use 'locks & condition variables' instead.
'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead.
local procedure call overhead: 0.04 usec
DLL procedure call overhead: 0.05 usec
current calendar time: 0.96 usec
interval time: 0.59 usec
idle lock lock/unlock pair: 0.42 usec
idle monitor entry/exit pair: 0.69 usec
idle cache monitor entry/exit pair: 1.73 usec
create/destroy thread pair: 365.19 usec
context switch - user/user: 5.13 usec
context switch - user/kernel: 4.62 usec
context switch - kernel/user: 4.79 usec
context switch - kernel/kernel: 6.63 usec
sema context switch - user/user: 89.52 usec
sema context switch - user/kernel: 5.59 usec
sema context switch - kernel/user: 5.51 usec
sema context switch - kernel/kernel: 24.41 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.03 usec
DLL procedure call overhead: 0.03 usec
current calendar time: 1.22 usec
interval time: 0.68 usec
idle lock lock/unlock pair: 0.57 usec
idle monitor entry/exit pair: 1.42 usec
idle cache monitor entry/exit pair: 15.77 usec
create/destroy thread pair: 499.20 usec
context switch - user/user: 63.12 usec
context switch - user/kernel: 4.75 usec
context switch - kernel/user: 4.66 usec
context switch - kernel/kernel: 4.74 usec
sema context switch - user/user: 5.15 usec
sema context switch - user/kernel: 5.65 usec
sema context switch - kernel/user: 6.04 usec
sema context switch - kernel/kernel: 5.20 usec
Killing perf 27847 after 600
END TEST: perf
BEGIN TEST: pipeping  
Fri Mar 28 15:13:37 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing pipeping 27898 after 600
END TEST: pipeping
BEGIN TEST: pipeping2  
Fri Mar 28 15:13:38 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing pipeping2 27913 after 600
END TEST: pipeping2
BEGIN TEST: pipeself  
Fri Mar 28 15:13:39 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
PR_Available: expected 250, got 250 bytes
PR_Available: expected 243, got 243 bytes
PR_Available: expected 0, got 0 bytes
PASS
Killing pipeself 27944 after 600
END TEST: pipeself
BEGIN TEST: poll_nm  
Fri Mar 28 15:13:40 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing poll_nm 27967 after 600
END TEST: poll_nm
BEGIN TEST: poll_to  
Fri Mar 28 15:13:41 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing poll_to 27985 after 600
END TEST: poll_to
BEGIN TEST: pollable  
Fri Mar 28 15:13:47 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing pollable 28075 after 600
END TEST: pollable
BEGIN TEST: prftest  
Fri Mar 28 15:13:49 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
Killing prftest 28098 after 600
END TEST: prftest
BEGIN TEST: primblok  
Fri Mar 28 15:13:50 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
This test is not relevant on this platform
Killing primblok 28111 after 600
END TEST: primblok
BEGIN TEST: provider  
Fri Mar 28 15:13:51 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib

pthread Statistics
started: 15:13:51[10]
locks [created: 11, destroyed: 2]
locks [acquired: 4574, released: 4574]
cvars [created: 7, destroyed: 5]
cvars [notified: 330, delayed_delete: 0]
Client/Server started at(0x8068b28): 15:13:51
Server started at(0x806c380): 15:13:51
main(0x8068b28): waiting for execution interval (10 seconds)
Client started at(0x806c4e8): 15:13:51
Shutting down(0x8068b28): 15:14:01
Client(0x806c4e8): stopped after 324 operations and 332952 bytes
Server(0x806c380): stopped after 325 operations and 334384 bytes
main(0x8068b28): test complete
Test exiting at(0x8068b28): 15:14:01
Killing provider 28124 after 600
END TEST: provider
BEGIN TEST: prpollml  
Fri Mar 28 15:14:01 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing prpollml 28137 after 600
END TEST: prpollml
BEGIN TEST: prpoll  
Fri Mar 28 15:14:40 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
This program tests PR_Poll with sockets.
Timeout, error reporting, and normal operation are tested.

The server thread is listening on ports 46054, 46055 and 46056

PR_Poll should time out in 5 seconds
PR_Poll timed out. Test passed.

PR_Poll should detect a bad file descriptor
Three client threads are created. Each of them will
send data to one of the three ports the server is listening on.
The data they send is the port number. Each of them send
the data five times, so you should see ten lines below,
interleaved in an arbitrary order.
The server received "46054" from a client
The server received "46055" from a client
The server received "46054" from a client
The server received "46055" from a client
The server received "46054" from a client
The server received "46055" from a client
The server received "46054" from a client
The server received "46055" from a client
The server received "46054" from a client
The server received "46055" from a client
Server read 128 bytes from native fd 6
The server received "46056" from a client
Server read 128 bytes from native fd 7
The server received "46056" from a client
Server read 128 bytes from native fd 6
The server received "46056" from a client
Server read 128 bytes from native fd 7
The server received "46056" from a client
Server read 128 bytes from native fd 6
The server received "46056" from a client
All tests finished
Killing prpoll 29889 after 600
END TEST: prpoll
BEGIN TEST: randseed  
Fri Mar 28 15:14:45 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing randseed 410 after 600
END TEST: randseed
BEGIN TEST: ranfile  
Fri Mar 28 15:14:46 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing ranfile 423 after 600
END TEST: ranfile
BEGIN TEST: rwlocktest  
Fri Mar 28 15:15:07 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing rwlocktest 618 after 600
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Fri Mar 28 15:15:08 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Running test for 5 iterations with 10 simultaneous threads.
Will send 8192 bytes of client data and 131072 bytes of server data
server thread 0 alive
server thread 0 loop 0
server thread 1 alive
server thread 1 loop 0
server thread 2 alive
server thread 2 loop 0
server thread 3 alive
server thread 3 loop 0
server thread 4 alive
server thread 4 loop 0
server thread 5 alive
server thread 5 loop 0
server thread 6 alive
server thread 6 loop 0
server thread 7 alive
server thread 7 loop 0
server thread 8 alive
server thread 8 loop 0
server thread 9 alive
server thread 9 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 134628704
client thread 0 socket connected 134628704
client thread 0 socket wrote 8192
server thread 0 got connection 134628768
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 5540 90 980 140 6750
server thread 0 loop 1
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 134628768
client thread 1 socket connected 134628768
client thread 1 socket wrote 8192
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 134628704
client thread 0 socket connected 134628704
client thread 0 socket wrote 8192
server thread 0 got connection 134628832
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 3050 40 690 90 3870
server thread 0 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 134628832
client thread 0 socket connected 134628832
client thread 0 socket wrote 8192
server thread 0 got connection 134628704
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1890 40 750 90 2770
server thread 0 loop 3
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 134628704
client thread 0 socket connected 134628704
client thread 0 socket wrote 8192
server thread 0 got connection 134628832
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1480 30 670 100 2280
server thread 0 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 134628832
client thread 0 socket connected 134628832
client thread 0 socket wrote 8192
server thread 0 got connection 134628704
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1480 30 670 90 2270
Thread 0 EXIT
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 134628704
client thread 2 socket connected 134628704
client thread 2 socket wrote 8192
client thread 0 socket read 131072
Thread 0 EXIT
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 134628064
client thread 3 socket connected 134628064
client thread 3 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 134628832
client thread 4 socket connected 134628832
client thread 4 socket wrote 8192
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 134628896
client thread 5 socket connected 134628896
client thread 5 socket wrote 8192
server thread 1 got connection 134628960
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 20710 100 990 110 21910
server thread 1 loop 1
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 134628960
client thread 6 socket connected 134628960
client thread 6 socket wrote 8192
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 134629024
client thread 7 socket connected 134629024
client thread 7 socket wrote 8192
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 134629088
client thread 8 socket connected 134629088
client thread 8 socket wrote 8192
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 134629152
client thread 9 socket connected 134629152
client thread 9 socket wrote 8192
server thread 2 got connection 134629216
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 24490 100 1010 110 25710
server thread 2 loop 1
server thread 3 got connection 134629216
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 25570 130 1110 110 26920
server thread 3 loop 1
server thread 4 got connection 134629216
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 26700 130 1110 110 28050
server thread 4 loop 1
server thread 5 got connection 134629216
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 27960 130 1130 110 29330
server thread 5 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 134629216
client thread 1 socket connected 134629216
client thread 1 socket wrote 8192
server thread 6 got connection 134628768
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 31360 110 970 110 32550
server thread 6 loop 1
server thread 7 got connection 134628768
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 32330 130 1130 110 33700
server thread 7 loop 1
server thread 8 got connection 134628768
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 33630 130 1100 120 34980
server thread 8 loop 1
server thread 9 got connection 134628768
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 34870 130 1130 110 36240
server thread 9 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 134628768
client thread 2 socket connected 134628768
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 134628704
client thread 3 socket connected 134628704
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 134628064
client thread 4 socket connected 134628064
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 134628832
client thread 5 socket connected 134628832
client thread 5 socket wrote 8192
server thread 1 got connection 134628896
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 24470 40 680 100 25290
server thread 1 loop 2
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 134628896
client thread 6 socket connected 134628896
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 134628960
client thread 7 socket connected 134628960
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 134629024
client thread 8 socket connected 134629024
client thread 8 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 134629088
client thread 9 socket connected 134629088
client thread 9 socket wrote 8192
server thread 2 got connection 134629152
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 28190 40 690 90 29010
server thread 2 loop 2
server thread 3 got connection 134629152
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 27630 50 710 90 28480
server thread 3 loop 2
server thread 4 got connection 134629152
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 27090 50 710 100 27950
server thread 4 loop 2
server thread 5 got connection 134629152
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 26540 60 710 100 27410
server thread 5 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 134629152
client thread 1 socket connected 134629152
client thread 1 socket wrote 8192
server thread 6 got connection 134629216
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 25320 40 680 100 26140
server thread 6 loop 2
server thread 7 got connection 134629216
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 24750 60 710 100 25620
server thread 7 loop 2
server thread 8 got connection 134629216
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 24220 120 880 100 25320
server thread 8 loop 2
server thread 9 got connection 134629216
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 23920 50 700 100 24770
server thread 9 loop 2
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 134629216
client thread 2 socket connected 134629216
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 134628768
client thread 3 socket connected 134628768
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 134628704
client thread 4 socket connected 134628704
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 134628064
client thread 5 socket connected 134628064
client thread 5 socket wrote 8192
server thread 1 got connection 134628832
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 23000 40 690 90 23820
server thread 1 loop 3
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 134628832
client thread 6 socket connected 134628832
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 134628896
client thread 7 socket connected 134628896
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 134628960
client thread 8 socket connected 134628960
client thread 8 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 134629024
client thread 9 socket connected 134629024
client thread 9 socket wrote 8192
server thread 2 got connection 134629088
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 21440 40 690 100 22270
server thread 2 loop 3
server thread 3 got connection 134629088
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 21400 60 710 100 22270
server thread 3 loop 3
server thread 4 got connection 134629088
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 21400 50 720 100 22270
server thread 4 loop 3
server thread 5 got connection 134629088
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 21410 50 710 90 22260
server thread 5 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 134629088
client thread 1 socket connected 134629088
client thread 1 socket wrote 8192
server thread 6 got connection 134629152
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 21440 130 690 90 22350
server thread 6 loop 3
server thread 7 got connection 134629152
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 21490 50 700 100 22340
server thread 7 loop 3
server thread 8 got connection 134629152
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 21240 50 720 90 22100
server thread 8 loop 3
server thread 9 got connection 134629152
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 21250 60 710 100 22120
server thread 9 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 134629152
client thread 2 socket connected 134629152
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 134629216
client thread 3 socket connected 134629216
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 134628768
client thread 4 socket connected 134628768
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 134628704
client thread 5 socket connected 134628704
client thread 5 socket wrote 8192
server thread 1 got connection 134628064
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 21300 50 1130 100 22580
server thread 1 loop 4
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 134628064
client thread 6 socket connected 134628064
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 134628832
client thread 7 socket connected 134628832
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 134628896
client thread 8 socket connected 134628896
client thread 8 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 134628960
client thread 9 socket connected 134628960
client thread 9 socket wrote 8192
server thread 2 got connection 134629024
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 21670 40 680 100 22490
server thread 2 loop 4
server thread 3 got connection 134629024
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 21620 50 720 100 22490
server thread 3 loop 4
server thread 4 got connection 134629024
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 21620 50 720 100 22490
server thread 4 loop 4
server thread 5 got connection 134629024
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 21710 60 710 90 22570
server thread 5 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 134629024
client thread 1 socket connected 134629024
client thread 1 socket wrote 8192
server thread 6 got connection 134629088
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 21670 40 680 100 22490
server thread 6 loop 4
server thread 7 got connection 134629088
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 21640 50 720 90 22500
server thread 7 loop 4
server thread 8 got connection 134629088
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 21640 50 720 100 22510
server thread 8 loop 4
server thread 9 got connection 134629088
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 21640 60 710 90 22500
server thread 9 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 134629088
client thread 2 socket connected 134629088
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 134629152
client thread 3 socket connected 134629152
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 134629216
client thread 4 socket connected 134629216
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 134628768
client thread 5 socket connected 134628768
client thread 5 socket wrote 8192
server thread 1 got connection 134628704
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 21270 40 690 90 22090
Thread 1 EXIT
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 134628704
client thread 6 socket connected 134628704
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 134628128
client thread 7 socket connected 134628128
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 134628064
client thread 8 socket connected 134628064
client thread 8 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 134628832
client thread 9 socket connected 134628832
client thread 9 socket wrote 8192
server thread 2 got connection 134628896
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 21780 40 690 180 22690
Thread 2 EXIT
server thread 3 got connection 134628960
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 21940 50 720 90 22800
Thread 3 EXIT
server thread 4 got connection 134628896
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 22140 50 710 100 23000
Thread 4 EXIT
server thread 5 got connection 134628192
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 22120 60 700 100 22980
Thread 5 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
server thread 6 got connection 134628960
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 21980 50 700 90 22820
Thread 6 EXIT
server thread 7 got connection 134628256
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 22040 50 710 90 22890
Thread 7 EXIT
server thread 8 got connection 134628896
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 22100 60 690 100 22950
Thread 8 EXIT
server thread 9 got connection 134628320
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 22170 60 710 90 23030
Thread 9 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
Thread 9 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 0 108931 327 3936 505
server per thread elapsed time 113699
----------
Client results:

----------
client per thread totals 0 1355 407 105066 736
client per thread elapsed time 107564
select loop user/user: 29120.00 usec
server thread 0 alive
server thread 0 loop 0
server thread 1 alive
server thread 1 loop 0
server thread 2 alive
server thread 2 loop 0
server thread 3 alive
server thread 3 loop 0
server thread 4 alive
server thread 4 loop 0
server thread 5 alive
server thread 5 loop 0
server thread 6 alive
server thread 6 loop 0
server thread 7 alive
server thread 7 loop 0
server thread 8 alive
server thread 8 loop 0
server thread 9 alive
server thread 9 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 134628640
client thread 0 socket connected 134628640
client thread 0 socket wrote 8192
server thread 0 got connection 134629088
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 3640 30 670 90 4430
server thread 0 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 134629152
client thread 0 socket connected 134629152
client thread 0 socket wrote 8192
server thread 0 got connection 134629216
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1480 30 660 90 2260
server thread 0 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 134628768
client thread 0 socket connected 134628768
client thread 0 socket wrote 8192
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 134628704
client thread 1 socket connected 134628704
client thread 1 socket wrote 8192
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 134628128
client thread 2 socket connected 134628128
client thread 2 socket wrote 8192
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 134628064
client thread 3 socket connected 134628064
client thread 3 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 134628832
client thread 4 socket connected 134628832
client thread 4 socket wrote 8192
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 134629088
client thread 5 socket connected 134629088
client thread 5 socket wrote 8192
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 134628640
client thread 6 socket connected 134628640
client thread 6 socket wrote 8192
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 134629216
client thread 7 socket connected 134629216
client thread 7 socket wrote 8192
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 134629152
client thread 8 socket connected 134629152
client thread 8 socket wrote 8192
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 134629280
client thread 9 socket connected 134629280
client thread 9 socket wrote 8192
server thread 0 got connection 137272464
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 5810 50 710 100 6670
server thread 0 loop 3
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 137272464
client thread 0 socket connected 137272464
client thread 0 socket wrote 8192
server thread 0 got connection 134628768
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1500 30 670 100 2300
server thread 0 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 134628768
client thread 0 socket connected 134628768
client thread 0 socket wrote 8192
server thread 0 got connection 137272464
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1470 30 800 100 2400
Thread 0 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
server thread 1 got connection 137272464
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 19210 60 700 90 20060
server thread 1 loop 1
server thread 2 got connection 134628192
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 20040 50 720 100 20910
server thread 2 loop 1
server thread 3 got connection 134628768
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 20920 50 730 90 21790
server thread 3 loop 1
server thread 4 got connection 137272464
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 21780 50 720 90 22640
server thread 4 loop 1
server thread 5 got connection 134628192
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 22640 50 710 100 23500
server thread 5 loop 1
server thread 6 got connection 134628768
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 23500 60 720 100 24380
server thread 6 loop 1
server thread 7 got connection 137272464
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 24240 50 700 100 25090
server thread 7 loop 1
server thread 8 got connection 134628192
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 25140 50 710 100 26000
server thread 8 loop 1
server thread 9 got connection 134628768
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 25990 50 720 90 26850
server thread 9 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 137272464
client thread 1 socket connected 137272464
client thread 1 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 134628192
client thread 2 socket connected 134628192
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 134628768
client thread 3 socket connected 134628768
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 134628704
client thread 4 socket connected 134628704
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 134628128
client thread 5 socket connected 134628128
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 134628064
client thread 6 socket connected 134628064
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 134628832
client thread 7 socket connected 134628832
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 134629088
client thread 8 socket connected 134629088
client thread 8 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 134628640
client thread 9 socket connected 134628640
client thread 9 socket wrote 8192
server thread 1 got connection 134629216
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 22920 50 680 90 23740
server thread 1 loop 2
server thread 2 got connection 134629152
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 22880 60 700 90 23730
server thread 2 loop 2
server thread 3 got connection 134629280
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 22860 50 720 90 23720
server thread 3 loop 2
server thread 4 got connection 134629216
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 22960 50 950 130 24090
server thread 4 loop 2
server thread 5 got connection 134629152
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 23210 50 880 90 24230
server thread 5 loop 2
server thread 6 got connection 134629280
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 23340 50 700 90 24180
server thread 6 loop 2
server thread 7 got connection 134629216
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 23320 60 700 100 24180
server thread 7 loop 2
server thread 8 got connection 134629152
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 23260 60 700 100 24120
server thread 8 loop 2
server thread 9 got connection 134629280
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 23250 50 720 100 24120
server thread 9 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 134629216
client thread 1 socket connected 134629216
client thread 1 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 134629152
client thread 2 socket connected 134629152
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 134629280
client thread 3 socket connected 134629280
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 137272464
client thread 4 socket connected 137272464
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 134628192
client thread 5 socket connected 134628192
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 134628768
client thread 6 socket connected 134628768
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 134628704
client thread 7 socket connected 134628704
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 134628128
client thread 8 socket connected 134628128
client thread 8 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 134628064
client thread 9 socket connected 134628064
client thread 9 socket wrote 8192
server thread 1 got connection 134628832
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 22170 40 680 90 22980
server thread 1 loop 3
server thread 2 got connection 134629088
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 22130 60 780 100 23070
server thread 2 loop 3
server thread 3 got connection 134628640
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 22190 50 710 100 23050
server thread 3 loop 3
server thread 4 got connection 134628832
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 21830 50 730 90 22700
server thread 4 loop 3
server thread 5 got connection 134629088
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 21700 50 710 100 22560
server thread 5 loop 3
server thread 6 got connection 134628640
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 21730 50 720 90 22590
server thread 6 loop 3
server thread 7 got connection 134628832
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 21730 60 700 90 22580
server thread 7 loop 3
server thread 8 got connection 134629088
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 21730 60 710 100 22600
server thread 8 loop 3
server thread 9 got connection 134628640
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 21720 60 710 100 22590
server thread 9 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 134628832
client thread 1 socket connected 134628832
client thread 1 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 134629088
client thread 2 socket connected 134629088
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 134628640
client thread 3 socket connected 134628640
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 134629216
client thread 4 socket connected 134629216
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 134629152
client thread 5 socket connected 134629152
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 134629280
client thread 6 socket connected 134629280
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 137272464
client thread 7 socket connected 137272464
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 134628192
client thread 8 socket connected 134628192
client thread 8 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 134628768
client thread 9 socket connected 134628768
client thread 9 socket wrote 8192
server thread 1 got connection 134628704
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 21520 50 680 100 22350
server thread 1 loop 4
server thread 2 got connection 134628128
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 21400 60 700 100 22260
server thread 2 loop 4
server thread 3 got connection 134628064
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 21420 50 710 100 22280
server thread 3 loop 4
server thread 4 got connection 134628704
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 21400 50 730 90 22270
server thread 4 loop 4
server thread 5 got connection 134628128
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 21410 50 710 100 22270
server thread 5 loop 4
server thread 6 got connection 134628064
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 21410 50 690 100 22250
server thread 6 loop 4
server thread 7 got connection 134628704
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 21410 50 710 100 22270
server thread 7 loop 4
server thread 8 got connection 134628128
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 21410 50 710 340 22510
server thread 8 loop 4
server thread 9 got connection 134628064
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 21630 50 720 100 22500
server thread 9 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 134628704
client thread 1 socket connected 134628704
client thread 1 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 134628128
client thread 2 socket connected 134628128
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 134628064
client thread 3 socket connected 134628064
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 134628832
client thread 4 socket connected 134628832
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 134629088
client thread 5 socket connected 134629088
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 134628640
client thread 6 socket connected 134628640
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 134629216
client thread 7 socket connected 134629216
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 134629152
client thread 8 socket connected 134629152
client thread 8 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 134629280
client thread 9 socket connected 134629280
client thread 9 socket wrote 8192
server thread 1 got connection 137272464
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 21680 40 680 100 22500
Thread 1 EXIT
server thread 2 got connection 134628192
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 21730 60 700 100 22590
Thread 2 EXIT
server thread 3 got connection 134628768
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 21810 50 710 100 22670
Thread 3 EXIT
server thread 4 got connection 137272464
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 21880 50 710 100 22740
Thread 4 EXIT
server thread 5 got connection 134628384
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 21960 60 710 100 22830
Thread 5 EXIT
server thread 6 got connection 134628192
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 22050 60 1110 90 23310
Thread 6 EXIT
server thread 7 got connection 134629024
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 22510 50 690 100 23350
Thread 7 EXIT
server thread 8 got connection 134628768
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 22320 50 710 100 23180
Thread 8 EXIT
server thread 9 got connection 134628960
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 22400 50 720 100 23270
Thread 9 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
Thread 9 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 210295 580 7560 1015
server per thread elapsed time 219450
----------
Client results:

----------
client per thread totals 10 2704 788 211161 1431
client per thread elapsed time 216084
select loop user/kernel: 26816.00 usec
server thread 0 alive
server thread 0 loop 0
server thread 1 alive
server thread 1 loop 0
server thread 2 alive
server thread 2 loop 0
server thread 3 alive
server thread 3 loop 0
server thread 4 alive
server thread 4 loop 0
server thread 5 alive
server thread 5 loop 0
server thread 6 alive
server thread 6 loop 0
server thread 7 alive
server thread 7 loop 0
server thread 8 alive
server thread 8 loop 0
server thread 9 alive
server thread 9 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 134628960
client thread 0 socket connected 134628960
client thread 0 socket wrote 8192
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 134628320
client thread 1 socket connected 134628320
client thread 1 socket wrote 8192
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 134628704
client thread 2 socket connected 134628704
client thread 2 socket wrote 8192
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 134628128
client thread 3 socket connected 134628128
client thread 3 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 134628064
client thread 4 socket connected 134628064
client thread 4 socket wrote 8192
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 134628832
client thread 5 socket connected 134628832
client thread 5 socket wrote 8192
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 134629088
client thread 6 socket connected 134629088
client thread 6 socket wrote 8192
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 134628640
client thread 7 socket connected 134628640
client thread 7 socket wrote 8192
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 134629216
client thread 8 socket connected 134629216
client thread 8 socket wrote 8192
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 134629152
client thread 9 socket connected 134629152
client thread 9 socket wrote 8192
server thread 9 got connection 134629280
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 4480 30 660 100 5270
server thread 9 loop 1
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 134629280
client thread 9 socket connected 134629280
client thread 9 socket wrote 8192
server thread 9 got connection 134629152
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 1930 30 670 100 2730
server thread 9 loop 2
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 134629152
client thread 9 socket connected 134629152
client thread 9 socket wrote 8192
server thread 9 got connection 134629280
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 1500 30 840 90 2460
server thread 9 loop 3
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 134629280
client thread 9 socket connected 134629280
client thread 9 socket wrote 8192
server thread 9 got connection 134629152
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 1490 30 670 100 2290
server thread 9 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 134629152
client thread 9 socket connected 134629152
client thread 9 socket wrote 8192
server thread 9 got connection 134629280
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 1490 40 660 90 2280
Thread 9 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
server thread 0 got connection 134629280
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 20600 60 710 90 21460
server thread 0 loop 1
server thread 1 got connection 134628576
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 20790 60 710 100 21660
server thread 1 loop 1
server thread 2 got connection 134629152
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 21640 50 800 100 22590
server thread 2 loop 1
server thread 3 got connection 134629280
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 22560 50 710 100 23420
server thread 3 loop 1
server thread 4 got connection 134628576
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 23410 50 700 100 24260
server thread 4 loop 1
server thread 5 got connection 134629152
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 24250 50 710 100 25110
server thread 5 loop 1
server thread 6 got connection 134629280
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 25090 60 720 100 25970
server thread 6 loop 1
server thread 7 got connection 134628576
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 25960 50 720 100 26830
server thread 7 loop 1
server thread 8 got connection 134629152
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 26940 60 710 100 27810
server thread 8 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 134629280
client thread 0 socket connected 134629280
client thread 0 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 134628576
client thread 1 socket connected 134628576
client thread 1 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 134629152
client thread 2 socket connected 134629152
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 134628960
client thread 3 socket connected 134628960
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 134628320
client thread 4 socket connected 134628320
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 134628704
client thread 5 socket connected 134628704
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 134628128
client thread 6 socket connected 134628128
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 134628064
client thread 7 socket connected 134628064
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 134628832
client thread 8 socket connected 134628832
client thread 8 socket wrote 8192
server thread 0 got connection 134629088
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 21640 40 1080 100 22860
server thread 0 loop 2
server thread 1 got connection 134628640
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 21960 50 710 90 22810
server thread 1 loop 2
server thread 2 got connection 134629216
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 21870 50 700 100 22720
server thread 2 loop 2
server thread 3 got connection 134629088
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 21870 50 720 100 22740
server thread 3 loop 2
server thread 4 got connection 134628640
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 21890 50 710 100 22750
server thread 4 loop 2
server thread 5 got connection 134629216
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 21900 50 720 90 22760
server thread 5 loop 2
server thread 6 got connection 134629088
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 21890 60 720 100 22770
server thread 6 loop 2
server thread 7 got connection 134628640
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 21900 50 710 90 22750
server thread 7 loop 2
server thread 8 got connection 134629216
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 21760 50 710 170 22690
server thread 8 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 134629088
client thread 0 socket connected 134629088
client thread 0 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 134628640
client thread 1 socket connected 134628640
client thread 1 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 134629216
client thread 2 socket connected 134629216
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 134629280
client thread 3 socket connected 134629280
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 134628576
client thread 4 socket connected 134628576
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 134629152
client thread 5 socket connected 134629152
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 134628960
client thread 6 socket connected 134628960
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 134628320
client thread 7 socket connected 134628320
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 134628704
client thread 8 socket connected 134628704
client thread 8 socket wrote 8192
server thread 0 got connection 134628128
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 21280 40 690 90 22100
server thread 0 loop 3
server thread 1 got connection 134628064
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 21290 50 720 100 22160
server thread 1 loop 3
server thread 2 got connection 134628832
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 21320 60 710 90 22180
server thread 2 loop 3
server thread 3 got connection 134628128
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 21310 60 710 100 22180
server thread 3 loop 3
server thread 4 got connection 134628064
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 21320 50 700 100 22170
server thread 4 loop 3
server thread 5 got connection 134628832
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 21300 60 710 90 22160
server thread 5 loop 3
server thread 6 got connection 134628128
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 21290 50 730 90 22160
server thread 6 loop 3
server thread 7 got connection 134628064
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 21370 60 710 100 22240
server thread 7 loop 3
server thread 8 got connection 134628832
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 21310 50 720 100 22180
server thread 8 loop 3
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 134628128
client thread 0 socket connected 134628128
client thread 0 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 134628064
client thread 1 socket connected 134628064
client thread 1 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 134628832
client thread 2 socket connected 134628832
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 134629088
client thread 3 socket connected 134629088
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 134628640
client thread 4 socket connected 134628640
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 134629216
client thread 5 socket connected 134629216
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 134629280
client thread 6 socket connected 134629280
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 134628576
client thread 7 socket connected 134628576
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 134629152
client thread 8 socket connected 134629152
client thread 8 socket wrote 8192
server thread 0 got connection 134628960
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 21420 40 700 100 22260
server thread 0 loop 4
server thread 1 got connection 134628320
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 21390 50 710 100 22250
server thread 1 loop 4
server thread 2 got connection 134628704
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 21380 170 720 100 22370
server thread 2 loop 4
server thread 3 got connection 134628960
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 21500 50 710 100 22360
server thread 3 loop 4
server thread 4 got connection 134628320
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 21510 50 710 100 22370
server thread 4 loop 4
server thread 5 got connection 134628704
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 21590 50 710 100 22450
server thread 5 loop 4
server thread 6 got connection 134628960
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 21580 50 720 90 22440
server thread 6 loop 4
server thread 7 got connection 134628320
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 21500 60 700 90 22350
server thread 7 loop 4
server thread 8 got connection 134628704
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 21490 50 700 100 22340
server thread 8 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 134628960
client thread 0 socket connected 134628960
client thread 0 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 134628320
client thread 1 socket connected 134628320
client thread 1 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 134628704
client thread 2 socket connected 134628704
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 134628128
client thread 3 socket connected 134628128
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 134628064
client thread 4 socket connected 134628064
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 134628832
client thread 5 socket connected 134628832
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 134629088
client thread 6 socket connected 134629088
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 134628640
client thread 7 socket connected 134628640
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 134629216
client thread 8 socket connected 134629216
client thread 8 socket wrote 8192
server thread 0 got connection 134629280
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 21800 40 690 100 22630
Thread 0 EXIT
server thread 1 got connection 134628576
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 21860 50 710 100 22720
Thread 1 EXIT
server thread 2 got connection 134629152
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 21800 50 810 90 22750
Thread 2 EXIT
server thread 3 got connection 134629280
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 21960 60 700 100 22820
Thread 3 EXIT
server thread 4 got connection 137272464
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 22040 60 690 100 22890
Thread 4 EXIT
server thread 5 got connection 134628576
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 22030 60 710 90 22890
Thread 5 EXIT
server thread 6 got connection 134628448
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 22100 50 720 100 22970
Thread 6 EXIT
server thread 7 got connection 134629152
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 22200 60 700 100 23060
Thread 7 EXIT
server thread 8 got connection 134628384
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 22280 60 700 90 23130
Thread 8 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
Thread 8 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 310498 844 11158 1507
server per thread elapsed time 324007
----------
Client results:

----------
client per thread totals 10 3999 1151 319828 2121
client per thread elapsed time 327099
select loop kernel/user: 26534.00 usec
server thread 0 alive
server thread 0 loop 0
server thread 1 alive
server thread 1 loop 0
server thread 2 alive
server thread 2 loop 0
server thread 3 alive
server thread 3 loop 0
server thread 4 alive
server thread 4 loop 0
server thread 5 alive
server thread 5 loop 0
server thread 6 alive
server thread 6 loop 0
server thread 7 alive
server thread 7 loop 0
server thread 8 alive
server thread 8 loop 0
server thread 9 alive
server thread 9 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 134628384
client thread 0 socket connected 134628384
client thread 0 socket wrote 8192
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 134628768
client thread 1 socket connected 134628768
client thread 1 socket wrote 8192
server thread 1 got connection 134628960
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 3640 30 670 100 4440
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 134628320
client thread 1 socket connected 134628320
client thread 1 socket wrote 8192
server thread 1 got connection 134628704
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1470 30 670 90 2260
server thread 1 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 134628128
client thread 1 socket connected 134628128
client thread 1 socket wrote 8192
server thread 1 got connection 134628064
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1460 30 680 90 2260
server thread 1 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 134628832
client thread 1 socket connected 134628832
client thread 1 socket wrote 8192
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 134629088
client thread 2 socket connected 134629088
client thread 2 socket wrote 8192
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 134628640
client thread 3 socket connected 134628640
client thread 3 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 134629216
client thread 4 socket connected 134629216
client thread 4 socket wrote 8192
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 134628960
client thread 5 socket connected 134628960
client thread 5 socket wrote 8192
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 134628768
client thread 6 socket connected 134628768
client thread 6 socket wrote 8192
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 134628704
client thread 7 socket connected 134628704
client thread 7 socket wrote 8192
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 134628320
client thread 8 socket connected 134628320
client thread 8 socket wrote 8192
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 134628064
client thread 9 socket connected 134628064
client thread 9 socket wrote 8192
server thread 0 got connection 134628128
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 15490 40 690 100 16320
server thread 0 loop 1
server thread 1 got connection 134628128
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 6110 60 700 100 6970
server thread 1 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 134628128
client thread 1 socket connected 134628128
client thread 1 socket wrote 8192
server thread 1 got connection 134628832
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1550 40 680 90 2360
Thread 1 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
server thread 2 got connection 134628832
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 20570 50 990 90 21700
server thread 2 loop 1
server thread 3 got connection 134628256
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 21690 50 720 90 22550
server thread 3 loop 1
server thread 4 got connection 134628128
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 22540 50 720 90 23400
server thread 4 loop 1
server thread 5 got connection 134628832
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 23370 50 720 100 24240
server thread 5 loop 1
server thread 6 got connection 134628256
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 24220 50 710 100 25080
server thread 6 loop 1
server thread 7 got connection 134628128
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 25070 50 710 100 25930
server thread 7 loop 1
server thread 8 got connection 134628832
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 25900 60 710 90 26760
server thread 8 loop 1
server thread 9 got connection 134628256
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 26750 60 1100 100 28010
server thread 9 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 134628128
client thread 0 socket connected 134628128
client thread 0 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 134628832
client thread 2 socket connected 134628832
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 134628256
client thread 3 socket connected 134628256
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 134628384
client thread 4 socket connected 134628384
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 134629088
client thread 5 socket connected 134629088
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 134628640
client thread 6 socket connected 134628640
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 134629216
client thread 7 socket connected 134629216
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 134628960
client thread 8 socket connected 134628960
client thread 8 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 134628768
client thread 9 socket connected 134628768
client thread 9 socket wrote 8192
server thread 0 got connection 134628704
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 27660 40 690 100 28490
server thread 0 loop 2
server thread 2 got connection 134628320
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 21590 60 700 90 22440
server thread 2 loop 2
server thread 3 got connection 134628064
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 21600 50 710 90 22450
server thread 3 loop 2
server thread 4 got connection 134628704
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 21600 50 720 100 22470
server thread 4 loop 2
server thread 5 got connection 134628320
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 21610 60 710 100 22480
server thread 5 loop 2
server thread 6 got connection 134628064
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 21620 60 710 90 22480
server thread 6 loop 2
server thread 7 got connection 134628704
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 21690 60 700 100 22550
server thread 7 loop 2
server thread 8 got connection 134628320
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 21690 50 710 90 22540
server thread 8 loop 2
server thread 9 got connection 134628064
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 21280 60 700 100 22140
server thread 9 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 134628704
client thread 0 socket connected 134628704
client thread 0 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 134628320
client thread 2 socket connected 134628320
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 134628064
client thread 3 socket connected 134628064
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 134628128
client thread 4 socket connected 134628128
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 134628832
client thread 5 socket connected 134628832
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 134628256
client thread 6 socket connected 134628256
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 134628384
client thread 7 socket connected 134628384
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 134629088
client thread 8 socket connected 134629088
client thread 8 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 134628640
client thread 9 socket connected 134628640
client thread 9 socket wrote 8192
server thread 0 got connection 134629216
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 21340 40 690 100 22170
server thread 0 loop 3
server thread 2 got connection 134628960
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 21320 50 700 100 22170
server thread 2 loop 3
server thread 3 got connection 134628768
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 21310 60 710 90 22170
server thread 3 loop 3
server thread 4 got connection 134629216
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 21320 50 710 90 22170
server thread 4 loop 3
server thread 5 got connection 134628960
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 21290 120 730 90 22230
server thread 5 loop 3
server thread 6 got connection 134628768
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 21370 50 720 90 22230
server thread 6 loop 3
server thread 7 got connection 134629216
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 21310 60 730 90 22190
server thread 7 loop 3
server thread 8 got connection 134628960
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 21330 50 700 100 22180
server thread 8 loop 3
server thread 9 got connection 134628768
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 21330 60 710 100 22200
server thread 9 loop 3
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 134629216
client thread 0 socket connected 134629216
client thread 0 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 134628960
client thread 2 socket connected 134628960
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 134628768
client thread 3 socket connected 134628768
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 134628704
client thread 4 socket connected 134628704
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 134628320
client thread 5 socket connected 134628320
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 134628064
client thread 6 socket connected 134628064
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 134628128
client thread 7 socket connected 134628128
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 134628832
client thread 8 socket connected 134628832
client thread 8 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 134628256
client thread 9 socket connected 134628256
client thread 9 socket wrote 8192
server thread 0 got connection 134628384
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 21560 40 680 100 22380
server thread 0 loop 4
server thread 2 got connection 134629088
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 21520 60 700 100 22380
server thread 2 loop 4
server thread 3 got connection 134628640
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 21890 60 700 100 22750
server thread 3 loop 4
server thread 4 got connection 134628384
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 21890 50 710 100 22750
server thread 4 loop 4
server thread 5 got connection 134629088
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 21810 50 720 100 22680
server thread 5 loop 4
server thread 6 got connection 134628640
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 21810 60 710 90 22670
server thread 6 loop 4
server thread 7 got connection 134628384
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 21790 50 730 90 22660
server thread 7 loop 4
server thread 8 got connection 134629088
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 21800 60 700 100 22660
server thread 8 loop 4
server thread 9 got connection 134628640
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 21800 60 700 100 22660
server thread 9 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 134628384
client thread 0 socket connected 134628384
client thread 0 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 134629088
client thread 2 socket connected 134629088
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 134628640
client thread 3 socket connected 134628640
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 134629216
client thread 4 socket connected 134629216
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 134628960
client thread 5 socket connected 134628960
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 134628768
client thread 6 socket connected 134628768
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 134628704
client thread 7 socket connected 134628704
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 134628320
client thread 8 socket connected 134628320
client thread 8 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 134628064
client thread 9 socket connected 134628064
client thread 9 socket wrote 8192
server thread 0 got connection 134628128
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 21730 40 700 90 22560
Thread 0 EXIT
server thread 2 got connection 134628832
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 21790 50 710 100 22650
Thread 2 EXIT
server thread 3 got connection 134628256
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 21510 50 720 90 22370
Thread 3 EXIT
server thread 4 got connection 134628128
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 21590 60 710 90 22450
Thread 4 EXIT
server thread 5 got connection 134629280
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 21660 50 710 100 22520
Thread 5 EXIT
server thread 6 got connection 134628832
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 21750 50 720 90 22610
Thread 6 EXIT
server thread 7 got connection 137272464
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 21820 60 720 90 22690
Thread 7 EXIT
server thread 8 got connection 134628256
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 21920 50 710 90 22770
Thread 8 EXIT
server thread 9 got connection 134628192
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 22170 60 710 90 23030
Thread 9 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
Thread 9 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 20 410888 1108 14756 1982
server per thread elapsed time 428734
----------
Client results:

----------
client per thread totals 20 5298 1521 423755 2811
client per thread elapsed time 433385
select loop kernel/kernel: 26880.00 usec
Killing sel_spd 631 after 600
END TEST: sel_spd
BEGIN TEST: selct_er  
Fri Mar 28 15:15:09 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead.
Killing selct_er 644 after 600
END TEST: selct_er
BEGIN TEST: selct_nm  
Fri Mar 28 15:15:10 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
'PR_FD_ISSET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead.
Killing selct_nm 657 after 600
END TEST: selct_nm
BEGIN TEST: selct_to  
Fri Mar 28 15:15:11 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
Killing selct_to 675 after 600
END TEST: selct_to
BEGIN TEST: selintr  
Fri Mar 28 15:15:16 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
select returned 0
Killing selintr 706 after 600
END TEST: selintr
BEGIN TEST: sema  
Fri Mar 28 15:15:19 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing sema 724 after 600
END TEST: sema
BEGIN TEST: semaerr  
Fri Mar 28 15:15:19 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
PASS
Killing semaerr 747 after 600
END TEST: semaerr
BEGIN TEST: semaping  
Fri Mar 28 15:15:20 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
Killing semaping 761 after 600
END TEST: semaping
BEGIN TEST: sendzlf  
Fri Mar 28 15:15:21 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing sendzlf 782 after 600
END TEST: sendzlf
BEGIN TEST: server_test  
Fri Mar 28 15:15:21 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing server_test 807 after 600
END TEST: server_test
BEGIN TEST: servr_uu  
Fri Mar 28 15:15:22 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing servr_uu 827 after 600
END TEST: servr_uu
BEGIN TEST: servr_ku  
Fri Mar 28 15:15:23 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing servr_ku 840 after 600
END TEST: servr_ku
BEGIN TEST: servr_uk  
Fri Mar 28 15:15:24 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing servr_uk 856 after 600
END TEST: servr_uk
BEGIN TEST: servr_kk  
Fri Mar 28 15:15:24 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing servr_kk 878 after 600
END TEST: servr_kk
BEGIN TEST: short_thread  
Fri Mar 28 15:15:24 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing short_thread 902 after 600
END TEST: short_thread
BEGIN TEST: sigpipe  
Fri Mar 28 15:15:25 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
Killing sigpipe 920 after 600
END TEST: sigpipe
BEGIN TEST: socket  
Fri Mar 28 15:15:26 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead.
'PR_PostSem' is obsolete. Use 'locks & condition variables' instead.
TCP Client/Server Test - IPv4/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv4/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
Socket_Misc_Test : 1 Server 4 Clients
: Sizes of Transmitted Files - 3 KB, 3 MB
Socket_Misc_Test passed
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
Killing socket 940 after 600
END TEST: socket
BEGIN TEST: sockopt  
Fri Mar 28 15:15:28 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing sockopt 958 after 600
END TEST: sockopt
BEGIN TEST: sockping  
Fri Mar 28 15:15:30 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing sockping 971 after 600
END TEST: sockping
BEGIN TEST: sprintf  
Fri Mar 28 15:15:31 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing sprintf 985 after 600
END TEST: sprintf
BEGIN TEST: stack  
Fri Mar 28 15:15:33 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
Killing stack 1012 after 600
END TEST: stack
BEGIN TEST: stdio  
Fri Mar 28 15:15:35 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
This to standard out
This to standard err
Killing stdio 1029 after 600
END TEST: stdio
BEGIN TEST: str2addr  
Fri Mar 28 15:15:35 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing str2addr 1048 after 600
END TEST: str2addr
BEGIN TEST: strod  
Fri Mar 28 15:15:37 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
Killing strod 1065 after 600
END TEST: strod
BEGIN TEST: switch  
Fri Mar 28 15:15:37 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing switch 1086 after 600
END TEST: switch
BEGIN TEST: system  
Fri Mar 28 15:15:38 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PR_SI_HOSTNAME: phaedrus
PR_SI_SYSNAME: SunOS
PR_SI_RELEASE: 5.8
PR_SI_ARCHITECTURE: x86
Host page size is 4096
Page shift is 12
Number of processors is: 1
Killing system 1101 after 600
END TEST: system
BEGIN TEST: testbit  
Fri Mar 28 15:15:40 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing testbit 1118 after 600
END TEST: testbit
BEGIN TEST: testfile  
Fri Mar 28 15:15:40 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
File Test passed
Dir Test passed
Killing testfile 1137 after 600
END TEST: testfile
BEGIN TEST: threads  
Fri Mar 28 15:15:41 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing threads 1152 after 600
END TEST: threads
BEGIN TEST: timemac  
Fri Mar 28 15:15:43 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Fri Mar 28 23:15:43 UTC 2003
Current local time is Fri Mar 28 15:15:43 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
Killing timemac 1186 after 600
END TEST: timemac
BEGIN TEST: timetest  
Fri Mar 28 15:15:43 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing timetest 1203 after 600
END TEST: timetest
BEGIN TEST: tpd  
Fri Mar 28 15:18:04 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing tpd 2216 after 600
END TEST: tpd
BEGIN TEST: udpsrv  
Fri Mar 28 15:18:04 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing udpsrv 2244 after 600
END TEST: udpsrv
BEGIN TEST: vercheck  
Fri Mar 28 15:18:05 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
NSPR release 4.3:
Compatible with version 4.0
Compatible with version 4.0.1
Compatible with version 4.1
Compatible with version 4.1.1
Compatible with version 4.1.2
Compatible with version 4.1.3
Compatible with version 4.2
Compatible with version 4.2.1
Compatible with version 4.2.2
Compatible with version 4.3
Incompatible with version 2.1 19980529
Incompatible with version 3.0
Incompatible with version 3.0.1
Incompatible with version 3.1
Incompatible with version 3.1.1
Incompatible with version 3.1.2
Incompatible with version 3.1.3
Incompatible with version 3.5
Incompatible with version 3.5.1
Incompatible with version 4.3.3
Incompatible with version 4.4
Incompatible with version 4.4.1
Incompatible with version 10.0
Incompatible with version 11.1
Incompatible with version 12.14.20
PASS
Killing vercheck 2274 after 600
END TEST: vercheck
BEGIN TEST: version  
Fri Mar 28 15:18:05 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Runtime library version information
Build time: 27 Mar 2003 12:58:08 GMT
Build time: 2003-03-27 04:58:08
Portable runtime V4.3.0 ( debug )
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
Killing version 2297 after 600
END TEST: version
BEGIN TEST: writev  
Fri Mar 28 15:18:05 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing writev 2325 after 600
END TEST: writev
BEGIN TEST: xnotify  
Fri Mar 28 15:18:06 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Done!
Killing xnotify 2349 after 600
END TEST: xnotify
BEGIN TEST: zerolen  
Fri Mar 28 15:18:06 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
calling PR_Writev with a zero-length buffer
calling PR_Write with a zero-length buffer
calling PR_Send with a zero-length buffer
PASS
Killing zerolen 2374 after 600
END TEST: zerolen
BEGIN TEST: accept  
Fri Mar 28 15:18:30 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing accept 2940 after 600
END TEST: accept
BEGIN TEST: acceptread  
Fri Mar 28 15:18:39 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xdf8a0c48)127.0.0.1:10442
(Server) read [0xdf8a0bd0..0xdf8a0c45) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 500 msec
Accepted connection from (0xdf8a0c48)127.0.0.1:10698
(Server) read [0xdf8a0bd0..0xdf8a0c45) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1000 msec
Accepted connection from (0xdf8a0c48)127.0.0.1:10954
(Server) read [0xdf8a0bd0..0xdf8a0c45) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1500 msec
Accepted connection from (0xdf8a0c48)127.0.0.1:11210
(Server) read [0xdf8a0bd0..0xdf8a0c45) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Killing acceptread 2968 after 600
END TEST: acceptread
BEGIN TEST: acceptreademu  
Fri Mar 28 15:18:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xdf8a0c48)127.0.0.1:11978
(Server) read [0xdf8a0bd0..0xdf8a0c45) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 500 msec
Accepted connection from (0xdf8a0c48)127.0.0.1:12234
(Server) read [0xdf8a0bd0..0xdf8a0c45) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1000 msec
Accepted connection from (0xdf8a0c48)127.0.0.1:12490
(Server) read [0xdf8a0bd0..0xdf8a0c45) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1500 msec
Accepted connection from (0xdf8a0c48)127.0.0.1:12746
(Server) read [0xdf8a0bd0..0xdf8a0c45) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Killing acceptreademu 3254 after 600
END TEST: acceptreademu
BEGIN TEST: affinity  
Fri Mar 28 15:19:01 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
main: creating local thread
thread_start: AffinityMask = 0x0
main: creating global thread
thread_start: AffinityMask = 0x0
main: creating global bound thread
thread_start: AffinityMask = 0x0
Killing affinity 3418 after 600
END TEST: affinity
BEGIN TEST: alarm  
Fri Mar 28 15:19:02 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing alarm 3436 after 600
END TEST: alarm
BEGIN TEST: anonfm  
Fri Mar 28 15:20:06 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing anonfm 5024 after 600
END TEST: anonfm
BEGIN TEST: atomic  
Fri Mar 28 15:20:07 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PR_AtomicIncrement(-2) == -1: PASSED
PR_AtomicIncrement(-1) == 0: PASSED
PR_AtomicIncrement(0) == 1: PASSED
PR_AtomicAdd(-2,1) == -1: PASSED
PR_AtomicAdd(-1,4) == 3: PASSED
PR_AtomicAdd(3,-6) == -3: PASSED
PR_AtomicDecrement(2) == 1: PASSED
PR_AtomicDecrement(1) == 0: PASSED
PR_AtomicDecrement(0) == -1: PASSED
PR_AtomicSet(-2, 2) == -2: PASSED
PR_AtomicSet(-2, -2) == -2: PASSED
Atomic operations test PASSED
Killing atomic 5067 after 600
END TEST: atomic
BEGIN TEST: attach  
Fri Mar 28 15:20:07 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing attach 5096 after 600
END TEST: attach
BEGIN TEST: bigfile  
Fri Mar 28 15:20:08 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing bigfile 5122 after 600
END TEST: bigfile
BEGIN TEST: cleanup  
Fri Mar 28 15:20:08 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Cleanup settings
Thread type: LOCAL
Concurrency: 1
Number of threads: 1
Thread sleep: 10
Main sleep: 5
Cleanup will NOT be called

main() exiting
Killing cleanup 5152 after 600
END TEST: cleanup
BEGIN TEST: cltsrv  
Fri Mar 28 15:20:16 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Client/Server started at(0x8066b58): 15:20:17
Server started at(0x806a3e0): 15:20:17
Client started at(0x806a618): 15:20:17
main(0x8066b58): waiting for execution interval (10 seconds)
Shutting down(0x8066b58): 15:20:27
Client(0x806a618): stopped after 288 operations and 295832 bytes
Server(0x806a3e0): stopped after 289 operations and 297574 bytes
main(0x8066b58): test complete
Test exiting at(0x8066b58): 15:20:27
Killing cltsrv 5272 after 600
END TEST: cltsrv
BEGIN TEST: concur  
Fri Mar 28 15:20:27 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing concur 5509 after 600
END TEST: concur
BEGIN TEST: cvar  
Fri Mar 28 15:20:38 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing cvar 5702 after 600
END TEST: cvar
BEGIN TEST: cvar2  
Fri Mar 28 15:20:38 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib

CondVar Test:

Simple test creates several local and global threads; half use a single,
shared condvar, and the other half have their own condvar. The main
thread then loops notifying them to wakeup.

The timeout test is very similar except that the threads are not
notified. They will all wakeup on a 1 second timeout.

The mixed test combines the simple test and the timeout test; every
third thread is notified, the other threads are expected to timeout
correctly.

Lastly, the combined test creates a thread for each of the above three
cases and they all run simultaneously.

This test is run with 5, 10, 15, and 20 threads of each type.


5 Thread tests
Condvar simple test shared UU: 20.10 usec
Condvar simple test shared UK: 16.20 usec
Condvar simple test priv UU: 35.80 usec
Condvar simple test priv UK: 36.40 usec
Condvar simple test All: 59.80 usec
Condvar timeout test: 571.10 usec

10 Thread tests
Condvar simple test shared UU: 29.10 usec
Condvar simple test shared UK: 29.30 usec
Condvar simple test priv UU: 83.60 usec
Condvar simple test priv UK: 84.10 usec
Condvar simple test All: 144.50 usec
Condvar timeout test: 653.60 usec

15 Thread tests
Condvar simple test shared UU: 43.40 usec
Condvar simple test shared UK: 42.10 usec
Condvar simple test priv UU: 129.70 usec
Condvar simple test priv UK: 157.90 usec
Condvar simple test All: 181.50 usec
Condvar timeout test: 683.30 usec

20 Thread tests
Condvar simple test shared UU: 56.30 usec
Condvar simple test shared UK: 60.10 usec
Condvar simple test priv UU: 165.50 usec
Condvar simple test priv UK: 660.70 usec
Condvar simple test All: 1505.60 usec
Condvar timeout test: 850.70 usec
PASS
Killing cvar2 5722 after 600
END TEST: cvar2
BEGIN TEST: dlltest  
Fri Mar 28 15:20:39 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing dlltest 5765 after 600
END TEST: dlltest
BEGIN TEST: dtoa  
Fri Mar 28 15:20:39 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing dtoa 5797 after 600
END TEST: dtoa
BEGIN TEST: errcodes  
Fri Mar 28 15:20:40 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib

Number of error codes = 73

PR_OUT_OF_MEMORY_ERROR = -6000
PR_BAD_DESCRIPTOR_ERROR = -5999
PR_WOULD_BLOCK_ERROR = -5998
PR_ACCESS_FAULT_ERROR = -5997
PR_INVALID_METHOD_ERROR = -5996
PR_ILLEGAL_ACCESS_ERROR = -5995
PR_UNKNOWN_ERROR = -5994
PR_PENDING_INTERRUPT_ERROR = -5993
PR_NOT_IMPLEMENTED_ERROR = -5992
PR_IO_ERROR = -5991
PR_IO_TIMEOUT_ERROR = -5990
PR_IO_PENDING_ERROR = -5989
PR_DIRECTORY_OPEN_ERROR = -5988
PR_INVALID_ARGUMENT_ERROR = -5987
PR_ADDRESS_NOT_AVAILABLE_ERROR = -5986
PR_ADDRESS_NOT_SUPPORTED_ERROR = -5985
PR_IS_CONNECTED_ERROR = -5984
PR_BAD_ADDRESS_ERROR = -5983
PR_ADDRESS_IN_USE_ERROR = -5982
PR_CONNECT_REFUSED_ERROR = -5981
PR_NETWORK_UNREACHABLE_ERROR = -5980
PR_CONNECT_TIMEOUT_ERROR = -5979
PR_NOT_CONNECTED_ERROR = -5978
PR_LOAD_LIBRARY_ERROR = -5977
PR_UNLOAD_LIBRARY_ERROR = -5976
PR_FIND_SYMBOL_ERROR = -5975
PR_INSUFFICIENT_RESOURCES_ERROR = -5974
PR_DIRECTORY_LOOKUP_ERROR = -5973
PR_TPD_RANGE_ERROR = -5972
PR_PROC_DESC_TABLE_FULL_ERROR = -5971
PR_SYS_DESC_TABLE_FULL_ERROR = -5970
PR_NOT_SOCKET_ERROR = -5969
PR_NOT_TCP_SOCKET_ERROR = -5968
PR_SOCKET_ADDRESS_IS_BOUND_ERROR = -5967
PR_NO_ACCESS_RIGHTS_ERROR = -5966
PR_OPERATION_NOT_SUPPORTED_ERROR = -5965
PR_PROTOCOL_NOT_SUPPORTED_ERROR = -5964
PR_REMOTE_FILE_ERROR = -5963
PR_BUFFER_OVERFLOW_ERROR = -5962
PR_CONNECT_RESET_ERROR = -5961
PR_RANGE_ERROR = -5960
PR_DEADLOCK_ERROR = -5959
PR_FILE_IS_LOCKED_ERROR = -5958
PR_FILE_TOO_BIG_ERROR = -5957
PR_NO_DEVICE_SPACE_ERROR = -5956
PR_PIPE_ERROR = -5955
PR_NO_SEEK_DEVICE_ERROR = -5954
PR_IS_DIRECTORY_ERROR = -5953
PR_LOOP_ERROR = -5952
PR_NAME_TOO_LONG_ERROR = -5951
PR_FILE_NOT_FOUND_ERROR = -5950
PR_NOT_DIRECTORY_ERROR = -5949
PR_READ_ONLY_FILESYSTEM_ERROR = -5948
PR_DIRECTORY_NOT_EMPTY_ERROR = -5947
PR_FILESYSTEM_MOUNTED_ERROR = -5946
PR_NOT_SAME_DEVICE_ERROR = -5945
PR_DIRECTORY_CORRUPTED_ERROR = -5944
PR_FILE_EXISTS_ERROR = -5943
PR_MAX_DIRECTORY_ENTRIES_ERROR = -5942
PR_INVALID_DEVICE_STATE_ERROR = -5941
PR_DEVICE_IS_LOCKED_ERROR = -5940
PR_NO_MORE_FILES_ERROR = -5939
PR_END_OF_FILE_ERROR = -5938
PR_FILE_SEEK_ERROR = -5937
PR_FILE_IS_BUSY_ERROR = -5936
PR_IN_PROGRESS_ERROR = -5934
PR_ALREADY_INITIATED_ERROR = -5933
PR_GROUP_EMPTY_ERROR = -5932
PR_INVALID_STATE_ERROR = -5931
PR_NETWORK_DOWN_ERROR = -5930
PR_SOCKET_SHUTDOWN_ERROR = -5929
PR_CONNECT_ABORTED_ERROR = -5928
PR_HOST_UNREACHABLE_ERROR = -5927
Killing errcodes 5821 after 600
END TEST: errcodes
BEGIN TEST: exit  
Fri Mar 28 15:20:40 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing exit 5839 after 600
END TEST: exit
BEGIN TEST: fdcach  
Fri Mar 28 15:20:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing fdcach 5854 after 600
END TEST: fdcach
BEGIN TEST: fileio  
Fri Mar 28 15:20:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing fileio 5867 after 600
END TEST: fileio
BEGIN TEST: foreign  
Fri Mar 28 15:20:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing foreign 5880 after 600
END TEST: foreign
BEGIN TEST: forktest  
Fri Mar 28 15:20:54 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Wait one second before connect
Accepting connection at port 57219
Connecting to port 57219
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Child process continues.
Wait one second before connect
Accepting connection at port 57221
Fork succeeded. Parent process continues.
Wait one second before connect
Accepting connection at port 57222
Connecting to port 57221
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Connecting to port 57222
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Parent process exits.
PASSED
Killing forktest 5893 after 600
END TEST: forktest
BEGIN TEST: fsync  
Fri Mar 28 15:20:56 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
10 iterations over a 10 kbyte file: 30 [40] 40
Killing fsync 5907 after 600
END TEST: fsync
BEGIN TEST: getproto  
Fri Mar 28 15:20:56 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
tcp is protocol number 6
udp is protocol number 17
Protocol number 6 is tcp
Protocol number 17 is udp
PASSED
Killing getproto 5920 after 600
END TEST: getproto
BEGIN TEST: i2l  
Fri Mar 28 15:20:56 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
We have long long
Killing i2l 5933 after 600
END TEST: i2l
BEGIN TEST: initclk  
Fri Mar 28 15:20:56 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Elapsed time: 3000 ms, expected time: 3006 ms
PASS
Killing initclk 5946 after 600
END TEST: initclk
BEGIN TEST: inrval  
Fri Mar 28 15:20:59 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 1000 nsecs

Overhead of 'PR_IntervalNow()' is 589 nsecs

Overhead of 'PR_Now()' is 1000 nsecs

Overhead of 'PR_IntervalNow()' is 607 nsecs

Killing inrval 5959 after 600
END TEST: inrval
BEGIN TEST: instrumt  
Fri Mar 28 15:22:33 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Test not defined
Killing instrumt 6059 after 600
END TEST: instrumt
BEGIN TEST: intrio  
Fri Mar 28 15:22:33 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
A local thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A local thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
PASSED
Killing intrio 6072 after 600
END TEST: intrio
BEGIN TEST: intrupt  
Fri Mar 28 15:22:53 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing intrupt 6085 after 600
END TEST: intrupt
BEGIN TEST: io_timeout  
Fri Mar 28 15:23:07 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
test with global bound thread
thread id 0, scope GLOBAL_BOUND scope
test with local thread
thread id 0, scope GLOBAL scope
test with global thread
thread id 0, scope GLOBAL scope
Killing io_timeout 6098 after 600
END TEST: io_timeout
BEGIN TEST: ioconthr  
Fri Mar 28 15:23:13 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Interrupting the threads
Threads terminated in 3002 milliseconds
PASS
Killing ioconthr 6111 after 600
END TEST: ioconthr
BEGIN TEST: join  
Fri Mar 28 15:23:18 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
Killing join 6124 after 600
END TEST: join
BEGIN TEST: joinkk  
Fri Mar 28 15:23:18 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing joinkk 6137 after 600
END TEST: joinkk
BEGIN TEST: joinku  
Fri Mar 28 15:23:18 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing joinku 6150 after 600
END TEST: joinku
BEGIN TEST: joinuk  
Fri Mar 28 15:23:18 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing joinuk 6163 after 600
END TEST: joinuk
BEGIN TEST: joinuu  
Fri Mar 28 15:23:18 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing joinuu 6176 after 600
END TEST: joinuu
BEGIN TEST: layer  
Fri Mar 28 15:23:19 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
Killing layer 6189 after 600
END TEST: layer
BEGIN TEST: lazyinit  
Fri Mar 28 15:23:19 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing lazyinit 6202 after 600
END TEST: lazyinit
BEGIN TEST: lltest  
Fri Mar 28 15:23:19 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing lltest 6215 after 600
END TEST: lltest
BEGIN TEST: lock  
Fri Mar 28 15:23:19 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing lock 6228 after 600
END TEST: lock
BEGIN TEST: lockfile  
Fri Mar 28 15:23:38 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing lockfile 6285 after 600
END TEST: lockfile
BEGIN TEST: logger  
Fri Mar 28 15:23:43 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing logger 6521 after 600
END TEST: logger
BEGIN TEST: many_cv  
Fri Mar 28 15:23:54 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1
PASS
Killing many_cv 7078 after 600
END TEST: many_cv
BEGIN TEST: multiwait  
Fri Mar 28 15:23:55 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
OneInThenCancelled()
OneOpOneThread()
ManyOpOneThread()
SomeOpsSomeThreads()
RealOneGroupIO()
RealOneGroupIO Enumerated 0 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
Killing multiwait 7108 after 600
END TEST: multiwait
BEGIN TEST: nameshm1  
Fri Mar 28 15:25:18 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing nameshm1 8327 after 600
/u/svbld/ns/securityqa/nsprqa: usage: kill [ [ -sig ] id ... | -l ]
nameshm1 returned 143 (failed)
END TEST: nameshm1
BEGIN TEST: nonblock  
Fri Mar 28 15:35:19 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
The serveclient thread created.
accept: EWOULDBLOCK, good
client connected
accept: succeeded, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
All tests finished
PASS
Killing nonblock 19497 after 600
END TEST: nonblock
BEGIN TEST: nblayer  
Fri Mar 28 15:35:21 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
Killing nblayer 19524 after 600
END TEST: nblayer
BEGIN TEST: ntioto  
Fri Mar 28 15:35:21 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing ntioto 19545 after 600
END TEST: ntioto
BEGIN TEST: ntoh  
Fri Mar 28 15:35:22 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
2 1
1 2
2 1
4 3 2 1
1 2 3 4
4 3 2 1
8 7 6 5 4 3 2 1
1 2 3 4 5 6 7 8
8 7 6 5 4 3 2 1
PASS
Killing ntoh 19562 after 600
END TEST: ntoh
BEGIN TEST: op_2long  
Fri Mar 28 15:35:22 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78
PASS
Killing op_2long 19583 after 600
END TEST: op_2long
BEGIN TEST: op_excl  
Fri Mar 28 15:35:23 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing op_excl 19600 after 600
END TEST: op_excl
BEGIN TEST: op_filnf  
Fri Mar 28 15:35:24 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
error code is -5950
PASS
Killing op_filnf 19617 after 600
END TEST: op_filnf
BEGIN TEST: op_filok  
Fri Mar 28 15:35:24 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Test passed
Killing op_filok 19636 after 600
END TEST: op_filok
BEGIN TEST: op_nofil  
Fri Mar 28 15:35:25 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
Killing op_nofil 19651 after 600
END TEST: op_nofil
BEGIN TEST: parent  
Fri Mar 28 15:35:26 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing parent 19672 after 600
END TEST: parent
BEGIN TEST: peek  
Fri Mar 28 15:35:26 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Running the test with local threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
Running the test with global threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
PASS
Killing peek 19698 after 600
END TEST: peek
BEGIN TEST: perf  
Fri Mar 28 15:36:07 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
local procedure call overhead: 0.03 usec
DLL procedure call overhead: 0.05 usec
current calendar time: 0.87 usec
interval time: 0.59 usec
idle lock lock/unlock pair: 0.24 usec
idle monitor entry/exit pair: 0.36 usec
idle cache monitor entry/exit pair: 0.95 usec
create/destroy thread pair: 140.13 usec
context switch - user/user: 3.26 usec
context switch - user/kernel: 3.12 usec
context switch - kernel/user: 3.12 usec
context switch - kernel/kernel: 4.53 usec
sema context switch - user/user: 3.75 usec
sema context switch - user/kernel: 4.31 usec
sema context switch - kernel/user: 3.76 usec
sema context switch - kernel/kernel: 3.73 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.02 usec
DLL procedure call overhead: 0.02 usec
current calendar time: 0.87 usec
interval time: 0.65 usec
idle lock lock/unlock pair: 0.23 usec
idle monitor entry/exit pair: 0.35 usec
idle cache monitor entry/exit pair: 0.95 usec
create/destroy thread pair: 141.57 usec
context switch - user/user: 3.28 usec
context switch - user/kernel: 3.35 usec
context switch - kernel/user: 3.31 usec
context switch - kernel/kernel: 3.30 usec
sema context switch - user/user: 4.01 usec
sema context switch - user/kernel: 3.95 usec
sema context switch - kernel/user: 3.94 usec
sema context switch - kernel/kernel: 4.24 usec
Killing perf 20892 after 600
END TEST: perf
BEGIN TEST: pipeping  
Fri Mar 28 15:36:08 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing pipeping 20917 after 600
END TEST: pipeping
BEGIN TEST: pipeping2  
Fri Mar 28 15:36:08 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing pipeping2 20942 after 600
END TEST: pipeping2
BEGIN TEST: pipeself  
Fri Mar 28 15:36:09 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
PR_Available: expected 250, got 250 bytes
PR_Available: expected 243, got 243 bytes
PR_Available: expected 0, got 0 bytes
PASS
Killing pipeself 20973 after 600
END TEST: pipeself
BEGIN TEST: poll_nm  
Fri Mar 28 15:36:09 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing poll_nm 21010 after 600
END TEST: poll_nm
BEGIN TEST: poll_to  
Fri Mar 28 15:36:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing poll_to 21032 after 600
END TEST: poll_to
BEGIN TEST: pollable  
Fri Mar 28 15:36:15 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing pollable 21222 after 600
END TEST: pollable
BEGIN TEST: prftest  
Fri Mar 28 15:36:16 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
Killing prftest 21250 after 600
END TEST: prftest
BEGIN TEST: primblok  
Fri Mar 28 15:36:16 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
This test is not relevant on this platform
Killing primblok 21273 after 600
END TEST: primblok
BEGIN TEST: provider  
Fri Mar 28 15:36:17 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Client/Server started at(0x8066d50): 15:36:17
Server started at(0x806a5a8): 15:36:17
main(0x8066d50): waiting for execution interval (10 seconds)
Client started at(0x806a710): 15:36:17
Shutting down(0x8066d50): 15:36:27
Client(0x806a710): stopped after 325 operations and 334384 bytes
Server(0x806a5a8): stopped after 326 operations and 334924 bytes
main(0x8066d50): test complete
Test exiting at(0x8066d50): 15:36:27
Killing provider 21300 after 600
END TEST: provider
BEGIN TEST: prpollml  
Fri Mar 28 15:36:30 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing prpollml 21444 after 600
END TEST: prpollml
BEGIN TEST: prpoll  
Fri Mar 28 15:37:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
This program tests PR_Poll with sockets.
Timeout, error reporting, and normal operation are tested.

The server thread is listening on ports 35435, 35436 and 35437

PR_Poll should time out in 5 seconds
PR_Poll timed out. Test passed.

PR_Poll should detect a bad file descriptor
Three client threads are created. Each of them will
send data to one of the three ports the server is listening on.
The data they send is the port number. Each of them send
the data five times, so you should see ten lines below,
interleaved in an arbitrary order.
The server received "35435" from a client
The server received "35436" from a client
The server received "35435" from a client
The server received "35436" from a client
The server received "35435" from a client
The server received "35436" from a client
The server received "35435" from a client
The server received "35436" from a client
The server received "35435" from a client
The server received "35436" from a client
Server read 128 bytes from native fd 6
The server received "35437" from a client
Server read 128 bytes from native fd 7
The server received "35437" from a client
Server read 128 bytes from native fd 6
The server received "35437" from a client
Server read 128 bytes from native fd 7
The server received "35437" from a client
Server read 128 bytes from native fd 6
The server received "35437" from a client
All tests finished
Killing prpoll 21924 after 600
END TEST: prpoll
BEGIN TEST: randseed  
Fri Mar 28 15:37:15 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing randseed 21937 after 600
END TEST: randseed
BEGIN TEST: ranfile  
Fri Mar 28 15:37:16 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing ranfile 21950 after 600
END TEST: ranfile
BEGIN TEST: rwlocktest  
Fri Mar 28 15:37:36 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing rwlocktest 21980 after 600
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Fri Mar 28 15:37:36 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Running test for 5 iterations with 10 simultaneous threads.
Will send 8192 bytes of client data and 131072 bytes of server data
TEST COMPLETE!
Server results:

----------
server per thread totals 0 115693 306 5597 520
server per thread elapsed time 122116
----------
Client results:

----------
client per thread totals 0 1404 366 114153 724
client per thread elapsed time 116647
select loop user/user: 30326.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 205012 522 9152 988
server per thread elapsed time 215674
----------
Client results:

----------
client per thread totals 10 2793 691 200016 1465
client per thread elapsed time 204965
select loop user/kernel: 25978.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 305356 756 12911 1984
server per thread elapsed time 321007
----------
Client results:

----------
client per thread totals 10 4166 1017 301310 2256
client per thread elapsed time 308749
select loop kernel/user: 27172.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 20 404813 982 18323 2463
server per thread elapsed time 426581
----------
Client results:

----------
client per thread totals 20 5424 1355 408669 3027
client per thread elapsed time 418475
select loop kernel/kernel: 27076.00 usec
Killing sel_spd 21993 after 600
END TEST: sel_spd
BEGIN TEST: selct_er  
Fri Mar 28 15:37:37 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing selct_er 22006 after 600
END TEST: selct_er
BEGIN TEST: selct_nm  
Fri Mar 28 15:37:37 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing selct_nm 22019 after 600
END TEST: selct_nm
BEGIN TEST: selct_to  
Fri Mar 28 15:37:37 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing selct_to 22032 after 600
END TEST: selct_to
BEGIN TEST: selintr  
Fri Mar 28 15:37:42 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
select returned 0
Killing selintr 22045 after 600
END TEST: selintr
BEGIN TEST: sema  
Fri Mar 28 15:37:44 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing sema 22058 after 600
END TEST: sema
BEGIN TEST: semaerr  
Fri Mar 28 15:37:45 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
PASS
Killing semaerr 22071 after 600
END TEST: semaerr
BEGIN TEST: semaping  
Fri Mar 28 15:37:46 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
Killing semaping 22085 after 600
END TEST: semaping
BEGIN TEST: sendzlf  
Fri Mar 28 15:37:47 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing sendzlf 22099 after 600
END TEST: sendzlf
BEGIN TEST: server_test  
Fri Mar 28 15:37:47 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing server_test 22112 after 600
END TEST: server_test
BEGIN TEST: servr_uu  
Fri Mar 28 15:37:47 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing servr_uu 22125 after 600
END TEST: servr_uu
BEGIN TEST: servr_ku  
Fri Mar 28 15:37:47 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing servr_ku 22138 after 600
END TEST: servr_ku
BEGIN TEST: servr_uk  
Fri Mar 28 15:37:48 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing servr_uk 22151 after 600
END TEST: servr_uk
BEGIN TEST: servr_kk  
Fri Mar 28 15:37:48 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing servr_kk 22164 after 600
END TEST: servr_kk
BEGIN TEST: short_thread  
Fri Mar 28 15:37:48 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing short_thread 22177 after 600
END TEST: short_thread
BEGIN TEST: sigpipe  
Fri Mar 28 15:37:48 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
Killing sigpipe 22190 after 600
END TEST: sigpipe
BEGIN TEST: socket  
Fri Mar 28 15:37:48 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
TCP Client/Server Test - IPv4/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv4/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
Socket_Misc_Test : 1 Server 4 Clients
: Sizes of Transmitted Files - 3 KB, 3 MB
Socket_Misc_Test passed
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
Killing socket 22203 after 600
END TEST: socket
BEGIN TEST: sockopt  
Fri Mar 28 15:37:49 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing sockopt 22216 after 600
END TEST: sockopt
BEGIN TEST: sockping  
Fri Mar 28 15:37:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing sockping 22229 after 600
END TEST: sockping
BEGIN TEST: sprintf  
Fri Mar 28 15:37:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing sprintf 22243 after 600
END TEST: sprintf
BEGIN TEST: stack  
Fri Mar 28 15:37:51 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
Killing stack 22256 after 600
END TEST: stack
BEGIN TEST: stdio  
Fri Mar 28 15:37:52 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
This to standard out
This to standard err
Killing stdio 22269 after 600
END TEST: stdio
BEGIN TEST: str2addr  
Fri Mar 28 15:37:52 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing str2addr 22282 after 600
END TEST: str2addr
BEGIN TEST: strod  
Fri Mar 28 15:37:52 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
Killing strod 22295 after 600
END TEST: strod
BEGIN TEST: switch  
Fri Mar 28 15:37:52 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing switch 22308 after 600
END TEST: switch
BEGIN TEST: system  
Fri Mar 28 15:37:53 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PR_SI_HOSTNAME: phaedrus
PR_SI_SYSNAME: SunOS
PR_SI_RELEASE: 5.8
PR_SI_ARCHITECTURE: x86
Host page size is 4096
Page shift is 12
Number of processors is: 1
Killing system 22321 after 600
END TEST: system
BEGIN TEST: testbit  
Fri Mar 28 15:37:53 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing testbit 22334 after 600
END TEST: testbit
BEGIN TEST: testfile  
Fri Mar 28 15:37:53 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
File Test passed
Dir Test passed
Killing testfile 22347 after 600
END TEST: testfile
BEGIN TEST: threads  
Fri Mar 28 15:37:53 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing threads 22360 after 600
END TEST: threads
BEGIN TEST: timemac  
Fri Mar 28 15:37:55 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Fri Mar 28 23:37:55 UTC 2003
Current local time is Fri Mar 28 15:37:55 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
Killing timemac 22373 after 600
END TEST: timemac
BEGIN TEST: timetest  
Fri Mar 28 15:37:55 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing timetest 22386 after 600
END TEST: timetest
BEGIN TEST: tpd  
Fri Mar 28 15:39:33 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing tpd 22469 after 600
END TEST: tpd
BEGIN TEST: udpsrv  
Fri Mar 28 15:39:34 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing udpsrv 22482 after 600
END TEST: udpsrv
BEGIN TEST: vercheck  
Fri Mar 28 15:39:34 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
NSPR release 4.3:
Compatible with version 4.0
Compatible with version 4.0.1
Compatible with version 4.1
Compatible with version 4.1.1
Compatible with version 4.1.2
Compatible with version 4.1.3
Compatible with version 4.2
Compatible with version 4.2.1
Compatible with version 4.2.2
Compatible with version 4.3
Incompatible with version 2.1 19980529
Incompatible with version 3.0
Incompatible with version 3.0.1
Incompatible with version 3.1
Incompatible with version 3.1.1
Incompatible with version 3.1.2
Incompatible with version 3.1.3
Incompatible with version 3.5
Incompatible with version 3.5.1
Incompatible with version 4.3.3
Incompatible with version 4.4
Incompatible with version 4.4.1
Incompatible with version 10.0
Incompatible with version 11.1
Incompatible with version 12.14.20
PASS
Killing vercheck 22495 after 600
END TEST: vercheck
BEGIN TEST: version  
Fri Mar 28 15:39:34 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Runtime library version information
Build time: 27 Mar 2003 12:53:21 GMT
Build time: 2003-03-27 04:53:21
Portable runtime V4.3.0 ()
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
Killing version 22508 after 600
END TEST: version
BEGIN TEST: writev  
Fri Mar 28 15:39:34 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing writev 22521 after 600
END TEST: writev
BEGIN TEST: xnotify  
Fri Mar 28 15:39:35 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Done!
Killing xnotify 22534 after 600
END TEST: xnotify
BEGIN TEST: zerolen  
Fri Mar 28 15:39:35 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
calling PR_Writev with a zero-length buffer
calling PR_Write with a zero-length buffer
calling PR_Send with a zero-length buffer
PASS
Killing zerolen 22547 after 600
END TEST: zerolen