BEGIN TEST: accept  
Sat Feb 8 16:22:00 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Sat Feb 8 16:22:09 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xdf890c38)127.0.0.1:19899
(Server) read [0xdf890bbf..0xdf890c34) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0xdf890c38)127.0.0.1:20155
(Server) read [0xdf890bbf..0xdf890c34) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0xdf890c38)127.0.0.1:20411
(Server) read [0xdf890bbf..0xdf890c34) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0xdf890c38)127.0.0.1:20667
(Server) read [0xdf890bbf..0xdf890c34) 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
END TEST: acceptread
BEGIN TEST: acceptreademu  
Sat Feb 8 16:22:20 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xdf890c38)127.0.0.1:21435
(Server) read [0xdf890bbf..0xdf890c34) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0xdf890c38)127.0.0.1:21691
(Server) read [0xdf890bbf..0xdf890c34) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0xdf890c38)127.0.0.1:21947
(Server) read [0xdf890bbf..0xdf890c34) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0xdf890c38)127.0.0.1:22203
(Server) read [0xdf890bbf..0xdf890c34) 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
END TEST: acceptreademu
BEGIN TEST: affinity  
Sat Feb 8 16:22:31 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: affinity
BEGIN TEST: alarm  
Sat Feb 8 16:22:31 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Sat Feb 8 16:23:34 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Sat Feb 8 16:23:35 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: atomic
BEGIN TEST: attach  
Sat Feb 8 16:23:35 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Sat Feb 8 16:23:36 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Sat Feb 8 16:23:38 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: cleanup
BEGIN TEST: cltsrv  
Sat Feb 8 16:23:44 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib

PThread Statistics
started: 16:23:44[10]
locks [created: 11, destroyed: 2]
locks [acquired: 980, released: 980]
cvars [created: 7, destroyed: 5]
cvars [notified: 165, delayed_delete: 0]
Client/Server started at(0x80685e0): 16:23:44
Server started at(0x806be68): 16:23:44
Client started at(0x806c0a0): 16:23:44
main(0x80685e0): waiting for execution interval (10 seconds)
Shutting down(0x80685e0): 16:23:54
Client(0x806c0a0): stopped after 157 operations and 154764 bytes
Server(0x806be68): stopped after 158 operations and 156740 bytes
main(0x80685e0): test complete
Test exiting at(0x80685e0): 16:23:54
END TEST: cltsrv
BEGIN TEST: concur  
Sat Feb 8 16:23:54 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Sat Feb 8 16:24:05 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Sat Feb 8 16:24:06 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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: 42.50 usec
Condvar simple test shared UK: 35.90 usec
Condvar simple test priv UU: 198.50 usec
Condvar simple test priv UK: 201.50 usec
Condvar simple test All: 356.70 usec
Condvar timeout test: 625.10 usec

10 Thread tests
Condvar simple test shared UU: 76.50 usec
Condvar simple test shared UK: 73.80 usec
Condvar simple test priv UU: 412.60 usec
Condvar simple test priv UK: 456.30 usec
Condvar simple test All: 941.60 usec
Condvar timeout test: 819.50 usec

15 Thread tests
Condvar simple test shared UU: 109.50 usec
Condvar simple test shared UK: 103.70 usec
Condvar simple test priv UU: 645.30 usec
Condvar simple test priv UK: 725.70 usec
Condvar simple test All: 1144.70 usec
Condvar timeout test: 826.80 usec

20 Thread tests
Condvar simple test shared UU: 152.20 usec
Condvar simple test shared UK: 164.00 usec
Condvar simple test priv UU: 1150.60 usec
Condvar simple test priv UK: 1018.30 usec
Condvar simple test All: 2200.10 usec
Condvar timeout test: 905.10 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Sat Feb 8 16:24:07 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Sat Feb 8 16:24:08 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Sat Feb 8 16:24:08 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: errcodes
BEGIN TEST: exit  
Sat Feb 8 16:24:08 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Sat Feb 8 16:24:18 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Sat Feb 8 16:24:21 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: fileio
BEGIN TEST: foreign  
Sat Feb 8 16:24:21 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Sat Feb 8 16:24:24 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Wait one second before connect
Accepting connection at port 48119
Connecting to port 48119
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Accepting connection at port 48121
Wait one second before connect
Fork succeeded. Child process continues.
Accepting connection at port 48122
Wait one second before connect
Connecting to port 48121
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Connecting to port 48122
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Parent process exits.
PASSED
END TEST: forktest
BEGIN TEST: fsync  
Sat Feb 8 16:24:26 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
10 iterations over a 10 kbyte file: 50 [70] 60
END TEST: fsync
BEGIN TEST: getproto  
Sat Feb 8 16:24:27 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: getproto
BEGIN TEST: i2l  
Sat Feb 8 16:24:27 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Sat Feb 8 16:24:27 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Elapsed time: 3000 ms, expected time: 3002 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Sat Feb 8 16:24:30 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 1347 nsecs

Overhead of 'PR_IntervalNow()' is 856 nsecs

Overhead of 'PR_Now()' is 1333 nsecs

Overhead of 'PR_IntervalNow()' is 857 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Sat Feb 8 16:26:07 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: instrumt
BEGIN TEST: intrio  
Sat Feb 8 16:26:08 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: intrio
BEGIN TEST: intrupt  
Sat Feb 8 16:26:28 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Sat Feb 8 16:26:41 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: io_timeout
BEGIN TEST: ioconthr  
Sat Feb 8 16:26:47 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Interrupting the threads
Threads terminated in 2771 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Sat Feb 8 16:26:55 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: join
BEGIN TEST: joinkk  
Sat Feb 8 16:26:55 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Sat Feb 8 16:26:55 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Sat Feb 8 16:26:55 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Sat Feb 8 16:26:55 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Sat Feb 8 16:26:55 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: layer
BEGIN TEST: lazyinit  
Sat Feb 8 16:26:56 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Sat Feb 8 16:26:56 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Sat Feb 8 16:26:58 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Sat Feb 8 16:27:16 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Sat Feb 8 16:27:23 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Sat Feb 8 16:27:33 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1

PThread Statistics
started: 16:27:33[0]
locks [created: 10, destroyed: 1]
locks [acquired: 9, released: 9]
cvars [created: 12, destroyed: 10]
cvars [notified: 10, delayed_delete: 0]
PASS
END TEST: many_cv
BEGIN TEST: multiwait  
Sat Feb 8 16:27:33 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: multiwait
BEGIN TEST: nameshm1  
Sat Feb 8 16:28:59 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Sat Feb 8 16:29:04 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: nonblock
BEGIN TEST: nblayer  
Sat Feb 8 16:29:06 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
END TEST: nblayer
BEGIN TEST: ntioto  
Sat Feb 8 16:29:06 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Sat Feb 8 16:29:06 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: ntoh
BEGIN TEST: op_2long  
Sat Feb 8 16:29:06 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78
PASS
END TEST: op_2long
BEGIN TEST: op_excl  
Sat Feb 8 16:29:07 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Sat Feb 8 16:29:07 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Sat Feb 8 16:29:07 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Sat Feb 8 16:29:07 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
END TEST: op_nofil
BEGIN TEST: parent  
Sat Feb 8 16:29:08 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: parent
BEGIN TEST: peek  
Sat Feb 8 16:29:08 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: peek
BEGIN TEST: perf  
Sat Feb 8 16:29:08 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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.05 usec
DLL procedure call overhead: 0.07 usec
current calendar time: 1.34 usec
interval time: 0.92 usec
idle lock lock/unlock pair: 0.66 usec
idle monitor entry/exit pair: 1.07 usec
idle cache monitor entry/exit pair: 2.70 usec
create/destroy thread pair: 216.61 usec
context switch - user/user: 6.83 usec
context switch - user/kernel: 6.68 usec
context switch - kernel/user: 6.68 usec
context switch - kernel/kernel: 8.65 usec
sema context switch - user/user: 8.66 usec
sema context switch - user/kernel: 8.20 usec
sema context switch - kernel/user: 8.17 usec
sema context switch - kernel/kernel: 8.18 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.05 usec
DLL procedure call overhead: 0.05 usec
current calendar time: 1.33 usec
interval time: 0.86 usec
idle lock lock/unlock pair: 0.65 usec
idle monitor entry/exit pair: 1.06 usec
idle cache monitor entry/exit pair: 2.71 usec
create/destroy thread pair: 158.28 usec
context switch - user/user: 20.95 usec
context switch - user/kernel: 20.93 usec
context switch - kernel/user: 14.52 usec
context switch - kernel/kernel: 20.71 usec
sema context switch - user/user: 21.95 usec
sema context switch - user/kernel: 22.57 usec
sema context switch - kernel/user: 22.01 usec
sema context switch - kernel/kernel: 22.16 usec
END TEST: perf
BEGIN TEST: pipeping  
Sat Feb 8 16:29:09 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: pipeping
BEGIN TEST: pipeping2  
Sat Feb 8 16:29:09 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: pipeping2
BEGIN TEST: pipeself  
Sat Feb 8 16:29:09 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: pipeself
BEGIN TEST: poll_nm  
Sat Feb 8 16:29:09 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Sat Feb 8 16:29:10 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Sat Feb 8 16:29:15 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Sat Feb 8 16:29:15 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Sat Feb 8 16:29:15 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Sat Feb 8 16:29:15 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: provider
BEGIN TEST: prpollml  
Sat Feb 8 16:29:15 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Sat Feb 8 16:29:56 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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 48426, 48427 and 48428

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 "48426" from a client
The server received "48427" from a client
The server received "48426" from a client
The server received "48427" from a client
Server read 128 bytes from native fd 12
The server received "48428" from a client
The server received "48426" from a client
The server received "48427" from a client
Server read 128 bytes from native fd 13
The server received "48428" from a client
The server received "48426" from a client
The server received "48427" from a client
Server read 128 bytes from native fd 11
The server received "48428" from a client
The server received "48426" from a client
The server received "48427" from a client
Server read 128 bytes from native fd 12
The server received "48428" from a client
Server read 128 bytes from native fd 6
The server received "48428" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Sat Feb 8 16:30:01 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Sat Feb 8 16:30:01 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
ranfile returned 139 (failed)
END TEST: ranfile
BEGIN TEST: rwlocktest  
Sat Feb 8 16:30:08 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Sat Feb 8 16:30:08 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
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 134628832
server thread 0 got connection 134628896
server thread 1 read 8192 bytes
server thread 0 read 8192 bytes
server thread 1 write 131072 bytes
server thread 0 write 131072 bytes
server: 6540 220 2120 300 9180
server thread 1 loop 1
server: 7420 190 2080 230 9920
server thread 0 loop 1
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 134628832
client thread 2 socket connected 134628832
client thread 2 socket wrote 8192
server thread 2 got connection 134628896
server thread 2 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 134628768
client thread 1 socket connected 134628768
client thread 1 socket wrote 8192
server thread 2 write 131072 bytes
server: 11350 170 1970 210 13700
server thread 2 loop 1
server thread 1 got connection 134628896
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
client thread 2 socket read 131072
server: 5520 100 1310 170 7100
server thread 1 loop 2
client thread 2 loop 1
client thread 2 socket created 134628896
client thread 0 socket read 131072
client thread 2 socket connected 134628896
client thread 2 socket wrote 8192
client thread 0 loop 1
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 2 got connection 134628960
server thread 0 read 8192 bytes
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 4300 70 1920 220 6510
server thread 2 loop 2
server thread 0 write 131072 bytes
server: 9310 90 2330 80 11810
server thread 0 loop 2
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 134628960
client thread 3 socket connected 134628960
client thread 3 socket wrote 8192
client thread 0 socket read 131072
server thread 3 got connection 134628704
server thread 3 read 8192 bytes
client thread 0 loop 2
client thread 0 socket created 134628832
client thread 0 socket connected 134628832
client thread 0 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 134628896
client thread 2 socket connected 134628896
server thread 3 write 131072 bytes
server: 21670 140 1890 120 23820
server thread 3 loop 1
client thread 2 socket wrote 8192
server thread 2 got connection 134628704
server thread 2 read 8192 bytes
server thread 0 got connection 134629024
server thread 0 read 8192 bytes
server thread 2 write 131072 bytes
server thread 0 write 131072 bytes
server: 4340 120 1400 210 6070
server thread 2 loop 3
server: 4350 70 1350 190 5960
server thread 0 loop 3
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 134628704
client thread 3 socket read 131072
client thread 0 socket connected 134628704
client thread 0 socket wrote 8192
client thread 3 loop 1
client thread 3 socket created 134629024
client thread 3 socket connected 134629024
client thread 3 socket wrote 8192
server thread 0 got connection 134628832
server thread 0 read 8192 bytes
server thread 3 got connection 134628960
server thread 3 read 8192 bytes
server thread 0 write 131072 bytes
server: 3630 70 1310 190 5200
server thread 0 loop 4
server thread 3 write 131072 bytes
server: 5960 100 1400 220 7680
server thread 3 loop 2
client thread 4 alive
client thread 1 socket read 131072
client thread 2 socket read 131072
client thread 2 loop 3
client thread 1 loop 2
client thread 2 socket created 134628832
client thread 1 socket created 134628960
client thread 2 socket connected 134628832
client thread 1 socket connected 134628960
client thread 2 socket wrote 8192
client thread 1 socket wrote 8192
client thread 5 alive
client thread 5 loop 0
server thread 2 got connection 134628896
server thread 2 read 8192 bytes
server thread 1 got connection 134629088
server thread 1 read 8192 bytes
server thread 2 write 131072 bytes
server: 9140 100 1190 180 10610
server thread 2 loop 4
server thread 1 write 131072 bytes
server: 20070 70 1370 190 21700
server thread 1 loop 3
client thread 3 socket read 131072
client thread 1 socket read 131072
client thread 3 loop 2
client thread 1 loop 3
client thread 3 socket created 134628896
client thread 1 socket created 134629088
client thread 3 socket connected 134628896
client thread 1 socket connected 134629088
client thread 3 socket wrote 8192
client thread 1 socket wrote 8192
client thread 0 socket read 131072
server thread 1 got connection 134629024
server thread 1 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 134628960
client thread 2 socket connected 134628960
client thread 2 socket wrote 8192
server thread 1 write 131072 bytes
server: 2510 120 1240 180 4050
server thread 1 loop 4
server thread 3 got connection 134628704
server thread 3 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 134628832
client thread 1 socket connected 134628832
client thread 1 socket wrote 8192
server thread 3 write 131072 bytes
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 134629088
server: 9930 80 1230 180 11420
server thread 3 loop 3
client thread 6 socket connected 134629088
client thread 6 socket wrote 8192
client thread 3 socket read 131072
client thread 7 alive
client thread 7 loop 0
client thread 3 loop 3
client thread 7 socket created 134628704
client thread 3 socket created 134628896
client thread 7 socket connected 134628704
client thread 3 socket connected 134628896
client thread 7 socket wrote 8192
client thread 3 socket wrote 8192
server thread 6 got connection 134629152
server thread 3 got connection 134629216
server thread 3 read 8192 bytes
server thread 6 read 8192 bytes
server thread 3 write 131072 bytes
server: 1530 50 1250 170 3000
server thread 3 loop 4
server thread 6 write 131072 bytes
server: 43810 140 1810 220 45980
server thread 6 loop 1
server thread 2 got connection 134629216
server thread 2 read 8192 bytes
client thread 6 socket read 131072
server thread 2 write 131072 bytes
client thread 6 loop 1
server: 12250 90 1340 200 13880
Thread 2 EXIT
client thread 6 socket created 134629152
client thread 8 alive
client thread 8 loop 0
client thread 6 socket connected 134629152
client thread 6 socket wrote 8192
client thread 8 socket created 134629088
client thread 8 socket connected 134629088
server thread 6 got connection 134629216
client thread 8 socket wrote 8192
server thread 6 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 134628192
client thread 3 socket connected 134628192
client thread 3 socket wrote 8192
server thread 6 write 131072 bytes
server: 3660 60 1160 160 5040
server thread 6 loop 2
server thread 3 got connection 134628896
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
client thread 6 socket read 131072
server: 5760 50 1290 170 7270
client thread 6 loop 2
Thread 3 EXIT
client thread 9 alive
client thread 6 socket created 134629216
client thread 9 loop 0
client thread 9 socket created 134628896
client thread 6 socket connected 134629216
client thread 6 socket wrote 8192
client thread 9 socket connected 134628896
client thread 9 socket wrote 8192
server thread 7 got connection 134628256
server thread 7 read 8192 bytes
server thread 8 got connection 134629280
server thread 8 read 8192 bytes
server thread 6 got connection 134629152
server thread 6 read 8192 bytes
server thread 8 write 131072 bytes
server: 54210 240 1980 230 56660
server thread 8 loop 1
server thread 6 write 131072 bytes
server: 5250 130 1650 230 7260
server thread 6 loop 3
client thread 3 socket read 131072
Thread 3 EXIT
client thread 4 loop 0
client thread 4 socket created 134629280
client thread 4 socket connected 134629280
client thread 4 socket wrote 8192
client thread 2 socket read 131072
Thread 2 EXIT
client thread 5 socket created 134628768
client thread 5 socket connected 134628768
client thread 5 socket wrote 8192
server thread 9 got connection 134629152
server thread 9 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 134628192
client thread 7 socket connected 134628192
client thread 7 socket wrote 8192
server thread 9 write 131072 bytes
server: 59800 180 2090 210 62280
server thread 9 loop 1
server thread 7 write 131072 bytes
server: 53400 220 10710 450 64780
server thread 7 loop 1
client thread 6 socket read 131072
server thread 7 got connection 134629152
server thread 7 read 8192 bytes
client thread 6 loop 3
client thread 6 socket created 134628256
client thread 6 socket connected 134628256
client thread 6 socket wrote 8192
server thread 7 write 131072 bytes
server: 210 70 1290 180 1750
server thread 7 loop 2
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 134629216
client thread 8 socket connected 134629216
client thread 8 socket wrote 8192
server thread 6 got connection 134629152
server thread 1 got connection 134629024
server thread 5 got connection 134628704
server thread 1 read 8192 bytes
server thread 5 read 8192 bytes
server thread 1 write 131072 bytes
server: 30530 90 1330 180 32130
Thread 1 EXIT
client thread 9 socket read 131072
server thread 5 write 131072 bytes
client thread 9 loop 1
server: 70510 180 1790 200 72680
server thread 5 loop 1
client thread 9 socket created 134629088
client thread 9 socket connected 134629088
client thread 9 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 134629024
client thread 0 loop 4
client thread 7 socket connected 134629024
client thread 7 socket wrote 8192
client thread 0 socket created 134628128
client thread 0 socket connected 134628128
client thread 0 socket wrote 8192
server thread 7 got connection 134628896
server thread 7 read 8192 bytes
server thread 6 read 8192 bytes
server thread 7 write 131072 bytes
server thread 6 write 131072 bytes
server: 6920 60 1410 180 8570
server thread 7 loop 3
server: 11210 4620 1460 190 17480
server thread 6 loop 4
server thread 4 got connection 134628960
server thread 8 got connection 134628704
server thread 8 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 134628192
client thread 6 socket connected 134628192
client thread 6 socket wrote 8192
server thread 8 write 131072 bytes
server thread 6 got connection 134628896
server thread 6 read 8192 bytes
server: 19710 90 1310 160 21270
server thread 8 loop 2
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 134629152
client thread 7 socket connected 134629152
server thread 6 write 131072 bytes
client thread 7 socket wrote 8192
server: 3190 50 1230 170 4640
Thread 6 EXIT
server thread 7 got connection 134628256
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
client thread 6 socket read 131072
server: 4880 50 1350 170 6450
server thread 7 loop 4
Thread 6 EXIT
server thread 4 read 8192 bytes
client thread 7 socket read 131072
server thread 4 write 131072 bytes
client thread 7 loop 4
client thread 7 socket created 134628704
server: 78380 5290 2510 340 86520
server thread 4 loop 1
client thread 7 socket connected 134628704
client thread 7 socket wrote 8192
server thread 9 got connection 134629024
server thread 9 read 8192 bytes
client thread 1 socket read 131072
Thread 1 EXIT
server thread 9 write 131072 bytes
server: 21880 100 1350 170 23500
server thread 9 loop 2
server thread 0 got connection 134628896
server thread 0 read 8192 bytes
client thread 5 socket read 131072
server thread 0 write 131072 bytes
client thread 5 loop 1
server: 58510 290 1190 190 60180
client thread 5 socket created 134628448
Thread 0 EXIT
client thread 5 socket connected 134628448
client thread 5 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 134628256
client thread 8 socket connected 134628256
client thread 8 socket wrote 8192
server thread 7 got connection 134628192
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 10430 80 1520 250 12280
client thread 7 socket read 131072
Thread 7 EXIT
Thread 7 EXIT
client thread 9 socket read 131072
client thread 0 socket read 131072
Thread 0 EXIT
client thread 9 loop 2
client thread 9 socket created 134629152
client thread 9 socket connected 134629152
server thread 5 got connection 134628960
server thread 5 read 8192 bytes
client thread 9 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 1
server thread 5 write 131072 bytes
client thread 4 socket created 134628832
server: 24740 70 1200 150 26160
server thread 5 loop 2
client thread 4 socket connected 134628832
client thread 4 socket wrote 8192
server thread 9 got connection 134629024
server thread 9 read 8192 bytes
server thread 8 got connection 134628768
server thread 8 read 8192 bytes
server thread 9 write 131072 bytes
server thread 8 write 131072 bytes
server: 11190 80 1270 190 12730
server thread 9 loop 3
server: 19760 70 1290 180 21300
server thread 8 loop 3
client thread 5 socket read 131072
server thread 4 got connection 134628896
server thread 4 read 8192 bytes
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 5 got connection 134629216
server thread 5 read 8192 bytes
server thread 4 write 131072 bytes
server: 18110 80 1300 440 19930
server thread 4 loop 2
client thread 9 socket read 131072
server thread 5 write 131072 bytes
server: 6480 50 1880 180 8590
server thread 5 loop 3
client thread 9 loop 3
client thread 9 socket created 134628192
client thread 9 socket connected 134628192
client thread 9 socket wrote 8192
client thread 4 socket read 131072
server thread 9 got connection 134628512
server thread 9 read 8192 bytes
client thread 4 loop 2
client thread 4 socket created 134628704
client thread 4 socket connected 134628704
client thread 4 socket wrote 8192
server thread 4 got connection 134628128
server thread 4 read 8192 bytes
server thread 9 write 131072 bytes
server: 8020 80 1240 160 9500
server thread 9 loop 4
client thread 5 socket read 131072
client thread 5 loop 3
server thread 4 write 131072 bytes
client thread 5 socket created 134629088
server: 3890 40 1310 170 5410
server thread 4 loop 3
client thread 5 socket connected 134629088
client thread 5 socket wrote 8192
server thread 5 got connection 134629280
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 134628960
server: 4540 50 1630 180 6400
server thread 5 loop 4
client thread 4 socket connected 134628960
client thread 4 socket wrote 8192
client thread 5 socket read 131072
server thread 4 got connection 134629024
server thread 4 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 134628768
client thread 9 socket connected 134628768
client thread 9 socket wrote 8192
client thread 5 loop 4
server thread 4 write 131072 bytes
client thread 5 socket created 134628448
server: 4230 60 1230 150 5670
server thread 4 loop 4
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 134628896
client thread 5 socket connected 134628448
client thread 8 socket connected 134628896
client thread 8 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 4
server thread 8 got connection 134629216
server thread 8 read 8192 bytes
client thread 4 socket created 134629152
client thread 4 socket connected 134629152
client thread 4 socket wrote 8192
client thread 5 socket wrote 8192
server thread 9 got connection 134628832
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
server: 17940 50 1140 180 19310
server thread 8 loop 4
server thread 4 got connection 134628512
server thread 4 read 8192 bytes
server thread 9 write 131072 bytes
server: 9400 60 1290 170 10920
Thread 9 EXIT
server thread 4 write 131072 bytes
server: 3670 80 1460 240 5450
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
client thread 9 socket read 131072
client thread 8 socket read 131072
client thread 8 loop 4
server thread 5 got connection 134628064
server thread 5 read 8192 bytes
client thread 8 socket created 134628128
client thread 8 socket connected 134628128
client thread 8 socket wrote 8192
server thread 5 write 131072 bytes
server: 10520 90 1340 230 12180
client thread 5 socket read 131072
Thread 9 EXIT
Thread 5 EXIT
Thread 5 EXIT
server thread 8 got connection 134629280
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 7450 60 1220 220 8950
Thread 8 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
Thread 8 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 0 83201 1476 8393 1013
server per thread elapsed time 94083
----------
Client results:

----------
client per thread totals 0 5164 1053 55896 1370
client per thread elapsed time 63483
select loop user/user: 26906.00 usec
server thread 0 alive
server thread 1 alive
server thread 0 loop 0
client thread 0 alive
client thread 0 loop 0
server thread 1 loop 0
client thread 0 socket created 134628192
server thread 2 alive
client thread 0 socket connected 134628192
client thread 0 socket wrote 8192
server thread 2 loop 0
server thread 3 alive
server thread 0 got connection 134628960
server thread 0 read 8192 bytes
server thread 3 loop 0
server thread 4 alive
server thread 4 loop 0
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 134628832
server thread 0 write 131072 bytes
client thread 1 socket connected 134628832
server: 1240 40 1090 160 2530
server thread 0 loop 1
client thread 1 socket wrote 8192
server thread 1 got connection 134628640
server thread 1 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 1
server thread 1 write 131072 bytes
client thread 0 socket created 134628512
server: 2470 50 1320 240 4080
server thread 1 loop 1
client thread 0 socket connected 134628512
client thread 0 socket wrote 8192
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 134628320
client thread 1 socket read 131072
client thread 2 socket connected 134628320
client thread 1 loop 1
client thread 2 socket wrote 8192
client thread 1 socket created 134629152
client thread 3 alive
client thread 3 loop 0
client thread 1 socket connected 134629152
client thread 3 socket created 134628768
client thread 1 socket wrote 8192
client thread 3 socket connected 134628768
client thread 3 socket wrote 8192
server thread 1 got connection 134628896
server thread 6 alive
server thread 9 alive
server thread 6 loop 0
server thread 8 alive
server thread 5 alive
server thread 8 loop 0
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 134628576
server thread 0 got connection 134628128
server thread 0 read 8192 bytes
client thread 4 socket connected 134628576
client thread 4 socket wrote 8192
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 6110 70 1330 210 7720
server thread 0 loop 2
client thread 9 alive
server thread 1 read 8192 bytes
client thread 9 loop 0
client thread 9 socket created 134628960
client thread 9 socket connected 134628960
client thread 9 socket wrote 8192
server thread 1 write 131072 bytes
server: 2520 3440 1370 230 7560
server thread 1 loop 2
client thread 1 socket read 131072
client thread 8 alive
server thread 5 loop 0
client thread 8 loop 0
client thread 5 alive
client thread 5 loop 0
client thread 8 socket created 134628192
client thread 5 socket created 134628640
client thread 8 socket connected 134628192
client thread 5 socket connected 134628640
client thread 8 socket wrote 8192
client thread 5 socket wrote 8192
server thread 8 got connection 134628832
server thread 5 got connection 134628128
client thread 1 loop 2
server thread 5 read 8192 bytes
client thread 1 socket created 134628896
client thread 1 socket connected 134628896
client thread 1 socket wrote 8192
server thread 8 read 8192 bytes
server thread 5 write 131072 bytes
server: 1310 60 1150 160 2680
server thread 5 loop 1
server thread 8 write 131072 bytes
server thread 7 alive
server: 5330 830 1350 200 7710
server thread 8 loop 1
client thread 0 loop 2
server thread 7 loop 0
client thread 0 socket created 134628832
client thread 5 socket read 131072
client thread 0 socket connected 134628832
client thread 0 socket wrote 8192
client thread 6 alive
server thread 3 got connection 134628512
server thread 3 read 8192 bytes
client thread 6 loop 0
client thread 6 socket created 134628640
client thread 6 socket connected 134628640
client thread 6 socket wrote 8192
server thread 4 got connection 137010480
server thread 4 read 8192 bytes
server thread 3 write 131072 bytes
server: 16600 80 1340 170 18190
server thread 3 loop 1
server thread 2 got connection 137010416
server thread 2 read 8192 bytes
server thread 4 write 131072 bytes
server: 16910 80 1330 190 18510
server thread 4 loop 1
server thread 2 write 131072 bytes
server: 18840 160 1480 450 20930
server thread 2 loop 1
client thread 5 loop 1
client thread 5 socket created 134628512
client thread 5 socket connected 134628512
client thread 5 socket wrote 8192
server thread 5 got connection 137010480
server thread 5 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 137010416
client thread 3 socket connected 137010416
client thread 3 socket wrote 8192
server thread 5 write 131072 bytes
server thread 9 loop 0
server: 7860 50 1290 180 9380
server thread 5 loop 2
server thread 9 got connection 134628768
server thread 9 read 8192 bytes
server thread 3 got connection 137010480
server thread 3 read 8192 bytes
server thread 9 write 131072 bytes
server: 370 70 1310 170 1920
server thread 9 loop 1
server thread 3 write 131072 bytes
server: 5470 90 1520 190 7270
server thread 3 loop 2
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 134628768
client thread 4 socket read 131072
server thread 1 got connection 134629152
server thread 1 read 8192 bytes
client thread 4 loop 1
client thread 4 socket created 137010480
client thread 4 socket connected 137010480
client thread 4 socket wrote 8192
client thread 9 socket read 131072
server thread 1 write 131072 bytes
client thread 9 loop 1
server: 17470 100 1300 170 19040
server thread 1 loop 3
client thread 9 socket created 134628512
client thread 9 socket connected 134628512
client thread 9 socket wrote 8192
server thread 5 got connection 134628576
server thread 9 got connection 134628960
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 7150 130 1600 220 9100
server thread 9 loop 2
client thread 7 alive
client thread 7 loop 0
server thread 0 got connection 134629152
client thread 7 socket created 134628960
client thread 9 socket read 131072
client thread 7 socket connected 134628960
client thread 7 socket wrote 8192
client thread 9 loop 2
server thread 0 read 8192 bytes
client thread 9 socket created 134628512
client thread 9 socket connected 134628512
client thread 9 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 134628192
client thread 8 socket connected 134628192
server thread 0 write 131072 bytes
client thread 8 socket wrote 8192
server: 26210 780 1160 170 28320
server thread 0 loop 3
server thread 4 got connection 134629152
server thread 4 read 8192 bytes
server thread 9 got connection 137010608
server thread 9 read 8192 bytes
server thread 4 write 131072 bytes
server thread 9 write 131072 bytes
server: 18360 280 1310 190 20140
server thread 4 loop 2
server: 3490 80 1370 190 5130
server thread 9 loop 3
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 134629152
client thread 3 socket connected 134629152
client thread 3 socket wrote 8192
server thread 7 got connection 137010608
server thread 7 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 137010416
client thread 9 socket connected 137010416
client thread 9 socket wrote 8192
client thread 2 socket read 131072
server thread 7 write 131072 bytes
server: 24810 80 1250 160 26300
server thread 7 loop 1
server thread 8 got connection 134628512
server thread 8 read 8192 bytes
server thread 9 got connection 134628320
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
server: 27740 70 1380 180 29370
server thread 8 loop 2
server thread 9 write 131072 bytes
server: 3290 80 1360 200 4930
server thread 9 loop 4
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 137010608
client thread 7 socket read 131072
client thread 8 socket connected 137010608
client thread 8 socket wrote 8192
client thread 7 loop 1
client thread 7 socket created 134628512
server thread 8 got connection 134628320
server thread 8 read 8192 bytes
client thread 7 socket connected 134628512
client thread 7 socket wrote 8192
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 134628192
client thread 0 socket connected 134628192
server thread 8 write 131072 bytes
client thread 0 socket wrote 8192
server: 4660 50 1180 150 6040
server thread 8 loop 3
server thread 3 got connection 134628960
server thread 3 read 8192 bytes
server thread 6 got connection 137010544
server thread 6 read 8192 bytes
server thread 3 write 131072 bytes
server: 24720 80 1520 170 26490
server thread 3 loop 3
server thread 7 got connection 134628832
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
server: 44710 330 1370 190 46600
server thread 6 loop 1
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 134628320
client thread 8 socket connected 134628320
client thread 8 socket wrote 8192
client thread 5 socket connected 134628768
client thread 5 socket wrote 8192
server thread 7 write 131072 bytes
server thread 8 got connection 134628960
server: 10270 110 2060 170 12610
server thread 7 loop 2
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 4780 50 1400 180 6410
server thread 8 loop 4
server thread 0 got connection 137010544
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 19330 80 1440 160 21010
server thread 0 loop 4
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 137010608
client thread 7 socket connected 137010608
client thread 8 socket read 131072
client thread 1 socket read 131072
client thread 1 loop 3
client thread 8 loop 4
client thread 1 socket created 134628832
client thread 1 socket connected 134628832
client thread 1 socket wrote 8192
server thread 7 got connection 137010544
server thread 7 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 134628512
client thread 6 socket connected 134628512
client thread 6 socket wrote 8192
server thread 7 write 131072 bytes
server: 5570 70 1180 170 6990
server thread 7 loop 3
server thread 6 got connection 134628896
server thread 6 read 8192 bytes
client thread 8 socket created 134628960
client thread 8 socket connected 134628960
client thread 8 socket wrote 8192
server thread 6 write 131072 bytes
server thread 5 read 8192 bytes
server: 9030 50 1360 400 10840
server thread 6 loop 2
server thread 8 got connection 134628320
server thread 8 read 8192 bytes
server thread 5 write 131072 bytes
server: 7030 33380 1400 200 42010
server thread 5 loop 3
server thread 8 write 131072 bytes
client thread 0 socket read 131072
server: 7750 100 3450 190 11490
Thread 8 EXIT
client thread 3 socket read 131072
client thread 0 loop 4
client thread 3 loop 3
client thread 0 socket created 134628640
client thread 3 socket created 137010544
client thread 0 socket connected 134628640
client thread 0 socket wrote 8192
client thread 3 socket connected 137010544
client thread 3 socket wrote 8192
client thread 2 loop 1
client thread 2 socket created 134628896
client thread 9 socket read 131072
client thread 2 socket connected 134628896
client thread 9 loop 4
client thread 9 socket created 134628576
client thread 9 socket connected 134628576
client thread 9 socket wrote 8192
client thread 2 socket wrote 8192
client thread 6 socket read 131072
server thread 1 got connection 134628320
server thread 1 read 8192 bytes
client thread 6 loop 2
client thread 6 socket created 134628448
client thread 6 socket connected 134628448
client thread 6 socket wrote 8192
server thread 6 got connection 134628192
server thread 6 read 8192 bytes
server thread 1 write 131072 bytes
server: 40860 80 1200 170 42310
server thread 1 loop 4
server thread 6 write 131072 bytes
server: 7890 50 1390 410 9740
server thread 6 loop 3
client thread 8 socket read 131072
Thread 8 EXIT
client thread 7 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 2
client thread 7 socket read 131072
client thread 4 socket created 134629152
client thread 7 loop 3
client thread 4 socket connected 134629152
client thread 4 socket wrote 8192
client thread 7 socket created 137010416
client thread 7 socket connected 137010416
client thread 6 socket read 131072
client thread 7 socket wrote 8192
client thread 6 loop 3
client thread 6 socket created 134628512
server thread 0 got connection 134628320
server thread 0 read 8192 bytes
client thread 6 socket connected 134628512
client thread 6 socket wrote 8192
server thread 6 got connection 134628192
server thread 6 read 8192 bytes
server thread 0 write 131072 bytes
server: 18710 60 1210 180 20160
Thread 0 EXIT
server thread 6 write 131072 bytes
server: 3950 40 1330 170 5490
server thread 6 loop 4
server thread 2 got connection 137010480
server thread 2 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 4
server thread 2 write 131072 bytes
client thread 6 socket created 137010608
server: 58780 140 1420 180 60520
server thread 2 loop 2
server thread 3 got connection 134628960
client thread 6 socket connected 137010608
server thread 3 read 8192 bytes
client thread 6 socket wrote 8192
server thread 6 got connection 134628448
server thread 6 read 8192 bytes
server thread 3 write 131072 bytes
server: 29180 100 1390 180 30850
server thread 3 loop 4
server thread 6 write 131072 bytes
server thread 7 got connection 134628320
server thread 7 read 8192 bytes
server: 2630 50 1420 190 4290
Thread 6 EXIT
server thread 7 write 131072 bytes
server: 21640 110 1440 170 23360
server thread 7 loop 4
client thread 6 socket read 131072
Thread 6 EXIT
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 134628704
client thread 5 socket read 131072
client thread 2 socket connected 134628704
client thread 2 socket wrote 8192
client thread 5 loop 3
client thread 5 socket created 134628192
client thread 0 socket read 131072
client thread 5 socket connected 134628192
client thread 5 socket wrote 8192
Thread 0 EXIT
server thread 4 got connection 134628512
server thread 4 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 4
server thread 4 write 131072 bytes
client thread 7 socket created 137010480
server: 50600 80 1320 170 52170
server thread 4 loop 3
client thread 7 socket connected 137010480
client thread 7 socket wrote 8192
server thread 2 got connection 134628960
server thread 2 read 8192 bytes
server thread 9 got connection 134628448
server thread 9 read 8192 bytes
server thread 2 write 131072 bytes
server thread 9 write 131072 bytes
client thread 2 socket read 131072
server: 48000 100 3390 180 51670
client thread 2 loop 3
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 134628896
client thread 9 socket read 131072
client thread 1 socket connected 134628896
client thread 1 socket wrote 8192
Thread 9 EXIT
client thread 2 socket created 134628320
client thread 2 socket connected 134628320
client thread 2 socket wrote 8192
Thread 9 EXIT
server thread 5 got connection 137010608
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 33940 80 1530 170 35720
server thread 5 loop 4
server: 11080 100 1320 190 12690
server thread 2 loop 3
client thread 4 socket read 131072
server thread 2 got connection 134628768
server thread 2 read 8192 bytes
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 3 socket read 131072
client thread 3 loop 4
server thread 2 write 131072 bytes
client thread 3 socket created 137010416
server: 360 140 1350 160 2010
server thread 2 loop 4
client thread 3 socket connected 137010416
client thread 3 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 134628512
client thread 2 socket connected 134628512
server thread 4 got connection 134628960
client thread 2 socket wrote 8192
server thread 4 read 8192 bytes
server thread 2 got connection 134628448
server thread 2 read 8192 bytes
server thread 4 write 131072 bytes
server: 14190 70 1330 170 15760
server thread 4 loop 4
server thread 2 write 131072 bytes
server: 2720 70 1300 190 4280
client thread 5 socket read 131072
Thread 2 EXIT
client thread 5 loop 4
client thread 5 socket created 134628704
client thread 5 socket connected 134628704
client thread 5 socket wrote 8192
server thread 7 got connection 134628064
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 23510 80 1470 220 25280
Thread 7 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
client thread 7 socket read 131072
server thread 1 got connection 134628384
server thread 1 read 8192 bytes
Thread 7 EXIT
server thread 1 write 131072 bytes
client thread 4 socket read 131072
server: 39810 80 1130 170 41190
Thread 1 EXIT
client thread 4 loop 4
client thread 4 socket created 134628832
client thread 4 socket connected 134628832
server thread 3 got connection 134628576
server thread 3 read 8192 bytes
client thread 4 socket wrote 8192
server thread 3 write 131072 bytes
server: 31070 90 1610 170 32940
server thread 4 got connection 137010608
Thread 3 EXIT
server thread 4 read 8192 bytes
server thread 5 got connection 134629152
server thread 5 read 8192 bytes
server thread 4 write 131072 bytes
server: 8790 90 1300 170 10350
Thread 4 EXIT
server thread 5 write 131072 bytes
server: 15480 90 1300 190 17060
Thread 5 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
Thread 3 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 164660 5738 15605 1994
server per thread elapsed time 187997
----------
Client results:

----------
client per thread totals 10 10588 3187 138596 2788
client per thread elapsed time 155159
select loop user/kernel: 24876.00 usec
server thread 0 alive
server thread 1 alive
server thread 2 alive
server thread 3 alive
server thread 2 loop 0
server thread 4 alive
server thread 5 alive
server thread 4 loop 0
server thread 5 loop 0
client thread 0 alive
client thread 0 loop 0
server thread 3 loop 0
client thread 4 alive
client thread 4 loop 0
server thread 7 alive
client thread 4 socket created 134628064
client thread 4 socket connected 134628064
server thread 7 loop 0
client thread 4 socket wrote 8192
client thread 5 alive
server thread 4 got connection 134628512
server thread 9 alive
server thread 4 read 8192 bytes
server thread 9 loop 0
server thread 4 write 131072 bytes
server: 1100 90 1260 230 2680
server thread 4 loop 1
client thread 4 socket read 131072
client thread 3 alive
client thread 3 loop 0
client thread 4 loop 1
client thread 3 socket created 134628384
client thread 4 socket created 134629088
client thread 3 socket connected 134628384
client thread 3 socket wrote 8192
client thread 4 socket connected 134629088
client thread 4 socket wrote 8192
server thread 4 got connection 134628640
server thread 4 read 8192 bytes
server thread 3 got connection 134628576
server thread 3 read 8192 bytes
server thread 4 write 131072 bytes
server thread 3 write 131072 bytes
server thread 6 alive
server: 3770 70 1250 200 5290
server thread 3 loop 1
server thread 6 loop 0
server thread 0 loop 0
client thread 4 socket read 131072
client thread 3 socket read 131072
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 137010608
client thread 3 loop 1
client thread 3 socket created 134629216
client thread 2 socket connected 137010608
client thread 2 socket wrote 8192
client thread 3 socket connected 134629216
client thread 0 socket created 134628192
client thread 3 socket wrote 8192
client thread 0 socket connected 134628192
client thread 7 alive
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 134629152
server thread 2 got connection 134629280
server thread 2 read 8192 bytes
client thread 6 socket connected 134629152
client thread 6 socket wrote 8192
server thread 8 alive
server thread 2 write 131072 bytes
server: 10320 60 1250 190 11820
server thread 2 loop 1
client thread 5 loop 0
server thread 8 loop 0
client thread 5 socket created 134628704
client thread 5 socket connected 134628704
client thread 5 socket wrote 8192
client thread 2 socket read 131072
client thread 9 alive
client thread 9 loop 0
client thread 2 loop 1
client thread 9 socket created 134628896
client thread 2 socket created 137010416
client thread 9 socket connected 134628896
client thread 2 socket connected 137010416
client thread 9 socket wrote 8192
client thread 2 socket wrote 8192
server: 1120 70 1180 190 2560
server thread 4 loop 2
server thread 2 got connection 134628512
client thread 7 loop 0
server thread 2 read 8192 bytes
client thread 7 socket created 134628064
client thread 7 socket connected 134628064
client thread 7 socket wrote 8192
server thread 2 write 131072 bytes
server: 1710 70 1210 230 3220
server thread 2 loop 2
client thread 2 socket read 131072
client thread 2 loop 2
server thread 0 got connection 134628640
server thread 0 read 8192 bytes
client thread 2 socket created 134628576
client thread 2 socket connected 134628576
client thread 2 socket wrote 8192
client thread 4 loop 2
client thread 4 socket created 134629088
client thread 4 socket connected 134629088
client thread 4 socket wrote 8192
server thread 0 write 131072 bytes
server: 7240 70 1130 160 8600
server thread 0 loop 1
server thread 5 got connection 134628512
server thread 5 read 8192 bytes
server thread 6 got connection 137010416
server thread 6 read 8192 bytes
server thread 5 write 131072 bytes
server: 16390 80 1250 190 17910
server thread 5 loop 1
server thread 6 write 131072 bytes
server: 10520 90 1410 200 12220
server thread 6 loop 1
server thread 4 got connection 134628384
server thread 4 read 8192 bytes
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 0 socket wrote 8192
server thread 4 write 131072 bytes
server: 7120 100 1410 200 8830
server thread 4 loop 3
server thread 3 got connection 134629280
server thread 3 read 8192 bytes
server thread 6 got connection 134628512
server thread 6 read 8192 bytes
server thread 3 write 131072 bytes
server: 16410 100 1540 220 18270
server thread 3 loop 2
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 137010416
client thread 5 socket connected 137010416
client thread 5 socket wrote 8192
server thread 2 got connection 137010608
server thread 2 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 134629152
client thread 6 socket connected 134629152
server thread 2 write 131072 bytes
client thread 6 socket wrote 8192
server: 11010 70 1300 160 12540
server thread 2 loop 3
server thread 5 got connection 134628384
server thread 5 read 8192 bytes
server thread 9 got connection 134629280
server thread 9 read 8192 bytes
server thread 5 write 131072 bytes
server: 8950 80 1270 170 10470
server thread 5 loop 2
server thread 9 write 131072 bytes
server: 25540 80 1390 180 27190
server thread 9 loop 1
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
client thread 8 alive
client thread 8 loop 0
server thread 7 got connection 134628640
client thread 8 socket created 137010608
server thread 7 read 8192 bytes
client thread 8 socket connected 137010608
client thread 8 socket wrote 8192
server thread 7 write 131072 bytes
server: 29630 80 1360 210 31280
server thread 7 loop 1
client thread 4 socket read 131072
client thread 5 socket read 131072
client thread 4 loop 3
client thread 4 socket created 134628384
client thread 5 loop 2
client thread 5 socket created 134629280
client thread 4 socket connected 134628384
client thread 4 socket wrote 8192
client thread 5 socket connected 134629280
client thread 5 socket wrote 8192
server thread 5 got connection 134628192
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 4980 90 1490 240 6800
server thread 5 loop 3
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 134628640
client thread 5 socket connected 134628640
client thread 5 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 3
client thread 3 socket read 131072
client thread 2 socket created 134629088
client thread 3 loop 2
client thread 2 socket connected 134629088
client thread 3 socket created 137010416
client thread 2 socket wrote 8192
client thread 3 socket connected 137010416
client thread 3 socket wrote 8192
server thread 5 got connection 134628192
server thread 8 got connection 134629280
server thread 2 got connection 137010736
server thread 5 read 8192 bytes
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 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 134628896
server thread 4 got connection 137010672
server thread 4 read 8192 bytes
client thread 9 socket connected 134628896
client thread 9 socket wrote 8192
server thread 2 read 8192 bytes
server thread 4 write 131072 bytes
server thread 2 write 131072 bytes
server: 20680 100 1380 200 22360
server thread 4 loop 4
server: 13950 1730 1370 190 17240
server thread 2 loop 4
server thread 8 read 8192 bytes
client thread 4 socket read 131072
server thread 8 write 131072 bytes
client thread 4 loop 4
server: 29460 3750 1490 190 34890
server thread 8 loop 1
server thread 6 write 131072 bytes
server: 3710 90 23880 170 27850
server thread 6 loop 2
server thread 6 got connection 137010736
server thread 6 read 8192 bytes
server thread 7 got connection 134628384
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
server: 250 80 1480 180 1990
server thread 6 loop 3
server thread 0 got connection 134628576
server thread 0 read 8192 bytes
server thread 7 write 131072 bytes
server: 15700 90 1420 180 17390
server thread 7 loop 2
server thread 0 write 131072 bytes
server: 32020 100 1510 190 33820
server thread 0 loop 2
server thread 9 got connection 134629280
server thread 9 read 8192 bytes
client thread 2 socket read 131072
client thread 1 alive
client thread 2 loop 4
client thread 1 loop 0
client thread 2 socket created 134628512
client thread 1 socket created 137010736
client thread 2 socket connected 134628512
client thread 2 socket wrote 8192
client thread 1 socket connected 137010736
client thread 4 socket created 137010672
client thread 1 socket wrote 8192
client thread 4 socket connected 137010672
server thread 3 got connection 134629216
client thread 4 socket wrote 8192
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
client thread 8 socket read 131072
server: 29520 60 1390 190 31160
server thread 3 loop 3
client thread 8 loop 1
client thread 8 socket created 134628384
client thread 8 socket connected 134628384
client thread 8 socket wrote 8192
client thread 6 socket read 131072
client thread 7 socket read 131072
client thread 6 loop 3
client thread 6 socket created 134628576
client thread 7 loop 2
client thread 6 socket connected 134628576
client thread 6 socket wrote 8192
client thread 7 socket created 134629088
client thread 7 socket connected 134629088
client thread 7 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 2
client thread 0 socket read 131072
client thread 9 socket created 134629216
client thread 9 socket connected 134629216
client thread 0 loop 2
client thread 0 socket created 134628064
client thread 0 socket connected 134628064
client thread 0 socket wrote 8192
client thread 9 socket wrote 8192
client thread 5 socket read 131072
server thread 6 got connection 134628896
client thread 5 loop 4
server thread 6 read 8192 bytes
client thread 5 socket created 134628704
client thread 5 socket connected 134628704
client thread 5 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 3
server thread 6 write 131072 bytes
client thread 3 socket created 134628640
server: 13470 70 1190 160 14890
server thread 6 loop 4
client thread 3 socket connected 134628640
client thread 3 socket wrote 8192
server thread 9 write 131072 bytes
server: 21690 90 12880 170 34830
server thread 9 loop 2
server thread 9 got connection 137010416
server thread 9 read 8192 bytes
server thread 0 got connection 134628896
server thread 0 read 8192 bytes
server thread 9 write 131072 bytes
server: 250 210 1320 170 1950
server thread 9 loop 3
server thread 0 write 131072 bytes
server: 14240 80 1410 180 15910
server thread 0 loop 3
server thread 8 got connection 134629280
server thread 8 read 8192 bytes
client thread 0 socket read 131072
server thread 8 write 131072 bytes
server: 20170 110 1440 180 21900
server thread 8 loop 2
client thread 0 loop 3
client thread 0 socket created 137010416
server thread 7 got connection 134628896
client thread 0 socket connected 137010416
server thread 7 read 8192 bytes
client thread 0 socket wrote 8192
server thread 7 write 131072 bytes
server: 19060 90 1350 190 20690
server thread 7 loop 3
client thread 9 socket read 131072
client thread 9 loop 3
server thread 3 got connection 134629280
client thread 9 socket created 134628064
server thread 3 read 8192 bytes
client thread 9 socket connected 134628064
client thread 9 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 134628896
server thread 3 write 131072 bytes
client thread 6 socket connected 134628896
client thread 6 socket wrote 8192
server: 15660 90 1240 160 17150
server thread 3 loop 4
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 134629216
client thread 8 socket connected 134629216
client thread 8 socket wrote 8192
server thread 8 got connection 134628576
server thread 8 read 8192 bytes
server thread 0 got connection 134629280
server thread 0 read 8192 bytes
server thread 8 write 131072 bytes
server thread 0 write 131072 bytes
server: 7230 80 1320 190 8820
server thread 8 loop 3
server: 9140 50 1280 190 10660
server thread 0 loop 4
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 134628384
client thread 3 socket connected 134628384
client thread 3 socket wrote 8192
client thread 0 socket read 131072
client thread 7 socket read 131072
client thread 0 loop 4
client thread 0 socket created 134628576
client thread 7 loop 3
client thread 7 socket created 134629280
client thread 0 socket connected 134628576
client thread 0 socket wrote 8192
client thread 7 socket connected 134629280
client thread 7 socket wrote 8192
server thread 9 got connection 134628640
server thread 9 read 8192 bytes
client thread 8 socket read 131072
server thread 9 write 131072 bytes
client thread 8 loop 3
server: 14060 60 1330 180 15630
server thread 9 loop 4
client thread 8 socket created 137010416
client thread 8 socket connected 137010416
server thread 3 got connection 134629088
client thread 8 socket wrote 8192
server thread 3 read 8192 bytes
server thread 6 got connection 134629216
server thread 6 read 8192 bytes
server thread 3 write 131072 bytes
server: 9550 80 1260 180 11070
Thread 3 EXIT
server thread 4 got connection 137010608
server thread 6 write 131072 bytes
server thread 4 read 8192 bytes
server: 19050 70 1360 180 20660
Thread 6 EXIT
server thread 2 got connection 134629152
server thread 2 read 8192 bytes
server thread 4 write 131072 bytes
server: 39730 190 1390 200 41510
Thread 4 EXIT
server thread 2 write 131072 bytes
server: 39950 90 1470 210 41720
Thread 2 EXIT
server thread 7 got connection 134628640
server thread 7 read 8192 bytes
server thread 0 got connection 134629088
server thread 0 read 8192 bytes
server thread 7 write 131072 bytes
server: 16790 60 1450 190 18490
server thread 7 loop 4
server thread 0 write 131072 bytes
server: 10680 90 1410 190 12370
Thread 0 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
server thread 8 got connection 134628320
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 14730 110 1510 200 16550
server thread 8 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 134629216
client thread 9 socket read 131072
client thread 7 socket connected 134629216
client thread 7 socket wrote 8192
client thread 9 loop 4
client thread 9 socket created 134628256
server thread 7 got connection 137010608
server thread 7 read 8192 bytes
client thread 9 socket connected 134628256
client thread 9 socket wrote 8192
client thread 6 socket read 131072
Thread 6 EXIT
server thread 7 write 131072 bytes
server: 6110 40 1270 180 7600
Thread 7 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
server thread 9 got connection 134628448
server thread 9 read 8192 bytes
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 2 socket read 131072
server thread 9 write 131072 bytes
Thread 2 EXIT
server: 19100 80 1320 180 20680
Thread 9 EXIT
server thread 8 got connection 134628768
server thread 8 read 8192 bytes
client thread 9 socket read 131072
Thread 9 EXIT
server thread 8 write 131072 bytes
server: 9780 90 1340 230 11440
client thread 8 socket read 131072
Thread 8 EXIT
Thread 8 EXIT
server thread 5 write 131072 bytes
server: 5230 140 64610 120 70100
server thread 5 loop 4
server thread 1 loop 0
server thread 1 got connection 134628640
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 250 70 960 120 1400
server thread 1 loop 1
server thread 5 got connection 134629088
server thread 5 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 137010544
client thread 5 socket read 131072
client thread 1 socket connected 137010544
Thread 5 EXIT
client thread 1 socket wrote 8192
server thread 5 write 131072 bytes
server: 1830 80 2860 150 4920
Thread 5 EXIT
server thread 1 got connection 134628384
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 3920 40 930 200 5090
server thread 1 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 134628576
client thread 1 socket connected 134628576
client thread 1 socket wrote 8192
server thread 1 got connection 134628320
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 1980 50 1190 190 3410
server thread 1 loop 3
client thread 1 loop 3
client thread 1 socket created 134629280
client thread 1 socket connected 134629280
client thread 1 socket wrote 8192
server thread 1 got connection 134628064
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 730 40 1190 180 2140
server thread 1 loop 4
client thread 1 loop 4
client thread 1 socket created 134628896
client thread 1 socket connected 134628896
client thread 1 socket wrote 8192
server thread 1 got connection 137010608
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 740 70 1180 190 2180
Thread 1 EXIT
Thread 1 EXIT
Thread 1 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 228282 6690 32113 2926
server per thread elapsed time 270011
----------
Client results:

----------
client per thread totals 10 14295 5099 218479 4118
client per thread elapsed time 241991
select loop kernel/user: 24628.00 usec
server thread 0 alive
server thread 0 loop 0
server thread 1 alive
server thread 2 alive
server thread 3 alive
server thread 1 loop 0
server thread 4 alive
server thread 2 loop 0
client thread 3 alive
client thread 3 loop 0
server thread 4 loop 0
server thread 6 alive
server thread 7 alive
server thread 6 loop 0
server thread 7 loop 0
client thread 6 alive
client thread 6 loop 0
server thread 8 alive
client thread 6 socket created 134628768
client thread 6 socket connected 134628768
server thread 8 loop 0
client thread 6 socket wrote 8192
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 134629152
server thread 6 got connection 134628192
server thread 6 read 8192 bytes
client thread 7 socket connected 134629152
client thread 7 socket wrote 8192
server thread 7 got connection 134628640
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
server: 960 50 1130 170 2310
server thread 6 loop 1
server thread 7 write 131072 bytes
server: 1420 40 1310 180 2950
server thread 7 loop 1
server thread 3 loop 0
client thread 6 socket read 131072
client thread 6 loop 1
client thread 2 alive
server thread 9 alive
client thread 7 socket read 131072
client thread 2 loop 0
client thread 2 socket created 134628704
client thread 7 loop 1
client thread 2 socket connected 134628704
client thread 7 socket created 134629088
client thread 2 socket wrote 8192
server thread 5 alive
client thread 3 socket created 134628448
client thread 8 alive
client thread 7 socket connected 134629088
client thread 3 socket connected 134628448
client thread 7 socket wrote 8192
client thread 3 socket wrote 8192
client thread 6 socket created 137010736
client thread 6 socket connected 137010736
client thread 6 socket wrote 8192
server thread 2 got connection 134629024
server thread 2 read 8192 bytes
client thread 0 alive
client thread 1 alive
client thread 4 alive
server thread 2 write 131072 bytes
server: 7380 50 1200 170 8800
server thread 2 loop 1
server thread 7 got connection 134628384
server thread 7 read 8192 bytes
server thread 3 got connection 137010544
server thread 3 read 8192 bytes
server thread 7 write 131072 bytes
server: 5540 90 1240 190 7060
server thread 7 loop 2
server thread 3 write 131072 bytes
server: 5420 70 1400 200 7090
server thread 3 loop 1
client thread 2 socket read 131072
server thread 6 got connection 134628320
server thread 6 read 8192 bytes
client thread 2 loop 1
client thread 2 socket created 134628576
client thread 2 socket connected 134628576
client thread 2 socket wrote 8192
server thread 6 write 131072 bytes
server: 9890 80 1370 240 11580
server thread 6 loop 2
client thread 6 socket read 131072
server thread 2 got connection 134628064
server thread 2 read 8192 bytes
client thread 6 loop 2
client thread 6 socket created 134629280
client thread 6 socket connected 134629280
client thread 6 socket wrote 8192
client thread 3 socket read 131072
client thread 2 socket read 131072
client thread 2 loop 2
server thread 6 got connection 137010608
server thread 6 read 8192 bytes
client thread 2 socket created 134628960
client thread 2 socket connected 134628960
client thread 2 socket wrote 8192
server thread 6 write 131072 bytes
server: 2900 60 1320 220 4500
server thread 6 loop 3
client thread 6 socket read 131072
client thread 3 loop 1
client thread 3 socket created 134628896
client thread 6 loop 3
client thread 3 socket connected 134628896
client thread 6 socket created 134628192
client thread 3 socket wrote 8192
client thread 6 socket connected 134628192
client thread 6 socket wrote 8192
server thread 5 loop 0
client thread 7 socket read 131072
client thread 7 loop 2
server thread 6 got connection 134628768
server thread 6 read 8192 bytes
client thread 7 socket created 134629152
client thread 7 socket connected 134629152
client thread 7 socket wrote 8192
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 1830 60 1250 210 3350
server thread 6 loop 4
client thread 8 loop 0
client thread 6 loop 4
client thread 8 socket created 134629024
client thread 6 socket created 134628384
client thread 8 socket connected 134629024
client thread 8 socket wrote 8192
client thread 6 socket connected 134628384
client thread 6 socket wrote 8192
client thread 0 loop 0
server thread 6 got connection 137010544
server thread 6 read 8192 bytes
client thread 0 socket created 134628704
client thread 0 socket connected 134628704
client thread 0 socket wrote 8192
server thread 6 write 131072 bytes
server: 990 60 1160 210 2420
client thread 6 socket read 131072
Thread 6 EXIT
client thread 1 loop 0
Thread 6 EXIT
client thread 1 socket created 134628320
client thread 1 socket connected 134628320
client thread 1 socket wrote 8192
client thread 4 loop 0
server thread 7 got connection 137010736
server thread 7 read 8192 bytes
client thread 4 socket created 134628448
client thread 4 socket connected 134628448
client thread 4 socket wrote 8192
server thread 3 got connection 134628576
server thread 3 read 8192 bytes
server thread 7 write 131072 bytes
server: 15250 70 1160 180 16660
server thread 7 loop 3
server thread 0 got connection 137010608
server thread 0 read 8192 bytes
server thread 3 write 131072 bytes
server: 15680 70 1300 170 17220
server thread 3 loop 2
server thread 8 got connection 134629280
server thread 8 read 8192 bytes
server thread 0 write 131072 bytes
server: 29350 100 1360 180 30990
server thread 0 loop 1
server thread 4 got connection 134629088
server thread 4 read 8192 bytes
server thread 8 write 131072 bytes
server: 27650 90 1390 170 29300
server thread 8 loop 1
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 30010 90 1420 210 31730
server thread 4 loop 1
client thread 4 loop 1
client thread 4 socket created 134628768
client thread 4 socket connected 134628768
client thread 4 socket wrote 8192
server thread 1 got connection 134628192
server thread 1 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 137010544
client thread 3 socket connected 137010544
client thread 3 socket wrote 8192
server thread 1 write 131072 bytes
server: 34000 90 1270 200 35560
server thread 1 loop 1
server thread 3 got connection 137010480
server thread 3 read 8192 bytes
server thread 4 got connection 134628384
server thread 4 read 8192 bytes
server thread 3 write 131072 bytes
server: 7110 90 1240 170 8610
server thread 3 loop 3
server thread 4 write 131072 bytes
server: 3880 80 1320 210 5490
server thread 4 loop 2
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 137010736
client thread 1 socket connected 137010736
client thread 1 socket wrote 8192
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 134628576
client thread 0 socket connected 134628576
client thread 0 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 3
client thread 8 socket read 131072
client thread 7 socket created 137010608
client thread 7 socket connected 137010608
client thread 8 loop 1
client thread 7 socket wrote 8192
client thread 8 socket created 134629088
client thread 8 socket connected 134629088
client thread 4 socket read 131072
client thread 8 socket wrote 8192
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 134628448
server thread 1 got connection 134628896
server thread 1 read 8192 bytes
server thread 7 got connection 134628192
server thread 7 read 8192 bytes
server thread 1 write 131072 bytes
server thread 7 write 131072 bytes
client thread 5 socket connected 134628448
client thread 5 socket wrote 8192
server: 16980 80 1420 190 18670
server thread 7 loop 4
client thread 4 loop 2
client thread 4 socket created 137010480
client thread 7 socket read 131072
client thread 4 socket connected 137010480
client thread 7 loop 4
client thread 4 socket wrote 8192
client thread 7 socket created 134628384
client thread 1 socket read 131072
client thread 7 socket connected 134628384
client thread 7 socket wrote 8192
client thread 1 loop 2
server thread 0 got connection 134629280
server thread 0 read 8192 bytes
client thread 1 socket created 134628320
client thread 1 socket connected 134628320
client thread 1 socket wrote 8192
server thread 7 got connection 134628704
server thread 7 read 8192 bytes
server thread 0 write 131072 bytes
server: 19200 80 1190 170 20640
server thread 0 loop 2
server thread 7 write 131072 bytes
server: 3460 70 1330 180 5040
Thread 7 EXIT
server: 9430 140 1290 170 11030
server thread 1 loop 2
server thread 1 got connection 134629152
server thread 1 read 8192 bytes
server thread 8 got connection 134629024
server thread 8 read 8192 bytes
server thread 1 write 131072 bytes
server thread 8 write 131072 bytes
server: 520 80 1240 190 2030
server thread 1 loop 3
server: 21560 80 1600 200 23440
server thread 8 loop 2
client thread 7 socket read 131072
Thread 7 EXIT
client thread 3 socket read 131072
client thread 3 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 134628768
server thread 5 got connection 134628896
client thread 1 socket connected 134628768
server thread 5 read 8192 bytes
client thread 1 socket wrote 8192
server thread 4 got connection 134628192
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 36010 70 1310 180 37570
server thread 5 loop 1
server thread 4 write 131072 bytes
server: 19800 70 1420 200 21490
server thread 4 loop 3
client thread 5 socket read 131072
server thread 1 got connection 137010608
client thread 5 loop 1
server thread 1 read 8192 bytes
client thread 5 socket created 137010736
client thread 5 socket connected 137010736
client thread 5 socket wrote 8192
server thread 5 got connection 134629280
server thread 5 read 8192 bytes
server thread 1 write 131072 bytes
server: 6750 90 1320 180 8340
server thread 1 loop 4
server thread 5 write 131072 bytes
server: 3460 50 1330 450 5290
server thread 5 loop 2
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 134628704
client thread 0 socket read 131072
client thread 8 socket connected 134628704
client thread 8 socket wrote 8192
client thread 0 loop 2
client thread 0 socket created 134628256
client thread 0 socket connected 134628256
client thread 0 socket wrote 8192
client thread 5 socket read 131072
client thread 1 socket read 131072
client thread 5 loop 2
client thread 1 loop 4
client thread 5 socket created 134629152
client thread 1 socket created 134629024
client thread 5 socket connected 134629152
client thread 5 socket wrote 8192
client thread 1 socket connected 134629024
client thread 1 socket wrote 8192
server thread 8 got connection 134628384
server thread 8 read 8192 bytes
server thread 1 got connection 137010544
server thread 1 read 8192 bytes
server thread 8 write 131072 bytes
server: 13300 70 1180 180 14730
server thread 8 loop 3
server thread 1 write 131072 bytes
server: 5220 50 1230 190 6690
Thread 1 EXIT
server thread 0 got connection 134628320
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 18900 100 1540 190 20730
server thread 0 loop 3
client thread 1 socket read 131072
Thread 1 EXIT
client thread 0 socket read 131072
client thread 8 socket read 131072
client thread 8 loop 3
client thread 0 loop 3
client thread 8 socket created 134628896
client thread 0 socket created 134628192
client thread 8 socket connected 134628896
client thread 8 socket wrote 8192
server thread 0 got connection 134628448
server thread 8 got connection 137010608
server thread 8 read 8192 bytes
server thread 9 loop 0
server thread 8 write 131072 bytes
client thread 9 alive
client thread 9 loop 0
server: 6220 80 1760 240 8300
server thread 8 loop 4
server thread 5 got connection 134629280
server thread 5 read 8192 bytes
client thread 9 socket created 134628576
client thread 9 socket connected 134628576
client thread 9 socket wrote 8192
server thread 9 got connection 137010736
server thread 9 read 8192 bytes
server thread 5 write 131072 bytes
server: 13660 80 1150 160 15050
server thread 5 loop 3
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 134628768
client thread 8 socket connected 134628768
client thread 8 socket wrote 8192
server thread 8 got connection 134628384
server thread 8 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 137010544
client thread 9 socket connected 137010544
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 1200 50 3520 170 4940
server thread 9 loop 1
server thread 9 got connection 137010672
server thread 9 read 8192 bytes
client thread 8 socket read 131072
Thread 8 EXIT
server thread 9 write 131072 bytes
client thread 5 socket read 131072
client thread 9 socket read 131072
client thread 5 loop 3
client thread 9 loop 2
client thread 0 socket connected 134628192
client thread 9 socket created 134628320
client thread 0 socket wrote 8192
server thread 8 write 131072 bytes
client thread 9 socket connected 134628320
server: 3050 60 5720 170 9000
client thread 9 socket wrote 8192
Thread 8 EXIT
server: 240 60 2420 1750 4470
server thread 9 loop 2
server thread 0 read 8192 bytes
server thread 9 got connection 134629024
server thread 9 read 8192 bytes
server thread 0 write 131072 bytes
server: 3670 11560 1280 210 16720
server thread 0 loop 4
server thread 9 write 131072 bytes
client thread 9 socket read 131072
client thread 0 socket read 131072
client thread 9 loop 3
client thread 0 loop 4
client thread 9 socket created 134628704
client thread 0 socket created 134628256
client thread 9 socket connected 134628704
client thread 9 socket wrote 8192
client thread 0 socket connected 134628256
server: 230 40 2170 1630 4070
server thread 9 loop 3
client thread 0 socket wrote 8192
server thread 9 got connection 137010608
server thread 9 read 8192 bytes
server thread 0 got connection 134629280
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 2820 40 1300 180 4340
Thread 0 EXIT
server thread 9 write 131072 bytes
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 134628896
client thread 0 socket read 131072
client thread 9 socket connected 134628896
client thread 9 socket wrote 8192
Thread 0 EXIT
server: 250 40 2140 1580 4010
server thread 9 loop 4
server thread 9 got connection 134628576
server thread 9 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 137010736
server thread 4 got connection 134628768
client thread 4 socket connected 137010736
server thread 4 read 8192 bytes
client thread 9 socket read 131072
Thread 9 EXIT
server thread 2 write 131072 bytes
server: 6400 70 82470 170 89110
server thread 2 loop 2
server thread 4 write 131072 bytes
server thread 2 got connection 134629152
server thread 2 read 8192 bytes
server: 37380 410 1280 200 39270
server thread 4 loop 4
client thread 4 socket wrote 8192
client thread 4 socket read 131072
client thread 2 socket read 131072
client thread 4 loop 4
client thread 4 socket created 137010544
client thread 2 loop 3
client thread 2 socket created 134628384
server thread 4 got connection 134628832
client thread 2 socket connected 134628384
client thread 4 socket connected 137010544
client thread 2 socket wrote 8192
server thread 2 write 131072 bytes
server thread 4 read 8192 bytes
server: 350 80 3560 160 4150
server thread 2 loop 3
server thread 2 got connection 137010672
server thread 2 read 8192 bytes
server thread 4 write 131072 bytes
server: 3220 270 1140 190 4820
Thread 4 EXIT
client thread 4 socket wrote 8192
server thread 2 write 131072 bytes
client thread 2 socket read 131072
client thread 4 socket read 131072
client thread 2 loop 4
Thread 4 EXIT
client thread 2 socket created 134628448
client thread 2 socket connected 134628448
client thread 2 socket wrote 8192
server: 220 50 2140 1640 4050
server thread 2 loop 4
client thread 5 socket created 134628320
server thread 2 got connection 134628192
server thread 2 read 8192 bytes
server thread 5 got connection 134629024
client thread 5 socket connected 134628320
server thread 5 read 8192 bytes
server thread 2 write 131072 bytes
server thread 5 write 131072 bytes
server: 28100 290 1510 190 30090
server thread 5 loop 4
client thread 5 socket wrote 8192
client thread 2 socket read 131072
Thread 2 EXIT
server: 250 50 2080 1070 3450
Thread 2 EXIT
client thread 3 socket created 134629280
server thread 3 got connection 134628128
client thread 3 socket connected 134629280
server thread 3 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 134628704
server thread 5 got connection 134628256
server thread 3 write 131072 bytes
client thread 5 socket connected 134628704
server: 73220 260 1210 190 74880
server thread 3 loop 4
server thread 5 read 8192 bytes
client thread 3 socket wrote 8192
server thread 9 write 131072 bytes
server thread 5 write 131072 bytes
server: 230 60 18330 500 19120
server: 2950 300 1420 180 4850
client thread 3 socket read 131072
client thread 5 socket wrote 8192
client thread 3 loop 4
client thread 3 socket created 137010608
client thread 3 socket connected 137010608
server thread 3 got connection 137010480
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
client thread 5 socket read 131072
server thread 3 write 131072 bytes
server: 3050 140 1420 240 4850
client thread 3 socket read 131072
Thread 9 EXIT
Thread 5 EXIT
Thread 3 EXIT
Thread 5 EXIT
Thread 3 EXIT
Thread 3 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 20 284338 8316 49839 4603
server per thread elapsed time 347096
----------
Client results:

----------
client per thread totals 20 26652 6738 267106 5496
client per thread elapsed time 305992
select loop kernel/kernel: 24096.00 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Sat Feb 8 16:30:09 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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.
END TEST: selct_er
BEGIN TEST: selct_nm  
Sat Feb 8 16:30:09 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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.
END TEST: selct_nm
BEGIN TEST: selct_to  
Sat Feb 8 16:30:09 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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.
END TEST: selct_to
BEGIN TEST: selintr  
Sat Feb 8 16:30:15 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Sat Feb 8 16:30:17 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Sat Feb 8 16:30:17 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Sat Feb 8 16:30:18 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
END TEST: semaping
BEGIN TEST: sendzlf  
Sat Feb 8 16:30:18 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: sendzlf
BEGIN TEST: server_test  
Sat Feb 8 16:30:19 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Sat Feb 8 16:30:19 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Sat Feb 8 16:30:19 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Sat Feb 8 16:30:19 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Sat Feb 8 16:30:19 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Sat Feb 8 16:30:20 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Sat Feb 8 16:30:20 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: sigpipe
BEGIN TEST: socket  
Sat Feb 8 16:30:20 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Sat Feb 8 16:30:20 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Sat Feb 8 16:30:20 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: sockping
BEGIN TEST: sprintf  
Sat Feb 8 16:30:21 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Sat Feb 8 16:30:22 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Sat Feb 8 16:30:28 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Sat Feb 8 16:30:28 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Sat Feb 8 16:30:29 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
END TEST: strod
BEGIN TEST: switch  
Sat Feb 8 16:30:29 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Sat Feb 8 16:30:30 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PR_SI_HOSTNAME: tommy
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: 2
END TEST: system
BEGIN TEST: testbit  
Sat Feb 8 16:30:30 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Sat Feb 8 16:30:31 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Sat Feb 8 16:30:31 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Sat Feb 8 16:30:33 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Sun Feb 9 00:30:33 UTC 2003
Current local time is Sat Feb 8 16:30:33 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Sat Feb 8 16:30:33 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Sat Feb 8 16:33:11 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Sat Feb 8 16:33:12 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Sat Feb 8 16:33:12 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
NSPR release 4.3 Beta:
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 Beta
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
END TEST: vercheck
BEGIN TEST: version  
Sat Feb 8 16:33:12 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Runtime library version information
Build time: 09 Feb 2003 00:05:23 GMT
Build time: 2003-02-08 16:05:23
Portable runtime V4.3.0 ( beta debug )
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
END TEST: version
BEGIN TEST: writev  
Sat Feb 8 16:33:13 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Sat Feb 8 16:33:13 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Sat Feb 8 16:33:13 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: zerolen
BEGIN TEST: accept  
Sat Feb 8 16:33:29 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Sat Feb 8 16:33:35 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:49598
(Server) read [0xdf8b0bd0..0xdf8b0c45) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:49854
(Server) read [0xdf8b0bd0..0xdf8b0c45) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:50110
(Server) read [0xdf8b0bd0..0xdf8b0c45) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:50366
(Server) read [0xdf8b0bd0..0xdf8b0c45) 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
END TEST: acceptread
BEGIN TEST: acceptreademu  
Sat Feb 8 16:33:46 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:51134
(Server) read [0xdf8b0bd0..0xdf8b0c45) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:51390
(Server) read [0xdf8b0bd0..0xdf8b0c45) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:51646
(Server) read [0xdf8b0bd0..0xdf8b0c45) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:51902
(Server) read [0xdf8b0bd0..0xdf8b0c45) 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
END TEST: acceptreademu
BEGIN TEST: affinity  
Sat Feb 8 16:33:57 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: affinity
BEGIN TEST: alarm  
Sat Feb 8 16:33:57 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Sat Feb 8 16:35:00 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Sat Feb 8 16:35:01 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: atomic
BEGIN TEST: attach  
Sat Feb 8 16:35:01 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Sat Feb 8 16:35:01 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Sat Feb 8 16:35:01 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: cleanup
BEGIN TEST: cltsrv  
Sat Feb 8 16:35:06 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Client/Server started at(0x8066b58): 16:35:07
Server started at(0x806a3e0): 16:35:07
Client started at(0x806a618): 16:35:07
main(0x8066b58): waiting for execution interval (10 seconds)
Shutting down(0x8066b58): 16:35:17
Client(0x806a618): stopped after 331 operations and 338960 bytes
Server(0x806a3e0): stopped after 332 operations and 340700 bytes
main(0x8066b58): test complete
Test exiting at(0x8066b58): 16:35:17
END TEST: cltsrv
BEGIN TEST: concur  
Sat Feb 8 16:35:17 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Sat Feb 8 16:35:28 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Sat Feb 8 16:35:28 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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: 34.80 usec
Condvar simple test shared UK: 25.80 usec
Condvar simple test priv UU: 194.40 usec
Condvar simple test priv UK: 194.50 usec
Condvar simple test All: 155.70 usec
Condvar timeout test: 611.00 usec

10 Thread tests
Condvar simple test shared UU: 53.10 usec
Condvar simple test shared UK: 54.20 usec
Condvar simple test priv UU: 359.20 usec
Condvar simple test priv UK: 371.30 usec
Condvar simple test All: 410.70 usec
Condvar timeout test: 710.40 usec

15 Thread tests
Condvar simple test shared UU: 73.50 usec
Condvar simple test shared UK: 72.50 usec
Condvar simple test priv UU: 568.20 usec
Condvar simple test priv UK: 578.80 usec
Condvar simple test All: 939.30 usec
Condvar timeout test: 860.40 usec

20 Thread tests
Condvar simple test shared UU: 106.60 usec
Condvar simple test shared UK: 108.80 usec
Condvar simple test priv UU: 825.00 usec
Condvar simple test priv UK: 786.20 usec
Condvar simple test All: 2035.40 usec
Condvar timeout test: 979.50 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Sat Feb 8 16:35:29 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Sat Feb 8 16:35:29 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Sat Feb 8 16:35:30 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: errcodes
BEGIN TEST: exit  
Sat Feb 8 16:35:30 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Sat Feb 8 16:35:40 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Sat Feb 8 16:35:40 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: fileio
BEGIN TEST: foreign  
Sat Feb 8 16:35:40 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Sat Feb 8 16:35:44 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Wait one second before connect
Accepting connection at port 49177
Connecting to port 49177
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Accepting connection at port 49179
Wait one second before connect
Fork succeeded. Child process continues.
Accepting connection at port 49180
Wait one second before connect
Connecting to port 49179
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Connecting to port 49180
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Parent process exits.
PASSED
END TEST: forktest
BEGIN TEST: fsync  
Sat Feb 8 16:35:46 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
10 iterations over a 10 kbyte file: 50 [70] 60
END TEST: fsync
BEGIN TEST: getproto  
Sat Feb 8 16:35:46 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: getproto
BEGIN TEST: i2l  
Sat Feb 8 16:35:46 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Sat Feb 8 16:35:47 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Elapsed time: 3000 ms, expected time: 3005 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Sat Feb 8 16:35:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 1302 nsecs

Overhead of 'PR_IntervalNow()' is 895 nsecs

Overhead of 'PR_Now()' is 1337 nsecs

Overhead of 'PR_IntervalNow()' is 922 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Sat Feb 8 16:37:25 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Test not defined
END TEST: instrumt
BEGIN TEST: intrio  
Sat Feb 8 16:37:25 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: intrio
BEGIN TEST: intrupt  
Sat Feb 8 16:37:45 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Sat Feb 8 16:37:58 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: io_timeout
BEGIN TEST: ioconthr  
Sat Feb 8 16:38:04 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Interrupting the threads
Threads terminated in 3002 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Sat Feb 8 16:38:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: join
BEGIN TEST: joinkk  
Sat Feb 8 16:38:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Sat Feb 8 16:38:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Sat Feb 8 16:38:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Sat Feb 8 16:38:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Sat Feb 8 16:38:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: layer
BEGIN TEST: lazyinit  
Sat Feb 8 16:38:11 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Sat Feb 8 16:38:11 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Sat Feb 8 16:38:11 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Sat Feb 8 16:38:29 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Sat Feb 8 16:38:34 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Sat Feb 8 16:38:44 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1
PASS
END TEST: many_cv
BEGIN TEST: multiwait  
Sat Feb 8 16:38:44 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: multiwait
BEGIN TEST: nameshm1  
Sat Feb 8 16:40:07 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Sat Feb 8 16:40:12 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: nonblock
BEGIN TEST: nblayer  
Sat Feb 8 16:40:14 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
END TEST: nblayer
BEGIN TEST: ntioto  
Sat Feb 8 16:40:14 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Sat Feb 8 16:40:14 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: ntoh
BEGIN TEST: op_2long  
Sat Feb 8 16:40:14 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78
PASS
END TEST: op_2long
BEGIN TEST: op_excl  
Sat Feb 8 16:40:15 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Sat Feb 8 16:40:15 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Sat Feb 8 16:40:15 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Sat Feb 8 16:40:15 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
END TEST: op_nofil
BEGIN TEST: parent  
Sat Feb 8 16:40:15 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: parent
BEGIN TEST: peek  
Sat Feb 8 16:40:15 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: peek
BEGIN TEST: perf  
Sat Feb 8 16:40:15 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
local procedure call overhead: 0.04 usec
DLL procedure call overhead: 0.07 usec
current calendar time: 1.43 usec
interval time: 0.93 usec
idle lock lock/unlock pair: 0.39 usec
idle monitor entry/exit pair: 0.60 usec
idle cache monitor entry/exit pair: 1.54 usec
create/destroy thread pair: 209.63 usec
context switch - user/user: 4.83 usec
context switch - user/kernel: 4.77 usec
context switch - kernel/user: 4.75 usec
context switch - kernel/kernel: 6.74 usec
sema context switch - user/user: 5.72 usec
sema context switch - user/kernel: 5.57 usec
sema context switch - kernel/user: 5.61 usec
sema context switch - kernel/kernel: 5.60 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.03 usec
DLL procedure call overhead: 0.04 usec
current calendar time: 1.35 usec
interval time: 0.95 usec
idle lock lock/unlock pair: 0.37 usec
idle monitor entry/exit pair: 0.59 usec
idle cache monitor entry/exit pair: 1.52 usec
create/destroy thread pair: 183.92 usec
context switch - user/user: 18.65 usec
context switch - user/kernel: 17.21 usec
context switch - kernel/user: 17.24 usec
context switch - kernel/kernel: 17.65 usec
sema context switch - user/user: 18.64 usec
sema context switch - user/kernel: 18.58 usec
sema context switch - kernel/user: 18.59 usec
sema context switch - kernel/kernel: 19.47 usec
END TEST: perf
BEGIN TEST: pipeping  
Sat Feb 8 16:40:16 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: pipeping
BEGIN TEST: pipeping2  
Sat Feb 8 16:40:16 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: pipeping2
BEGIN TEST: pipeself  
Sat Feb 8 16:40:17 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: pipeself
BEGIN TEST: poll_nm  
Sat Feb 8 16:40:17 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Sat Feb 8 16:40:17 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Sat Feb 8 16:40:22 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Sat Feb 8 16:40:22 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Sat Feb 8 16:40:23 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Sat Feb 8 16:40:23 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: provider
BEGIN TEST: prpollml  
Sat Feb 8 16:40:23 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Sat Feb 8 16:41:04 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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 49484, 49485 and 49486

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 "49484" from a client
The server received "49485" from a client
The server received "49484" from a client
The server received "49485" from a client
Server read 128 bytes from native fd 6
The server received "49486" from a client
The server received "49484" from a client
The server received "49485" from a client
Server read 128 bytes from native fd 13
The server received "49486" from a client
The server received "49484" from a client
The server received "49485" from a client
Server read 128 bytes from native fd 11
The server received "49486" from a client
The server received "49484" from a client
The server received "49485" from a client
Server read 128 bytes from native fd 12
The server received "49486" from a client
Server read 128 bytes from native fd 6
The server received "49486" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Sat Feb 8 16:41:09 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Sat Feb 8 16:41:09 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Sat Feb 8 16:41:29 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Sat Feb 8 16:41:30 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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 74840 643 10312 910
server per thread elapsed time 86705
----------
Client results:

----------
client per thread totals 0 2059 631 56963 1297
client per thread elapsed time 60950
select loop user/user: 25480.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 145801 999 16888 1756
server per thread elapsed time 165444
----------
Client results:

----------
client per thread totals 10 4085 1193 125693 2559
client per thread elapsed time 133530
select loop user/kernel: 22978.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 221923 1385 23499 2610
server per thread elapsed time 249417
----------
Client results:

----------
client per thread totals 10 6116 1793 199822 4545
client per thread elapsed time 212276
select loop kernel/user: 23140.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 20 293517 1752 30135 3437
server per thread elapsed time 328841
----------
Client results:

----------
client per thread totals 20 8210 2343 275320 5777
client per thread elapsed time 291650
select loop kernel/kernel: 23128.00 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Sat Feb 8 16:41:30 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: selct_er
BEGIN TEST: selct_nm  
Sat Feb 8 16:41:30 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: selct_nm
BEGIN TEST: selct_to  
Sat Feb 8 16:41:31 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: selct_to
BEGIN TEST: selintr  
Sat Feb 8 16:41:36 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Sat Feb 8 16:41:38 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Sat Feb 8 16:41:38 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Sat Feb 8 16:41:39 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
END TEST: semaping
BEGIN TEST: sendzlf  
Sat Feb 8 16:41:39 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: sendzlf
BEGIN TEST: server_test  
Sat Feb 8 16:41:40 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Sat Feb 8 16:41:40 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Sat Feb 8 16:41:40 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Sat Feb 8 16:41:40 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Sat Feb 8 16:41:40 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Sat Feb 8 16:41:40 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Sat Feb 8 16:41:41 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: sigpipe
BEGIN TEST: socket  
Sat Feb 8 16:41:41 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Sat Feb 8 16:41:41 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Sat Feb 8 16:41:41 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: sockping
BEGIN TEST: sprintf  
Sat Feb 8 16:41:41 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Sat Feb 8 16:41:42 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Sat Feb 8 16:41:48 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Sat Feb 8 16:41:49 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Sat Feb 8 16:41:49 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
END TEST: strod
BEGIN TEST: switch  
Sat Feb 8 16:41:49 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Sat Feb 8 16:41:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PR_SI_HOSTNAME: tommy
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: 2
END TEST: system
BEGIN TEST: testbit  
Sat Feb 8 16:41:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Sat Feb 8 16:41:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Sat Feb 8 16:41:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Sat Feb 8 16:41:52 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Sun Feb 9 00:41:53 UTC 2003
Current local time is Sat Feb 8 16:41:53 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Sat Feb 8 16:41:53 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Sat Feb 8 16:44:16 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Sat Feb 8 16:44:16 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Sat Feb 8 16:44:17 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
NSPR release 4.3 Beta:
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 Beta
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
END TEST: vercheck
BEGIN TEST: version  
Sat Feb 8 16:44:17 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Runtime library version information
Build time: 09 Feb 2003 00:00:35 GMT
Build time: 2003-02-08 16:00:35
Portable runtime V4.3.0 ( beta )
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
END TEST: version
BEGIN TEST: writev  
Sat Feb 8 16:44:17 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Sat Feb 8 16:44:17 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Sat Feb 8 16:44:17 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.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
END TEST: zerolen