BEGIN TEST: accept  
Thu Mar 27 11:44:45 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Thu Mar 27 11:44:54 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xdf890c38)127.0.0.1:63409
(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:63665
(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:63921
(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:64177
(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  
Thu Mar 27 11:45:04 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xdf890c38)127.0.0.1:64945
(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:65201
(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:65457
(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:178
(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  
Thu Mar 27 11:45:15 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
main: creating local thread
thread_start: AffinityMask = 0x0
main: creating global thread
thread_start: AffinityMask = 0x0
main: creating global bound thread
thread_start: AffinityMask = 0x0
END TEST: affinity
BEGIN TEST: alarm  
Thu Mar 27 11:45:15 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Thu Mar 27 11:46:19 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Thu Mar 27 11:46:19 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
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  
Thu Mar 27 11:46:20 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Thu Mar 27 11:46:20 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Thu Mar 27 11:46:20 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
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  
Thu Mar 27 11:46:25 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib

PThread Statistics
started: 11:46:25[10]
locks [created: 11, destroyed: 2]
locks [acquired: 1976, released: 1976]
cvars [created: 7, destroyed: 5]
cvars [notified: 331, delayed_delete: 0]
Client/Server started at(0x80685e0): 11:46:25
Server started at(0x806be68): 11:46:25
Client started at(0x806c0d0): 11:46:25
main(0x80685e0): waiting for execution interval (10 seconds)
Shutting down(0x80685e0): 11:46:35
Client(0x806c0d0): stopped after 323 operations and 332914 bytes
Server(0x806be68): stopped after 324 operations and 332952 bytes
main(0x80685e0): test complete
Test exiting at(0x80685e0): 11:46:36
END TEST: cltsrv
BEGIN TEST: concur  
Thu Mar 27 11:46:36 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Thu Mar 27 11:46:47 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Thu Mar 27 11:46:47 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib

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: 44.00 usec
Condvar simple test shared UK: 37.30 usec
Condvar simple test priv UU: 210.80 usec
Condvar simple test priv UK: 198.40 usec
Condvar simple test All: 206.80 usec
Condvar timeout test: 663.40 usec

10 Thread tests
Condvar simple test shared UU: 80.60 usec
Condvar simple test shared UK: 87.00 usec
Condvar simple test priv UU: 406.20 usec
Condvar simple test priv UK: 390.40 usec
Condvar simple test All: 456.60 usec
Condvar timeout test: 773.90 usec

15 Thread tests
Condvar simple test shared UU: 103.60 usec
Condvar simple test shared UK: 112.10 usec
Condvar simple test priv UU: 585.70 usec
Condvar simple test priv UK: 573.20 usec
Condvar simple test All: 589.80 usec
Condvar timeout test: 859.70 usec

20 Thread tests
Condvar simple test shared UU: 152.60 usec
Condvar simple test shared UK: 164.80 usec
Condvar simple test priv UU: 939.90 usec
Condvar simple test priv UK: 892.80 usec
Condvar simple test All: 1089.40 usec
Condvar timeout test: 978.70 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Thu Mar 27 11:46:48 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Thu Mar 27 11:46:48 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Thu Mar 27 11:46:48 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib

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  
Thu Mar 27 11:46:49 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Thu Mar 27 11:46:59 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Thu Mar 27 11:46:59 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead.
'PR_PostSem' is obsolete. Use 'locks & condition variables' instead.
'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead.
PASS
END TEST: fileio
BEGIN TEST: foreign  
Thu Mar 27 11:46:59 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Thu Mar 27 11:47:03 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Wait one second before connect
Accepting connection at port 45895
Connecting to port 45895
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Accepting connection at port 45897
Wait one second before connect
Fork succeeded. Child process continues.
Accepting connection at port 45898
Wait one second before connect
Connecting to port 45897
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Connecting to port 45898
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  
Thu Mar 27 11:47:05 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
10 iterations over a 10 kbyte file: 60 [80] 60
END TEST: fsync
BEGIN TEST: getproto  
Thu Mar 27 11:47:05 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
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  
Thu Mar 27 11:47:05 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Thu Mar 27 11:47:06 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Elapsed time: 3000 ms, expected time: 3005 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Thu Mar 27 11:47:09 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 1363 nsecs

Overhead of 'PR_IntervalNow()' is 897 nsecs

Overhead of 'PR_Now()' is 1362 nsecs

Overhead of 'PR_IntervalNow()' is 854 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Thu Mar 27 11:48:44 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: instrumt
BEGIN TEST: intrio  
Thu Mar 27 11:48:44 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
A local thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A local thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
PASSED
END TEST: intrio
BEGIN TEST: intrupt  
Thu Mar 27 11:49:04 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Thu Mar 27 11:49:18 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
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  
Thu Mar 27 11:49:24 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Interrupting the threads
Threads terminated in 3000 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Thu Mar 27 11:49:29 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
END TEST: join
BEGIN TEST: joinkk  
Thu Mar 27 11:49:29 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Thu Mar 27 11:49:29 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Thu Mar 27 11:49:29 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Thu Mar 27 11:49:30 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Thu Mar 27 11:49:30 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
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  
Thu Mar 27 11:49:30 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Thu Mar 27 11:49:30 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Thu Mar 27 11:49:30 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Thu Mar 27 11:49:49 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Thu Mar 27 11:49:53 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Thu Mar 27 11:50:04 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1

PThread Statistics
started: 11:50:04[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  
Thu Mar 27 11:50:04 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
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  
Thu Mar 27 11:51:27 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Thu Mar 27 11:51:31 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
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  
Thu Mar 27 11:51:33 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
END TEST: nblayer
BEGIN TEST: ntioto  
Thu Mar 27 11:51:34 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Thu Mar 27 11:51:34 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
2 1
1 2
2 1
4 3 2 1
1 2 3 4
4 3 2 1
8 7 6 5 4 3 2 1
1 2 3 4 5 6 7 8
8 7 6 5 4 3 2 1
PASS
END TEST: ntoh
BEGIN TEST: op_2long  
Thu Mar 27 11:51:34 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78
PASS
END TEST: op_2long
BEGIN TEST: op_excl  
Thu Mar 27 11:51:34 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Thu Mar 27 11:51:34 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Thu Mar 27 11:51:34 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Thu Mar 27 11:51:35 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
END TEST: op_nofil
BEGIN TEST: parent  
Thu Mar 27 11:51:35 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: parent
BEGIN TEST: peek  
Thu Mar 27 11:51:35 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: peek
BEGIN TEST: perf  
Thu Mar 27 11:51:35 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead.
'PR_PostSem' is obsolete. Use 'locks & condition variables' instead.
'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead.
local procedure call overhead: 0.05 usec
DLL procedure call overhead: 0.08 usec
current calendar time: 1.38 usec
interval time: 0.91 usec
idle lock lock/unlock pair: 0.66 usec
idle monitor entry/exit pair: 1.07 usec
idle cache monitor entry/exit pair: 2.73 usec
create/destroy thread pair: 216.13 usec
context switch - user/user: 6.70 usec
context switch - user/kernel: 6.56 usec
context switch - kernel/user: 6.59 usec
context switch - kernel/kernel: 8.64 usec
sema context switch - user/user: 8.14 usec
sema context switch - user/kernel: 7.68 usec
sema context switch - kernel/user: 7.79 usec
sema context switch - kernel/kernel: 7.62 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.05 usec
DLL procedure call overhead: 0.05 usec
current calendar time: 1.34 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: 189.24 usec
context switch - user/user: 20.56 usec
context switch - user/kernel: 19.86 usec
context switch - kernel/user: 20.27 usec
context switch - kernel/kernel: 15.06 usec
sema context switch - user/user: 23.19 usec
sema context switch - user/kernel: 22.56 usec
sema context switch - kernel/user: 22.90 usec
sema context switch - kernel/kernel: 22.88 usec
END TEST: perf
BEGIN TEST: pipeping  
Thu Mar 27 11:51:36 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
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  
Thu Mar 27 11:51:36 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
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  
Thu Mar 27 11:51:36 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
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  
Thu Mar 27 11:51:37 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Thu Mar 27 11:51:37 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Thu Mar 27 11:51:42 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Thu Mar 27 11:51:42 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Thu Mar 27 11:51:42 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Thu Mar 27 11:51:43 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: provider
BEGIN TEST: prpollml  
Thu Mar 27 11:51:43 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Thu Mar 27 11:52:24 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
This program tests PR_Poll with sockets.
Timeout, error reporting, and normal operation are tested.

The server thread is listening on ports 46202, 46203 and 46204

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 "46202" from a client
The server received "46203" from a client
The server received "46202" from a client
The server received "46203" from a client
Server read 128 bytes from native fd 12
The server received "46204" from a client
The server received "46202" from a client
The server received "46203" from a client
Server read 128 bytes from native fd 13
The server received "46204" from a client
The server received "46202" from a client
The server received "46203" from a client
Server read 128 bytes from native fd 11
The server received "46204" from a client
The server received "46202" from a client
The server received "46203" from a client
Server read 128 bytes from native fd 12
The server received "46204" from a client
Server read 128 bytes from native fd 6
The server received "46204" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Thu Mar 27 11:52:29 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Thu Mar 27 11:52:29 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Thu Mar 27 11:52:49 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Thu Mar 27 11:52:50 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
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: 6580 220 1980 300 9080
server thread 1 loop 1
server: 7480 180 2060 230 9950
server thread 0 loop 1
client thread 1 socket read 131072
client thread 0 socket read 131072
client thread 1 loop 1
client thread 0 loop 1
client thread 1 socket created 134628832
client thread 0 socket created 134628896
client thread 1 socket connected 134628832
client thread 0 socket connected 134628896
client thread 1 socket wrote 8192
client thread 0 socket wrote 8192
server thread 0 got connection 134628768
server thread 0 read 8192 bytes
server thread 1 got connection 134628704
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server thread 1 write 131072 bytes
server: 3770 70 1200 190 5230
server thread 0 loop 2
server: 3980 80 1210 180 5450
server thread 1 loop 2
client thread 1 socket read 131072
client thread 0 socket read 131072
client thread 1 loop 2
client thread 0 loop 2
client thread 1 socket created 134628768
client thread 0 socket created 134628704
client thread 1 socket connected 134628768
client thread 1 socket wrote 8192
client thread 0 socket connected 134628704
client thread 0 socket wrote 8192
server thread 0 got connection 134628832
server thread 0 read 8192 bytes
server thread 1 got connection 134628896
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server thread 1 write 131072 bytes
server: 2910 80 1340 180 4510
server thread 0 loop 3
server: 3000 70 1360 190 4620
server thread 1 loop 3
client thread 1 socket read 131072
client thread 0 socket read 131072
client thread 1 loop 3
client thread 0 loop 3
client thread 1 socket created 134628832
client thread 0 socket created 134628896
client thread 1 socket connected 134628832
client thread 1 socket wrote 8192
client thread 0 socket connected 134628896
client thread 0 socket wrote 8192
server thread 0 got connection 134628768
server thread 0 read 8192 bytes
server thread 1 got connection 134628704
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server thread 1 write 131072 bytes
server: 2910 70 1320 180 4480
server thread 0 loop 4
server: 2870 70 1330 180 4450
server thread 1 loop 4
client thread 1 socket read 131072
client thread 0 socket read 131072
client thread 1 loop 4
client thread 1 socket created 134628768
client thread 0 loop 4
client thread 0 socket created 134628704
client thread 1 socket connected 134628768
client thread 1 socket wrote 8192
client thread 0 socket connected 134628704
client thread 0 socket wrote 8192
server thread 0 got connection 134628832
server thread 0 read 8192 bytes
server thread 1 got connection 134628896
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server: 2880 60 1230 180 4350
client thread 1 socket read 131072
client thread 0 socket read 131072
Thread 1 EXIT
Thread 0 EXIT
Thread 0 EXIT
client thread 2 alive
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 134628832
client thread 3 socket connected 134628832
client thread 3 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 134628704
server thread 3 got connection 134628768
server thread 3 read 8192 bytes
client thread 4 socket connected 134628704
client thread 4 socket wrote 8192
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 134628064
client thread 9 socket connected 134628064
client thread 9 socket wrote 8192
server thread 9 got connection 134628960
server thread 9 read 8192 bytes
server thread 3 write 131072 bytes
server: 30550 170 2000 240 32960
server thread 3 loop 1
client thread 3 socket read 131072
server thread 9 write 131072 bytes
server thread 1 write 131072 bytes
server: 2910 70 8720 160 11860
server: 28700 160 2010 190 31060
server thread 9 loop 1
Thread 1 EXIT
client thread 2 loop 0
client thread 2 socket created 134628768
client thread 2 socket connected 134628768
client thread 2 socket wrote 8192
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 134628832
client thread 5 socket connected 134628832
client thread 5 socket wrote 8192
server thread 2 got connection 134628896
server thread 4 got connection 134628960
server thread 2 read 8192 bytes
server thread 4 read 8192 bytes
server thread 2 write 131072 bytes
server thread 4 write 131072 bytes
server: 37170 230 4260 300 41960
server thread 2 loop 1
server: 36060 240 4340 290 40930
server thread 4 loop 1
client thread 6 alive
client thread 6 loop 0
server thread 5 got connection 134628896
client thread 6 socket created 134628128
server thread 5 read 8192 bytes
client thread 6 socket connected 134628128
client thread 6 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 134628960
client thread 9 socket connected 134628960
client thread 9 socket wrote 8192
server thread 5 write 131072 bytes
server thread 9 got connection 134628064
server thread 9 read 8192 bytes
server: 40940 220 1810 200 43170
server thread 5 loop 1
client thread 2 socket read 131072
server thread 9 write 131072 bytes
server: 9710 60 1510 180 11460
server thread 9 loop 2
client thread 2 loop 1
client thread 2 socket created 134628896
client thread 2 socket connected 134628896
client thread 2 socket wrote 8192
client thread 5 socket read 131072
server thread 2 got connection 134628064
client thread 5 loop 1
server thread 2 read 8192 bytes
client thread 5 socket created 134628768
client thread 5 socket connected 134628768
client thread 5 socket wrote 8192
server thread 5 got connection 134628832
server thread 5 read 8192 bytes
server thread 2 write 131072 bytes
server: 5970 90 1260 170 7490
server thread 2 loop 2
client thread 9 socket read 131072
server thread 5 write 131072 bytes
client thread 9 loop 2
server: 3960 50 1290 170 5470
server thread 5 loop 2
client thread 9 socket created 134628064
client thread 9 socket connected 134628064
client thread 9 socket wrote 8192
server thread 9 got connection 134628960
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
client thread 2 socket read 131072
server: 4610 250 1380 180 6420
server thread 9 loop 3
client thread 2 loop 2
client thread 2 socket created 134628832
client thread 2 socket connected 134628832
client thread 2 socket wrote 8192
client thread 5 socket read 131072
client thread 9 socket read 131072
client thread 5 loop 2
client thread 5 socket created 134628768
client thread 9 loop 3
client thread 5 socket connected 134628768
client thread 9 socket created 134628064
client thread 5 socket wrote 8192
client thread 7 alive
client thread 9 socket connected 134628064
client thread 7 loop 0
client thread 9 socket wrote 8192
client thread 7 socket created 134629024
client thread 8 alive
client thread 8 loop 0
client thread 7 socket connected 134629024
client thread 8 socket created 134629088
client thread 7 socket wrote 8192
client thread 8 socket connected 134629088
server thread 5 got connection 134629152
client thread 8 socket wrote 8192
server thread 5 read 8192 bytes
server thread 2 got connection 134628896
server thread 2 read 8192 bytes
server thread 5 write 131072 bytes
server: 6630 60 1780 190 8660
server thread 5 loop 3
server thread 7 got connection 134629152
server thread 7 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 134628768
client thread 5 socket connected 134628768
server thread 7 write 131072 bytes
client thread 5 socket wrote 8192
server: 56380 280 1860 200 58720
server thread 7 loop 1
server thread 2 write 131072 bytes
server thread 5 got connection 134629152
server thread 5 read 8192 bytes
server: 7610 80 4540 90 12320
server thread 2 loop 3
server thread 5 write 131072 bytes
server: 2740 50 1380 190 4360
server thread 5 loop 4
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 134628896
client thread 2 socket connected 134628896
client thread 2 socket wrote 8192
server thread 2 got connection 134629152
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 134628832
client thread 3 loop 1
client thread 7 socket connected 134628832
client thread 7 socket wrote 8192
client thread 3 socket created 134629152
client thread 5 socket read 131072
client thread 3 socket connected 134629152
client thread 3 socket wrote 8192
client thread 5 loop 4
client thread 5 socket created 134629024
client thread 2 socket read 131072
client thread 5 socket connected 134629024
client thread 5 socket wrote 8192
client thread 2 loop 4
client thread 2 socket created 134628768
server thread 9 got connection 134628896
client thread 2 socket connected 134628768
server thread 9 read 8192 bytes
client thread 2 socket wrote 8192
server thread 7 got connection 134629216
server thread 7 read 8192 bytes
server thread 9 write 131072 bytes
server: 16190 70 1230 170 17660
server thread 9 loop 4
server thread 7 write 131072 bytes
server: 8120 80 1350 190 9740
server thread 7 loop 2
server thread 5 got connection 134628896
server thread 5 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 134629216
client thread 7 socket connected 134629216
server thread 5 write 131072 bytes
server: 8380 100 1310 180 9970
Thread 5 EXIT
server thread 6 got connection 134628960
server thread 6 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 134628832
client thread 4 socket connected 134628832
client thread 4 socket wrote 8192
client thread 5 socket read 131072
Thread 5 EXIT
server thread 6 write 131072 bytes
server: 3220 50 1330 160 4760
server thread 2 loop 4
server: 71370 260 1930 200 73760
server thread 6 loop 1
server thread 2 got connection 134628896
server thread 2 read 8192 bytes
server thread 7 got connection 134628384
server thread 7 read 8192 bytes
server thread 2 write 131072 bytes
server: 320 80 1350 180 1930
Thread 2 EXIT
client thread 7 socket wrote 8192
server thread 7 write 131072 bytes
server: 5210 100 1450 190 6950
server thread 7 loop 3
server thread 8 got connection 134628704
server thread 8 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 134629024
client thread 6 socket connected 134629024
client thread 6 socket wrote 8192
server thread 8 write 131072 bytes
server thread 6 got connection 134628960
server thread 6 read 8192 bytes
server: 76260 210 1970 190 78630
server thread 8 loop 1
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 134628896
client thread 7 socket connected 134628896
server thread 6 write 131072 bytes
client thread 7 socket wrote 8192
server: 5910 50 1350 160 7470
server thread 6 loop 2
server thread 3 got connection 134628192
server thread 3 read 8192 bytes
server thread 7 got connection 134628384
server thread 7 read 8192 bytes
server thread 3 write 131072 bytes
server: 50300 80 1500 170 52050
server thread 3 loop 2
server thread 7 write 131072 bytes
server: 5680 90 1910 180 7860
server thread 7 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
client thread 6 socket read 131072
client thread 7 socket created 134628128
client thread 6 loop 2
client thread 7 socket connected 134628128
client thread 7 socket wrote 8192
client thread 6 socket created 134628704
client thread 6 socket connected 134628704
client thread 6 socket wrote 8192
server thread 7 got connection 134629216
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server: 2860 70 1310 210 4450
Thread 7 EXIT
Thread 7 EXIT
server thread 4 got connection 134628960
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 49120 50 1020 180 50370
server thread 4 loop 2
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 134628192
client thread 9 socket connected 134628192
client thread 9 socket wrote 8192
client thread 2 socket read 131072
Thread 2 EXIT
client thread 3 socket read 131072
client thread 8 socket read 131072
client thread 8 loop 1
client thread 3 loop 2
client thread 8 socket created 134628384
client thread 3 socket created 134628896
client thread 8 socket connected 134628384
client thread 3 socket connected 134628896
client thread 8 socket wrote 8192
client thread 3 socket wrote 8192
server thread 9 got connection 134629024
server thread 9 read 8192 bytes
server thread 6 got connection 134629216
server thread 6 read 8192 bytes
server thread 9 write 131072 bytes
server: 26610 70 1310 170 28160
Thread 9 EXIT
server thread 6 write 131072 bytes
server: 14140 80 1400 180 15800
server thread 6 loop 3
server thread 8 got connection 134628512
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 17460 70 1410 220 19160
server thread 8 loop 2
client thread 8 loop 2
server thread 3 got connection 134628960
client thread 4 socket read 131072
client thread 6 socket read 131072
client thread 4 loop 2
client thread 6 loop 3
client thread 4 socket created 134628064
client thread 6 socket created 134628768
client thread 4 socket connected 134628064
client thread 6 socket connected 134628768
client thread 4 socket wrote 8192
client thread 6 socket wrote 8192
server thread 3 read 8192 bytes
server thread 6 got connection 134629088
server thread 6 read 8192 bytes
server thread 3 write 131072 bytes
server: 17800 1160 1280 180 20420
server thread 3 loop 3
client thread 9 socket read 131072
Thread 9 EXIT
client thread 3 socket read 131072
client thread 8 socket created 134628128
client thread 3 loop 3
client thread 8 socket connected 134628128
client thread 3 socket created 134629024
client thread 8 socket wrote 8192
server thread 6 write 131072 bytes
client thread 3 socket connected 134629024
server: 5400 70 3980 100 9550
server thread 6 loop 4
client thread 3 socket wrote 8192
server thread 3 got connection 134628640
server thread 4 got connection 134629152
server thread 3 read 8192 bytes
server thread 4 read 8192 bytes
server thread 3 write 131072 bytes
server thread 4 write 131072 bytes
server: 2690 50 1230 180 4150
server thread 3 loop 4
server: 16860 60 1320 190 18430
server thread 4 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 134629216
client thread 4 socket connected 134629216
client thread 4 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 4
server thread 4 got connection 134628512
server thread 4 read 8192 bytes
client thread 6 socket created 134628384
client thread 6 socket connected 134628384
client thread 6 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 4
server thread 4 write 131072 bytes
client thread 3 socket created 134628832
server: 3020 50 1270 160 4500
server thread 4 loop 4
client thread 3 socket connected 134628832
client thread 3 socket wrote 8192
server thread 6 got connection 134628704
server thread 6 read 8192 bytes
server thread 8 got connection 134628960
server thread 8 read 8192 bytes
server thread 6 write 131072 bytes
server thread 8 write 131072 bytes
server: 6960 90 3130 260 10440
server: 14760 60 3190 180 18190
server thread 8 loop 3
server thread 3 got connection 134628192
server thread 3 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 3
server thread 3 write 131072 bytes
client thread 8 socket created 134628896
server: 9090 110 1450 180 10830
client thread 8 socket connected 134628896
client thread 8 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 134629088
client thread 4 socket connected 134629088
client thread 4 socket wrote 8192
client thread 3 socket read 131072
server thread 4 got connection 134628640
server thread 4 read 8192 bytes
server thread 8 got connection 134629152
server thread 8 read 8192 bytes
server thread 4 write 131072 bytes
server: 7620 40 1290 170 9120
server thread 8 write 131072 bytes
server: 3930 80 1500 190 5700
server thread 8 loop 4
client thread 6 socket read 131072
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 134628064
client thread 8 socket connected 134628064
Thread 6 EXIT
client thread 8 socket wrote 8192
client thread 4 socket read 131072
server thread 8 got connection 134628768
server thread 8 read 8192 bytes
Thread 4 EXIT
Thread 3 EXIT
Thread 4 EXIT
Thread 3 EXIT
Thread 6 EXIT
server thread 8 write 131072 bytes
server: 2160 50 1260 220 3690
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 76176 624 9520 950
server per thread elapsed time 87270
----------
Client results:

----------
client per thread totals 0 2901 1176 51851 1277
client per thread elapsed time 57205
select loop user/user: 26578.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 134628704
client thread 1 alive
client thread 1 loop 0
client thread 0 socket connected 134628704
client thread 0 socket wrote 8192
server thread 3 alive
server thread 4 alive
server thread 3 loop 0
server thread 5 alive
server thread 4 loop 0
server thread 6 alive
server thread 5 loop 0
server thread 7 alive
server thread 6 loop 0
server thread 8 alive
server thread 7 loop 0
server thread 9 alive
server thread 8 loop 0
client thread 1 socket created 134628960
server thread 9 loop 0
client thread 3 alive
client thread 3 loop 0
client thread 1 socket connected 134628960
client thread 3 socket created 134628320
client thread 1 socket wrote 8192
client thread 3 socket connected 134628320
client thread 3 socket wrote 8192
server thread 1 got connection 134629152
server thread 1 read 8192 bytes
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 134628384
client thread 5 socket connected 134628384
client thread 5 socket wrote 8192
server thread 0 got connection 134628896
server thread 0 read 8192 bytes
server thread 1 write 131072 bytes
server: 3160 70 1100 170 4500
server thread 1 loop 1
server thread 0 write 131072 bytes
server: 4520 60 1350 180 6110
server thread 0 loop 1
server thread 2 alive
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 134628768
server thread 2 loop 0
client thread 6 socket connected 134628768
client thread 6 socket wrote 8192
server thread 5 got connection 134628576
server thread 5 read 8192 bytes
server thread 3 got connection 134628064
server thread 3 read 8192 bytes
server thread 5 write 131072 bytes
server: 5440 90 1330 170 7030
server thread 5 loop 1
server thread 3 write 131072 bytes
server: 6250 70 1490 190 8000
server thread 3 loop 1
server thread 6 got connection 134629152
server thread 6 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 134628896
server thread 6 write 131072 bytes
client thread 7 alive
client thread 7 loop 0
server: 7710 90 1310 190 9300
server thread 6 loop 1
client thread 7 socket created 134628576
client thread 7 socket connected 134628576
client thread 7 socket wrote 8192
server thread 3 got connection 134628064
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 134628320
client thread 8 socket connected 134628320
client thread 8 socket wrote 8192
server thread 7 got connection 134629152
server thread 7 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 134628384
client thread 5 socket connected 134628384
client thread 5 socket wrote 8192
client thread 0 socket read 131072
server thread 7 write 131072 bytes
client thread 0 loop 1
server: 13120 100 1300 150 14670
server thread 7 loop 1
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 134629152
client thread 9 alive
client thread 6 socket read 131072
client thread 9 loop 0
client thread 6 loop 1
client thread 9 socket created 134628768
client thread 6 socket created 137141384
client thread 9 socket connected 134628768
client thread 6 socket connected 137141384
client thread 6 socket wrote 8192
client thread 9 socket wrote 8192
client thread 4 socket connected 134629152
client thread 4 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 1
server thread 4 got connection 134628576
server thread 4 read 8192 bytes
client thread 7 socket created 137141448
client thread 7 socket connected 137141448
client thread 7 socket wrote 8192
server thread 5 got connection 137141512
server thread 5 read 8192 bytes
server thread 4 write 131072 bytes
server: 18070 50 1150 180 19450
server thread 4 loop 1
server thread 7 got connection 134628576
server thread 7 read 8192 bytes
server thread 5 write 131072 bytes
server: 11570 60 1290 180 13100
server thread 5 loop 2
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server: 4550 100 1540 210 6400
server thread 7 loop 2
client thread 7 loop 2
client thread 7 socket created 137141512
client thread 7 socket connected 137141512
client thread 7 socket wrote 8192
client thread 5 socket read 131072
client thread 1 socket read 131072
client thread 5 loop 2
client thread 1 loop 1
client thread 5 socket created 134628576
client thread 1 socket created 137141448
client thread 5 socket connected 134628576
client thread 1 socket connected 137141448
client thread 5 socket wrote 8192
client thread 1 socket wrote 8192
server thread 9 got connection 134628384
server thread 9 read 8192 bytes
server thread 6 got connection 137141640
server thread 6 read 8192 bytes
server thread 9 write 131072 bytes
server thread 6 write 131072 bytes
server: 24120 340 1290 190 25940
server thread 9 loop 1
server: 15770 80 1320 180 17350
server thread 6 loop 2
server thread 7 got connection 134628960
server thread 7 read 8192 bytes
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 134628384
client thread 2 socket connected 134628384
client thread 2 socket wrote 8192
server thread 7 write 131072 bytes
server thread 1 got connection 137141640
server thread 1 read 8192 bytes
server: 5430 110 1350 170 7060
server thread 7 loop 3
server thread 1 write 131072 bytes
server: 25580 70 1500 170 27320
server thread 1 loop 2
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 134628960
client thread 9 socket connected 134628960
client thread 6 socket read 131072
client thread 7 socket read 131072
client thread 7 loop 3
client thread 1 socket read 131072
client thread 7 socket created 137141640
client thread 1 loop 2
client thread 7 socket connected 137141640
client thread 1 socket created 134628768
client thread 7 socket wrote 8192
client thread 3 socket connected 134628896
client thread 1 socket connected 134628768
client thread 3 socket wrote 8192
client thread 1 socket wrote 8192
server thread 8 got connection 134629280
server thread 8 read 8192 bytes
server thread 2 got connection 137141384
server thread 2 read 8192 bytes
server thread 8 write 131072 bytes
server: 33860 70 1230 190 35350
server thread 8 loop 1
server thread 7 got connection 137141448
server thread 2 write 131072 bytes
server thread 7 read 8192 bytes
server: 29760 60 1910 100 31830
server thread 2 loop 1
server thread 7 write 131072 bytes
server: 8080 100 1260 150 9590
server thread 7 loop 4
client thread 2 socket read 131072
client thread 2 loop 1
client thread 6 loop 2
client thread 2 socket created 134629280
client thread 6 socket created 137141384
client thread 2 socket connected 134629280
client thread 2 socket wrote 8192
client thread 6 socket connected 137141384
client thread 6 socket wrote 8192
server thread 2 got connection 137141448
server thread 2 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 134628384
client thread 7 socket connected 134628384
client thread 7 socket wrote 8192
server thread 2 write 131072 bytes
server: 3800 50 1270 180 5300
server thread 2 loop 2
client thread 0 socket created 134628704
client thread 0 socket connected 134628704
client thread 0 socket wrote 8192
client thread 8 socket read 131072
client thread 2 socket read 131072
client thread 8 loop 1
client thread 2 loop 2
client thread 8 socket created 137141448
client thread 2 socket created 134628320
client thread 8 socket connected 137141448
client thread 2 socket connected 134628320
client thread 8 socket wrote 8192
client thread 2 socket wrote 8192
server thread 3 read 8192 bytes
server thread 2 got connection 134629280
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 2530 35060 1330 180 39100
server thread 3 loop 2
server thread 2 write 131072 bytes
server: 3140 40 1260 180 4620
server thread 2 loop 3
server thread 7 got connection 134628064
server thread 7 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 134629280
client thread 2 socket connected 134629280
client thread 2 socket wrote 8192
server thread 2 got connection 134628320
server thread 2 read 8192 bytes
client thread 7 socket read 131072
Thread 7 EXIT
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 134628384
client thread 4 socket connected 134628384
client thread 4 socket wrote 8192
server thread 2 write 131072 bytes
server thread 5 got connection 137141576
server thread 5 read 8192 bytes
server: 2730 60 1280 250 4320
server thread 2 loop 4
server thread 5 write 131072 bytes
client thread 2 socket read 131072
server: 30940 80 1390 200 32610
server thread 5 loop 3
client thread 2 loop 4
client thread 2 socket created 134629152
client thread 2 socket connected 134629152
client thread 2 socket wrote 8192
server thread 2 got connection 134628320
server thread 2 read 8192 bytes
server thread 4 got connection 137141576
server thread 4 read 8192 bytes
server thread 2 write 131072 bytes
server: 2860 60 1270 200 4390
Thread 2 EXIT
server thread 4 write 131072 bytes
client thread 9 socket wrote 8192
server: 35100 90 1370 200 36760
server thread 4 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 134629280
server thread 6 got connection 134628320
server thread 6 read 8192 bytes
client thread 3 socket connected 134629280
client thread 3 socket wrote 8192
server thread 6 write 131072 bytes
server: 30360 80 1480 220 32140
server thread 6 loop 3
client thread 2 socket read 131072
Thread 2 EXIT
server thread 9 got connection 137141512
server thread 9 read 8192 bytes
client thread 4 socket read 131072
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 9 write 131072 bytes
server: 33040 90 1470 190 34790
server thread 9 loop 2
client thread 5 socket read 131072
server thread 0 got connection 134628896
client thread 5 loop 3
server thread 0 read 8192 bytes
client thread 5 socket created 134628320
client thread 5 socket connected 134628320
client thread 5 socket wrote 8192
server thread 1 got connection 137141640
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server: 59640 80 1330 180 61230
server thread 0 loop 2
server thread 7 write 131072 bytes
server: 8290 90 18370 200 26950
Thread 7 EXIT
server thread 1 write 131072 bytes
server: 34240 80 1380 190 35890
server thread 1 loop 3
server thread 8 got connection 134629152
server thread 8 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 134628384
client thread 6 socket connected 134628384
client thread 6 socket wrote 8192
server thread 8 write 131072 bytes
server thread 4 got connection 137141512
server thread 4 read 8192 bytes
server: 29670 100 1270 180 31220
server thread 8 loop 2
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 134628576
client thread 9 socket connected 134628576
client thread 9 socket wrote 8192
server thread 4 write 131072 bytes
server thread 9 got connection 134628896
server thread 9 read 8192 bytes
server: 11780 70 1250 160 13260
server thread 4 loop 3
server thread 9 write 131072 bytes
server: 5940 50 1420 170 7580
server thread 9 loop 3
server thread 5 got connection 134628064
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 18170 90 1500 200 19960
server thread 5 loop 4
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 134629216
client thread 0 socket read 131072
client thread 4 socket connected 134629216
client thread 4 socket wrote 8192
client thread 0 loop 2
client thread 0 socket created 137141640
client thread 0 socket connected 137141640
client thread 0 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 137141384
client thread 8 socket read 131072
client thread 9 socket connected 137141384
client thread 9 socket wrote 8192
client thread 8 loop 2
client thread 8 socket created 134629152
client thread 8 socket connected 134629152
client thread 8 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 134628960
client thread 5 socket read 131072
client thread 1 socket connected 134628960
client thread 1 socket wrote 8192
client thread 5 loop 4
client thread 5 socket created 137141512
server thread 6 got connection 134628896
server thread 6 read 8192 bytes
client thread 5 socket connected 137141512
client thread 5 socket wrote 8192
server thread 5 got connection 134628064
server thread 5 read 8192 bytes
server thread 6 write 131072 bytes
server: 19300 60 1300 180 20840
server thread 6 loop 4
server thread 5 write 131072 bytes
server thread 9 got connection 134629088
server thread 9 read 8192 bytes
server: 6280 50 1380 180 7890
Thread 5 EXIT
server thread 3 got connection 137141576
server thread 3 read 8192 bytes
server thread 9 write 131072 bytes
server: 9650 90 1450 170 11360
server thread 9 loop 4
server thread 3 write 131072 bytes
server: 34230 100 1550 200 36080
server thread 3 loop 3
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 134628704
client thread 5 socket read 131072
client thread 9 socket connected 134628704
client thread 9 socket wrote 8192
Thread 5 EXIT
server thread 9 got connection 134628576
server thread 9 read 8192 bytes
server thread 4 got connection 137141448
server thread 4 read 8192 bytes
server thread 9 write 131072 bytes
server thread 4 write 131072 bytes
server: 15930 70 1400 200 17600
server thread 4 loop 4
server thread 0 got connection 134628768
server thread 0 read 8192 bytes
client thread 9 socket read 131072
Thread 9 EXIT
server thread 0 write 131072 bytes
server: 22020 100 1350 130 23600
server thread 0 loop 3
server thread 1 got connection 134628320
server thread 1 read 8192 bytes
server: 2880 60 1260 170 4370
Thread 9 EXIT
server thread 8 got connection 134628896
server thread 8 read 8192 bytes
server thread 1 write 131072 bytes
server: 23230 60 1240 170 24700
server thread 1 loop 4
server thread 8 write 131072 bytes
server: 22590 110 1530 180 24410
server thread 8 loop 3
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 134628064
client thread 4 socket connected 134628064
client thread 4 socket wrote 8192
client thread 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 4 got connection 134629088
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 9770 130 1660 380 11940
Thread 4 EXIT
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 137141576
client thread 3 socket connected 137141576
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 8 socket read 131072
client thread 8 loop 3
Thread 4 EXIT
client thread 0 socket read 131072
server thread 6 got connection 137141512
server thread 6 read 8192 bytes
client thread 0 loop 3
client thread 0 socket created 134628576
client thread 0 socket connected 134628576
client thread 0 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 137141448
server thread 6 write 131072 bytes
client thread 1 socket connected 137141448
server: 21510 70 1200 150 22930
client thread 1 socket wrote 8192
Thread 6 EXIT
client thread 8 socket created 137141384
server thread 3 got connection 134628704
server thread 3 read 8192 bytes
client thread 8 socket connected 137141384
client thread 8 socket wrote 8192
server thread 3 write 131072 bytes
server: 20620 60 1300 190 22170
server thread 3 loop 4
server thread 0 got connection 134628768
server thread 0 read 8192 bytes
server thread 8 got connection 134628640
server thread 8 read 8192 bytes
server thread 0 write 131072 bytes
server: 16530 90 1300 190 18110
server thread 0 loop 4
server thread 8 write 131072 bytes
server: 13470 80 1380 200 15130
server thread 8 loop 4
client thread 6 socket read 131072
server thread 1 got connection 134628320
server thread 1 read 8192 bytes
Thread 6 EXIT
client thread 8 socket read 131072
client thread 8 loop 4
server thread 1 write 131072 bytes
client thread 8 socket created 134628896
server: 18220 90 1330 180 19820
Thread 1 EXIT
client thread 8 socket connected 134628896
client thread 8 socket wrote 8192
server thread 8 got connection 134629216
server thread 8 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 4
server thread 8 write 131072 bytes
client thread 0 socket created 134628384
server: 4530 420 1440 190 6580
Thread 8 EXIT
client thread 0 socket connected 134628384
client thread 0 socket wrote 8192
client thread 1 socket read 131072
client thread 3 socket read 131072
client thread 3 loop 4
Thread 1 EXIT
client thread 3 socket created 134629088
client thread 3 socket connected 134629088
client thread 3 socket wrote 8192
server thread 0 got connection 134628128
server thread 0 read 8192 bytes
client thread 8 socket read 131072
Thread 8 EXIT
server thread 0 write 131072 bytes
server: 8540 60 1350 130 10080
Thread 0 EXIT
server thread 3 got connection 134629280
server thread 3 read 8192 bytes
client thread 0 socket read 131072
Thread 0 EXIT
server thread 3 write 131072 bytes
server: 13050 100 1400 170 14720
Thread 3 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
Thread 3 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 157333 4573 18038 1871
server per thread elapsed time 181815
----------
Client results:

----------
client per thread totals 10 11065 4226 126828 2485
client per thread elapsed time 144604
select loop user/kernel: 24928.00 usec
server thread 0 alive
server thread 1 alive
server thread 2 alive
server thread 1 loop 0
server thread 3 alive
server thread 2 loop 0
server thread 4 alive
server thread 3 loop 0
server thread 5 alive
server thread 4 loop 0
server thread 6 alive
server thread 5 loop 0
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 134628768
client thread 1 alive
client thread 1 loop 0
server thread 5 got connection 134628640
client thread 2 alive
client thread 2 loop 0
server thread 9 alive
client thread 2 socket created 137141384
client thread 2 socket connected 137141384
server thread 9 loop 0
client thread 2 socket wrote 8192
server thread 6 loop 0
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 134628512
server thread 2 got connection 134628576
server thread 2 read 8192 bytes
client thread 9 socket connected 134628512
client thread 9 socket wrote 8192
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 2930 90 1270 210 4500
server thread 2 loop 1
client thread 2 loop 1
client thread 2 socket created 134629216
server thread 9 got connection 134628832
server thread 9 read 8192 bytes
client thread 2 socket connected 134629216
client thread 2 socket wrote 8192
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 2400 80 1240 220 3940
server thread 9 loop 1
client thread 9 loop 1
server thread 2 got connection 137141576
server thread 2 read 8192 bytes
client thread 9 socket created 137141448
client thread 9 socket connected 137141448
client thread 9 socket wrote 8192
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 2360 80 1320 260 4020
server thread 2 loop 2
client thread 2 loop 2
server thread 9 got connection 134628896
server thread 9 read 8192 bytes
client thread 2 socket created 134628128
client thread 2 socket connected 134628128
client thread 2 socket wrote 8192
client thread 1 socket created 134628192
client thread 1 socket connected 134628192
client thread 1 socket wrote 8192
server thread 7 alive
server thread 9 write 131072 bytes
server: 2460 70 1170 150 3850
server thread 9 loop 2
server thread 7 loop 0
client thread 5 socket connected 134628768
server thread 2 got connection 134628384
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 2280 100 1450 180 4010
server thread 2 loop 3
server thread 8 alive
client thread 9 socket read 131072
server thread 8 loop 0
client thread 6 alive
client thread 6 loop 0
client thread 9 loop 2
client thread 6 socket created 134628448
client thread 9 socket created 134629088
client thread 6 socket connected 134628448
client thread 9 socket connected 134629088
client thread 6 socket wrote 8192
client thread 9 socket wrote 8192
client thread 2 socket read 131072
server thread 9 got connection 134628576
server thread 9 read 8192 bytes
client thread 2 loop 3
client thread 2 socket created 137141384
client thread 2 socket connected 137141384
client thread 2 socket wrote 8192
server thread 9 write 131072 bytes
server: 4280 70 1210 220 5780
server thread 9 loop 3
client thread 9 socket read 131072
server thread 2 got connection 134628832
server thread 2 read 8192 bytes
client thread 9 loop 3
client thread 9 socket created 134628512
client thread 9 socket connected 134628512
client thread 9 socket wrote 8192
server thread 2 write 131072 bytes
server: 4030 80 1320 240 5670
server thread 2 loop 4
client thread 2 socket read 131072
server thread 9 got connection 137141576
server thread 9 read 8192 bytes
client thread 2 loop 4
client thread 2 socket created 134629216
client thread 2 socket connected 134629216
client thread 2 socket wrote 8192
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 134628896
server thread 9 write 131072 bytes
server: 2560 80 1220 150 4010
server thread 9 loop 4
server thread 1 got connection 134628384
server thread 1 read 8192 bytes
server thread 2 got connection 137141448
server thread 2 read 8192 bytes
server thread 1 write 131072 bytes
server: 20600 80 1270 170 22120
server thread 1 loop 1
server thread 2 write 131072 bytes
server: 2340 80 1360 180 3960
Thread 2 EXIT
client thread 5 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 7 alive
client thread 4 socket created 134628128
client thread 2 socket read 131072
client thread 4 socket connected 134628128
Thread 2 EXIT
client thread 4 socket wrote 8192
client thread 7 loop 0
client thread 8 alive
client thread 8 loop 0
client thread 7 socket created 134628576
client thread 8 socket created 134629088
client thread 7 socket connected 134628576
client thread 8 socket connected 134629088
client thread 7 socket wrote 8192
client thread 8 socket wrote 8192
client thread 3 socket connected 134628896
client thread 3 socket wrote 8192
server thread 5 read 8192 bytes
server thread 6 got connection 134628832
server thread 6 read 8192 bytes
server thread 5 write 131072 bytes
server: 770 23040 1240 190 25240
server thread 5 loop 1
server thread 6 write 131072 bytes
server: 22480 60 1360 190 24090
server thread 6 loop 1
server thread 3 got connection 137141384
server thread 3 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 137141576
client thread 5 socket connected 137141576
client thread 5 socket wrote 8192
server thread 3 write 131072 bytes
server: 28090 80 1270 180 29620
server thread 3 loop 1
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 134628384
client thread 1 socket read 131072
client thread 9 socket connected 134628384
client thread 9 socket wrote 8192
client thread 1 loop 1
client thread 1 socket created 137141448
client thread 1 socket connected 137141448
client thread 1 socket wrote 8192
server thread 4 got connection 137141640
server thread 4 read 8192 bytes
client thread 6 socket read 131072
server thread 4 write 131072 bytes
client thread 6 loop 1
server: 31790 70 1450 180 33490
server thread 4 loop 1
client thread 6 socket created 134629216
client thread 6 socket connected 134629216
server thread 9 got connection 134628768
server thread 9 read 8192 bytes
server thread 5 got connection 137141384
server thread 5 read 8192 bytes
server thread 9 write 131072 bytes
server: 14780 110 1330 180 16400
server thread 5 write 131072 bytes
server: 9040 80 1400 200 10720
server thread 5 loop 2
server thread 0 loop 0
client thread 5 socket read 131072
client thread 9 socket read 131072
client thread 5 loop 2
client thread 3 socket read 131072
client thread 5 socket created 134628512
client thread 3 loop 1
client thread 5 socket connected 134628512
client thread 3 socket created 134628192
client thread 5 socket wrote 8192
server thread 7 got connection 134628640
client thread 3 socket connected 134628192
server thread 7 read 8192 bytes
client thread 3 socket wrote 8192
client thread 6 socket wrote 8192
server thread 1 got connection 134628448
server thread 1 read 8192 bytes
server thread 7 write 131072 bytes
server: 29030 60 1260 170 30520
server thread 7 loop 1
server thread 8 got connection 134628832
server thread 8 read 8192 bytes
server thread 1 write 131072 bytes
server: 18300 70 1340 170 19880
server thread 1 loop 2
server thread 5 got connection 137141640
server thread 5 read 8192 bytes
server thread 8 write 131072 bytes
server: 27600 90 1400 190 29280
server thread 8 loop 1
server thread 5 write 131072 bytes
server: 5160 80 1500 230 6970
server thread 5 loop 3
client thread 5 socket read 131072
server thread 3 got connection 134628768
server thread 3 read 8192 bytes
client thread 5 loop 3
client thread 5 socket created 134628320
client thread 5 socket connected 134628320
client thread 5 socket wrote 8192
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 137141384
server thread 3 write 131072 bytes
client thread 0 socket connected 137141384
server: 14650 80 1220 160 16110
server thread 3 loop 2
client thread 0 socket wrote 8192
Thread 9 EXIT
server thread 0 got connection 137141576
Thread 9 EXIT
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
client thread 4 socket read 131072
server: 8160 90 1380 180 9810
server thread 0 loop 1
client thread 4 loop 1
client thread 4 socket created 134628384
server thread 5 got connection 134628896
server thread 5 read 8192 bytes
client thread 4 socket connected 134628384
client thread 4 socket wrote 8192
server thread 5 write 131072 bytes
server: 4580 80 1350 180 6190
server thread 5 loop 4
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 134628640
client thread 0 socket connected 134628640
client thread 0 socket wrote 8192
server thread 0 got connection 134628448
server thread 6 got connection 134628832
server thread 0 read 8192 bytes
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server thread 0 write 131072 bytes
server: 25140 70 1540 200 26950
server thread 6 loop 2
server: 3700 90 1640 190 5620
server thread 0 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 137141640
client thread 3 socket connected 137141640
client thread 3 socket wrote 8192
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 134628512
client thread 0 socket connected 134628512
client thread 0 socket wrote 8192
server thread 0 got connection 134628768
server thread 0 read 8192 bytes
client thread 8 socket read 131072
server thread 0 write 131072 bytes
client thread 8 loop 1
server: 2800 100 1440 190 4530
server thread 0 loop 3
client thread 8 socket created 137141576
client thread 8 socket connected 137141576
client thread 7 socket read 131072
client thread 8 socket wrote 8192
client thread 7 loop 1
client thread 7 socket created 134628128
client thread 7 socket connected 134628128
client thread 7 socket wrote 8192
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 134628896
server thread 4 got connection 137141384
server thread 4 read 8192 bytes
client thread 0 socket connected 134628896
client thread 0 socket wrote 8192
server thread 4 write 131072 bytes
server: 27050 90 1370 180 28690
server thread 4 loop 2
client thread 5 socket read 131072
server thread 0 got connection 134628832
server thread 8 got connection 134628448
server thread 0 read 8192 bytes
server thread 8 read 8192 bytes
server thread 0 write 131072 bytes
server: 5340 80 1380 200 7000
server thread 0 loop 4
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 134628192
client thread 1 socket connected 134628192
client thread 8 socket read 131072
client thread 1 socket wrote 8192
client thread 8 loop 2
client thread 8 socket created 134628640
client thread 8 socket connected 134628640
client thread 8 socket wrote 8192
server thread 8 write 131072 bytes
server: 20800 80 3740 180 24800
server thread 8 loop 2
client thread 6 socket read 131072
server thread 8 got connection 134629088
server thread 8 read 8192 bytes
client thread 6 loop 2
client thread 6 socket created 134628768
client thread 6 socket connected 134628768
client thread 6 socket wrote 8192
server thread 3 got connection 134628576
server thread 3 read 8192 bytes
server thread 8 write 131072 bytes
server: 460 70 1200 170 1900
server thread 8 loop 3
server thread 3 write 131072 bytes
server: 23340 70 1360 180 24950
server thread 3 loop 3
client thread 0 socket read 131072
server thread 1 got connection 134628512
server thread 1 read 8192 bytes
client thread 0 loop 4
client thread 0 socket created 137141384
client thread 0 socket connected 137141384
client thread 0 socket wrote 8192
client thread 5 loop 4
client thread 5 socket created 134628320
client thread 5 socket connected 134628320
client thread 5 socket wrote 8192
server thread 1 write 131072 bytes
server: 29740 90 1260 160 31250
server thread 1 loop 3
server thread 7 got connection 134628832
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 32040 70 1470 200 33780
server thread 7 loop 2
client thread 8 socket read 131072
client thread 8 loop 3
client thread 4 socket read 131072
client thread 8 socket created 137141448
client thread 4 loop 2
client thread 8 socket connected 137141448
client thread 8 socket wrote 8192
client thread 4 socket created 137141576
client thread 4 socket connected 137141576
client thread 3 socket read 131072
client thread 4 socket wrote 8192
client thread 3 loop 3
client thread 3 socket created 134628448
server thread 8 got connection 134629216
server thread 8 read 8192 bytes
client thread 3 socket connected 134628448
client thread 3 socket wrote 8192
server thread 3 got connection 134629088
server thread 3 read 8192 bytes
server thread 8 write 131072 bytes
server: 8110 70 1230 170 9580
server thread 8 loop 4
server thread 3 write 131072 bytes
server thread 6 got connection 134628576
server thread 6 read 8192 bytes
server: 7430 60 1270 180 8940
server thread 3 loop 4
server thread 6 write 131072 bytes
server: 26070 100 1510 190 27870
server thread 6 loop 3
client thread 3 socket read 131072
server thread 5 got connection 134628896
server thread 5 read 8192 bytes
client thread 3 loop 4
client thread 3 socket created 134628512
client thread 3 socket connected 134628512
client thread 3 socket wrote 8192
server thread 3 got connection 134628832
server thread 3 read 8192 bytes
server thread 5 write 131072 bytes
server: 32380 100 1270 160 33910
Thread 5 EXIT
server thread 3 write 131072 bytes
server: 3910 50 1150 130 5240
Thread 3 EXIT
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 134628640
client thread 8 socket created 134628384
client thread 1 socket connected 134628640
client thread 8 socket connected 134628384
client thread 1 socket wrote 8192
client thread 8 socket wrote 8192
client thread 3 socket read 131072
server thread 8 got connection 137141640
server thread 8 read 8192 bytes
Thread 3 EXIT
server thread 0 got connection 134629216
server thread 0 read 8192 bytes
server thread 8 write 131072 bytes
server: 9090 50 1240 170 10550
Thread 8 EXIT
server thread 0 write 131072 bytes
server: 23560 80 1370 200 25210
Thread 0 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
server thread 4 got connection 134629088
server thread 4 read 8192 bytes
client thread 6 socket read 131072
server thread 4 write 131072 bytes
client thread 6 loop 3
server: 29730 90 1420 200 31440
server thread 4 loop 3
client thread 6 socket created 134628576
client thread 6 socket connected 134628576
client thread 7 socket read 131072
client thread 6 socket wrote 8192
client thread 7 loop 2
client thread 7 socket created 134628448
client thread 7 socket connected 134628448
client thread 7 socket wrote 8192
client thread 5 socket read 131072
Thread 5 EXIT
server thread 1 got connection 134628896
server thread 1 read 8192 bytes
client thread 0 socket read 131072
Thread 0 EXIT
server thread 6 got connection 134628256
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server thread 7 got connection 134628832
server thread 7 read 8192 bytes
server: 17220 70 1140 200 18630
server thread 6 loop 4
server thread 7 write 131072 bytes
client thread 4 socket read 131072
server: 25740 120 1500 180 27540
server thread 7 loop 3
server thread 1 write 131072 bytes
client thread 4 loop 3
server: 24140 90 5330 180 29740
server thread 1 loop 4
client thread 4 socket created 134628960
client thread 4 socket connected 134628960
client thread 4 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 134628192
client thread 1 socket connected 134628192
client thread 6 socket read 131072
client thread 1 socket wrote 8192
client thread 6 loop 4
client thread 6 socket created 137141448
client thread 6 socket connected 137141448
client thread 6 socket wrote 8192
server thread 1 got connection 134628512
server thread 6 got connection 137141640
server thread 1 read 8192 bytes
server thread 6 read 8192 bytes
server thread 1 write 131072 bytes
server thread 6 write 131072 bytes
server: 2920 80 1260 190 4450
Thread 1 EXIT
server: 4010 80 1350 190 5630
Thread 6 EXIT
client thread 7 socket read 131072
client thread 7 loop 3
client thread 6 socket read 131072
client thread 7 socket created 134629280
Thread 6 EXIT
client thread 7 socket connected 134629280
client thread 7 socket wrote 8192
client thread 1 socket read 131072
Thread 1 EXIT
server thread 4 got connection 134629216
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 16540 70 1260 210 18080
server thread 4 loop 4
client thread 4 loop 4
server thread 7 got connection 134629152
client thread 4 socket created 134628384
server thread 7 read 8192 bytes
client thread 4 socket connected 134628384
client thread 4 socket wrote 8192
server thread 7 write 131072 bytes
server: 10300 70 1190 230 11790
server thread 7 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
server thread 4 got connection 134628768
server thread 4 read 8192 bytes
client thread 7 socket created 134629088
client thread 7 socket connected 134629088
client thread 7 socket wrote 8192
server thread 4 write 131072 bytes
server: 2400 80 1230 230 3940
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
server thread 7 got connection 134628128
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 2550 60 1420 230 4260
client thread 7 socket read 131072
Thread 7 EXIT
Thread 7 EXIT
Thread 7 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 225051 7266 25325 2818
server per thread elapsed time 260460
----------
Client results:

----------
client per thread totals 10 15422 6497 191584 3805
client per thread elapsed time 217308
select loop kernel/user: 24154.00 usec
server thread 0 alive
server thread 1 alive
server thread 3 alive
server thread 0 loop 0
server thread 4 alive
server thread 3 loop 0
client thread 0 alive
client thread 0 loop 0
server thread 4 loop 0
client thread 0 socket created 137141576
server thread 2 alive
client thread 0 socket connected 137141576
client thread 0 socket wrote 8192
server thread 2 loop 0
server thread 0 got connection 134628640
server thread 0 read 8192 bytes
server thread 5 alive
server thread 5 loop 0
server thread 0 write 131072 bytes
server: 1370 70 1270 230 2940
server thread 0 loop 1
client thread 0 socket read 131072
client thread 3 alive
client thread 3 loop 0
client thread 0 loop 1
client thread 3 socket created 134628512
client thread 0 socket created 134628064
client thread 3 socket connected 134628512
client thread 3 socket wrote 8192
server thread 3 got connection 134628704
server thread 1 loop 0
server thread 3 read 8192 bytes
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 134628448
client thread 1 socket connected 134628448
client thread 1 socket wrote 8192
server thread 1 got connection 137141448
server thread 1 read 8192 bytes
server thread 3 write 131072 bytes
server: 3990 100 1140 160 5390
server thread 3 loop 1
server thread 6 alive
server thread 6 loop 0
server thread 1 write 131072 bytes
client thread 4 alive
client thread 4 loop 0
server: 950 50 1340 150 2490
server thread 1 loop 1
client thread 4 socket created 134629216
client thread 4 socket connected 134629216
client thread 4 socket wrote 8192
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 134628960
client thread 2 socket connected 134628960
client thread 2 socket wrote 8192
server thread 4 got connection 134629152
server thread 8 alive
client thread 1 socket read 131072
client thread 1 loop 1
server thread 8 loop 0
client thread 5 alive
client thread 5 loop 0
client thread 1 socket created 134628768
client thread 5 socket created 137141512
client thread 1 socket connected 134628768
client thread 1 socket wrote 8192
client thread 5 socket connected 137141512
server thread 0 got connection 137141640
client thread 5 socket wrote 8192
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 134628384
client thread 6 socket connected 134628384
client thread 6 socket wrote 8192
server thread 2 got connection 134628128
server thread 2 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 134629024
client thread 3 socket connected 134629024
client thread 3 socket wrote 8192
client thread 0 socket connected 134628064
server thread 2 write 131072 bytes
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server: 9490 70 1260 150 10970
server thread 2 loop 1
server thread 0 write 131072 bytes
server: 6540 2510 1450 190 10690
server thread 0 loop 2
server thread 1 got connection 134629088
server thread 1 read 8192 bytes
client thread 0 socket read 131072
server thread 1 write 131072 bytes
client thread 0 loop 2
server: 6890 80 1460 200 8630
server thread 1 loop 2
client thread 0 socket created 134628640
client thread 0 socket connected 134628640
client thread 2 socket read 131072
client thread 0 socket wrote 8192
client thread 2 loop 1
client thread 2 socket created 137141576
client thread 2 socket connected 137141576
client thread 2 socket wrote 8192
server thread 2 got connection 137141448
server thread 2 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 134628448
client thread 1 socket connected 134628448
server thread 2 write 131072 bytes
client thread 1 socket wrote 8192
server thread 0 got connection 134628704
server: 5370 50 1250 170 6840
server thread 2 loop 2
server thread 0 read 8192 bytes
server thread 5 got connection 134628512
server thread 5 read 8192 bytes
server thread 0 write 131072 bytes
server: 5200 80 1300 190 6770
server thread 0 loop 3
server thread 7 alive
server thread 5 write 131072 bytes
server: 17450 80 1390 180 19100
server thread 5 loop 1
server thread 7 loop 0
server thread 4 read 8192 bytes
server thread 3 got connection 134628064
server thread 3 read 8192 bytes
server thread 4 write 131072 bytes
server: 7670 13360 1320 170 22520
server thread 4 loop 1
server thread 3 write 131072 bytes
server thread 6 got connection 137141640
server thread 6 read 8192 bytes
server: 16090 90 1340 200 17720
server thread 3 loop 2
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 134629088
client thread 7 socket connected 134629088
client thread 7 socket wrote 8192
server thread 6 write 131072 bytes
server: 16770 110 1430 180 18490
server thread 6 loop 1
server thread 7 got connection 134628960
server thread 7 read 8192 bytes
server thread 1 got connection 134628768
server thread 1 read 8192 bytes
server thread 7 write 131072 bytes
server: 4360 100 1860 170 6490
server thread 7 loop 1
server thread 1 write 131072 bytes
server: 10510 70 2080 200 12860
server thread 1 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 137141448
client thread 2 socket read 131072
client thread 1 socket connected 137141448
client thread 2 loop 2
client thread 1 socket wrote 8192
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 134628512
server thread 1 got connection 134629152
server thread 1 read 8192 bytes
client thread 8 socket connected 134628512
client thread 8 socket wrote 8192
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 2710 80 1280 210 4280
server thread 1 loop 4
client thread 2 socket created 134628704
client thread 1 loop 4
client thread 1 socket created 134628064
client thread 2 socket connected 134628704
client thread 2 socket wrote 8192
client thread 1 socket connected 134628064
client thread 1 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 137141640
client thread 7 socket connected 137141640
client thread 7 socket wrote 8192
server thread 1 got connection 134628960
server thread 1 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 134628768
client thread 0 socket connected 134628768
client thread 0 socket wrote 8192
server thread 1 write 131072 bytes
server: 1810 70 1250 180 3310
Thread 1 EXIT
server thread 9 alive
server thread 9 loop 0
client thread 1 socket read 131072
Thread 1 EXIT
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 137141576
client thread 9 socket connected 137141576
client thread 9 socket wrote 8192
server thread 7 got connection 134629152
server thread 7 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 137141448
client thread 5 socket connected 137141448
client thread 5 socket wrote 8192
server thread 7 write 131072 bytes
client thread 6 socket read 131072
server: 11080 80 1300 160 12620
server thread 7 loop 2
client thread 6 loop 1
client thread 6 socket created 134629088
client thread 6 socket connected 134629088
client thread 6 socket wrote 8192
server thread 2 got connection 134628640
server thread 2 read 8192 bytes
client thread 3 socket read 131072
server thread 2 write 131072 bytes
server: 22820 80 1400 190 24490
server thread 2 loop 3
server thread 8 got connection 137141384
server thread 0 got connection 134628960
server thread 8 read 8192 bytes
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
client thread 4 socket read 131072
server: 23830 90 1410 190 25520
server thread 0 loop 4
server thread 9 got connection 134628064
client thread 4 loop 1
server thread 9 read 8192 bytes
client thread 4 socket created 137141512
client thread 4 socket connected 137141512
client thread 4 socket wrote 8192
server thread 9 write 131072 bytes
server: 9280 100 1380 250 11010
server thread 9 loop 1
client thread 9 socket read 131072
server thread 5 got connection 134629152
server thread 5 read 8192 bytes
client thread 9 loop 1
client thread 9 socket created 134628384
client thread 9 socket connected 134628384
client thread 9 socket wrote 8192
server thread 8 write 131072 bytes
server: 35360 80 4780 100 40320
server thread 8 loop 1
client thread 3 loop 2
client thread 3 socket created 134628640
server thread 5 write 131072 bytes
client thread 3 socket connected 134628640
server: 27300 90 1140 160 28690
server thread 5 loop 2
server thread 9 got connection 134629024
server thread 9 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 2
server thread 9 write 131072 bytes
client thread 7 socket created 134628960
server: 2400 90 2590 390 5470
server thread 9 loop 2
client thread 7 socket connected 134628960
client thread 7 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 3
client thread 9 socket read 131072
client thread 2 socket created 134629216
client thread 9 loop 2
client thread 2 socket connected 134629216
client thread 9 socket created 134628064
client thread 2 socket wrote 8192
client thread 9 socket connected 134628064
client thread 9 socket wrote 8192
client thread 3 socket wrote 8192
server thread 6 got connection 137141576
server thread 6 read 8192 bytes
server thread 9 got connection 137141384
server thread 9 read 8192 bytes
server thread 6 write 131072 bytes
server: 30170 70 1360 180 31780
server thread 6 loop 2
server thread 9 write 131072 bytes
server: 2690 80 1440 240 4450
server thread 9 loop 3
client thread 8 socket read 131072
client thread 9 socket read 131072
client thread 8 loop 1
client thread 9 loop 3
client thread 8 socket created 134629152
client thread 9 socket created 137141640
client thread 8 socket connected 134629152
client thread 8 socket wrote 8192
client thread 9 socket connected 137141640
client thread 9 socket wrote 8192
server thread 9 got connection 134629024
server thread 9 read 8192 bytes
client thread 0 socket read 131072
server thread 7 got connection 134628384
server thread 7 read 8192 bytes
server thread 3 got connection 137141576
server thread 3 read 8192 bytes
server thread 7 write 131072 bytes
server: 22310 110 1360 200 23980
server thread 7 loop 3
server thread 3 write 131072 bytes
server thread 4 got connection 134628704
server thread 4 read 8192 bytes
server: 39790 100 1360 190 41440
server thread 3 loop 3
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 137141384
client thread 9 socket connected 137141384
client thread 9 socket wrote 8192
client thread 0 loop 4
client thread 0 socket created 134628512
server thread 4 write 131072 bytes
client thread 0 socket connected 134628512
server: 41600 100 1410 160 43270
server thread 4 loop 2
client thread 0 socket wrote 8192
server thread 9 write 131072 bytes
server: 1460 70 7120 210 8860
server thread 9 loop 4
server thread 9 got connection 134628064
server thread 9 read 8192 bytes
client thread 6 socket read 131072
server thread 9 write 131072 bytes
client thread 6 loop 2
server: 310 90 1350 190 1940
client thread 6 socket created 134628768
Thread 9 EXIT
client thread 6 socket connected 134628768
client thread 6 socket wrote 8192
server thread 8 got connection 134628384
server thread 8 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 137141576
client thread 5 socket connected 137141576
server thread 8 write 131072 bytes
server: 20240 50 1330 170 21790
server thread 8 loop 2
server thread 0 got connection 134628704
server thread 0 read 8192 bytes
client thread 7 socket read 131072
server thread 0 write 131072 bytes
client thread 7 loop 3
server: 26610 180 1530 220 28540
client thread 7 socket created 134629024
Thread 0 EXIT
client thread 7 socket connected 134629024
client thread 7 socket wrote 8192
client thread 5 socket wrote 8192
server thread 2 got connection 137141640
server thread 2 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 2
server thread 2 write 131072 bytes
server: 31420 80 1530 200 33230
server thread 2 loop 4
client thread 4 socket created 134629088
client thread 4 socket connected 134629088
client thread 3 socket read 131072
client thread 4 socket wrote 8192
client thread 3 loop 3
client thread 3 socket created 134628064
client thread 3 socket connected 134628064
client thread 3 socket wrote 8192
client thread 9 socket read 131072
Thread 9 EXIT
server thread 5 got connection 134628448
server thread 5 read 8192 bytes
server thread 6 got connection 137141448
server thread 6 read 8192 bytes
server thread 5 write 131072 bytes
server thread 6 write 131072 bytes
server: 30210 80 1360 200 31850
server thread 5 loop 3
server: 23300 80 1390 180 24950
server thread 6 loop 3
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 134628384
client thread 8 socket connected 134628384
client thread 8 socket wrote 8192
client thread 0 socket read 131072
Thread 0 EXIT
server thread 7 got connection 134628960
server thread 4 got connection 134628704
server thread 4 read 8192 bytes
client thread 5 socket read 131072
server thread 4 write 131072 bytes
server: 18550 100 1430 180 20260
server thread 4 loop 3
client thread 5 loop 3
client thread 2 socket read 131072
client thread 5 socket created 137141512
client thread 2 loop 4
client thread 5 socket connected 137141512
client thread 2 socket created 137141640
client thread 5 socket wrote 8192
server thread 3 got connection 134628320
client thread 2 socket connected 137141640
server thread 3 read 8192 bytes
client thread 2 socket wrote 8192
server thread 8 got connection 134628640
server thread 8 read 8192 bytes
server thread 3 write 131072 bytes
server: 22560 70 1190 170 23990
server thread 3 loop 4
server thread 8 write 131072 bytes
server: 16020 70 1420 170 17680
server thread 8 loop 3
client thread 4 socket read 131072
server thread 5 got connection 137141384
server thread 5 read 8192 bytes
client thread 4 loop 3
client thread 4 socket created 134628448
client thread 4 socket connected 134628448
client thread 4 socket wrote 8192
server thread 5 write 131072 bytes
server: 9040 100 1410 240 10790
server thread 5 loop 4
client thread 5 socket read 131072
server thread 2 got connection 137141448
server thread 2 read 8192 bytes
client thread 5 loop 4
client thread 5 socket created 134629152
client thread 5 socket connected 134629152
client thread 5 socket wrote 8192
server thread 7 read 8192 bytes
server thread 2 write 131072 bytes
server: 15700 80 1190 170 17140
Thread 2 EXIT
server thread 7 write 131072 bytes
server: 19970 9260 1310 180 30720
server thread 7 loop 4
server thread 5 got connection 134628512
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
client thread 6 socket read 131072
server: 2890 100 1440 180 4610
Thread 5 EXIT
client thread 6 loop 3
client thread 6 socket created 134628704
client thread 6 socket connected 134628704
client thread 6 socket wrote 8192
client thread 5 socket read 131072
client thread 2 socket read 131072
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 137141576
client thread 3 socket connected 137141576
client thread 7 socket read 131072
client thread 3 socket wrote 8192
client thread 7 loop 4
client thread 7 socket created 134629216
client thread 7 socket connected 134629216
client thread 7 socket wrote 8192
Thread 5 EXIT
server thread 4 got connection 134628320
server thread 4 read 8192 bytes
server thread 6 got connection 134628640
server thread 6 read 8192 bytes
server thread 4 write 131072 bytes
server: 16410 70 1260 160 17900
server thread 4 loop 4
Thread 2 EXIT
server thread 6 write 131072 bytes
client thread 8 socket read 131072
server: 21960 80 1300 180 23520
server thread 6 loop 4
client thread 8 loop 3
client thread 8 socket created 134629088
client thread 8 socket connected 134629088
client thread 8 socket wrote 8192
server thread 3 got connection 137141384
server thread 3 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 137141512
server thread 3 write 131072 bytes
client thread 6 socket connected 137141512
server: 17480 90 1370 170 19110
client thread 6 socket wrote 8192
Thread 3 EXIT
server thread 7 got connection 137141448
server thread 7 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 134628896
client thread 4 socket connected 134628896
client thread 4 socket wrote 8192
server thread 8 got connection 134628960
server thread 7 write 131072 bytes
server thread 8 read 8192 bytes
server: 14450 80 1350 160 16040
Thread 7 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
server thread 8 write 131072 bytes
server: 20870 70 1360 180 22480
server thread 8 loop 4
server thread 6 got connection 134628512
server thread 6 read 8192 bytes
server thread 4 got connection 134628576
server thread 4 read 8192 bytes
server thread 6 write 131072 bytes
server: 8020 100 1340 190 9650
server thread 4 write 131072 bytes
server: 9070 80 1480 200 10830
client thread 7 socket read 131072
Thread 6 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
Thread 7 EXIT
Thread 4 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
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 134629152
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 7370 40 900 120 8430
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 20 299022 10172 33196 3754
server per thread elapsed time 346144
----------
Client results:

----------
client per thread totals 20 18815 8080 269737 5046
client per thread elapsed time 301678
select loop kernel/kernel: 24870.00 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Thu Mar 27 11:52:50 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
'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  
Thu Mar 27 11:52:51 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
'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  
Thu Mar 27 11:52:51 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
'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  
Thu Mar 27 11:52:56 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Thu Mar 27 11:52:58 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Thu Mar 27 11:52:59 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Thu Mar 27 11:52:59 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
END TEST: semaping
BEGIN TEST: sendzlf  
Thu Mar 27 11:53:00 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: sendzlf
BEGIN TEST: server_test  
Thu Mar 27 11:53:00 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Thu Mar 27 11:53:00 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Thu Mar 27 11:53:00 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Thu Mar 27 11:53:01 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Thu Mar 27 11:53:01 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Thu Mar 27 11:53:01 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Thu Mar 27 11:53:02 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
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  
Thu Mar 27 11:53:02 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Thu Mar 27 11:53:02 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Thu Mar 27 11:53:02 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
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  
Thu Mar 27 11:53:02 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Thu Mar 27 11:53:04 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Thu Mar 27 11:53:10 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Thu Mar 27 11:53:10 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Thu Mar 27 11:53:10 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
END TEST: strod
BEGIN TEST: switch  
Thu Mar 27 11:53:11 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Thu Mar 27 11:53:12 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PR_SI_HOSTNAME: 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  
Thu Mar 27 11:53:12 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Thu Mar 27 11:53:12 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Thu Mar 27 11:53:13 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Thu Mar 27 11:53:14 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Thu Mar 27 19:53:15 UTC 2003
Current local time is Thu Mar 27 11:53:15 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Thu Mar 27 11:53:15 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Thu Mar 27 11:55:52 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Thu Mar 27 11:55:52 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Thu Mar 27 11:55:52 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
NSPR release 4.3:
Compatible with version 4.0
Compatible with version 4.0.1
Compatible with version 4.1
Compatible with version 4.1.1
Compatible with version 4.1.2
Compatible with version 4.1.3
Compatible with version 4.2
Compatible with version 4.2.1
Compatible with version 4.2.2
Compatible with version 4.3
Incompatible with version 2.1 19980529
Incompatible with version 3.0
Incompatible with version 3.0.1
Incompatible with version 3.1
Incompatible with version 3.1.1
Incompatible with version 3.1.2
Incompatible with version 3.1.3
Incompatible with version 3.5
Incompatible with version 3.5.1
Incompatible with version 4.3.3
Incompatible with version 4.4
Incompatible with version 4.4.1
Incompatible with version 10.0
Incompatible with version 11.1
Incompatible with version 12.14.20
PASS
END TEST: vercheck
BEGIN TEST: version  
Thu Mar 27 11:55:52 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Runtime library version information
Build time: 27 Mar 2003 12:58:08 GMT
Build time: 2003-03-27 04:58:08
Portable runtime V4.3.0 ( debug )
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
END TEST: version
BEGIN TEST: writev  
Thu Mar 27 11:55:53 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Thu Mar 27 11:55:53 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Thu Mar 27 11:55:53 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
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  
Thu Mar 27 11:56:09 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Thu Mar 27 11:56:15 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:4534
(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:4790
(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:5046
(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:5302
(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  
Thu Mar 27 11:56:26 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:6070
(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:6326
(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:6582
(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:6838
(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_Recv (client) succeeded: 0 bytes

PR_Shutdown (client) failed: PR_AcceptRead (server) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
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  
Thu Mar 27 11:56:37 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
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  
Thu Mar 27 11:56:37 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Thu Mar 27 11:57:40 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Thu Mar 27 11:57:41 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PR_AtomicIncrement(-2) == -1: PASSED
PR_AtomicIncrement(-1) == 0: PASSED
PR_AtomicIncrement(0) == 1: PASSED
PR_AtomicAdd(-2,1) == -1: PASSED
PR_AtomicAdd(-1,4) == 3: PASSED
PR_AtomicAdd(3,-6) == -3: PASSED
PR_AtomicDecrement(2) == 1: PASSED
PR_AtomicDecrement(1) == 0: PASSED
PR_AtomicDecrement(0) == -1: PASSED
PR_AtomicSet(-2, 2) == -2: PASSED
PR_AtomicSet(-2, -2) == -2: PASSED
Atomic operations test PASSED
END TEST: atomic
BEGIN TEST: attach  
Thu Mar 27 11:57:41 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Thu Mar 27 11:57:41 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Thu Mar 27 11:57:42 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
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  
Thu Mar 27 11:57:47 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Client/Server started at(0x8066b58): 11:57:47
Server started at(0x806a3e0): 11:57:47
Client started at(0x806a618): 11:57:47
main(0x8066b58): waiting for execution interval (10 seconds)
Shutting down(0x8066b58): 11:57:57
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): 11:57:57
END TEST: cltsrv
BEGIN TEST: concur  
Thu Mar 27 11:57:57 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Thu Mar 27 11:58:08 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Thu Mar 27 11:58:08 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib

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: 33.30 usec
Condvar simple test shared UK: 29.70 usec
Condvar simple test priv UU: 189.10 usec
Condvar simple test priv UK: 187.80 usec
Condvar simple test All: 172.80 usec
Condvar timeout test: 680.80 usec

10 Thread tests
Condvar simple test shared UU: 57.60 usec
Condvar simple test shared UK: 50.30 usec
Condvar simple test priv UU: 385.20 usec
Condvar simple test priv UK: 377.60 usec
Condvar simple test All: 336.30 usec
Condvar timeout test: 812.40 usec

15 Thread tests
Condvar simple test shared UU: 74.50 usec
Condvar simple test shared UK: 79.70 usec
Condvar simple test priv UU: 595.30 usec
Condvar simple test priv UK: 669.90 usec
Condvar simple test All: 1497.80 usec
Condvar timeout test: 799.90 usec

20 Thread tests
Condvar simple test shared UU: 110.40 usec
Condvar simple test shared UK: 115.30 usec
Condvar simple test priv UU: 960.80 usec
Condvar simple test priv UK: 1039.00 usec
Condvar simple test All: 2329.90 usec
Condvar timeout test: 948.60 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Thu Mar 27 11:58:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Thu Mar 27 11:58:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Thu Mar 27 11:58:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib

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  
Thu Mar 27 11:58:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Thu Mar 27 11:58:20 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Thu Mar 27 11:58:21 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: fileio
BEGIN TEST: foreign  
Thu Mar 27 11:58:21 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Thu Mar 27 11:58:24 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Wait one second before connect
Accepting connection at port 46953
Connecting to port 46953
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Accepting connection at port 46955
Wait one second before connect
Fork succeeded. Child process continues.
Accepting connection at port 46956
Wait one second before connect
Connecting to port 46955
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Connecting to port 46956
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  
Thu Mar 27 11:58:26 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
10 iterations over a 10 kbyte file: 50 [70] 60
END TEST: fsync
BEGIN TEST: getproto  
Thu Mar 27 11:58:27 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
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  
Thu Mar 27 11:58:27 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Thu Mar 27 11:58:27 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Elapsed time: 3000 ms, expected time: 3007 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Thu Mar 27 11:58:30 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 1307 nsecs

Overhead of 'PR_IntervalNow()' is 920 nsecs

Overhead of 'PR_Now()' is 1296 nsecs

Overhead of 'PR_IntervalNow()' is 878 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Thu Mar 27 12:00:05 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Test not defined
END TEST: instrumt
BEGIN TEST: intrio  
Thu Mar 27 12:00:05 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
A local thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A local thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
PASSED
END TEST: intrio
BEGIN TEST: intrupt  
Thu Mar 27 12:00:25 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Thu Mar 27 12:00:39 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
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  
Thu Mar 27 12:00:45 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Interrupting the threads
Threads terminated in 3002 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Thu Mar 27 12:00:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
END TEST: join
BEGIN TEST: joinkk  
Thu Mar 27 12:00:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Thu Mar 27 12:00:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Thu Mar 27 12:00:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Thu Mar 27 12:00:51 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Thu Mar 27 12:00:51 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
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  
Thu Mar 27 12:00:51 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Thu Mar 27 12:00:51 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Thu Mar 27 12:00:51 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Thu Mar 27 12:01:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Thu Mar 27 12:01:14 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Thu Mar 27 12:01:25 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1
PASS
END TEST: many_cv
BEGIN TEST: multiwait  
Thu Mar 27 12:01:25 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
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  
Thu Mar 27 12:02:48 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Thu Mar 27 12:02:52 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
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  
Thu Mar 27 12:02:54 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
END TEST: nblayer
BEGIN TEST: ntioto  
Thu Mar 27 12:02:55 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Thu Mar 27 12:02:55 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
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  
Thu Mar 27 12:02:55 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78
PASS
END TEST: op_2long
BEGIN TEST: op_excl  
Thu Mar 27 12:02:55 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Thu Mar 27 12:02:55 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Thu Mar 27 12:02:55 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Thu Mar 27 12:02:56 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
END TEST: op_nofil
BEGIN TEST: parent  
Thu Mar 27 12:02:56 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: parent
BEGIN TEST: peek  
Thu Mar 27 12:02:56 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: peek
BEGIN TEST: perf  
Thu Mar 27 12:02:56 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
local procedure call overhead: 0.04 usec
DLL procedure call overhead: 0.07 usec
current calendar time: 1.32 usec
interval time: 0.88 usec
idle lock lock/unlock pair: 0.36 usec
idle monitor entry/exit pair: 0.57 usec
idle cache monitor entry/exit pair: 1.47 usec
create/destroy thread pair: 209.73 usec
context switch - user/user: 4.73 usec
context switch - user/kernel: 4.66 usec
context switch - kernel/user: 4.63 usec
context switch - kernel/kernel: 6.67 usec
sema context switch - user/user: 5.66 usec
sema context switch - user/kernel: 5.56 usec
sema context switch - kernel/user: 5.56 usec
sema context switch - kernel/kernel: 5.52 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.03 usec
DLL procedure call overhead: 0.05 usec
current calendar time: 1.38 usec
interval time: 0.92 usec
idle lock lock/unlock pair: 0.34 usec
idle monitor entry/exit pair: 0.56 usec
idle cache monitor entry/exit pair: 1.46 usec
create/destroy thread pair: 197.34 usec
context switch - user/user: 18.22 usec
context switch - user/kernel: 18.08 usec
context switch - kernel/user: 17.56 usec
context switch - kernel/kernel: 17.39 usec
sema context switch - user/user: 18.55 usec
sema context switch - user/kernel: 18.25 usec
sema context switch - kernel/user: 18.34 usec
sema context switch - kernel/kernel: 18.65 usec
END TEST: perf
BEGIN TEST: pipeping  
Thu Mar 27 12:02:57 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping
BEGIN TEST: pipeping2  
Thu Mar 27 12:02:57 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping2
BEGIN TEST: pipeself  
Thu Mar 27 12:02:57 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
PR_Available: expected 250, got 250 bytes
PR_Available: expected 243, got 243 bytes
PR_Available: expected 0, got 0 bytes
PASS
END TEST: pipeself
BEGIN TEST: poll_nm  
Thu Mar 27 12:02:57 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Thu Mar 27 12:02:58 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Thu Mar 27 12:03:03 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Thu Mar 27 12:03:03 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Thu Mar 27 12:03:03 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Thu Mar 27 12:03:03 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: provider
BEGIN TEST: prpollml  
Thu Mar 27 12:03:03 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Thu Mar 27 12:03:44 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
This program tests PR_Poll with sockets.
Timeout, error reporting, and normal operation are tested.

The server thread is listening on ports 47260, 47261 and 47262

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 "47260" from a client
The server received "47261" from a client
The server received "47260" from a client
The server received "47261" from a client
Server read 128 bytes from native fd 12
The server received "47262" from a client
The server received "47260" from a client
The server received "47261" from a client
Server read 128 bytes from native fd 13
The server received "47262" from a client
The server received "47260" from a client
The server received "47261" from a client
Server read 128 bytes from native fd 11
The server received "47262" from a client
The server received "47260" from a client
The server received "47261" from a client
Server read 128 bytes from native fd 12
The server received "47262" from a client
Server read 128 bytes from native fd 6
The server received "47262" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Thu Mar 27 12:03:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Thu Mar 27 12:03:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Thu Mar 27 12:04:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Thu Mar 27 12:04:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
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 70429 427 7270 884
server per thread elapsed time 79010
----------
Client results:

----------
client per thread totals 0 2065 580 48158 1665
client per thread elapsed time 52468
select loop user/user: 24738.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 122804 1033 13824 1706
server per thread elapsed time 139367
----------
Client results:

----------
client per thread totals 10 4288 1806 107043 3116
client per thread elapsed time 116253
select loop user/kernel: 22954.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 184958 2741 23684 2602
server per thread elapsed time 213985
----------
Client results:

----------
client per thread totals 10 12134 8800 148696 5324
client per thread elapsed time 174954
select loop kernel/user: 22542.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 20 211104 3503 32849 3529
server per thread elapsed time 250985
----------
Client results:

----------
client per thread totals 20 17303 11887 179331 6556
client per thread elapsed time 215077
select loop kernel/kernel: 22006.00 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Thu Mar 27 12:04:11 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: selct_er
BEGIN TEST: selct_nm  
Thu Mar 27 12:04:11 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: selct_nm
BEGIN TEST: selct_to  
Thu Mar 27 12:04:11 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: selct_to
BEGIN TEST: selintr  
Thu Mar 27 12:04:16 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Thu Mar 27 12:04:19 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Thu Mar 27 12:04:19 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Thu Mar 27 12:04:19 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
END TEST: semaping
BEGIN TEST: sendzlf  
Thu Mar 27 12:04:20 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: sendzlf
BEGIN TEST: server_test  
Thu Mar 27 12:04:20 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Thu Mar 27 12:04:21 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Thu Mar 27 12:04:21 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Thu Mar 27 12:04:21 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Thu Mar 27 12:04:21 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Thu Mar 27 12:04:21 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Thu Mar 27 12:04:21 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
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  
Thu Mar 27 12:04:22 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Thu Mar 27 12:04:22 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Thu Mar 27 12:04:22 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
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  
Thu Mar 27 12:04:22 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Thu Mar 27 12:04:23 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Thu Mar 27 12:04:30 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Thu Mar 27 12:04:31 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Thu Mar 27 12:04:31 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
END TEST: strod
BEGIN TEST: switch  
Thu Mar 27 12:04:31 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Thu Mar 27 12:04:32 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PR_SI_HOSTNAME: 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  
Thu Mar 27 12:04:32 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Thu Mar 27 12:04:32 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Thu Mar 27 12:04:32 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Thu Mar 27 12:04:34 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Thu Mar 27 20:04:34 UTC 2003
Current local time is Thu Mar 27 12:04:34 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Thu Mar 27 12:04:34 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Thu Mar 27 12:06:57 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Thu Mar 27 12:06:58 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Thu Mar 27 12:06:58 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
NSPR release 4.3:
Compatible with version 4.0
Compatible with version 4.0.1
Compatible with version 4.1
Compatible with version 4.1.1
Compatible with version 4.1.2
Compatible with version 4.1.3
Compatible with version 4.2
Compatible with version 4.2.1
Compatible with version 4.2.2
Compatible with version 4.3
Incompatible with version 2.1 19980529
Incompatible with version 3.0
Incompatible with version 3.0.1
Incompatible with version 3.1
Incompatible with version 3.1.1
Incompatible with version 3.1.2
Incompatible with version 3.1.3
Incompatible with version 3.5
Incompatible with version 3.5.1
Incompatible with version 4.3.3
Incompatible with version 4.4
Incompatible with version 4.4.1
Incompatible with version 10.0
Incompatible with version 11.1
Incompatible with version 12.14.20
PASS
END TEST: vercheck
BEGIN TEST: version  
Thu Mar 27 12:06:58 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Runtime library version information
Build time: 27 Mar 2003 12:53:21 GMT
Build time: 2003-03-27 04:53:21
Portable runtime V4.3.0 ()
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
END TEST: version
BEGIN TEST: writev  
Thu Mar 27 12:06:58 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Thu Mar 27 12:06:59 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Thu Mar 27 12:06:59 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
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