BEGIN TEST: accept  
Sat Feb 8 16:37:08 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Sat Feb 8 16:37:15 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x202449c8)127.0.0.1:54050
(Server) read [0x2024494c..0x202449c1) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x202449c8)127.0.0.1:54051
(Server) read [0x2024494c..0x202449c1) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x202449c8)127.0.0.1:54052
(Server) read [0x2024494c..0x202449c1) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x202449c8)127.0.0.1:54053
(Server) read [0x2024494c..0x202449c1) 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 = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
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 = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptread
BEGIN TEST: acceptreademu  
Sat Feb 8 16:37:26 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x20244d28)127.0.0.1:54061
(Server) read [0x20244cac..0x20244d21) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x20244d28)127.0.0.1:54062
(Server) read [0x20244cac..0x20244d21) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x20244d28)127.0.0.1:54063
(Server) read [0x20244cac..0x20244d21) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x20244d28)127.0.0.1:54064
(Server) read [0x20244cac..0x20244d21) 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 = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
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 = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptreademu
BEGIN TEST: affinity  
Sat Feb 8 16:37:37 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
main: creating local thread
thread_start: AffinityMask = 0x0
main: creating global thread
thread_start: AffinityMask = 0x0
main: creating global bound thread
thread_start: AffinityMask = 0x0
END TEST: affinity
BEGIN TEST: alarm  
Sat Feb 8 16:37:37 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Sat Feb 8 16:38:41 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Sat Feb 8 16:38:42 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PR_AtomicIncrement(-2) == -1: PASSED
PR_AtomicIncrement(-1) == 0: PASSED
PR_AtomicIncrement(0) == 1: PASSED
PR_AtomicAdd(-2,1) == -1: PASSED
PR_AtomicAdd(-1,4) == 3: PASSED
PR_AtomicAdd(3,-6) == -3: PASSED
PR_AtomicDecrement(2) == 1: PASSED
PR_AtomicDecrement(1) == 0: PASSED
PR_AtomicDecrement(0) == -1: PASSED
PR_AtomicSet(-2, 2) == -2: PASSED
PR_AtomicSet(-2, -2) == -2: PASSED
Atomic operations test PASSED
END TEST: atomic
BEGIN TEST: attach  
Sat Feb 8 16:38:42 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Sat Feb 8 16:38:42 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Sat Feb 8 16:38:43 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
Cleanup settings
Thread type: LOCAL
Concurrency: 1
Number of threads: 1
Thread sleep: 10
Main sleep: 5
Cleanup will NOT be called

main() exiting
END TEST: cleanup
BEGIN TEST: cltsrv  
Sat Feb 8 16:38:48 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib

PThread Statistics
started: 16:38:49[10]
locks [created: 11, destroyed: 2]
locks [acquired: 334, released: 334]
cvars [created: 7, destroyed: 5]
cvars [notified: 58, delayed_delete: 0]
Client/Server started at(0x2021c7b8): 16:38:49
Server started at(0x2021da98): 16:38:49
main(0x2021c7b8): waiting for execution interval (10 seconds)
Client started at(0x2021df28): 16:38:49
Shutting down(0x2021c7b8): 16:38:59
Client(0x2021df28): stopped after 50 operations and 43838 bytes
Server(0x2021da98): stopped after 51 operations and 44242 bytes
main(0x2021c7b8): test complete
Test exiting at(0x2021c7b8): 16:38:59
END TEST: cltsrv
BEGIN TEST: concur  
Sat Feb 8 16:38:59 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Sat Feb 8 16:39:11 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Sat Feb 8 16:39:11 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_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: 73.40 usec
Condvar simple test shared UK: 66.85 usec
Condvar simple test priv UU: 154.02 usec
Condvar simple test priv UK: 178.27 usec
Condvar simple test All: 219.56 usec
Condvar timeout test: 734.04 usec

10 Thread tests
Condvar simple test shared UU: 95.03 usec
Condvar simple test shared UK: 91.76 usec
Condvar simple test priv UU: 333.60 usec
Condvar simple test priv UK: 155.33 usec
Condvar simple test All: 478.44 usec
Condvar timeout test: 795.65 usec

15 Thread tests
Condvar simple test shared UU: 178.92 usec
Condvar simple test shared UK: 145.50 usec
Condvar simple test priv UU: 369.64 usec
Condvar simple test priv UK: 460.74 usec
Condvar simple test All: 678.99 usec
Condvar timeout test: 922.14 usec

20 Thread tests
Condvar simple test shared UU: 170.40 usec
Condvar simple test shared UK: 182.85 usec
Condvar simple test priv UU: 326.39 usec
Condvar simple test priv UK: 530.87 usec
Condvar simple test All: 1044.70 usec
Condvar timeout test: 969.98 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Sat Feb 8 16:39:13 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Sat Feb 8 16:39:13 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Sat Feb 8 16:39:13 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib

Number of error codes = 73

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

Overhead of 'PR_IntervalNow()' is 2266 nsecs

Overhead of 'PR_Now()' is 2306 nsecs

Overhead of 'PR_IntervalNow()' is 2245 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Sat Feb 8 16:41:15 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASS
END TEST: instrumt
BEGIN TEST: intrio  
Sat Feb 8 16:41:16 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
A local thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A local thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
PASSED
END TEST: intrio
BEGIN TEST: intrupt  
Sat Feb 8 16:41:36 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Sat Feb 8 16:41:50 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
test with global bound thread
thread id 0, scope GLOBAL_BOUND scope
test with local thread
thread id 0, scope GLOBAL scope
test with global thread
thread id 0, scope GLOBAL scope
END TEST: io_timeout
BEGIN TEST: ioconthr  
Sat Feb 8 16:41:56 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
Interrupting the threads
Threads terminated in 2995 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Sat Feb 8 16:42:01 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
END TEST: join
BEGIN TEST: joinkk  
Sat Feb 8 16:42:02 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Sat Feb 8 16:42:02 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Sat Feb 8 16:42:02 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Sat Feb 8 16:42:03 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Sat Feb 8 16:42:03 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
END TEST: layer
BEGIN TEST: lazyinit  
Sat Feb 8 16:42:04 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Sat Feb 8 16:42:04 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Sat Feb 8 16:42:04 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Sat Feb 8 16:42:20 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Sat Feb 8 16:42:25 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Sat Feb 8 16:42:35 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1

PThread Statistics
started: 16:42:36[0]
locks [created: 10, destroyed: 1]
locks [acquired: 5, released: 5]
cvars [created: 12, destroyed: 10]
cvars [notified: 10, delayed_delete: 0]
PASS
END TEST: many_cv
BEGIN TEST: multiwait  
Sat Feb 8 16:42:36 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
OneInThenCancelled()
OneOpOneThread()
ManyOpOneThread()
SomeOpsSomeThreads()
RealOneGroupIO()
RealOneGroupIO Enumerated 0 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
END TEST: multiwait
BEGIN TEST: nameshm1  
Sat Feb 8 16:43:59 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Sat Feb 8 16:44:03 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
The serveclient thread created.
accept: EWOULDBLOCK, good
client connected
accept: succeeded, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
All tests finished
PASS
END TEST: nonblock
BEGIN TEST: nblayer  
Sat Feb 8 16:44:06 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
END TEST: nblayer
BEGIN TEST: ntioto  
Sat Feb 8 16:44:06 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Sat Feb 8 16:44:07 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
1 2
1 2
1 2
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
PASS
END TEST: ntoh
BEGIN TEST: op_2long  
Sat Feb 8 16:44:07 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 86
PASS
END TEST: op_2long
BEGIN TEST: op_excl  
Sat Feb 8 16:44:07 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Sat Feb 8 16:44:08 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Sat Feb 8 16:44:08 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Sat Feb 8 16:44:08 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
END TEST: op_nofil
BEGIN TEST: parent  
Sat Feb 8 16:44:09 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: parent
BEGIN TEST: peek  
Sat Feb 8 16:44:09 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
Running the test with local threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
Running the test with global threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
PASS
END TEST: peek
BEGIN TEST: perf  
Sat Feb 8 16:44:50 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' 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.07 usec
DLL procedure call overhead: 0.13 usec
current calendar time: 2.29 usec
interval time: 2.29 usec
idle lock lock/unlock pair: 1.31 usec
idle monitor entry/exit pair: 1.83 usec
idle cache monitor entry/exit pair: 4.92 usec
create/destroy thread pair: 91.82 usec
context switch - user/user: 35.78 usec
context switch - user/kernel: 35.46 usec
context switch - kernel/user: 35.52 usec
context switch - kernel/kernel: 35.65 usec
sema context switch - user/user: 37.88 usec
sema context switch - user/kernel: 37.75 usec
sema context switch - kernel/user: 37.75 usec
sema context switch - kernel/kernel: 37.75 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 0.07 usec
current calendar time: 2.36 usec
interval time: 2.16 usec
idle lock lock/unlock pair: 1.38 usec
idle monitor entry/exit pair: 1.77 usec
idle cache monitor entry/exit pair: 4.98 usec
create/destroy thread pair: 93.46 usec
context switch - user/user: 35.65 usec
context switch - user/kernel: 35.85 usec
context switch - kernel/user: 35.72 usec
context switch - kernel/kernel: 35.78 usec
sema context switch - user/user: 37.49 usec
sema context switch - user/kernel: 37.55 usec
sema context switch - kernel/user: 37.69 usec
sema context switch - kernel/kernel: 37.62 usec
END TEST: perf
BEGIN TEST: pipeping  
Sat Feb 8 16:44:51 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping
BEGIN TEST: pipeping2  
Sat Feb 8 16:44:52 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping2
BEGIN TEST: pipeself  
Sat Feb 8 16:44:52 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
PR_Available: expected 250, got 250 bytes
PR_Available: expected 243, got 243 bytes
PR_Available: expected 0, got 0 bytes
PASS
END TEST: pipeself
BEGIN TEST: poll_nm  
Sat Feb 8 16:44:53 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Sat Feb 8 16:44:53 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Sat Feb 8 16:44:58 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Sat Feb 8 16:44:59 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Sat Feb 8 16:44:59 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Sat Feb 8 16:44:59 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib

pthread Statistics
started: 16:45:00[10]
locks [created: 11, destroyed: 2]
locks [acquired: 734, released: 734]
cvars [created: 7, destroyed: 5]
cvars [notified: 56, delayed_delete: 0]
Client/Server started at(0x2021bbd8): 16:45:00
Server started at(0x2021ce58): 16:45:00
main(0x2021bbd8): waiting for execution interval (10 seconds)
Client started at(0x2021d338): 16:45:00
Shutting down(0x2021bbd8): 16:45:10
Client(0x2021d338): stopped after 50 operations and 43838 bytes
Server(0x2021ce58): stopped after 51 operations and 44242 bytes
main(0x2021bbd8): test complete
Test exiting at(0x2021bbd8): 16:45:10
END TEST: provider
BEGIN TEST: prpollml  
Sat Feb 8 16:45:10 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Sat Feb 8 16:45:32 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_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 54936, 54937 and 54938

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 "54936" from a client
The server received "54936" from a client
The server received "54937" from a client
The server received "54936" from a client
The server received "54937" from a client
The server received "54936" from a client
The server received "54937" from a client
The server received "54936" from a client
The server received "54937" from a client
Server read 128 bytes from native fd 11
The server received "54938" from a client
The server received "54937" from a client
Server read 128 bytes from native fd 6
The server received "54938" from a client
Server read 128 bytes from native fd 6
The server received "54938" from a client
Server read 128 bytes from native fd 6
The server received "54938" from a client
Server read 128 bytes from native fd 6
The server received "54938" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Sat Feb 8 16:45:37 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Sat Feb 8 16:45:38 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Sat Feb 8 16:45:58 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Sat Feb 8 16:45:58 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_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 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 539088936
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 539090024
client thread 0 socket connected 539088936
client thread 1 socket connected 539090024
client thread 1 socket wrote 8192
client thread 0 socket wrote 8192
server thread 1 got connection 539090088
server thread 0 got connection 539090152
server thread 1 read 8192 bytes
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 983 131 2556 66 3736
server thread 0 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
server thread 1 write 131072 bytes
client thread 0 socket created 539090152
server: 786 131 2949 131 3998
server thread 1 loop 1
client thread 0 socket connected 539090152
client thread 0 socket wrote 8192
client thread 1 socket read 131072
server thread 0 got connection 539088936
client thread 1 loop 1
server thread 0 read 8192 bytes
client thread 1 socket created 539090088
client thread 1 socket connected 539090088
client thread 1 socket wrote 8192
server thread 1 got connection 539090024
server thread 1 read 8192 bytes
server thread 2 alive
server thread 3 alive
server thread 3 loop 0
server thread 4 alive
server thread 6 alive
server thread 4 loop 0
server thread 6 loop 0
server thread 5 alive
server thread 7 alive
server thread 9 alive
server thread 5 loop 0
client thread 3 alive
server thread 9 loop 0
server thread 2 loop 0
client thread 6 alive
client thread 6 loop 0
server thread 8 alive
client thread 6 socket created 539090824
server thread 8 loop 0
client thread 6 socket connected 539090824
client thread 6 socket wrote 8192
server thread 7 loop 0
client thread 3 loop 0
client thread 4 alive
client thread 3 socket created 543321608
client thread 4 loop 0
client thread 4 socket created 544003080
client thread 3 socket connected 543321608
client thread 3 socket wrote 8192
client thread 4 socket connected 544003080
client thread 5 alive
client thread 4 socket wrote 8192
client thread 5 loop 0
server thread 6 got connection 544578664
client thread 5 socket created 544578728
server thread 6 read 8192 bytes
server thread 3 got connection 544578792
server thread 3 read 8192 bytes
server thread 4 got connection 544578856
server thread 4 read 8192 bytes
client thread 5 socket connected 544578728
client thread 5 socket wrote 8192
server thread 1 write 131072 bytes
server: 590 66 5899 131 6685
server thread 1 loop 2
server thread 5 got connection 539090024
server thread 5 read 8192 bytes
server thread 0 write 131072 bytes
server: 590 66 7078 66 7799
server thread 0 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 539088936
client thread 1 socket read 131072
client thread 1 loop 2
client thread 0 socket connected 539088936
client thread 1 socket created 539090152
client thread 0 socket wrote 8192
client thread 1 socket connected 539090152
client thread 1 socket wrote 8192
server thread 0 got connection 539090088
server thread 0 read 8192 bytes
server thread 1 got connection 544578920
server thread 1 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 539090824
client thread 6 socket connected 539090824
client thread 6 socket wrote 8192
server thread 6 write 131072 bytes
server: 2032 262 4391 66 6751
server thread 6 loop 1
server thread 6 got connection 544578664
server thread 6 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 539090824
client thread 6 socket connected 539090824
client thread 6 socket wrote 8192
server thread 6 write 131072 bytes
server: 0 66 2359 66 2490
server thread 6 loop 2
server thread 6 got connection 544578664
server thread 6 read 8192 bytes
server thread 4 write 131072 bytes
server: 2949 131 7406 66 10552
server thread 4 loop 1
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 544578856
client thread 0 socket connected 544578856
client thread 0 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 539088936
client thread 4 socket connected 539088936
client thread 4 socket wrote 8192
client thread 6 socket read 131072
client thread 9 alive
client thread 9 loop 0
server thread 4 got connection 544003080
client thread 9 socket created 544710136
server thread 4 read 8192 bytes
server thread 0 write 131072 bytes
client thread 9 socket connected 544710136
server: 1180 66 7340 131 8717
server thread 0 loop 3
client thread 9 socket wrote 8192
server thread 0 got connection 539090088
server thread 0 read 8192 bytes
server thread 9 got connection 544710200
server thread 9 read 8192 bytes
server thread 3 write 131072 bytes
server: 3277 66 11469 197 15009
server thread 3 loop 1
server thread 5 write 131072 bytes
server: 3146 66 10945 66 14222
server thread 5 loop 1
client thread 3 socket read 131072
server thread 1 write 131072 bytes
client thread 3 loop 1
client thread 3 socket created 544578792
server: 2097 66 9765 66 11994
server thread 1 loop 3
client thread 3 socket connected 544578792
client thread 3 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 539090024
client thread 5 socket connected 539090024
client thread 5 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 543321608
client thread 1 socket connected 543321608
server thread 9 write 131072 bytes
server: 12715 131 3801 66 16713
server thread 9 loop 1
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 544578920
server thread 1 got connection 544578728
client thread 9 socket connected 544578920
server thread 1 read 8192 bytes
client thread 9 socket wrote 8192
client thread 1 socket wrote 8192
server thread 3 got connection 539090152
server thread 3 read 8192 bytes
server thread 9 got connection 544710200
server thread 9 read 8192 bytes
server thread 5 got connection 544710136
server thread 5 read 8192 bytes
server thread 0 write 131072 bytes
server: 0 66 5505 131 5702
server thread 0 loop 4
server thread 4 write 131072 bytes
server: 918 66 6030 66 7078
server thread 4 loop 2
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 539090088
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 544003080
client thread 4 socket connected 544003080
client thread 4 socket wrote 8192
client thread 0 socket connected 539090088
client thread 0 socket wrote 8192
server thread 0 got connection 544578856
server thread 0 read 8192 bytes
server thread 4 got connection 539088936
server thread 4 read 8192 bytes
server thread 3 write 131072 bytes
server: 3801 0 3932 66 7799
server thread 3 loop 2
server thread 5 write 131072 bytes
server thread 1 write 131072 bytes
server: 3605 131 3932 66 7734
server thread 5 loop 2
server: 2228 66 4588 66 6947
server thread 1 loop 4
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 539090152
client thread 3 socket connected 539090152
client thread 3 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 544710136
client thread 5 socket connected 544710136
client thread 5 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 544578728
client thread 1 socket connected 544578728
server thread 0 write 131072 bytes
client thread 1 socket wrote 8192
server: 1442 0 3605 131 5178
server thread 3 got connection 544578792
Thread 0 EXIT
server thread 3 read 8192 bytes
client thread 8 alive
client thread 8 loop 0
server thread 5 got connection 539090024
client thread 8 socket created 543321608
server thread 5 read 8192 bytes
server thread 4 write 131072 bytes
server: 1507 66 3801 0 5374
server thread 4 loop 3
server thread 1 got connection 544578856
server thread 1 read 8192 bytes
server thread 8 got connection 539088872
client thread 0 socket read 131072
Thread 0 EXIT
client thread 6 loop 3
client thread 8 socket connected 543321608
client thread 8 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 539088936
server thread 8 read 8192 bytes
client thread 4 socket connected 539088936
client thread 4 socket wrote 8192
server thread 4 got connection 539090088
server thread 4 read 8192 bytes
server thread 3 write 131072 bytes
server: 1770 66 4063 66 5964
server thread 3 loop 3
server thread 5 write 131072 bytes
server: 1638 0 4326 66 6030
server thread 5 loop 3
client thread 3 socket read 131072
server thread 4 write 131072 bytes
client thread 3 loop 3
server: 2163 66 2163 66 4457
server thread 4 loop 4
client thread 3 socket created 539090824
client thread 4 socket read 131072
client thread 4 loop 4
client thread 3 socket connected 539090824
client thread 4 socket created 544003080
client thread 3 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 3
client thread 4 socket connected 544003080
client thread 5 socket created 544578792
client thread 4 socket wrote 8192
server thread 4 got connection 539090024
server thread 4 read 8192 bytes
client thread 5 socket connected 544578792
client thread 5 socket wrote 8192
server thread 3 got connection 539090152
server thread 3 read 8192 bytes
server thread 5 got connection 539090088
server thread 5 read 8192 bytes
server thread 1 write 131072 bytes
server: 2818 66 5374 66 8324
Thread 1 EXIT
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 539088936
client thread 1 socket read 131072
client thread 2 socket connected 539088936
Thread 1 EXIT
client thread 2 socket wrote 8192
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 544710136
server thread 2 got connection 544578856
server thread 2 read 8192 bytes
server thread 8 write 131072 bytes
server: 24250 655 5899 66 30869
server thread 8 loop 1
client thread 7 socket connected 544710136
client thread 7 socket wrote 8192
server thread 7 got connection 539089496
client thread 8 socket read 131072
server thread 7 read 8192 bytes
client thread 8 loop 1
client thread 8 socket created 544578728
client thread 8 socket connected 544578728
client thread 8 socket wrote 8192
server thread 8 got connection 539088872
server thread 8 read 8192 bytes
server thread 4 write 131072 bytes
server: 655 0 3932 66 4653
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
server thread 2 write 131072 bytes
server: 30935 131 4129 66 35260
server thread 2 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 543321608
server thread 3 write 131072 bytes
server: 1770 66 6554 66 8455
server thread 3 loop 4
client thread 2 socket connected 543321608
client thread 2 socket wrote 8192
server thread 2 got connection 539090024
server thread 2 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 539092792
client thread 3 socket connected 539092792
client thread 3 socket wrote 8192
server thread 5 write 131072 bytes
server: 1573 66 7209 66 8913
server thread 5 loop 4
server thread 3 got connection 544003080
server thread 3 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 544578856
server thread 2 write 131072 bytes
server: 721 66 1376 0 2163
server thread 2 loop 2
client thread 5 socket connected 544578856
client thread 2 socket read 131072
client thread 5 socket wrote 8192
client thread 2 loop 2
server thread 8 write 131072 bytes
client thread 2 socket created 539088936
server: 918 66 5374 131 6488
server thread 8 loop 2
client thread 2 socket connected 539088936
client thread 2 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 2
server thread 5 got connection 539090152
client thread 8 socket created 539090824
server thread 5 read 8192 bytes
client thread 8 socket connected 539090824
client thread 8 socket wrote 8192
client thread 6 socket created 539090024
client thread 7 socket read 131072
client thread 6 socket connected 539090024
client thread 6 socket wrote 8192
client thread 7 loop 1
server thread 2 got connection 544578792
client thread 7 socket created 543321608
server thread 2 read 8192 bytes
server thread 8 got connection 539090088
server thread 8 read 8192 bytes
server thread 7 write 131072 bytes
server: 30869 66 8192 66 39193
server thread 7 loop 1
server thread 7 got connection 539088872
client thread 7 socket connected 543321608
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 2 write 131072 bytes
server: 1835 0 1573 131 3539
server thread 2 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 544578728
client thread 2 socket connected 544578728
client thread 2 socket wrote 8192
server thread 2 got connection 544710136
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 590 66 1638 66 2359
server thread 2 loop 4
client thread 2 socket read 131072
server thread 8 write 131072 bytes
client thread 2 loop 4
client thread 2 socket created 539089496
server: 1770 66 3932 66 5833
server thread 8 loop 3
server thread 3 write 131072 bytes
server: 1245 66 6685 66 8061
client thread 2 socket connected 539089496
Thread 3 EXIT
client thread 2 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 544578792
client thread 3 socket read 131072
Thread 3 EXIT
client thread 8 socket connected 544578792
client thread 8 socket wrote 8192
server thread 5 write 131072 bytes
server thread 2 got connection 539088936
server thread 2 read 8192 bytes
server: 1442 66 6226 66 7799
Thread 5 EXIT
server thread 8 got connection 544710136
server thread 8 read 8192 bytes
client thread 5 socket read 131072
Thread 5 EXIT
server thread 7 write 131072 bytes
server: 66 590 5112 66 5833
server thread 7 loop 2
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 544578728
server thread 2 write 131072 bytes
server: 983 66 1573 66 2687
client thread 7 socket connected 544578728
Thread 2 EXIT
client thread 7 socket wrote 8192
client thread 2 socket read 131072
server thread 7 got connection 539090088
Thread 2 EXIT
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
server: 0 66 37882 66 38013
server thread 6 loop 3
server thread 6 got connection 544003080
server thread 6 read 8192 bytes
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 1114 66 2556 66 3801
server thread 8 loop 4
client thread 8 loop 4
client thread 8 socket created 539092664
client thread 8 socket connected 539092664
client thread 8 socket wrote 8192
server thread 8 got connection 539090824
server thread 8 read 8192 bytes
server thread 7 write 131072 bytes
server: 655 66 2490 0 3211
server thread 7 loop 3
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 539092792
client thread 6 socket read 131072
client thread 6 loop 4
client thread 7 socket connected 539092792
client thread 6 socket created 539090152
client thread 7 socket wrote 8192
server thread 7 got connection 542441464
server thread 7 read 8192 bytes
client thread 6 socket connected 539090152
client thread 6 socket wrote 8192
server thread 6 write 131072 bytes
server: 197 0 3080 131 3408
server thread 6 loop 4
server thread 6 got connection 544578856
server thread 6 read 8192 bytes
server thread 8 write 131072 bytes
server: 459 66 2294 66 2884
Thread 8 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
server thread 7 write 131072 bytes
server: 786 66 1901 131 2884
server thread 7 loop 4
client thread 7 socket read 131072
client thread 6 socket read 131072
client thread 7 loop 4
Thread 6 EXIT
client thread 7 socket created 539088872
server thread 6 write 131072 bytes
server: 0 66 1901 66 2032
Thread 6 EXIT
client thread 7 socket connected 539088872
client thread 7 socket wrote 8192
server thread 7 got connection 543321608
server thread 7 read 8192 bytes
server thread 9 write 131072 bytes
server: 655 66 35457 66 36243
server thread 9 loop 2
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 539088936
server thread 9 got connection 539090696
client thread 9 socket connected 539088936
server thread 9 read 8192 bytes
client thread 9 socket wrote 8192
server thread 7 write 131072 bytes
server: 524 524 1770 66 2884
Thread 7 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 393 197 1704 131 2425
server thread 9 loop 3
client thread 9 loop 3
client thread 9 socket created 539089496
client thread 9 socket connected 539089496
server thread 9 got connection 544578664
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 328 66 1442 66 1901
server thread 9 loop 4
client thread 9 loop 4
client thread 9 socket created 544710136
client thread 9 socket connected 544710136
server thread 9 got connection 544578792
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 328 66 1311 66 1770
Thread 9 EXIT
Thread 9 EXIT
Thread 9 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 0 15725 513 28642 384
server per thread elapsed time 45276
----------
Client results:

----------
client per thread totals 0 3031 481 30432 1742
client per thread elapsed time 35694
select loop user/user: 13737.00 usec
server thread 0 alive
server thread 2 alive
server thread 1 alive
server thread 3 alive
server thread 5 alive
server thread 4 alive
server thread 7 alive
server thread 6 alive
server thread 6 loop 0
server thread 9 alive
server thread 8 alive
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 544578856
client thread 6 socket connected 544578856
client thread 6 socket wrote 8192
server thread 2 loop 0
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 542276472
client thread 2 socket connected 542276472
client thread 2 socket wrote 8192
server thread 2 got connection 544710200
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 524 66 2097 66 2753
server thread 2 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 544578920
client thread 2 socket connected 544578920
client thread 2 socket wrote 8192
server thread 2 got connection 543321608
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 459 66 1114 66 1704
server thread 2 loop 2
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 543321544
client thread 2 socket connected 543321544
client thread 2 socket wrote 8192
server thread 2 got connection 539088872
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 459 0 1049 66 1573
server thread 2 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 539090696
client thread 2 socket connected 539090696
client thread 2 socket wrote 8192
server thread 2 got connection 539088936
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 459 66 1049 66 1638
server thread 2 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 544578664
client thread 2 socket connected 544578664
client thread 2 socket wrote 8192
server thread 2 got connection 539089496
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 459 66 1049 66 1638
Thread 2 EXIT
server thread 0 loop 0
client thread 2 socket read 131072
Thread 2 EXIT
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 544578792
server thread 0 got connection 543025384
client thread 0 socket connected 544578792
server thread 9 loop 0
server thread 0 read 8192 bytes
server thread 6 got connection 544710136
server thread 6 read 8192 bytes
client thread 0 socket wrote 8192
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 544710200
client thread 9 socket connected 544710200
client thread 9 socket wrote 8192
server thread 9 got connection 542276472
server thread 9 read 8192 bytes
server thread 3 loop 0
server thread 4 loop 0
server thread 8 loop 0
client thread 4 alive
client thread 4 loop 0
server thread 0 write 131072 bytes
client thread 4 socket created 543321608
server: 459 197 2359 66 3080
server thread 0 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 4 socket connected 543321608
client thread 0 socket created 544578920
client thread 4 socket wrote 8192
server thread 0 got connection 539088872
client thread 0 socket connected 544578920
server thread 0 read 8192 bytes
client thread 0 socket wrote 8192
server thread 4 got connection 543321544
server thread 4 read 8192 bytes
server thread 0 write 131072 bytes
server: 393 197 1770 66 2425
server thread 0 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 539088936
client thread 0 socket connected 539088936
client thread 0 socket wrote 8192
server thread 6 write 131072 bytes
server: 20842 66 5440 66 26412
server thread 6 loop 1
server thread 0 got connection 539090696
server thread 0 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 539089496
client thread 6 socket connected 539089496
client thread 6 socket wrote 8192
server thread 6 got connection 544578728
server thread 6 read 8192 bytes
server thread 9 write 131072 bytes
server: 1376 66 5440 131 7013
server thread 9 loop 1
client thread 9 socket read 131072
client thread 9 loop 1
server thread 0 write 131072 bytes
client thread 9 socket created 544578664
server: 852 66 1638 66 2622
server thread 0 loop 3
client thread 0 socket read 131072
client thread 9 socket connected 544578664
client thread 9 socket wrote 8192
client thread 0 loop 3
client thread 0 socket created 543025384
client thread 0 socket connected 543025384
server thread 9 got connection 544578792
client thread 0 socket wrote 8192
server thread 9 read 8192 bytes
server thread 0 got connection 539088872
server thread 0 read 8192 bytes
server thread 4 write 131072 bytes
server: 1573 131 4981 0 6685
server thread 4 loop 1
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 544578920
client thread 3 alive
client thread 3 loop 0
client thread 4 socket connected 544578920
client thread 4 socket wrote 8192
server thread 4 got connection 544710136
server thread 4 read 8192 bytes
server thread 0 write 131072 bytes
server: 721 66 1770 66 2622
server thread 0 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 544578856
client thread 0 socket connected 544578856
client thread 0 socket wrote 8192
server thread 0 got connection 542276472
server thread 0 read 8192 bytes
server thread 6 write 131072 bytes
server: 1049 0 4457 131 5636
server thread 6 loop 2
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 544710200
client thread 6 socket connected 544710200
client thread 6 socket wrote 8192
server thread 6 got connection 539088936
server thread 6 read 8192 bytes
server thread 0 write 131072 bytes
server thread 9 write 131072 bytes
server: 983 66 4391 0 5440
server thread 9 loop 2
server: 590 0 1638 131 2359
Thread 0 EXIT
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 543321544
client thread 9 socket read 131072
client thread 9 loop 2
client thread 8 socket connected 543321544
client thread 9 socket created 543321608
client thread 8 socket wrote 8192
client thread 0 socket read 131072
client thread 9 socket connected 543321608
Thread 0 EXIT
client thread 9 socket wrote 8192
server thread 9 got connection 539088872
server thread 8 got connection 543025384
server thread 9 read 8192 bytes
server thread 8 read 8192 bytes
server thread 4 write 131072 bytes
server: 983 66 4326 66 5440
server thread 4 loop 2
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 544578728
client thread 4 socket connected 544578728
client thread 4 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 539089496
client thread 8 socket connected 539089496
client thread 8 socket wrote 8192
server thread 8 write 131072 bytes
server: 11142 66 2949 66 14222
server thread 8 loop 1
server thread 8 got connection 544578792
server thread 8 read 8192 bytes
server thread 4 got connection 542276472
server thread 4 read 8192 bytes
server thread 6 write 131072 bytes
server: 918 66 4522 66 5571
server thread 6 loop 3
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 539090088
client thread 6 socket connected 539090088
client thread 6 socket wrote 8192
server thread 6 got connection 544578664
server thread 6 read 8192 bytes
server thread 9 write 131072 bytes
server: 786 66 4915 66 5833
server thread 9 loop 3
server thread 8 write 131072 bytes
server: 0 66 1901 66 2032
server thread 8 loop 2
client thread 8 socket read 131072
client thread 9 socket read 131072
client thread 9 loop 3
client thread 8 loop 2
client thread 9 socket created 544578856
client thread 8 socket created 544710136
client thread 9 socket connected 544578856
client thread 9 socket wrote 8192
client thread 8 socket connected 544710136
server thread 9 got connection 544578920
server thread 9 read 8192 bytes
client thread 8 socket wrote 8192
server thread 8 got connection 543321544
server thread 8 read 8192 bytes
server thread 4 write 131072 bytes
server: 2359 66 3474 66 5964
server thread 4 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 543025384
client thread 4 socket connected 543025384
client thread 4 socket wrote 8192
server thread 4 got connection 539088936
server thread 4 read 8192 bytes
server thread 9 write 131072 bytes
server: 786 0 2294 66 3146
server thread 9 loop 4
server thread 8 write 131072 bytes
client thread 9 socket read 131072
client thread 9 loop 4
server: 918 66 2097 131 3211
server thread 8 loop 3
client thread 9 socket created 544710200
client thread 8 socket read 131072
client thread 8 loop 3
client thread 9 socket connected 544710200
client thread 8 socket created 539088872
client thread 9 socket wrote 8192
client thread 8 socket connected 539088872
server thread 9 got connection 544578792
client thread 8 socket wrote 8192
server thread 9 read 8192 bytes
server thread 8 got connection 543321608
server thread 8 read 8192 bytes
server thread 4 write 131072 bytes
server: 524 66 2622 66 3277
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 539089496
client thread 4 socket connected 539089496
client thread 4 socket wrote 8192
server thread 4 got connection 542276472
server thread 4 read 8192 bytes
server thread 9 write 131072 bytes
server: 590 66 2032 66 2753
Thread 9 EXIT
server thread 8 write 131072 bytes
client thread 9 socket read 131072
Thread 9 EXIT
server: 655 66 2163 131 3015
server thread 8 loop 4
server thread 1 loop 0
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 544578728
server thread 5 loop 0
client thread 1 socket connected 544578728
client thread 5 alive
client thread 5 loop 0
client thread 1 socket wrote 8192
client thread 5 socket created 544578920
client thread 8 socket read 131072
client thread 8 loop 4
client thread 5 socket connected 544578920
client thread 8 socket created 544578856
client thread 5 socket wrote 8192
client thread 8 socket connected 544578856
server thread 7 loop 0
client thread 7 alive
client thread 8 socket wrote 8192
client thread 7 loop 0
client thread 7 socket created 543321544
server thread 8 got connection 544710136
client thread 7 socket connected 543321544
server thread 8 read 8192 bytes
client thread 7 socket wrote 8192
server thread 4 write 131072 bytes
server: 590 66 3080 66 3801
client thread 4 socket read 131072
Thread 4 EXIT
Thread 4 EXIT
client thread 6 socket read 131072
server thread 8 write 131072 bytes
server thread 7 got connection 544578792
server: 1049 66 2425 131 3670
server thread 7 read 8192 bytes
Thread 8 EXIT
client thread 6 loop 4
client thread 8 socket read 131072
client thread 6 socket created 539092792
Thread 8 EXIT
client thread 3 socket created 539090696
client thread 6 socket connected 539092792
client thread 6 socket wrote 8192
server thread 3 got connection 544710200
client thread 3 socket connected 539090696
server thread 6 write 131072 bytes
server: 1180 66 10880 131 12256
server thread 6 loop 4
server thread 3 read 8192 bytes
server thread 6 got connection 543321608
server thread 6 read 8192 bytes
client thread 3 socket wrote 8192
client thread 6 socket read 131072
Thread 6 EXIT
server thread 6 write 131072 bytes
server: 0 66 1311 66 1442
Thread 6 EXIT
server thread 1 got connection 539088936
server thread 5 got connection 543025384
server thread 1 read 8192 bytes
server thread 5 read 8192 bytes
server thread 3 write 131072 bytes
server: 27002 197 2163 131 29493
server thread 3 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 539088872
server thread 3 got connection 542276472
client thread 3 socket connected 539088872
server thread 3 read 8192 bytes
client thread 3 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 543453016
server thread 7 write 131072 bytes
client thread 7 socket connected 543453016
client thread 7 socket wrote 8192
server: 2818 66 4391 197 7471
server thread 7 loop 1
server thread 7 got connection 539089496
server thread 7 read 8192 bytes
server thread 3 write 131072 bytes
server: 393 197 1180 66 1835
server thread 3 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 539090088
server thread 3 got connection 544710136
client thread 3 socket connected 539090088
server thread 3 read 8192 bytes
client thread 3 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 539090152
client thread 7 socket connected 539090152
client thread 7 socket wrote 8192
server thread 7 write 131072 bytes
server: 66 66 1376 131 1638
server thread 7 loop 2
server thread 7 got connection 544578856
server thread 7 read 8192 bytes
server thread 3 write 131072 bytes
server: 393 197 1376 66 2032
server thread 3 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 544578664
server thread 3 got connection 539092792
client thread 3 socket connected 544578664
server thread 3 read 8192 bytes
client thread 3 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 543321608
client thread 7 socket connected 543321608
client thread 7 socket wrote 8192
server thread 7 write 131072 bytes
server: 66 66 1704 0 1835
server thread 7 loop 3
server thread 7 got connection 542441464
server thread 7 read 8192 bytes
server thread 3 write 131072 bytes
server: 590 131 1114 66 1901
server thread 3 loop 4
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 544710200
server thread 3 got connection 539090696
client thread 3 socket connected 544710200
server thread 3 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 4
client thread 3 socket wrote 8192
client thread 7 socket created 543321544
client thread 7 socket connected 543321544
client thread 7 socket wrote 8192
server thread 7 write 131072 bytes
server: 0 66 1835 66 1966
server thread 7 loop 4
server thread 7 got connection 544578792
server thread 7 read 8192 bytes
server thread 3 write 131072 bytes
server: 393 262 1245 197 2097
Thread 3 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
client thread 1 socket read 131072
server thread 7 write 131072 bytes
client thread 1 loop 1
server: 66 66 2032 66 2228
client thread 1 socket created 542276472
Thread 7 EXIT
client thread 7 socket read 131072
client thread 1 socket connected 542276472
client thread 1 socket wrote 8192
Thread 7 EXIT
server thread 1 write 131072 bytes
server: 5833 66 10290 66 16254
server thread 1 loop 1
server thread 1 got connection 539088872
server thread 5 write 131072 bytes
server thread 1 read 8192 bytes
server: 5702 262 10683 66 16713
server thread 5 loop 1
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 543453016
client thread 5 socket connected 543453016
client thread 5 socket wrote 8192
server thread 5 got connection 539089496
server thread 5 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 544710136
server thread 5 write 131072 bytes
server thread 1 write 131072 bytes
server: 66 66 2032 0 2163
server thread 1 loop 2
client thread 1 socket connected 544710136
server: 524 66 1311 197 2097
server thread 5 loop 2
client thread 1 socket wrote 8192
client thread 5 socket read 131072
server thread 1 got connection 539090088
server thread 1 read 8192 bytes
client thread 5 loop 2
client thread 5 socket created 539090152
client thread 5 socket connected 539090152
client thread 5 socket wrote 8192
server thread 5 got connection 544578856
server thread 5 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 539092792
client thread 1 socket connected 539092792
client thread 1 socket wrote 8192
server thread 1 write 131072 bytes
server: 262 66 1507 131 1966
server thread 1 loop 3
server thread 5 write 131072 bytes
server thread 1 got connection 544578664
server thread 1 read 8192 bytes
server: 524 0 1311 66 1901
server thread 5 loop 3
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 543321608
client thread 5 socket connected 543321608
client thread 5 socket wrote 8192
server thread 5 got connection 542441464
server thread 5 read 8192 bytes
client thread 1 socket read 131072
server thread 1 write 131072 bytes
client thread 1 loop 4
client thread 1 socket created 539090696
server: 66 0 1180 131 1376
server thread 1 loop 4
client thread 1 socket connected 539090696
client thread 1 socket wrote 8192
server thread 1 got connection 544003080
server thread 1 read 8192 bytes
server thread 5 write 131072 bytes
server: 524 0 1442 66 2032
server thread 5 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 544710200
client thread 5 socket connected 544710200
client thread 5 socket wrote 8192
server thread 5 got connection 544578728
server thread 5 read 8192 bytes
server thread 1 write 131072 bytes
server: 262 66 1180 131 1638
client thread 1 socket read 131072
Thread 1 EXIT
Thread 1 EXIT
server thread 5 write 131072 bytes
client thread 5 socket read 131072
server: 459 131 1770 66 2425
Thread 5 EXIT
Thread 5 EXIT
Thread 5 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 25694 922 42878 804
server per thread elapsed time 70307
----------
Client results:

----------
client per thread totals 10 6092 941 48672 2137
client per thread elapsed time 57848
select loop user/kernel: 20448.20 usec
server thread 0 alive
server thread 2 alive
server thread 4 alive
server thread 1 alive
server thread 6 alive
server thread 3 alive
server thread 5 alive
server thread 8 alive
server thread 6 loop 0
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 539089496
server thread 6 got connection 543453016
client thread 6 socket connected 539089496
server thread 6 read 8192 bytes
server thread 7 alive
client thread 6 socket wrote 8192
server thread 6 write 131072 bytes
server: 393 131 1245 131 1901
server thread 6 loop 1
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 539090088
server thread 6 got connection 544578856
client thread 6 socket connected 539090088
server thread 6 read 8192 bytes
client thread 6 socket wrote 8192
server thread 4 loop 0
server thread 5 loop 0
server thread 0 loop 0
server thread 9 alive
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 539092792
client thread 5 socket connected 539092792
client thread 5 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 544578664
client thread 4 socket connected 544578664
client thread 4 socket wrote 8192
server thread 2 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 542441464
client thread 0 socket connected 542441464
client thread 0 socket wrote 8192
server thread 3 loop 0
server thread 8 loop 0
server thread 1 loop 0
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 543321608
client thread 3 socket connected 543321608
server thread 0 got connection 544003080
client thread 3 socket wrote 8192
server thread 0 read 8192 bytes
server thread 3 got connection 539090024
server thread 3 read 8192 bytes
server thread 9 loop 0
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 539090696
client thread 2 socket connected 539090696
server thread 2 got connection 544578728
client thread 2 socket wrote 8192
server thread 5 got connection 539090824
server thread 5 read 8192 bytes
server thread 2 read 8192 bytes
server thread 4 got connection 544710200
server thread 4 read 8192 bytes
client thread 8 alive
client thread 8 loop 0
server thread 0 write 131072 bytes
server: 10159 66 3277 66 13567
server thread 0 loop 1
client thread 0 socket read 131072
client thread 8 socket created 543453016
client thread 0 loop 1
client thread 0 socket created 539089496
server thread 0 got connection 544003080
client thread 8 socket connected 543453016
server thread 8 got connection 542441464
server thread 8 read 8192 bytes
client thread 8 socket wrote 8192
client thread 0 socket connected 539089496
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 3 write 131072 bytes
server: 524 66 5767 66 6423
server thread 3 loop 1
server thread 2 write 131072 bytes
server: 1901 459 4588 66 7013
server thread 2 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 539090024
client thread 2 socket read 131072
client thread 3 socket connected 539090024
client thread 2 loop 1
client thread 3 socket wrote 8192
client thread 2 socket created 544578728
server thread 3 got connection 543321608
server thread 3 read 8192 bytes
server thread 2 got connection 539090696
client thread 2 socket connected 544578728
server thread 2 read 8192 bytes
client thread 2 socket wrote 8192
server thread 0 write 131072 bytes
server: 721 852 3015 131 4719
server thread 0 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 544003080
client thread 0 socket connected 544003080
client thread 0 socket wrote 8192
server thread 0 got connection 539089496
server thread 0 read 8192 bytes
server thread 3 write 131072 bytes
server thread 2 write 131072 bytes
server: 786 66 2425 66 3343
server thread 3 loop 2
client thread 2 socket read 131072
client thread 3 socket read 131072
client thread 2 loop 2
client thread 3 loop 2
client thread 2 socket created 543321608
client thread 3 socket created 544578728
client thread 2 socket connected 543321608
client thread 3 socket connected 544578728
client thread 2 socket wrote 8192
client thread 3 socket wrote 8192
server thread 3 got connection 539090024
server thread 3 read 8192 bytes
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 539561080
client thread 7 socket connected 539561080
client thread 7 socket wrote 8192
server thread 0 write 131072 bytes
server: 459 66 2687 66 3277
server thread 0 loop 3
server thread 4 write 131072 bytes
client thread 0 socket read 131072
server: 12125 66 9765 66 22021
server thread 4 loop 1
client thread 0 loop 3
server thread 5 write 131072 bytes
client thread 0 socket created 539089496
server: 11600 131 10355 66 22152
server thread 5 loop 1
client thread 0 socket connected 539089496
server thread 0 got connection 544710200
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 544003080
client thread 4 socket connected 544003080
server thread 4 got connection 539090824
server thread 4 read 8192 bytes
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 544578664
client thread 5 socket connected 544578664
server thread 5 got connection 539092792
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 786 66 4588 66 5505
server thread 3 loop 3
client thread 3 loop 3
client thread 3 socket created 539090024
client thread 3 socket connected 539090024
server thread 3 got connection 544578728
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 7 loop 0
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 590 66 4260 66 4981
server thread 0 loop 4
client thread 0 loop 4
client thread 0 socket created 544710200
server thread 4 write 131072 bytes
client thread 0 socket connected 544710200
server: 1442 131 3408 131 5112
server thread 4 loop 2
client thread 0 socket wrote 8192
server thread 0 got connection 539089496
server thread 0 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 539090824
client thread 4 socket connected 539090824
server thread 4 got connection 544003080
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 393 66 3539 66 4063
server thread 3 loop 4
client thread 3 loop 4
client thread 3 socket created 544578728
client thread 3 socket connected 544578728
server thread 3 got connection 539090024
server thread 3 read 8192 bytes
client thread 3 socket wrote 8192
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 459 66 3539 66 4129
Thread 0 EXIT
Thread 0 EXIT
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 539089496
client thread 1 socket connected 539089496
server thread 4 write 131072 bytes
client thread 1 socket wrote 8192
server: 524 66 3605 66 4260
server thread 4 loop 3
server thread 1 got connection 544578792
server thread 5 write 131072 bytes
server thread 1 read 8192 bytes
server: 1770 66 7603 66 9503
server thread 5 loop 2
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 544710200
client thread 4 socket connected 544710200
client thread 4 socket wrote 8192
server thread 4 got connection 544003080
client thread 5 socket read 131072
server thread 4 read 8192 bytes
client thread 5 loop 2
client thread 5 socket created 539092792
client thread 5 socket connected 539092792
client thread 5 socket wrote 8192
server thread 6 write 131072 bytes
server: 393 131 33228 66 33818
server thread 6 loop 2
server thread 5 got connection 539090824
server thread 5 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 544578664
server thread 3 write 131072 bytes
server thread 6 got connection 544578856
server: 393 66 4063 131 4653
Thread 3 EXIT
client thread 3 socket read 131072
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 539090088
Thread 3 EXIT
client thread 6 socket connected 544578664
client thread 6 socket wrote 8192
client thread 9 socket connected 539090088
server thread 9 got connection 539090024
client thread 9 socket wrote 8192
server thread 6 read 8192 bytes
server thread 9 read 8192 bytes
server thread 7 got connection 544578920
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 786 66 3474 66 4391
server thread 4 loop 4
client thread 4 loop 4
client thread 4 socket created 544578728
client thread 4 socket connected 544578728
client thread 4 socket wrote 8192
server thread 4 got connection 544003080
server thread 4 read 8192 bytes
server thread 9 write 131072 bytes
server: 23725 262 2294 66 26347
server thread 9 loop 1
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 544710200
client thread 9 socket connected 544710200
client thread 9 socket wrote 8192
server thread 9 got connection 539090024
server thread 9 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 328 66 2556 66 3015
Thread 4 EXIT
Thread 4 EXIT
server: 786 262 2032 19334 22414
server thread 2 loop 2
server thread 2 got connection 539090088
server thread 2 read 8192 bytes
server thread 1 write 131072 bytes
server: 21562 131 8258 66 30017
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 544003080
server thread 9 write 131072 bytes
server: 1049 66 2359 66 3539
server thread 9 loop 2
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 543321544
client thread 9 socket connected 543321544
client thread 9 socket wrote 8192
server thread 9 got connection 544578728
server thread 1 got connection 539090696
server thread 9 read 8192 bytes
client thread 1 socket connected 544003080
server thread 1 read 8192 bytes
client thread 1 socket wrote 8192
server thread 2 write 131072 bytes
server: 0 66 2949 66 3080
server thread 2 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 544578792
server thread 9 write 131072 bytes
server thread 1 write 131072 bytes
server: 393 66 1901 131 2490
server thread 9 loop 3
server: 1049 262 1704 66 3080
server thread 1 loop 2
server thread 2 got connection 539089496
client thread 9 socket read 131072
client thread 2 socket connected 544578792
client thread 2 socket wrote 8192
client thread 9 loop 3
server thread 2 read 8192 bytes
client thread 9 socket created 539090024
client thread 9 socket connected 539090024
server thread 9 got connection 544710200
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 539090088
server thread 1 got connection 543321608
client thread 1 socket connected 539090088
server thread 1 read 8192 bytes
client thread 1 socket wrote 8192
server thread 2 write 131072 bytes
server: 983 197 3474 131 4784
server thread 2 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 544578728
server thread 2 got connection 539090696
client thread 2 socket connected 544578728
server thread 2 read 8192 bytes
client thread 2 socket wrote 8192
server thread 6 write 131072 bytes
server: 1311 459 13370 131 15271
server thread 6 loop 3
client thread 6 socket read 131072
client thread 1 socket read 131072
client thread 1 loop 3
client thread 6 loop 3
client thread 1 socket created 543321544
client thread 6 socket created 544003080
client thread 1 socket connected 543321544
client thread 1 socket wrote 8192
client thread 6 socket connected 544003080
server thread 1 write 131072 bytes
client thread 6 socket wrote 8192
server: 1376 393 3539 131 5440
server thread 1 loop 3
server thread 1 got connection 539089496
server thread 1 read 8192 bytes
server thread 9 write 131072 bytes
server: 459 131 5374 131 6095
server thread 9 loop 4
client thread 9 socket read 131072
server thread 2 write 131072 bytes
server: 393 131 2032 66 2622
client thread 9 loop 4
Thread 2 EXIT
client thread 9 socket created 544578792
client thread 2 socket read 131072
Thread 2 EXIT
client thread 9 socket connected 544578792
server thread 9 got connection 544578856
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 6 got connection 539090088
server thread 6 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 544578664
client thread 1 socket connected 544578664
client thread 1 socket wrote 8192
server: 0 66 1770 524 2359
server thread 1 loop 4
server thread 1 got connection 543321608
server thread 1 read 8192 bytes
server thread 6 write 131072 bytes
server: 2163 66 1442 66 3736
server thread 6 loop 4
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 544710200
client thread 1 socket read 131072
Thread 1 EXIT
client thread 6 socket connected 544710200
client thread 6 socket wrote 8192
server thread 1 write 131072 bytes
server: 66 0 1835 66 1966
Thread 1 EXIT
server thread 6 got connection 539090696
server thread 6 read 8192 bytes
server thread 7 read 8192 bytes
server thread 9 write 131072 bytes
server: 655 131 4129 66 4981
Thread 9 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
server thread 5 write 131072 bytes
client thread 5 socket read 131072
server: 1180 262 21825 131 23398
server thread 5 loop 3
client thread 5 loop 3
client thread 5 socket created 539090024
server thread 5 got connection 539092664
client thread 5 socket connected 539090024
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 6 write 131072 bytes
server: 1245 0 4063 66 5374
Thread 6 EXIT
server thread 5 write 131072 bytes
server thread 8 write 131072 bytes
server: 5047 66 42601 66 47778
server thread 8 loop 1
server: 328 131 2032 66 2556
server thread 5 loop 4
client thread 5 socket read 131072
client thread 8 socket read 131072
client thread 5 loop 4
client thread 5 socket created 544578728
client thread 8 loop 1
client thread 8 socket created 543321544
client thread 5 socket connected 544578728
client thread 5 socket wrote 8192
server thread 8 got connection 539089496
server thread 5 got connection 539090088
server thread 5 read 8192 bytes
client thread 6 socket read 131072
Thread 6 EXIT
client thread 8 socket connected 543321544
server thread 8 read 8192 bytes
client thread 8 socket wrote 8192
server thread 7 write 131072 bytes
server: 8192 18417 6292 131 33032
server thread 7 loop 1
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 544003080
client thread 7 socket connected 544003080
client thread 7 socket wrote 8192
client thread 5 socket read 131072
server thread 7 got connection 544578664
server thread 7 read 8192 bytes
Thread 5 EXIT
server thread 5 write 131072 bytes
server: 524 66 1966 131 2687
Thread 5 EXIT
server thread 7 write 131072 bytes
server: 590 66 1442 66 2163
server thread 7 loop 2
server thread 8 write 131072 bytes
client thread 7 socket read 131072
server: 590 655 2884 66 4195
server thread 8 loop 2
client thread 7 loop 2
client thread 8 socket read 131072
client thread 7 socket created 543321608
client thread 7 socket connected 543321608
client thread 8 loop 2
client thread 7 socket wrote 8192
client thread 8 socket created 539088936
server thread 7 got connection 544578856
server thread 7 read 8192 bytes
server thread 8 got connection 539090152
client thread 8 socket connected 539088936
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
server thread 7 write 131072 bytes
server: 590 66 1376 66 2097
server thread 7 loop 3
server thread 8 write 131072 bytes
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 544578792
server: 590 131 1245 131 2097
server thread 8 loop 3
client thread 8 socket read 131072
client thread 7 socket connected 544578792
client thread 8 loop 3
client thread 7 socket wrote 8192
client thread 8 socket created 539090824
server thread 7 got connection 539092792
server thread 7 read 8192 bytes
server thread 8 got connection 539090696
client thread 8 socket connected 539090824
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
server thread 7 write 131072 bytes
server: 524 66 1442 66 2097
server thread 7 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 543025384
server thread 8 write 131072 bytes
server: 459 131 1573 66 2228
server thread 8 loop 4
client thread 7 socket connected 543025384
client thread 7 socket wrote 8192
client thread 8 socket read 131072
server thread 7 got connection 542441464
client thread 8 loop 4
server thread 7 read 8192 bytes
client thread 8 socket created 539092664
server thread 8 got connection 539090024
client thread 8 socket connected 539092664
server thread 8 read 8192 bytes
client thread 8 socket wrote 8192
server thread 7 write 131072 bytes
server: 459 131 1245 66 1901
Thread 7 EXIT
client thread 7 socket read 131072
server thread 8 write 131072 bytes
Thread 7 EXIT
client thread 8 socket read 131072
server: 459 197 1638 66 2359
Thread 8 EXIT
Thread 8 EXIT
Thread 8 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 38022 3505 69587 3193
server per thread elapsed time 114310
----------
Client results:

----------
client per thread totals 10 7704 1999 82712 2636
client per thread elapsed time 95053
select loop kernel/user: 22519.40 usec
server thread 0 alive
server thread 2 alive
server thread 1 alive
server thread 3 alive
server thread 5 alive
server thread 4 alive
server thread 7 alive
server thread 9 alive
server thread 5 loop 0
server thread 6 alive
server thread 8 alive
server thread 1 loop 0
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 543321544
client thread 1 socket connected 543321544
client thread 1 socket wrote 8192
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 544578856
server thread 5 got connection 543321608
client thread 5 socket connected 544578856
server thread 5 read 8192 bytes
client thread 5 socket wrote 8192
server thread 9 loop 0
server thread 4 loop 0
server thread 0 loop 0
server thread 3 loop 0
server thread 8 loop 0
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 539090152
client thread 4 socket connected 539090152
client thread 4 socket wrote 8192
server thread 4 got connection 539088936
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 10748 197 1245 66 12256
server thread 5 loop 1
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 539092792
server thread 5 got connection 544578792
client thread 5 socket connected 539092792
server thread 5 read 8192 bytes
client thread 5 socket wrote 8192
server thread 7 loop 0
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 539090696
server thread 4 write 131072 bytes
client thread 9 socket connected 539090696
client thread 9 socket wrote 8192
server thread 9 got connection 539090824
server thread 9 read 8192 bytes
server thread 2 loop 0
server: 786 131 1638 262 2818
server thread 4 loop 1
client thread 4 socket read 131072
server thread 6 loop 0
server thread 1 got connection 542441464
client thread 4 loop 1
client thread 4 socket created 544710136
server thread 1 read 8192 bytes
client thread 4 socket connected 544710136
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 543025384
client thread 4 socket wrote 8192
server thread 4 got connection 539090024
server thread 4 read 8192 bytes
client thread 3 socket connected 543025384
client thread 3 socket wrote 8192
server thread 3 got connection 539088872
server thread 5 write 131072 bytes
server: 393 197 3211 66 3867
server thread 5 loop 2
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 539092664
server thread 3 read 8192 bytes
client thread 5 socket connected 539092664
client thread 5 socket wrote 8192
server thread 5 got connection 543321608
server thread 5 read 8192 bytes
server thread 1 write 131072 bytes
server: 4129 66 3539 66 7799
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 544578856
client thread 1 socket connected 544578856
client thread 1 socket wrote 8192
server thread 1 got connection 539088936
server thread 1 read 8192 bytes
server thread 9 write 131072 bytes
server: 2818 66 4653 66 7603
server thread 9 loop 1
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 539090152
client thread 9 socket connected 539090152
client thread 9 socket wrote 8192
server thread 9 got connection 544578792
server thread 9 read 8192 bytes
client thread 5 socket read 131072
client thread 7 alive
client thread 7 loop 0
client thread 5 loop 3
client thread 7 socket created 539092792
client thread 5 socket created 542441464
client thread 5 socket connected 542441464
client thread 7 socket connected 539092792
client thread 7 socket wrote 8192
client thread 5 socket wrote 8192
server thread 7 got connection 543321544
server thread 7 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 459 66 4457 66 5047
server thread 1 loop 2
client thread 1 loop 2
client thread 1 socket created 539090824
client thread 0 alive
client thread 0 loop 0
client thread 1 socket connected 539090824
server thread 1 got connection 539090696
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 524 66 4260 66 4915
server thread 9 loop 2
client thread 9 loop 2
client thread 9 socket created 539092664
server thread 3 write 131072 bytes
server: 3867 1114 7406 66 12452
server thread 3 loop 1
client thread 9 socket connected 539092664
server thread 9 got connection 539088936
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 1
server thread 4 write 131072 bytes
client thread 3 socket created 544578856
server: 721 66 9503 66 10355
server thread 4 loop 2
client thread 3 socket connected 544578856
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 544578792
client thread 4 socket connected 544578792
client thread 8 alive
client thread 8 loop 0
client thread 4 socket wrote 8192
client thread 8 socket created 539090152
server thread 3 got connection 539088872
server thread 3 read 8192 bytes
client thread 8 socket connected 539090152
client thread 8 socket wrote 8192
server thread 4 got connection 543025384
server thread 4 read 8192 bytes
client thread 6 alive
client thread 6 loop 0
server thread 8 got connection 544710136
client thread 6 socket created 539090024
server thread 8 read 8192 bytes
client thread 6 socket connected 539090024
client thread 6 socket wrote 8192
server thread 6 got connection 539561032
server thread 6 read 8192 bytes
server thread 9 write 131072 bytes
server: 393 66 4326 66 4850
server thread 9 loop 3
client thread 1 socket read 131072
server thread 1 write 131072 bytes
client thread 1 loop 3
client thread 1 socket created 539088936
server: 393 66 5309 131 5899
server thread 1 loop 3
client thread 1 socket connected 539088936
client thread 9 socket read 131072
client thread 9 loop 3
client thread 1 socket wrote 8192
client thread 9 socket created 539090824
client thread 9 socket connected 539090824
server thread 9 got connection 539090696
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 1 got connection 539092664
server thread 1 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 539090152
client thread 2 alive
client thread 8 socket connected 539090152
client thread 2 loop 0
client thread 8 socket wrote 8192
client thread 2 socket created 539569688
client thread 2 socket connected 539569688
server thread 2 got connection 539569752
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 4 write 131072 bytes
server: 1049 66 7734 66 8913
server thread 4 loop 3
server thread 9 write 131072 bytes
server: 852 66 4063 131 5112
server thread 9 loop 4
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 655 66 4063 66 4850
server thread 1 loop 4
client thread 1 loop 4
client thread 9 socket read 131072
client thread 1 socket created 543025384
client thread 9 loop 4
client thread 9 socket created 539090696
client thread 1 socket connected 543025384
client thread 9 socket connected 539090696
client thread 1 socket wrote 8192
client thread 9 socket wrote 8192
server thread 9 got connection 539092664
server thread 9 read 8192 bytes
server thread 6 write 131072 bytes
server thread 3 write 131072 bytes
server: 12715 66 7471 66 20317
server thread 6 loop 1
server: 1376 66 9110 66 10617
server thread 3 loop 2
client thread 3 socket read 131072
client thread 4 socket read 131072
client thread 4 loop 3
client thread 3 loop 2
client thread 4 socket created 539088936
client thread 3 socket created 539090824
client thread 4 socket connected 539088936
server thread 5 write 131072 bytes
server: 459 66 19334 66 19924
server thread 5 loop 3
client thread 4 socket wrote 8192
server thread 5 got connection 544578856
server thread 5 read 8192 bytes
server thread 4 got connection 539088872
server thread 1 got connection 539561032
server thread 1 read 8192 bytes
server thread 4 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 543321608
client thread 6 socket connected 543321608
client thread 6 socket wrote 8192
server thread 3 got connection 539090024
server thread 6 got connection 539569848
server thread 6 read 8192 bytes
server thread 9 write 131072 bytes
server: 655 66 3932 131 4784
client thread 9 socket read 131072
Thread 9 EXIT
Thread 9 EXIT
server thread 8 write 131072 bytes
server: 14288 66 12649 131 27133
server thread 8 loop 1
server thread 8 got connection 539092664
server thread 8 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 544578664
client thread 4 socket connected 544578664
client thread 4 socket wrote 8192
server thread 4 write 131072 bytes
server: 2884 66 3277 0 6226
server thread 4 loop 4
server thread 4 got connection 539090696
server thread 4 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 544710136
client thread 8 socket connected 544710136
client thread 8 socket wrote 8192
server thread 8 write 131072 bytes
server: 66 66 2097 66 2294
server thread 8 loop 2
server thread 8 got connection 539088936
server thread 8 read 8192 bytes
server thread 7 write 131072 bytes
server: 8848 66 18679 66 27658
server thread 7 loop 1
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 539088872
server thread 7 got connection 539090152
client thread 7 socket connected 539088872
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
client thread 8 socket read 131072
server: 524 197 1245 66 2032
server thread 7 loop 2
client thread 8 loop 3
client thread 7 socket read 131072
client thread 8 socket created 539092664
client thread 7 loop 2
client thread 7 socket created 543321544
client thread 8 socket connected 539092664
client thread 8 socket wrote 8192
server thread 8 write 131072 bytes
server thread 7 got connection 539092792
client thread 7 socket connected 543321544
server: 66 66 2490 66 2687
server thread 8 loop 3
server thread 8 got connection 539090152
server thread 7 read 8192 bytes
server thread 8 read 8192 bytes
client thread 7 socket wrote 8192
client thread 3 socket connected 539090824
client thread 3 socket wrote 8192
client thread 8 socket read 131072
client thread 4 socket read 131072
Thread 4 EXIT
client thread 8 loop 4
client thread 8 socket created 544710136
server thread 4 write 131072 bytes
server: 0 66 5505 66 5636
client thread 8 socket connected 544710136
Thread 4 EXIT
client thread 8 socket wrote 8192
server thread 8 write 131072 bytes
server: 66 66 1573 66 1770
server thread 8 loop 4
server thread 8 got connection 539088872
server thread 8 read 8192 bytes
server thread 1 write 131072 bytes
server: 2425 66 9896 66 12452
Thread 1 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
server thread 3 read 8192 bytes
server thread 7 write 131072 bytes
server: 393 197 3080 66 3736
server thread 7 loop 3
client thread 7 socket read 131072
client thread 7 loop 3
client thread 8 socket read 131072
client thread 7 socket created 539088936
Thread 8 EXIT
server thread 8 write 131072 bytes
server thread 7 got connection 544578664
client thread 7 socket connected 539088936
server: 66 0 1835 66 1966
Thread 8 EXIT
server thread 7 read 8192 bytes
client thread 7 socket wrote 8192
server thread 6 write 131072 bytes
server: 2622 66 10814 66 13567
server thread 6 loop 2
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 539092664
client thread 6 socket connected 539092664
client thread 6 socket wrote 8192
server thread 6 got connection 539090696
server thread 7 write 131072 bytes
server thread 6 read 8192 bytes
server: 459 131 1704 66 2359
server thread 7 loop 4
server thread 2 write 131072 bytes
server: 16909 459 18023 66 35457
server thread 2 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 539090088
client thread 2 socket connected 539090088
client thread 2 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 539090152
server thread 2 got connection 539561032
server thread 2 read 8192 bytes
server thread 7 got connection 544578920
client thread 7 socket connected 539090152
server thread 7 read 8192 bytes
client thread 7 socket wrote 8192
server thread 6 write 131072 bytes
server: 1245 66 1376 131 2818
server thread 6 loop 3
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 543025384
server thread 6 got connection 539092792
client thread 6 socket connected 543025384
server thread 6 read 8192 bytes
client thread 6 socket wrote 8192
server thread 7 write 131072 bytes
server: 1049 131 1245 66 2490
Thread 7 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
server thread 6 write 131072 bytes
server: 393 197 983 66 1638
server thread 6 loop 4
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 543321544
server thread 6 got connection 544710136
client thread 6 socket connected 543321544
server thread 6 read 8192 bytes
client thread 6 socket wrote 8192
server thread 3 write 131072 bytes
server: 2294 9700 6751 66 18810
server thread 3 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 539088872
client thread 3 socket connected 539088872
client thread 3 socket wrote 8192
server thread 3 got connection 544003080
server thread 3 read 8192 bytes
server thread 6 write 131072 bytes
server: 459 131 983 131 1704
Thread 6 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
client thread 0 socket created 544578792
client thread 0 socket connected 544578792
client thread 0 socket wrote 8192
server thread 0 got connection 539569848
server thread 0 read 8192 bytes
server thread 3 write 131072 bytes
server: 524 66 1507 66 2163
server thread 3 loop 4
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 543321608
client thread 5 socket read 131072
client thread 3 socket connected 543321608
client thread 3 socket wrote 8192
client thread 5 loop 4
client thread 5 socket created 544578664
server thread 3 got connection 539569752
server thread 3 read 8192 bytes
client thread 5 socket connected 544578664
client thread 5 socket wrote 8192
server thread 5 write 131072 bytes
server: 66 66 20121 0 20252
server thread 5 loop 4
server thread 5 got connection 539569688
server thread 5 read 8192 bytes
server thread 3 write 131072 bytes
server: 524 66 1311 66 1966
Thread 3 EXIT
client thread 3 socket read 131072
client thread 5 socket read 131072
Thread 3 EXIT
Thread 5 EXIT
server thread 5 write 131072 bytes
server: 0 66 1442 66 1573
Thread 5 EXIT
server thread 2 write 131072 bytes
server: 852 66 8848 66 9831
server thread 2 loop 2
client thread 2 socket read 131072
server thread 0 write 131072 bytes
client thread 2 loop 2
server: 43649 131 4260 66 48106
server thread 0 loop 1
client thread 2 socket created 539088936
client thread 0 socket read 131072
client thread 0 loop 1
server thread 2 got connection 539092664
client thread 0 socket created 539090696
client thread 2 socket connected 539088936
server thread 2 read 8192 bytes
server thread 0 got connection 544578920
client thread 0 socket connected 539090696
client thread 2 socket wrote 8192
server thread 0 read 8192 bytes
client thread 0 socket wrote 8192
server thread 2 write 131072 bytes
server: 459 131 1376 66 2032
server thread 2 loop 3
server thread 0 write 131072 bytes
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 542276472
server: 459 131 1376 66 2032
server thread 0 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 539090152
server thread 2 got connection 539092792
client thread 2 socket connected 542276472
server thread 2 read 8192 bytes
client thread 0 socket connected 539090152
client thread 0 socket wrote 8192
client thread 2 socket wrote 8192
server thread 0 got connection 543025384
server thread 0 read 8192 bytes
server thread 2 write 131072 bytes
server: 983 131 1245 66 2425
server thread 2 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 539090024
server thread 0 write 131072 bytes
server: 983 66 1442 66 2556
server thread 0 loop 3
server thread 2 got connection 539090824
client thread 0 socket read 131072
client thread 2 socket connected 539090024
client thread 2 socket wrote 8192
client thread 0 loop 3
server thread 2 read 8192 bytes
client thread 0 socket created 544710136
client thread 0 socket connected 544710136
client thread 0 socket wrote 8192
server thread 0 got connection 539089496
server thread 0 read 8192 bytes
server thread 2 write 131072 bytes
server: 459 131 1180 66 1835
Thread 2 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
server thread 0 write 131072 bytes
server: 524 0 1245 66 1835
server thread 0 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 543321544
client thread 0 socket connected 543321544
server thread 0 got connection 544003080
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 328 66 1573 66 2032
Thread 0 EXIT
Thread 0 EXIT
Thread 0 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 20 52808 5055 95223 3568
server per thread elapsed time 156654
----------
Client results:

----------
client per thread totals 20 13191 2631 110848 3076
client per thread elapsed time 129745
select loop kernel/kernel: 21824.60 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Sat Feb 8 16:45:59 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead.
END TEST: selct_er
BEGIN TEST: selct_nm  
Sat Feb 8 16:46:00 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
'PR_FD_ISSET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead.
END TEST: selct_nm
BEGIN TEST: selct_to  
Sat Feb 8 16:46:00 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
END TEST: selct_to
BEGIN TEST: selintr  
Sat Feb 8 16:46:05 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Sat Feb 8 16:46:08 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Sat Feb 8 16:46:08 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Sat Feb 8 16:46:09 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
END TEST: semaping
BEGIN TEST: sendzlf  
Sat Feb 8 16:46:09 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASS
END TEST: sendzlf
BEGIN TEST: server_test  
Sat Feb 8 16:46:10 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Sat Feb 8 16:46:10 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Sat Feb 8 16:46:11 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Sat Feb 8 16:46:11 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Sat Feb 8 16:46:11 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Sat Feb 8 16:46:12 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Sat Feb 8 16:46:12 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
END TEST: sigpipe
BEGIN TEST: socket  
Sat Feb 8 16:46:13 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead.
'PR_PostSem' is obsolete. Use 'locks & condition variables' instead.
TCP Client/Server Test - IPv4/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv4/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
Socket_Misc_Test : 1 Server 4 Clients
: Sizes of Transmitted Files - 3 KB, 3 MB
Socket_Misc_Test passed
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
END TEST: socket
BEGIN TEST: sockopt  
Sat Feb 8 16:46:14 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Sat Feb 8 16:46:14 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: sockping
BEGIN TEST: sprintf  
Sat Feb 8 16:46:15 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Sat Feb 8 16:46:18 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Sat Feb 8 16:46:25 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Sat Feb 8 16:46:25 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Sat Feb 8 16:46:26 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
END TEST: strod
BEGIN TEST: switch  
Sat Feb 8 16:46:26 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Sat Feb 8 16:46:30 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PR_SI_HOSTNAME: zebra
PR_SI_SYSNAME: AIX
PR_SI_RELEASE: 1
PR_SI_ARCHITECTURE: rs6000
Host page size is 4096
Page shift is 12
Number of processors is: 2
END TEST: system
BEGIN TEST: testbit  
Sat Feb 8 16:46:31 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Sat Feb 8 16:46:31 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Sat Feb 8 16:46:33 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Sat Feb 8 16:46:34 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Sun Feb 9 00:46:34 UTC 2003
Current local time is Sat Feb 8 16:46:34 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Sat Feb 8 16:46:34 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Sat Feb 8 16:47:18 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Sat Feb 8 16:47:18 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Sat Feb 8 16:47:19 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
NSPR release 4.3 Beta:
Compatible with version 4.0
Compatible with version 4.0.1
Compatible with version 4.1
Compatible with version 4.1.1
Compatible with version 4.1.2
Compatible with version 4.1.3
Compatible with version 4.2
Compatible with version 4.2.1
Compatible with version 4.2.2
Compatible with version 4.3 Beta
Incompatible with version 2.1 19980529
Incompatible with version 3.0
Incompatible with version 3.0.1
Incompatible with version 3.1
Incompatible with version 3.1.1
Incompatible with version 3.1.2
Incompatible with version 3.1.3
Incompatible with version 3.5
Incompatible with version 3.5.1
Incompatible with version 4.3.3
Incompatible with version 4.4
Incompatible with version 4.4.1
Incompatible with version 10.0
Incompatible with version 11.1
Incompatible with version 12.14.20
PASS
END TEST: vercheck
BEGIN TEST: version  
Sat Feb 8 16:47:20 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
Runtime library version information
Build time: 09 Feb 2003 00:12:25 GMT
Build time: 2003-02-08 16:12:25
Portable runtime V4.3.0 ( beta debug )
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
END TEST: version
BEGIN TEST: writev  
Sat Feb 8 16:47:20 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Sat Feb 8 16:47:20 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Sat Feb 8 16:47:21 PST 2003 OBJDIR AIX5.1_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_dbg/dist/lib
calling PR_Writev with a zero-length buffer
calling PR_Write with a zero-length buffer
calling PR_Send with a zero-length buffer
PASS
END TEST: zerolen
BEGIN TEST: accept  
Sat Feb 8 16:47:37 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Sat Feb 8 16:47:44 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x202448c8)127.0.0.1:55760
(Server) read [0x20244850..0x202448c5) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x202448c8)127.0.0.1:55761
(Server) read [0x20244850..0x202448c5) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x202448c8)127.0.0.1:55762
(Server) read [0x20244850..0x202448c5) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x202448c8)127.0.0.1:55763
(Server) read [0x20244850..0x202448c5) 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 = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
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 = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptread
BEGIN TEST: acceptreademu  
Sat Feb 8 16:47:55 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x20243b88)127.0.0.1:55773
(Server) read [0x20243b10..0x20243b85) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x20243b88)127.0.0.1:55774
(Server) read [0x20243b10..0x20243b85) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x20243b88)127.0.0.1:55775
(Server) read [0x20243b10..0x20243b85) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x20243b88)127.0.0.1:55776
(Server) read [0x20243b10..0x20243b85) 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 = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
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 = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptreademu
BEGIN TEST: affinity  
Sat Feb 8 16:48:06 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
main: creating local thread
thread_start: AffinityMask = 0x0
main: creating global thread
thread_start: AffinityMask = 0x0
main: creating global bound thread
thread_start: AffinityMask = 0x0
END TEST: affinity
BEGIN TEST: alarm  
Sat Feb 8 16:48:06 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Sat Feb 8 16:49:10 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Sat Feb 8 16:49:11 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PR_AtomicIncrement(-2) == -1: PASSED
PR_AtomicIncrement(-1) == 0: PASSED
PR_AtomicIncrement(0) == 1: PASSED
PR_AtomicAdd(-2,1) == -1: PASSED
PR_AtomicAdd(-1,4) == 3: PASSED
PR_AtomicAdd(3,-6) == -3: PASSED
PR_AtomicDecrement(2) == 1: PASSED
PR_AtomicDecrement(1) == 0: PASSED
PR_AtomicDecrement(0) == -1: PASSED
PR_AtomicSet(-2, 2) == -2: PASSED
PR_AtomicSet(-2, -2) == -2: PASSED
Atomic operations test PASSED
END TEST: atomic
BEGIN TEST: attach  
Sat Feb 8 16:49:11 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Sat Feb 8 16:49:11 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Sat Feb 8 16:49:12 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
Cleanup settings
Thread type: LOCAL
Concurrency: 1
Number of threads: 1
Thread sleep: 10
Main sleep: 5
Cleanup will NOT be called

main() exiting
END TEST: cleanup
BEGIN TEST: cltsrv  
Sat Feb 8 16:49:17 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
Client/Server started at(0x2021bcc8): 16:49:17
Server started at(0x2021cfa8): 16:49:17
main(0x2021bcc8): waiting for execution interval (10 seconds)
Client started at(0x2021d548): 16:49:17
Shutting down(0x2021bcc8): 16:49:27
Client(0x2021d548): stopped after 50 operations and 43838 bytes
Server(0x2021cfa8): stopped after 51 operations and 44242 bytes
main(0x2021bcc8): test complete
Test exiting at(0x2021bcc8): 16:49:28
END TEST: cltsrv
BEGIN TEST: concur  
Sat Feb 8 16:49:28 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Sat Feb 8 16:49:40 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Sat Feb 8 16:49:40 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_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: 63.57 usec
Condvar simple test shared UK: 35.39 usec
Condvar simple test priv UU: 384.06 usec
Condvar simple test priv UK: 164.50 usec
Condvar simple test All: 142.88 usec
Condvar timeout test: 730.11 usec

10 Thread tests
Condvar simple test shared UU: 57.02 usec
Condvar simple test shared UK: 57.02 usec
Condvar simple test priv UU: 294.93 usec
Condvar simple test priv UK: 299.52 usec
Condvar simple test All: 302.79 usec
Condvar timeout test: 746.49 usec

15 Thread tests
Condvar simple test shared UU: 83.24 usec
Condvar simple test shared UK: 82.58 usec
Condvar simple test priv UU: 399.13 usec
Condvar simple test priv UK: 383.41 usec
Condvar simple test All: 456.81 usec
Condvar timeout test: 789.75 usec

20 Thread tests
Condvar simple test shared UU: 109.45 usec
Condvar simple test shared UK: 108.14 usec
Condvar simple test priv UU: 395.20 usec
Condvar simple test priv UK: 263.47 usec
Condvar simple test All: 551.84 usec
Condvar timeout test: 844.80 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Sat Feb 8 16:49:41 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Sat Feb 8 16:49:42 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Sat Feb 8 16:49:42 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib

Number of error codes = 73

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

Overhead of 'PR_IntervalNow()' is 2098 nsecs

Overhead of 'PR_Now()' is 2187 nsecs

Overhead of 'PR_IntervalNow()' is 2118 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Sat Feb 8 16:51:43 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
Test not defined
END TEST: instrumt
BEGIN TEST: intrio  
Sat Feb 8 16:51:43 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
A local thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A local thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
PASSED
END TEST: intrio
BEGIN TEST: intrupt  
Sat Feb 8 16:52:04 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Sat Feb 8 16:52:17 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
test with global bound thread
thread id 0, scope GLOBAL_BOUND scope
test with local thread
thread id 0, scope GLOBAL scope
test with global thread
thread id 0, scope GLOBAL scope
END TEST: io_timeout
BEGIN TEST: ioconthr  
Sat Feb 8 16:52:24 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
Interrupting the threads
Threads terminated in 2991 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Sat Feb 8 16:52:29 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
END TEST: join
BEGIN TEST: joinkk  
Sat Feb 8 16:52:29 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Sat Feb 8 16:52:30 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Sat Feb 8 16:52:30 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Sat Feb 8 16:52:30 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Sat Feb 8 16:52:31 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
END TEST: layer
BEGIN TEST: lazyinit  
Sat Feb 8 16:52:31 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Sat Feb 8 16:52:31 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Sat Feb 8 16:52:32 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Sat Feb 8 16:52:48 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Sat Feb 8 16:52:53 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Sat Feb 8 16:53:03 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1
PASS
END TEST: many_cv
BEGIN TEST: multiwait  
Sat Feb 8 16:53:04 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
OneInThenCancelled()
OneOpOneThread()
ManyOpOneThread()
SomeOpsSomeThreads()
RealOneGroupIO()
RealOneGroupIO Enumerated 0 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
END TEST: multiwait
BEGIN TEST: nameshm1  
Sat Feb 8 16:54:26 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Sat Feb 8 16:54:31 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
The serveclient thread created.
accept: EWOULDBLOCK, good
client connected
accept: succeeded, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
All tests finished
PASS
END TEST: nonblock
BEGIN TEST: nblayer  
Sat Feb 8 16:54:33 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
END TEST: nblayer
BEGIN TEST: ntioto  
Sat Feb 8 16:54:34 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Sat Feb 8 16:54:34 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
1 2
1 2
1 2
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
PASS
END TEST: ntoh
BEGIN TEST: op_2long  
Sat Feb 8 16:54:34 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 86
PASS
END TEST: op_2long
BEGIN TEST: op_excl  
Sat Feb 8 16:54:35 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Sat Feb 8 16:54:35 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Sat Feb 8 16:54:35 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Sat Feb 8 16:54:36 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
END TEST: op_nofil
BEGIN TEST: parent  
Sat Feb 8 16:54:36 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: parent
BEGIN TEST: peek  
Sat Feb 8 16:54:37 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
Running the test with local threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
Running the test with global threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
PASS
END TEST: peek
BEGIN TEST: perf  
Sat Feb 8 16:55:18 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 0.07 usec
current calendar time: 2.23 usec
interval time: 2.16 usec
idle lock lock/unlock pair: 0.79 usec
idle monitor entry/exit pair: 0.92 usec
idle cache monitor entry/exit pair: 2.69 usec
create/destroy thread pair: 84.68 usec
context switch - user/user: 32.57 usec
context switch - user/kernel: 32.44 usec
context switch - kernel/user: 32.57 usec
context switch - kernel/kernel: 32.51 usec
sema context switch - user/user: 33.95 usec
sema context switch - user/kernel: 34.34 usec
sema context switch - kernel/user: 34.08 usec
sema context switch - kernel/kernel: 34.02 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 0.00 usec
current calendar time: 2.23 usec
interval time: 2.16 usec
idle lock lock/unlock pair: 0.79 usec
idle monitor entry/exit pair: 0.98 usec
idle cache monitor entry/exit pair: 2.69 usec
create/destroy thread pair: 79.96 usec
context switch - user/user: 32.70 usec
context switch - user/kernel: 32.64 usec
context switch - kernel/user: 32.51 usec
context switch - kernel/kernel: 32.77 usec
sema context switch - user/user: 34.02 usec
sema context switch - user/kernel: 34.02 usec
sema context switch - kernel/user: 34.21 usec
sema context switch - kernel/kernel: 34.21 usec
END TEST: perf
BEGIN TEST: pipeping  
Sat Feb 8 16:55:19 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping
BEGIN TEST: pipeping2  
Sat Feb 8 16:55:19 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping2
BEGIN TEST: pipeself  
Sat Feb 8 16:55:20 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
PR_Available: expected 250, got 250 bytes
PR_Available: expected 243, got 243 bytes
PR_Available: expected 0, got 0 bytes
PASS
END TEST: pipeself
BEGIN TEST: poll_nm  
Sat Feb 8 16:55:20 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Sat Feb 8 16:55:20 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Sat Feb 8 16:55:26 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Sat Feb 8 16:55:26 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Sat Feb 8 16:55:26 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Sat Feb 8 16:55:27 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
Client/Server started at(0x2021bea8): 16:55:27
Server started at(0x2021d128): 16:55:27
main(0x2021bea8): waiting for execution interval (10 seconds)
Client started at(0x2021d608): 16:55:27
Shutting down(0x2021bea8): 16:55:37
Client(0x2021d608): stopped after 50 operations and 43838 bytes
Server(0x2021d128): stopped after 51 operations and 44242 bytes
main(0x2021bea8): test complete
Test exiting at(0x2021bea8): 16:55:37
END TEST: provider
BEGIN TEST: prpollml  
Sat Feb 8 16:55:37 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Sat Feb 8 16:55:59 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_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 56642, 56643 and 56644

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 "56642" from a client
The server received "56643" from a client
Server read 128 bytes from native fd 11
The server received "56644" from a client
The server received "56642" from a client
The server received "56643" from a client
Server read 128 bytes from native fd 8
The server received "56644" from a client
The server received "56642" from a client
The server received "56643" from a client
Server read 128 bytes from native fd 11
The server received "56644" from a client
The server received "56642" from a client
The server received "56643" from a client
Server read 128 bytes from native fd 13
The server received "56644" from a client
The server received "56642" from a client
The server received "56643" from a client
Server read 128 bytes from native fd 6
The server received "56644" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Sat Feb 8 16:56:04 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Sat Feb 8 16:56:05 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Sat Feb 8 16:56:25 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Sat Feb 8 16:56:26 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_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 16360 554 29679 340
server per thread elapsed time 46941
----------
Client results:

----------
client per thread totals 0 1335 397 33965 478
client per thread elapsed time 36181
select loop user/user: 13121.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 30412 1906 52020 812
server per thread elapsed time 85157
----------
Client results:

----------
client per thread totals 10 3216 785 62186 1606
client per thread elapsed time 67797
select loop user/kernel: 22073.60 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 44635 2679 72108 1168
server per thread elapsed time 120593
----------
Client results:

----------
client per thread totals 10 4749 1175 88670 2051
client per thread elapsed time 96646
select loop kernel/user: 20972.60 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 20 55795 3795 97812 2041
server per thread elapsed time 159446
----------
Client results:

----------
client per thread totals 20 6685 1582 117711 2493
client per thread elapsed time 128467
select loop kernel/kernel: 21405.20 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Sat Feb 8 16:56:26 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: selct_er
BEGIN TEST: selct_nm  
Sat Feb 8 16:56:27 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: selct_nm
BEGIN TEST: selct_to  
Sat Feb 8 16:56:27 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: selct_to
BEGIN TEST: selintr  
Sat Feb 8 16:56:33 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Sat Feb 8 16:56:35 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Sat Feb 8 16:56:35 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Sat Feb 8 16:56:36 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
END TEST: semaping
BEGIN TEST: sendzlf  
Sat Feb 8 16:56:37 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASS
END TEST: sendzlf
BEGIN TEST: server_test  
Sat Feb 8 16:56:37 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Sat Feb 8 16:56:37 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Sat Feb 8 16:56:38 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Sat Feb 8 16:56:38 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Sat Feb 8 16:56:39 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Sat Feb 8 16:56:39 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Sat Feb 8 16:56:40 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
END TEST: sigpipe
BEGIN TEST: socket  
Sat Feb 8 16:56:40 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
TCP Client/Server Test - IPv4/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv4/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
Socket_Misc_Test : 1 Server 4 Clients
: Sizes of Transmitted Files - 3 KB, 3 MB
Socket_Misc_Test passed
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
END TEST: socket
BEGIN TEST: sockopt  
Sat Feb 8 16:56:42 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Sat Feb 8 16:56:42 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: sockping
BEGIN TEST: sprintf  
Sat Feb 8 16:56:42 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Sat Feb 8 16:56:44 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Sat Feb 8 16:56:51 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Sat Feb 8 16:56:51 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Sat Feb 8 16:56:52 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
END TEST: strod
BEGIN TEST: switch  
Sat Feb 8 16:56:52 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Sat Feb 8 16:56:56 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PR_SI_HOSTNAME: zebra
PR_SI_SYSNAME: AIX
PR_SI_RELEASE: 1
PR_SI_ARCHITECTURE: rs6000
Host page size is 4096
Page shift is 12
Number of processors is: 2
END TEST: system
BEGIN TEST: testbit  
Sat Feb 8 16:56:56 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Sat Feb 8 16:56:57 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Sat Feb 8 16:56:58 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Sat Feb 8 16:56:59 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Sun Feb 9 00:57:00 UTC 2003
Current local time is Sat Feb 8 16:57:00 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Sat Feb 8 16:57:00 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Sat Feb 8 16:57:26 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Sat Feb 8 16:57:26 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Sat Feb 8 16:57:27 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
NSPR release 4.3 Beta:
Compatible with version 4.0
Compatible with version 4.0.1
Compatible with version 4.1
Compatible with version 4.1.1
Compatible with version 4.1.2
Compatible with version 4.1.3
Compatible with version 4.2
Compatible with version 4.2.1
Compatible with version 4.2.2
Compatible with version 4.3 Beta
Incompatible with version 2.1 19980529
Incompatible with version 3.0
Incompatible with version 3.0.1
Incompatible with version 3.1
Incompatible with version 3.1.1
Incompatible with version 3.1.2
Incompatible with version 3.1.3
Incompatible with version 3.5
Incompatible with version 3.5.1
Incompatible with version 4.3.3
Incompatible with version 4.4
Incompatible with version 4.4.1
Incompatible with version 10.0
Incompatible with version 11.1
Incompatible with version 12.14.20
PASS
END TEST: vercheck
BEGIN TEST: version  
Sat Feb 8 16:57:27 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
Runtime library version information
Build time: 09 Feb 2003 00:07:48 GMT
Build time: 2003-02-08 16:07:48
Portable runtime V4.3.0 ( beta )
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
END TEST: version
BEGIN TEST: writev  
Sat Feb 8 16:57:27 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Sat Feb 8 16:57:28 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_opt/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Sat Feb 8 16:57:28 PST 2003 OBJDIR AIX5.1_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_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
BEGIN TEST: accept  
Sat Feb 8 16:57:45 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Sat Feb 8 16:57:52 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x11023a118)127.0.0.1:57469
(Server) read [0x11023a0a0..0x11023a115) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x11023a118)127.0.0.1:57470
(Server) read [0x11023a0a0..0x11023a115) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x11023a118)127.0.0.1:57471
(Server) read [0x11023a0a0..0x11023a115) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x11023a118)127.0.0.1:57472
(Server) read [0x11023a0a0..0x11023a115) 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 = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
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 = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptread
BEGIN TEST: acceptreademu  
Sat Feb 8 16:58:03 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x11023a4e8)127.0.0.1:57481
(Server) read [0x11023a470..0x11023a4e5) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x11023a4e8)127.0.0.1:57482
(Server) read [0x11023a470..0x11023a4e5) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x11023a4e8)127.0.0.1:57483
(Server) read [0x11023a470..0x11023a4e5) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x11023a4e8)127.0.0.1:57484
(Server) read [0x11023a470..0x11023a4e5) 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 = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
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 = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptreademu
BEGIN TEST: affinity  
Sat Feb 8 16:58:14 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
main: creating local thread
thread_start: AffinityMask = 0x0
main: creating global thread
thread_start: AffinityMask = 0x0
main: creating global bound thread
thread_start: AffinityMask = 0x0
END TEST: affinity
BEGIN TEST: alarm  
Sat Feb 8 16:58:14 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Sat Feb 8 16:59:18 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Sat Feb 8 16:59:19 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PR_AtomicIncrement(-2) == -1: PASSED
PR_AtomicIncrement(-1) == 0: PASSED
PR_AtomicIncrement(0) == 1: PASSED
PR_AtomicAdd(-2,1) == -1: PASSED
PR_AtomicAdd(-1,4) == 3: PASSED
PR_AtomicAdd(3,-6) == -3: PASSED
PR_AtomicDecrement(2) == 1: PASSED
PR_AtomicDecrement(1) == 0: PASSED
PR_AtomicDecrement(0) == -1: PASSED
PR_AtomicSet(-2, 2) == -2: PASSED
PR_AtomicSet(-2, -2) == -2: PASSED
Atomic operations test PASSED
END TEST: atomic
BEGIN TEST: attach  
Sat Feb 8 16:59:19 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Sat Feb 8 16:59:20 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Sat Feb 8 16:59:20 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
Cleanup settings
Thread type: LOCAL
Concurrency: 1
Number of threads: 1
Thread sleep: 10
Main sleep: 5
Cleanup will NOT be called

main() exiting
END TEST: cleanup
BEGIN TEST: cltsrv  
Sat Feb 8 16:59:26 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib

PThread Statistics
started: 16:59:26[10]
locks [created: 12, destroyed: 2]
locks [acquired: 743, released: 743]
cvars [created: 7, destroyed: 5]
cvars [notified: 58, delayed_delete: 0]
Client/Server started at(0x110211070): 16:59:26
Server started at(0x110214250): 16:59:26
main(0x110211070): waiting for execution interval (10 seconds)
Client started at(0x11029e630): 16:59:26
Shutting down(0x110211070): 16:59:36
Client(0x11029e630): stopped after 50 operations and 43838 bytes
Server(0x110214250): stopped after 51 operations and 44242 bytes
main(0x110211070): test complete
Test exiting at(0x110211070): 16:59:36
END TEST: cltsrv
BEGIN TEST: concur  
Sat Feb 8 16:59:36 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Sat Feb 8 16:59:48 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Sat Feb 8 16:59:48 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_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: 66.85 usec
Condvar simple test shared UK: 53.74 usec
Condvar simple test priv UU: 173.02 usec
Condvar simple test priv UK: 211.69 usec
Condvar simple test All: 226.77 usec
Condvar timeout test: 736.66 usec

10 Thread tests
Condvar simple test shared UU: 91.10 usec
Condvar simple test shared UK: 90.44 usec
Condvar simple test priv UU: 300.83 usec
Condvar simple test priv UK: 302.79 usec
Condvar simple test All: 425.35 usec
Condvar timeout test: 876.92 usec

15 Thread tests
Condvar simple test shared UU: 156.64 usec
Condvar simple test shared UK: 165.16 usec
Condvar simple test priv UU: 366.37 usec
Condvar simple test priv UK: 402.41 usec
Condvar simple test All: 707.17 usec
Condvar timeout test: 939.83 usec

20 Thread tests
Condvar simple test shared UU: 176.96 usec
Condvar simple test shared UK: 175.65 usec
Condvar simple test priv UU: 506.62 usec
Condvar simple test priv UK: 488.92 usec
Condvar simple test All: 929.35 usec
Condvar timeout test: 1091.89 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Sat Feb 8 16:59:50 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Sat Feb 8 16:59:50 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Sat Feb 8 16:59:50 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib

Number of error codes = 73

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

Overhead of 'PR_IntervalNow()' is 662 nsecs

Overhead of 'PR_Now()' is 692 nsecs

Overhead of 'PR_IntervalNow()' is 662 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Sat Feb 8 17:01:46 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASS
END TEST: instrumt
BEGIN TEST: intrio  
Sat Feb 8 17:01:46 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
A local thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A local thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
PASSED
END TEST: intrio
BEGIN TEST: intrupt  
Sat Feb 8 17:02:06 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Sat Feb 8 17:02:20 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
test with global bound thread
thread id 0, scope GLOBAL_BOUND scope
test with local thread
thread id 0, scope GLOBAL scope
test with global thread
thread id 0, scope GLOBAL scope
END TEST: io_timeout
BEGIN TEST: ioconthr  
Sat Feb 8 17:02:26 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
Interrupting the threads
Threads terminated in 2999 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Sat Feb 8 17:02:32 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
END TEST: join
BEGIN TEST: joinkk  
Sat Feb 8 17:02:32 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Sat Feb 8 17:02:32 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Sat Feb 8 17:02:33 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Sat Feb 8 17:02:33 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Sat Feb 8 17:02:33 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
END TEST: layer
BEGIN TEST: lazyinit  
Sat Feb 8 17:02:34 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Sat Feb 8 17:02:34 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Sat Feb 8 17:02:34 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Sat Feb 8 17:02:50 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Sat Feb 8 17:02:55 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Sat Feb 8 17:03:06 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1

PThread Statistics
started: 17:03:06[0]
locks [created: 11, destroyed: 1]
locks [acquired: 5, released: 5]
cvars [created: 12, destroyed: 10]
cvars [notified: 10, delayed_delete: 0]
PASS
END TEST: many_cv
BEGIN TEST: multiwait  
Sat Feb 8 17:03:06 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
OneInThenCancelled()
OneOpOneThread()
ManyOpOneThread()
SomeOpsSomeThreads()
RealOneGroupIO()
RealOneGroupIO Enumerated 0 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
END TEST: multiwait
BEGIN TEST: nameshm1  
Sat Feb 8 17:04:29 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Sat Feb 8 17:04:33 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
The serveclient thread created.
accept: EWOULDBLOCK, good
client connected
accept: succeeded, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
All tests finished
PASS
END TEST: nonblock
BEGIN TEST: nblayer  
Sat Feb 8 17:04:36 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
END TEST: nblayer
BEGIN TEST: ntioto  
Sat Feb 8 17:04:36 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Sat Feb 8 17:04:36 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
1 2
1 2
1 2
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
PASS
END TEST: ntoh
BEGIN TEST: op_2long  
Sat Feb 8 17:04:37 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 86
PASS
END TEST: op_2long
BEGIN TEST: op_excl  
Sat Feb 8 17:04:37 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Sat Feb 8 17:04:37 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Sat Feb 8 17:04:38 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Sat Feb 8 17:04:38 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
END TEST: op_nofil
BEGIN TEST: parent  
Sat Feb 8 17:04:38 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: parent
BEGIN TEST: peek  
Sat Feb 8 17:04:39 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
Running the test with local threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
Running the test with global threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
PASS
END TEST: peek
BEGIN TEST: perf  
Sat Feb 8 17:05:20 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' 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.07 usec
DLL procedure call overhead: 0.20 usec
current calendar time: 0.66 usec
interval time: 0.66 usec
idle lock lock/unlock pair: 1.18 usec
idle monitor entry/exit pair: 1.51 usec
idle cache monitor entry/exit pair: 4.13 usec
create/destroy thread pair: 87.43 usec
context switch - user/user: 34.28 usec
context switch - user/kernel: 34.41 usec
context switch - kernel/user: 34.21 usec
context switch - kernel/kernel: 34.47 usec
sema context switch - user/user: 37.75 usec
sema context switch - user/kernel: 37.42 usec
sema context switch - kernel/user: 37.49 usec
sema context switch - kernel/kernel: 37.49 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.07 usec
DLL procedure call overhead: 0.20 usec
current calendar time: 0.72 usec
interval time: 0.66 usec
idle lock lock/unlock pair: 1.18 usec
idle monitor entry/exit pair: 1.51 usec
idle cache monitor entry/exit pair: 4.26 usec
create/destroy thread pair: 87.56 usec
context switch - user/user: 34.41 usec
context switch - user/kernel: 34.60 usec
context switch - kernel/user: 34.15 usec
context switch - kernel/kernel: 34.54 usec
sema context switch - user/user: 37.55 usec
sema context switch - user/kernel: 37.36 usec
sema context switch - kernel/user: 37.49 usec
sema context switch - kernel/kernel: 37.42 usec
END TEST: perf
BEGIN TEST: pipeping  
Sat Feb 8 17:05:21 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping
BEGIN TEST: pipeping2  
Sat Feb 8 17:05:21 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping2
BEGIN TEST: pipeself  
Sat Feb 8 17:05:22 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
PR_Available: expected 250, got 250 bytes
PR_Available: expected 243, got 243 bytes
PR_Available: expected 0, got 0 bytes
PASS
END TEST: pipeself
BEGIN TEST: poll_nm  
Sat Feb 8 17:05:22 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Sat Feb 8 17:05:23 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Sat Feb 8 17:05:28 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Sat Feb 8 17:05:28 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Sat Feb 8 17:05:29 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Sat Feb 8 17:05:29 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib

pthread Statistics
started: 17:05:31[15]
locks [created: 12, destroyed: 2]
locks [acquired: 723, released: 723]
cvars [created: 7, destroyed: 5]
cvars [notified: 56, delayed_delete: 0]
Client/Server started at(0x1102104b0): 17:05:31
Server started at(0x1102125b0): 17:05:31
main(0x1102104b0): waiting for execution interval (10 seconds)
Client started at(0x110299170): 17:05:31
Shutting down(0x1102104b0): 17:05:41
Client(0x110299170): stopped after 50 operations and 43838 bytes
Server(0x1102125b0): stopped after 50 operations and 43838 bytes
main(0x1102104b0): test complete
Test exiting at(0x1102104b0): 17:05:46
END TEST: provider
BEGIN TEST: prpollml  
Sat Feb 8 17:05:47 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Sat Feb 8 17:06:09 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_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 58349, 58350 and 58351

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 "58349" from a client
The server received "58350" from a client
Server read 128 bytes from native fd 11
The server received "58351" from a client
The server received "58349" from a client
Server read 128 bytes from native fd 13
The server received "58351" from a client
The server received "58349" from a client
The server received "58350" from a client
Server read 128 bytes from native fd 11
The server received "58351" from a client
The server received "58349" from a client
Server read 128 bytes from native fd 10
The server received "58351" from a client
Server read 128 bytes from native fd 7
The server received "58351" from a client
The server received "58350" from a client
The server received "58349" from a client
The server received "58350" from a client
The server received "58350" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Sat Feb 8 17:06:14 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Sat Feb 8 17:06:14 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Sat Feb 8 17:06:35 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Sat Feb 8 17:06:35 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_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 1 alive
server thread 1 loop 0
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 272243952
client thread 1 socket connected 272243952
client thread 1 socket wrote 8192
server thread 1 got connection 272752976
server thread 1 read 8192 bytes
server thread 2 alive
server thread 2 loop 0
server thread 3 alive
server thread 5 alive
server thread 3 loop 0
server thread 5 loop 0
server thread 0 loop 0
server thread 4 alive
server thread 7 alive
server thread 4 loop 0
server thread 6 alive
server thread 7 loop 0
client thread 2 alive
client thread 2 loop 0
server thread 6 loop 0
client thread 2 socket created 274898992
server thread 8 alive
client thread 2 socket connected 274898992
server thread 8 loop 0
client thread 3 alive
server thread 9 alive
client thread 3 loop 0
client thread 3 socket created 275746864
server thread 9 loop 0
server thread 2 got connection 275747120
client thread 3 socket connected 275746864
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 276039920
client thread 3 socket wrote 8192
server thread 3 got connection 276040048
client thread 0 socket connected 276039920
server thread 3 read 8192 bytes
client thread 0 socket wrote 8192
client thread 2 socket wrote 8192
client thread 5 alive
client thread 5 loop 0
client thread 4 alive
client thread 4 loop 0
client thread 5 socket created 276302512
client thread 4 socket created 276302640
client thread 5 socket connected 276302512
client thread 4 socket connected 276302640
client thread 5 socket wrote 8192
client thread 4 socket wrote 8192
server thread 0 got connection 276302768
server thread 0 read 8192 bytes
server thread 2 read 8192 bytes
server thread 4 got connection 276302896
server thread 5 got connection 276303024
server thread 4 read 8192 bytes
server thread 5 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 275746864
client thread 3 socket connected 275746864
client thread 3 socket wrote 8192
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 276434320
client thread 7 socket connected 276434320
client thread 7 socket wrote 8192
server thread 7 got connection 276434448
server thread 1 write 131072 bytes
server thread 7 read 8192 bytes
server: 786 131 12780 131 13829
server thread 1 loop 1
server thread 4 write 131072 bytes
server: 2884 131 8258 66 11338
server thread 4 loop 1
server thread 5 write 131072 bytes
server: 3474 131 8389 131 12125
server thread 5 loop 1
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 272752976
client thread 1 socket read 131072
client thread 5 socket connected 272752976
client thread 1 loop 1
client thread 5 socket wrote 8192
client thread 1 socket created 276302896
server thread 0 write 131072 bytes
server: 2949 131 9634 0 12715
server thread 0 loop 1
client thread 1 socket connected 276302896
server thread 1 got connection 276303024
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 276302512
client thread 4 socket connected 276302512
client thread 4 socket wrote 8192
server thread 5 got connection 272243952
server thread 5 read 8192 bytes
server thread 4 got connection 276302768
server thread 4 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 276302640
client thread 0 socket connected 276302640
client thread 0 socket wrote 8192
server thread 0 got connection 276039920
server thread 0 read 8192 bytes
server thread 2 write 131072 bytes
server: 2490 1507 11666 66 15729
server thread 2 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 275747120
client thread 2 socket connected 275747120
client thread 2 socket wrote 8192
server thread 2 got connection 274898992
server thread 2 read 8192 bytes
server thread 5 write 131072 bytes
server: 1245 66 6423 66 7799
server thread 1 write 131072 bytes
server thread 5 loop 2
server: 1180 131 7078 66 8455
server thread 1 loop 2
client thread 1 socket read 131072
client thread 5 socket read 131072
client thread 1 loop 2
client thread 5 loop 2
client thread 1 socket created 272243952
client thread 5 socket created 276303024
client thread 1 socket connected 272243952
client thread 5 socket connected 276303024
client thread 1 socket wrote 8192
client thread 5 socket wrote 8192
client thread 0 socket read 131072
server thread 0 write 131072 bytes
client thread 0 loop 2
server: 1376 66 6423 131 7996
server thread 0 loop 2
client thread 0 socket created 276302896
server thread 4 write 131072 bytes
server: 1638 66 7275 66 9044
server thread 4 loop 2
client thread 4 socket read 131072
server thread 7 write 131072 bytes
client thread 4 loop 2
server: 10814 66 9438 131 20448
server thread 7 loop 1
client thread 4 socket created 272752976
server thread 1 got connection 276302640
server thread 1 read 8192 bytes
server thread 0 got connection 276039920
server thread 5 got connection 276302768
client thread 7 socket read 131072
server thread 5 read 8192 bytes
client thread 7 loop 1
client thread 0 socket connected 276302896
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 4 got connection 276302512
client thread 4 socket connected 272752976
client thread 4 socket wrote 8192
client thread 7 socket created 276434448
server thread 7 got connection 276434320
server thread 4 read 8192 bytes
client thread 7 socket connected 276434448
server thread 7 read 8192 bytes
client thread 7 socket wrote 8192
server thread 2 write 131072 bytes
server: 655 4063 4784 131 9634
server thread 2 loop 2
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 274898992
client thread 2 socket connected 274898992
client thread 2 socket wrote 8192
server thread 2 got connection 275747120
server thread 2 read 8192 bytes
server thread 5 write 131072 bytes
server: 1376 66 4260 66 5767
server thread 5 loop 3
server thread 1 write 131072 bytes
server: 1114 66 4588 66 5833
server thread 1 loop 3
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 276302768
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 276302640
server thread 0 write 131072 bytes
server: 655 524 4588 66 5833
server thread 0 loop 3
client thread 1 socket connected 276302640
client thread 1 socket wrote 8192
client thread 5 socket connected 276302768
client thread 5 socket wrote 8192
server thread 5 got connection 276303024
server thread 1 got connection 272243952
server thread 5 read 8192 bytes
server thread 1 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 276039920
client thread 0 socket connected 276039920
client thread 0 socket wrote 8192
server thread 0 got connection 276302896
server thread 0 read 8192 bytes
server thread 4 write 131072 bytes
server: 983 655 6423 66 8127
server thread 4 loop 3
server thread 7 write 131072 bytes
server: 1311 983 5833 66 8192
server thread 7 loop 2
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 276302512
client thread 7 socket read 131072
client thread 7 loop 2
client thread 4 socket connected 276302512
client thread 7 socket created 276434320
client thread 4 socket wrote 8192
server thread 7 got connection 272752976
server thread 2 write 131072 bytes
server: 590 66 5112 66 5833
server thread 2 loop 3
client thread 2 socket read 131072
server thread 4 got connection 276434448
client thread 2 loop 3
server thread 4 read 8192 bytes
client thread 2 socket created 275747120
client thread 2 socket connected 275747120
client thread 2 socket wrote 8192
client thread 7 socket connected 276434320
server thread 1 write 131072 bytes
client thread 6 alive
server: 918 66 4719 66 5767
server thread 1 loop 4
client thread 6 loop 0
server thread 7 read 8192 bytes
client thread 6 socket created 274898992
client thread 1 socket read 131072
server thread 0 write 131072 bytes
client thread 1 loop 4
client thread 1 socket created 272243952
server: 918 66 5243 66 6292
server thread 0 loop 4
server thread 6 got connection 276302640
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 276302896
client thread 1 socket connected 272243952
client thread 1 socket wrote 8192
server thread 5 write 131072 bytes
client thread 5 socket connected 276302896
server: 918 66 6292 131 7406
server thread 5 loop 4
client thread 5 socket wrote 8192
server thread 5 got connection 276302768
server thread 5 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 276303024
client thread 6 socket connected 274898992
client thread 6 socket wrote 8192
client thread 0 socket connected 276303024
client thread 0 socket wrote 8192
server thread 1 got connection 276039920
server thread 1 read 8192 bytes
server thread 6 read 8192 bytes
server thread 0 got connection 276565872
server thread 0 read 8192 bytes
server thread 4 write 131072 bytes
server: 1442 66 4588 66 6161
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 276434448
client thread 7 socket wrote 8192
client thread 4 socket connected 276434448
client thread 4 socket wrote 8192
server thread 4 got connection 276302512
server thread 4 read 8192 bytes
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 276697168
server thread 5 write 131072 bytes
server: 0 66 4850 66 4981
Thread 5 EXIT
server thread 1 write 131072 bytes
server thread 3 write 131072 bytes
server: 2163 66 36178 66 38472
server thread 3 loop 1
server thread 3 got connection 276302768
server: 2097 66 4522 66 6751
Thread 1 EXIT
server thread 3 read 8192 bytes
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 273834352
client thread 9 socket connected 273834352
client thread 1 socket read 131072
client thread 9 socket wrote 8192
server thread 8 got connection 276040048
Thread 1 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
server thread 2 got connection 276039920
server thread 2 read 8192 bytes
server thread 9 got connection 271611632
server thread 9 read 8192 bytes
server thread 6 write 131072 bytes
server: 31983 1245 5571 66 38865
server thread 6 loop 1
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 272243952
client thread 6 socket connected 272243952
client thread 6 socket wrote 8192
server thread 6 got connection 276302896
server thread 6 read 8192 bytes
server thread 0 write 131072 bytes
server: 1507 66 7078 66 8717
Thread 0 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
server thread 4 write 131072 bytes
server: 1049 66 6095 66 7275
Thread 4 EXIT
server thread 2 write 131072 bytes
server: 8717 66 3539 66 12387
server thread 2 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 4 socket read 131072
client thread 2 socket created 276302640
Thread 4 EXIT
client thread 2 socket connected 276302640
client thread 2 socket wrote 8192
server thread 2 got connection 274898992
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 0 131 5833 66 6030
server thread 3 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 276565872
client thread 3 socket connected 276565872
server thread 9 write 131072 bytes
server: 37620 131 5374 66 43190
server thread 9 loop 1
client thread 3 socket wrote 8192
server thread 3 got connection 271310480
server thread 3 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 276303024
client thread 9 socket connected 276303024
client thread 9 socket wrote 8192
server thread 9 got connection 276302512
server thread 6 write 131072 bytes
server thread 9 read 8192 bytes
server: 655 66 5374 131 6226
server thread 6 loop 2
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 271318896
server thread 2 write 131072 bytes
server: 590 66 5505 131 6292
server thread 6 got connection 276039920
Thread 2 EXIT
client thread 6 socket connected 271318896
server thread 7 write 131072 bytes
client thread 6 socket wrote 8192
server thread 9 write 131072 bytes
server: 918 1507 17565 131 20121
server thread 7 loop 3
server thread 3 write 131072 bytes
server: 983 66 3474 66 4588
server thread 9 loop 2
client thread 9 socket read 131072
server: 590 66 4391 66 5112
server thread 3 loop 3
client thread 3 socket read 131072
client thread 9 loop 2
client thread 9 socket created 275747120
client thread 3 loop 3
client thread 3 socket created 276434448
client thread 9 socket connected 275747120
client thread 9 socket wrote 8192
client thread 3 socket connected 276434448
server thread 9 got connection 276302768
client thread 3 socket wrote 8192
server thread 9 read 8192 bytes
server thread 6 read 8192 bytes
server thread 3 got connection 275746864
client thread 8 socket connected 276697168
server thread 3 read 8192 bytes
server thread 8 read 8192 bytes
client thread 8 socket wrote 8192
server thread 6 write 131072 bytes
server thread 9 write 131072 bytes
server: 3277 852 2753 66 6947
server thread 6 loop 3
server: 393 131 2818 66 3408
server thread 9 loop 3
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 524 66 2884 66 3539
server thread 3 loop 4
client thread 6 socket read 131072
client thread 3 loop 4
client thread 3 socket created 271611632
client thread 6 loop 3
client thread 6 socket created 273834352
client thread 3 socket connected 271611632
client thread 3 socket wrote 8192
client thread 6 socket connected 273834352
server thread 6 got connection 276302896
client thread 6 socket wrote 8192
client thread 9 socket read 131072
server thread 6 read 8192 bytes
client thread 9 loop 3
client thread 9 socket created 272243952
client thread 9 socket connected 272243952
client thread 9 socket wrote 8192
server thread 3 got connection 274898992
server thread 3 read 8192 bytes
server thread 9 got connection 273223792
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
server: 37685 11535 5047 66 54332
server thread 8 loop 1
client thread 2 socket read 131072
server thread 6 write 131072 bytes
server thread 3 write 131072 bytes
server: 655 66 2949 131 3801
server thread 6 loop 4
server: 918 66 2556 66 3605
client thread 3 socket read 131072
Thread 3 EXIT
Thread 3 EXIT
Thread 2 EXIT
client thread 6 socket read 131072
client thread 6 loop 4
client thread 8 socket read 131072
client thread 6 socket created 272752976
client thread 8 loop 1
client thread 8 socket created 276302512
client thread 6 socket connected 272752976
server thread 6 got connection 271310480
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 9 write 131072 bytes
server thread 8 got connection 276303024
client thread 8 socket connected 276302512
server: 1376 66 3343 66 4850
server thread 9 loop 4
server thread 8 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 276565872
client thread 8 socket wrote 8192
client thread 9 socket connected 276565872
client thread 9 socket wrote 8192
server thread 9 got connection 276039920
server thread 9 read 8192 bytes
client thread 7 socket read 131072
server thread 6 write 131072 bytes
server: 590 66 2294 66 3015
client thread 6 socket read 131072
Thread 6 EXIT
Thread 6 EXIT
server thread 8 write 131072 bytes
server: 2163 131 2097 66 4457
server thread 8 loop 2
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 276302768
server thread 9 write 131072 bytes
server: 655 66 1835 66 2622
Thread 9 EXIT
server thread 8 got connection 275746864
client thread 8 socket connected 276302768
client thread 9 socket read 131072
server thread 8 read 8192 bytes
Thread 9 EXIT
client thread 8 socket wrote 8192
client thread 7 loop 3
client thread 7 socket created 276434448
client thread 7 socket connected 276434448
server thread 7 got connection 271318896
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 8 write 131072 bytes
server: 393 131 1442 66 2032
server thread 8 loop 3
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 275747120
server thread 8 got connection 276040048
client thread 8 socket connected 275747120
server thread 8 read 8192 bytes
server thread 7 write 131072 bytes
client thread 8 socket wrote 8192
server: 11600 590 1180 66 13436
server thread 7 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 276302896
server thread 7 got connection 274898992
client thread 7 socket connected 276302896
server thread 7 read 8192 bytes
client thread 7 socket wrote 8192
server thread 8 write 131072 bytes
server: 459 131 1180 66 1835
server thread 8 loop 4
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 273402384
server thread 8 got connection 271611632
client thread 8 socket connected 273402384
server thread 7 write 131072 bytes
server: 393 131 1114 66 1704
Thread 7 EXIT
server thread 8 read 8192 bytes
client thread 8 socket wrote 8192
client thread 7 socket read 131072
Thread 7 EXIT
server thread 8 write 131072 bytes
server: 393 197 1507 66 2163
client thread 8 socket read 131072
Thread 8 EXIT
Thread 8 EXIT
Thread 8 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 0 19002 2697 29410 387
server per thread elapsed time 51502
----------
Client results:

----------
client per thread totals 0 3457 1136 35097 607
client per thread elapsed time 40309
select loop user/user: 14077.80 usec
server thread 0 alive
server thread 2 alive
server thread 4 alive
server thread 1 alive
server thread 3 alive
server thread 6 alive
server thread 8 alive
server thread 5 alive
server thread 4 loop 0
server thread 3 loop 0
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 276303024
server thread 4 got connection 276302512
client thread 4 socket connected 276303024
server thread 7 alive
server thread 4 read 8192 bytes
client thread 4 socket wrote 8192
server thread 4 write 131072 bytes
server: 459 197 1114 66 1835
server thread 4 loop 1
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 275746992
server thread 4 got connection 276565872
client thread 4 socket connected 275746992
server thread 4 read 8192 bytes
client thread 4 socket wrote 8192
server thread 4 write 131072 bytes
server: 393 131 918 66 1507
server thread 4 loop 2
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 276434320
server thread 4 got connection 275746864
client thread 4 socket connected 276434320
server thread 4 read 8192 bytes
client thread 4 socket wrote 8192
server thread 4 write 131072 bytes
server: 393 66 918 66 1442
server thread 4 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 276302768
server thread 4 got connection 271318896
client thread 4 socket connected 276302768
server thread 4 read 8192 bytes
client thread 4 socket wrote 8192
server thread 4 write 131072 bytes
server: 393 131 918 0 1442
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 276434448
server thread 4 got connection 276040048
client thread 4 socket connected 276434448
server thread 4 read 8192 bytes
client thread 4 socket wrote 8192
server thread 4 write 131072 bytes
server: 328 131 918 66 1442
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
server thread 0 loop 0
server thread 8 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 275747120
server thread 0 got connection 274898992
client thread 0 socket connected 275747120
server thread 0 read 8192 bytes
client thread 0 socket wrote 8192
server thread 9 alive
server thread 0 write 131072 bytes
server: 328 131 1638 66 2163
server thread 0 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 276302896
server thread 0 got connection 271611632
server thread 2 loop 0
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 275322896
client thread 2 socket connected 275322896
client thread 2 socket wrote 8192
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 273402384
client thread 3 socket connected 273402384
client thread 3 socket wrote 8192
server thread 6 loop 0
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 276302512
client thread 8 socket connected 276302512
client thread 8 socket wrote 8192
server thread 2 got connection 276303024
server thread 2 read 8192 bytes
server thread 1 loop 0
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 276565872
client thread 6 socket connected 276565872
client thread 6 socket wrote 8192
server thread 3 got connection 275746992
server thread 3 read 8192 bytes
server thread 6 got connection 275746864
server thread 6 read 8192 bytes
server thread 9 loop 0
server thread 2 write 131072 bytes
server: 983 66 4195 66 5309
server thread 2 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
server thread 3 write 131072 bytes
client thread 2 socket created 276434320
server: 16123 66 3932 131 20252
server thread 3 loop 1
client thread 1 alive
client thread 1 loop 0
client thread 2 socket connected 276434320
server thread 2 got connection 271318896
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
client thread 3 socket read 131072
client thread 1 socket created 276302768
client thread 3 loop 1
client thread 3 socket created 276040048
client thread 3 socket connected 276040048
server thread 1 got connection 276697168
client thread 3 socket wrote 8192
server thread 3 got connection 276434448
client thread 1 socket connected 276302768
server thread 3 read 8192 bytes
server thread 1 read 8192 bytes
client thread 1 socket wrote 8192
server thread 2 write 131072 bytes
server: 393 131 2490 66 3080
server thread 2 loop 2
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 274898992
client thread 2 socket connected 274898992
client thread 2 socket wrote 8192
server thread 2 got connection 275747120
server thread 2 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 276303024
server thread 1 write 131072 bytes
server: 5178 262 3146 0 8586
server thread 1 loop 1
client thread 3 socket connected 276303024
client thread 1 socket read 131072
client thread 3 socket wrote 8192
client thread 1 loop 1
server thread 3 write 131072 bytes
client thread 1 socket created 275322896
server: 786 66 3474 197 4522
server thread 3 loop 2
server thread 3 got connection 275746992
server thread 3 read 8192 bytes
server thread 1 got connection 273402384
client thread 1 socket connected 275322896
server thread 1 read 8192 bytes
server thread 2 write 131072 bytes
server: 393 66 1966 66 2490
server thread 2 loop 3
client thread 2 socket read 131072
client thread 1 socket wrote 8192
server thread 5 loop 0
client thread 2 loop 3
client thread 2 socket created 271318896
server thread 7 loop 0
server thread 8 got connection 276434320
client thread 2 socket connected 271318896
client thread 2 socket wrote 8192
server thread 2 got connection 276040048
server thread 2 read 8192 bytes
server thread 8 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 276697168
client thread 3 socket connected 276697168
client thread 3 socket wrote 8192
server thread 3 write 131072 bytes
server: 0 197 2622 66 2884
server thread 3 loop 3
server thread 3 got connection 276302768
server thread 3 read 8192 bytes
server thread 2 write 131072 bytes
server: 393 66 1966 0 2425
server thread 2 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 276434448
client thread 2 socket connected 276434448
server thread 2 got connection 275747120
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 274898992
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 276303024
client thread 8 socket connected 274898992
client thread 8 socket wrote 8192
client thread 3 socket connected 276303024
client thread 3 socket wrote 8192
server thread 2 write 131072 bytes
server: 590 66 2425 66 3146
Thread 2 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
server thread 3 write 131072 bytes
client thread 6 socket read 131072
server: 66 66 3736 131 3998
server thread 3 loop 4
server thread 3 got connection 275746992
client thread 6 loop 1
server thread 3 read 8192 bytes
client thread 6 socket created 276040048
client thread 6 socket connected 276040048
client thread 6 socket wrote 8192
server thread 6 write 131072 bytes
server: 1114 66 15664 66 16909
server thread 6 loop 1
server thread 6 got connection 271318896
server thread 6 read 8192 bytes
server thread 8 write 131072 bytes
server: 17892 328 6423 131 24774
server thread 8 loop 1
server thread 8 got connection 276302512
server thread 8 read 8192 bytes
server thread 1 write 131072 bytes
server: 852 262 8127 66 9307
server thread 1 loop 2
client thread 1 socket read 131072
client thread 3 socket read 131072
Thread 3 EXIT
client thread 1 loop 2
client thread 1 socket created 276697168
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 275747120
server thread 1 got connection 273834352
client thread 1 socket connected 276697168
client thread 5 socket connected 275747120
client thread 5 socket wrote 8192
server thread 1 read 8192 bytes
client thread 1 socket wrote 8192
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 276434448
client thread 9 socket connected 276434448
client thread 9 socket wrote 8192
server thread 9 got connection 276302768
server thread 9 read 8192 bytes
server thread 6 write 131072 bytes
client thread 6 socket read 131072
client thread 6 loop 2
server: 66 66 3277 197 3605
server thread 6 loop 2
client thread 6 socket created 276565872
client thread 6 socket connected 276565872
client thread 6 socket wrote 8192
server thread 6 got connection 275746864
server thread 6 read 8192 bytes
server thread 5 got connection 276434320
server thread 5 read 8192 bytes
server thread 1 write 131072 bytes
server: 393 131 2556 66 3146
server thread 1 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 273402384
server thread 1 got connection 276303024
client thread 1 socket connected 273402384
server thread 1 read 8192 bytes
client thread 1 socket wrote 8192
server thread 9 write 131072 bytes
server: 15402 66 3408 66 18941
server thread 9 loop 1
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 275322896
client thread 9 socket connected 275322896
client thread 9 socket wrote 8192
server thread 6 write 131072 bytes
server: 328 66 3015 66 3474
server thread 6 loop 3
client thread 6 socket read 131072
server thread 9 got connection 276040048
client thread 6 loop 3
server thread 9 read 8192 bytes
client thread 6 socket created 271318896
client thread 6 socket connected 271318896
client thread 6 socket wrote 8192
server thread 6 got connection 273834352
server thread 1 write 131072 bytes
server: 590 262 2097 66 3015
server thread 1 loop 4
server thread 6 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 276697168
server thread 1 got connection 276302768
client thread 1 socket connected 276697168
server thread 1 read 8192 bytes
client thread 1 socket wrote 8192
client thread 6 socket read 131072
server thread 1 write 131072 bytes
client thread 6 loop 4
client thread 6 socket created 276434448
server: 459 131 1049 66 1704
Thread 1 EXIT
server thread 3 write 131072 bytes
client thread 6 socket connected 276434448
client thread 6 socket wrote 8192
server thread 6 write 131072 bytes
server: 0 66 9896 131 10093
Thread 3 EXIT
server: 393 131 1966 66 2556
server thread 6 loop 4
server thread 6 got connection 275746864
client thread 1 socket read 131072
server thread 6 read 8192 bytes
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 276565872
Thread 1 EXIT
server thread 8 write 131072 bytes
server: 0 66 11076 66 11207
server thread 8 loop 2
server thread 7 got connection 276303024
client thread 0 socket connected 276302896
server thread 0 read 8192 bytes
server thread 5 write 131072 bytes
server: 10486 66 8324 0 18875
server thread 5 loop 1
client thread 0 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 273402384
client thread 5 socket connected 273402384
client thread 5 socket wrote 8192
server thread 5 got connection 271318896
server thread 5 read 8192 bytes
server thread 6 write 131072 bytes
server: 66 1770 2032 0 3867
Thread 6 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
server thread 0 write 131072 bytes
client thread 8 socket read 131072
server: 4391 29886 1770 66 36112
server thread 0 loop 2
client thread 8 loop 2
client thread 8 socket created 276302768
client thread 0 socket read 131072
client thread 0 loop 2
server thread 8 got connection 273223792
client thread 8 socket connected 276302768
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
client thread 0 socket created 275746992
server thread 5 write 131072 bytes
client thread 5 socket read 131072
server: 524 66 2228 66 2884
server thread 5 loop 2
client thread 5 loop 2
client thread 5 socket created 272243952
client thread 5 socket connected 272243952
server thread 0 got connection 273834352
client thread 5 socket wrote 8192
server thread 5 got connection 276697168
server thread 5 read 8192 bytes
client thread 0 socket connected 275746992
server thread 9 write 131072 bytes
server thread 0 read 8192 bytes
server: 983 66 9569 66 10683
server thread 9 loop 2
client thread 9 socket read 131072
client thread 9 loop 2
client thread 0 socket wrote 8192
client thread 9 socket created 276302512
client thread 9 socket connected 276302512
client thread 9 socket wrote 8192
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 2622 197 3146 66 6030
server thread 8 loop 3
client thread 8 loop 3
client thread 8 socket created 276434320
server thread 5 write 131072 bytes
client thread 5 socket read 131072
server: 393 66 2163 66 2687
server thread 5 loop 3
client thread 5 loop 3
client thread 5 socket created 275747120
client thread 5 socket connected 275747120
client thread 5 socket wrote 8192
server thread 5 got connection 275746864
server thread 5 read 8192 bytes
client thread 8 socket connected 276434320
server thread 8 got connection 271310480
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
server thread 9 got connection 276434448
server thread 9 read 8192 bytes
server thread 5 write 131072 bytes
client thread 5 socket read 131072
server: 328 66 1901 66 2359
server thread 5 loop 4
client thread 5 loop 4
client thread 5 socket created 271611632
server thread 0 write 131072 bytes
server: 1704 1049 3932 66 6751
server thread 0 loop 3
client thread 5 socket connected 271611632
client thread 5 socket wrote 8192
server thread 5 got connection 274898992
server thread 5 read 8192 bytes
server thread 8 write 131072 bytes
server: 721 197 2687 66 3670
server thread 8 loop 4
client thread 8 socket read 131072
client thread 0 socket read 131072
client thread 8 loop 4
client thread 8 socket created 276302896
client thread 0 loop 3
client thread 0 socket created 271318896
server thread 8 got connection 273402384
client thread 0 socket connected 271318896
client thread 8 socket connected 276302896
server thread 0 got connection 276040048
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
server thread 0 read 8192 bytes
client thread 0 socket wrote 8192
server thread 9 write 131072 bytes
server: 2228 66 3998 66 6357
server thread 9 loop 3
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 275322896
client thread 9 socket connected 275322896
client thread 9 socket wrote 8192
server thread 9 got connection 273223792
server thread 9 read 8192 bytes
server thread 0 write 131072 bytes
server: 1442 262 2294 66 4063
server thread 0 loop 4
server thread 5 write 131072 bytes
client thread 5 socket read 131072
server: 328 66 3998 66 4457
Thread 5 EXIT
Thread 5 EXIT
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 276302768
server thread 0 got connection 276697168
server thread 8 write 131072 bytes
server: 459 197 3539 0 4195
Thread 8 EXIT
client thread 8 socket read 131072
client thread 0 socket connected 276302768
Thread 8 EXIT
server thread 0 read 8192 bytes
client thread 0 socket wrote 8192
client thread 7 socket connected 276565872
server thread 7 read 8192 bytes
client thread 7 socket wrote 8192
server thread 9 write 131072 bytes
server: 786 852 1966 66 3670
server thread 9 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 272243952
client thread 9 socket connected 272243952
client thread 9 socket wrote 8192
server thread 9 got connection 275746864
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 459 0 1114 66 1638
Thread 9 EXIT
client thread 9 socket read 131072
server thread 7 write 131072 bytes
Thread 9 EXIT
server: 18351 14550 2097 66 35064
server thread 7 loop 1
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 275747120
server thread 7 got connection 273834352
client thread 7 socket connected 275747120
server thread 7 read 8192 bytes
client thread 7 socket wrote 8192
server thread 0 write 131072 bytes
server: 918 393 3867 66 5243
Thread 0 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
server thread 7 write 131072 bytes
server: 459 131 1114 66 1770
server thread 7 loop 2
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 271310480
client thread 7 socket connected 271310480
server thread 7 got connection 276434320
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server: 393 66 1442 66 1966
server thread 7 loop 3
client thread 7 loop 3
client thread 7 socket created 275746992
client thread 7 socket connected 275746992
server thread 7 got connection 276434448
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server: 328 66 1245 66 1704
server thread 7 loop 4
client thread 7 loop 4
client thread 7 socket created 276302512
client thread 7 socket connected 276302512
server thread 7 got connection 276040048
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server: 262 66 1245 66 1638
Thread 7 EXIT
Thread 7 EXIT
Thread 7 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 30333 8060 46469 726
server per thread elapsed time 85597
----------
Client results:

----------
client per thread totals 10 10038 1860 54066 1055
client per thread elapsed time 67022
select loop user/kernel: 21864.00 usec
server thread 0 alive
server thread 1 alive
server thread 0 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 271611632
client thread 0 socket connected 271611632
client thread 0 socket wrote 8192
server thread 0 got connection 271318896
server thread 0 read 8192 bytes
server thread 1 loop 0
server thread 2 alive
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 273995792
server thread 1 got connection 276302896
client thread 1 socket connected 273995792
server thread 1 read 8192 bytes
client thread 1 socket wrote 8192
server thread 1 write 131072 bytes
server: 393 131 1901 66 2490
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 273223792
server thread 1 got connection 275322896
client thread 1 socket connected 273223792
server thread 1 read 8192 bytes
client thread 1 socket wrote 8192
server thread 1 write 131072 bytes
server: 393 131 918 66 1507
server thread 1 loop 2
server thread 8 alive
server thread 5 alive
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 272243952
client thread 0 socket connected 272243952
client thread 0 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 276303024
server thread 1 got connection 276565872
client thread 1 socket connected 276303024
server thread 1 read 8192 bytes
client thread 1 socket wrote 8192
server thread 8 loop 0
server thread 4 alive
server thread 7 alive
server thread 3 alive
server thread 9 alive
server thread 6 alive
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 276434320
client thread 8 socket connected 276434320
client thread 8 socket wrote 8192
server thread 5 loop 0
server thread 7 loop 0
server thread 9 loop 0
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 271310480
client thread 5 socket connected 271310480
client thread 5 socket wrote 8192
server thread 5 got connection 276434448
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 590 66 1704 66 2425
server thread 5 loop 1
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 275746992
client thread 5 socket connected 275746992
client thread 5 socket wrote 8192
server thread 5 got connection 276040048
server thread 5 read 8192 bytes
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 276039920
server thread 9 got connection 276302512
client thread 9 socket connected 276039920
server thread 9 read 8192 bytes
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 3277 131 1311 66 4784
server thread 9 loop 1
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 276302896
server thread 9 got connection 273995792
client thread 9 socket connected 276302896
server thread 9 read 8192 bytes
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 393 66 983 0 1442
server thread 9 loop 2
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 275322896
server thread 9 got connection 271611632
client thread 9 socket connected 275322896
server thread 9 read 8192 bytes
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 328 131 918 66 1442
server thread 9 loop 3
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 273223792
server thread 9 got connection 276434448
client thread 9 socket connected 273223792
server thread 9 read 8192 bytes
client thread 9 socket wrote 8192
server thread 0 write 131072 bytes
server: 393 66 50531 66 51055
server thread 0 loop 1
server thread 0 got connection 271310480
server thread 0 read 8192 bytes
server thread 9 write 131072 bytes
server: 328 131 983 66 1507
server thread 9 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
server thread 8 got connection 276302512
client thread 9 socket created 276039920
server thread 8 read 8192 bytes
server thread 2 loop 0
server thread 9 got connection 273995792
client thread 9 socket connected 276039920
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 655 197 1311 66 2228
Thread 9 EXIT
client thread 0 socket read 131072
client thread 0 loop 2
client thread 9 socket read 131072
client thread 0 socket created 276302896
Thread 9 EXIT
client thread 7 alive
client thread 7 loop 0
client thread 0 socket connected 276302896
client thread 7 socket created 271611632
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 66 66 3146 131 3408
server thread 0 loop 2
server thread 7 got connection 275322896
server thread 0 got connection 271318896
client thread 7 socket connected 271611632
server thread 0 read 8192 bytes
server thread 7 read 8192 bytes
client thread 7 socket wrote 8192
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 276434448
client thread 0 socket connected 276434448
client thread 0 socket wrote 8192
server thread 6 loop 0
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 273223792
server thread 0 write 131072 bytes
client thread 6 socket connected 273223792
server: 0 66 2753 131 2949
server thread 0 loop 3
client thread 6 socket wrote 8192
server thread 0 got connection 273995792
server thread 0 read 8192 bytes
server thread 7 write 131072 bytes
server: 12190 131 3146 66 15533
server thread 7 loop 1
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 273834352
server thread 7 got connection 272243952
client thread 7 socket connected 273834352
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 5 write 131072 bytes
server: 459 66 13436 66 14025
server thread 5 loop 2
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 276039920
server thread 5 got connection 271310480
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 276302896
client thread 0 socket connected 276302896
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 0 66 2556 66 2687
server thread 0 loop 4
server thread 7 write 131072 bytes
server thread 0 got connection 271318896
server thread 0 read 8192 bytes
server: 328 131 1901 66 2425
server thread 7 loop 2
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 275322896
server thread 7 got connection 271611632
client thread 7 socket connected 275322896
client thread 5 socket connected 276039920
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 7 read 8192 bytes
client thread 7 socket wrote 8192
client thread 0 socket read 131072
Thread 0 EXIT
server thread 0 write 131072 bytes
server: 0 66 1770 66 1901
Thread 0 EXIT
server thread 7 write 131072 bytes
client thread 2 alive
client thread 2 loop 0
server: 393 328 1180 66 1966
server thread 7 loop 3
client thread 2 socket created 276040048
client thread 7 socket read 131072
client thread 7 loop 3
client thread 2 socket connected 276040048
client thread 7 socket created 275746992
client thread 2 socket wrote 8192
server thread 7 got connection 276434448
server thread 8 write 131072 bytes
server: 31393 131 10748 66 42338
server thread 8 loop 1
client thread 8 socket read 131072
server thread 2 got connection 273995792
client thread 8 loop 1
server thread 2 read 8192 bytes
client thread 8 socket created 272243952
client thread 8 socket connected 272243952
client thread 8 socket wrote 8192
client thread 7 socket connected 275746992
server thread 7 read 8192 bytes
server thread 8 got connection 273834352
client thread 7 socket wrote 8192
server thread 8 read 8192 bytes
server thread 1 write 131072 bytes
server: 11928 131 43911 66 56036
server thread 1 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 276302896
client thread 1 socket connected 276302896
client thread 1 socket wrote 8192
server thread 7 write 131072 bytes
server: 459 852 1638 66 3015
server thread 7 loop 4
server thread 1 got connection 271318896
server thread 1 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 274898992
server thread 7 got connection 271611632
client thread 7 socket connected 274898992
server thread 7 read 8192 bytes
server thread 5 write 131072 bytes
server: 983 1245 5702 131 8061
server thread 5 loop 3
client thread 7 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 275322896
client thread 5 socket connected 275322896
client thread 5 socket wrote 8192
server thread 5 got connection 276302512
server thread 5 read 8192 bytes
server thread 8 write 131072 bytes
server: 655 66 4129 0 4850
server thread 8 loop 2
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 276434320
client thread 8 socket connected 276434320
client thread 8 socket wrote 8192
server thread 8 got connection 276565872
server thread 8 read 8192 bytes
server thread 7 write 131072 bytes
server: 852 131 3343 66 4391
Thread 7 EXIT
server thread 2 write 131072 bytes
server: 10617 66 6882 66 17630
server thread 2 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 276434448
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 275746992
client thread 2 socket connected 276434448
client thread 2 socket wrote 8192
client thread 5 socket connected 275746992
server thread 2 got connection 271310480
server thread 2 read 8192 bytes
client thread 5 socket wrote 8192
server thread 5 write 131072 bytes
server: 459 66 3932 66 4522
server thread 5 loop 4
server thread 5 got connection 276039920
server thread 5 read 8192 bytes
server thread 1 write 131072 bytes
server: 1114 66 5964 66 7209
server thread 1 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 273834352
client thread 1 socket connected 273834352
client thread 1 socket wrote 8192
server thread 1 got connection 272243952
server thread 1 read 8192 bytes
client thread 5 socket read 131072
Thread 5 EXIT
server thread 5 write 131072 bytes
server: 66 0 1901 66 2032
Thread 5 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
server thread 8 write 131072 bytes
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 271611632
server: 655 983 4063 131 5833
server thread 8 loop 3
client thread 8 socket connected 271611632
client thread 8 socket wrote 8192
server thread 6 got connection 276303024
server thread 8 got connection 276302640
server thread 6 read 8192 bytes
server thread 8 read 8192 bytes
server thread 2 write 131072 bytes
server: 983 66 3932 66 5047
server thread 2 loop 2
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 273995792
client thread 2 socket connected 273995792
client thread 2 socket wrote 8192
server thread 2 got connection 276040048
server thread 2 read 8192 bytes
server thread 1 write 131072 bytes
server: 655 66 4063 66 4850
Thread 1 EXIT
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 275322896
client thread 6 socket connected 275322896
client thread 1 socket read 131072
Thread 1 EXIT
client thread 6 socket wrote 8192
server thread 6 write 131072 bytes
server: 16778 66 3015 66 19924
server thread 6 loop 1
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 328 66 3080 66 3539
server thread 8 loop 4
client thread 8 loop 4
client thread 8 socket created 276302512
client thread 8 socket connected 276302512
server thread 8 got connection 271318896
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
server thread 6 got connection 276302896
server thread 6 read 8192 bytes
server thread 2 write 131072 bytes
server: 852 66 2884 66 3867
server thread 2 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 275746992
client thread 2 socket connected 275746992
client thread 2 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 2
server thread 8 write 131072 bytes
client thread 6 socket created 276039920
server: 328 66 1966 66 2425
Thread 8 EXIT
client thread 6 socket connected 276039920
server thread 2 got connection 274606128
client thread 6 socket wrote 8192
server thread 2 read 8192 bytes
client thread 8 socket read 131072
Thread 8 EXIT
server thread 6 write 131072 bytes
server: 524 66 2359 131 3080
server thread 6 loop 2
server thread 6 got connection 274898992
server thread 6 read 8192 bytes
server thread 3 loop 0
server thread 4 loop 0
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 276434320
client thread 3 alive
client thread 4 socket connected 276434320
client thread 4 socket wrote 8192
server thread 4 got connection 276565872
server thread 4 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 271310480
client thread 2 socket connected 271310480
client thread 2 socket wrote 8192
server thread 2 write 131072 bytes
server thread 4 write 131072 bytes
server: 393 66 1376 66 1901
server thread 4 loop 1
server: 852 66 2818 131 3867
server thread 2 loop 4
server thread 2 got connection 276434448
client thread 4 socket read 131072
client thread 4 loop 1
server thread 2 read 8192 bytes
client thread 4 socket created 272243952
client thread 4 socket connected 272243952
client thread 4 socket wrote 8192
server thread 4 got connection 272752976
server thread 4 read 8192 bytes
client thread 2 socket read 131072
Thread 2 EXIT
server thread 2 write 131072 bytes
server: 66 66 1245 131 1507
Thread 2 EXIT
client thread 3 loop 0
client thread 3 socket created 273223792
server thread 4 write 131072 bytes
server: 459 66 1180 66 1770
server thread 4 loop 2
client thread 3 socket connected 273223792
client thread 4 socket read 131072
client thread 3 socket wrote 8192
server thread 3 got connection 273834352
client thread 4 loop 2
client thread 4 socket created 276303024
server thread 3 read 8192 bytes
client thread 4 socket connected 276303024
client thread 4 socket wrote 8192
server thread 4 got connection 276302640
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 459 66 1311 66 1901
server thread 4 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 271611632
client thread 4 socket connected 271611632
client thread 4 socket wrote 8192
server thread 4 got connection 276040048
server thread 4 read 8192 bytes
server thread 3 write 131072 bytes
server: 3867 66 2228 66 6226
server thread 3 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 273995792
client thread 3 socket connected 273995792
client thread 3 socket wrote 8192
server thread 3 got connection 275322896
server thread 3 read 8192 bytes
server thread 4 write 131072 bytes
server: 459 0 1245 66 1770
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 271318896
client thread 4 socket connected 271318896
client thread 4 socket wrote 8192
server thread 4 got connection 275746864
server thread 4 read 8192 bytes
server thread 3 write 131072 bytes
server: 524 66 1180 66 1835
server thread 3 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 276302512
client thread 3 socket connected 276302512
client thread 3 socket wrote 8192
server thread 3 got connection 276302896
server thread 3 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 275746992
server thread 4 write 131072 bytes
client thread 6 socket connected 275746992
client thread 6 socket wrote 8192
server: 459 0 2032 131 2622
Thread 4 EXIT
client thread 4 socket read 131072
server thread 6 write 131072 bytes
server: 66 0 10748 66 10880
server thread 6 loop 3
Thread 4 EXIT
server thread 6 got connection 276565872
server thread 6 read 8192 bytes
server thread 3 write 131072 bytes
server: 393 66 2032 66 2556
server thread 3 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 274606128
client thread 3 socket connected 274606128
client thread 3 socket wrote 8192
server thread 3 got connection 276434320
server thread 3 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 271310480
client thread 6 socket connected 271310480
client thread 6 socket wrote 8192
server thread 6 write 131072 bytes
server: 66 66 1442 66 1638
server thread 6 loop 4
server thread 6 got connection 276434448
server thread 6 read 8192 bytes
server thread 3 write 131072 bytes
server: 459 66 1180 66 1770
server thread 3 loop 4
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 273402384
client thread 3 socket connected 273402384
client thread 3 socket wrote 8192
server thread 3 got connection 272752976
server thread 3 read 8192 bytes
client thread 6 socket read 131072
Thread 6 EXIT
server thread 6 write 131072 bytes
server: 0 66 1180 131 1376
Thread 6 EXIT
server thread 3 write 131072 bytes
server: 459 66 1835 66 2425
client thread 3 socket read 131072
Thread 3 EXIT
Thread 3 EXIT
Thread 3 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 41214 8754 70168 1100
server per thread elapsed time 121244
----------
Client results:

----------
client per thread totals 10 11421 2466 83138 1403
client per thread elapsed time 98428
select loop kernel/user: 21169.20 usec
server thread 0 alive
server thread 2 alive
server thread 4 alive
server thread 1 alive
server thread 3 alive
server thread 6 alive
server thread 3 loop 0
server thread 5 alive
server thread 7 alive
server thread 9 alive
server thread 1 loop 0
server thread 7 loop 0
server thread 8 alive
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 275746864
server thread 3 got connection 276697168
client thread 3 socket connected 275746864
server thread 3 read 8192 bytes
client thread 3 socket wrote 8192
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 274898992
server thread 7 got connection 271318896
client thread 7 socket connected 274898992
server thread 3 write 131072 bytes
server thread 7 read 8192 bytes
server: 20383 131 1114 131 21759
server thread 3 loop 1
client thread 7 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 276302896
server thread 3 got connection 276302512
client thread 3 socket connected 276302896
server thread 3 read 8192 bytes
server thread 6 loop 0
client thread 1 alive
client thread 1 loop 0
client thread 6 alive
client thread 1 socket created 275746992
client thread 6 loop 0
client thread 6 socket created 276565872
client thread 3 socket wrote 8192
client thread 6 socket connected 276565872
client thread 6 socket wrote 8192
server thread 1 got connection 276434320
client thread 1 socket connected 275746992
server thread 1 read 8192 bytes
client thread 1 socket wrote 8192
server thread 3 write 131072 bytes
server: 393 131 1311 66 1901
server thread 3 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 274606128
server thread 8 loop 0
server thread 3 got connection 271310480
client thread 3 socket connected 274606128
server thread 3 read 8192 bytes
client thread 3 socket wrote 8192
server thread 6 got connection 276434448
server thread 6 read 8192 bytes
server thread 1 write 131072 bytes
server: 11732 197 2032 66 14025
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 275747120
server thread 3 write 131072 bytes
server: 328 197 1180 0 1704
server thread 3 loop 3
client thread 3 socket read 131072
server thread 1 got connection 272752976
client thread 1 socket connected 275747120
client thread 3 loop 3
client thread 3 socket created 276302768
server thread 1 read 8192 bytes
client thread 1 socket wrote 8192
server thread 3 got connection 273402384
client thread 3 socket connected 276302768
server thread 3 read 8192 bytes
client thread 3 socket wrote 8192
server thread 7 write 131072 bytes
server: 10421 131 4784 66 15402
server thread 7 loop 1
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 276697168
server thread 7 got connection 275746864
client thread 7 socket connected 276697168
server thread 3 write 131072 bytes
server: 459 131 1049 66 1704
server thread 3 loop 4
server thread 7 read 8192 bytes
client thread 7 socket wrote 8192
server thread 2 loop 0
server thread 4 loop 0
server thread 5 loop 0
server thread 9 loop 0
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 276302512
server thread 3 got connection 276302896
client thread 3 socket connected 276302512
server thread 7 write 131072 bytes
server: 459 131 1049 66 1704
server thread 7 loop 2
server thread 3 read 8192 bytes
client thread 7 socket read 131072
client thread 3 socket wrote 8192
client thread 7 loop 2
client thread 7 socket created 276434320
server thread 7 got connection 275746992
client thread 7 socket connected 276434320
server thread 0 loop 0
client thread 7 socket wrote 8192
server thread 3 write 131072 bytes
server thread 1 write 131072 bytes
server: 983 197 2032 131 3343
server: 459 131 4719 66 5374
server thread 1 loop 2
Thread 3 EXIT
client thread 2 alive
client thread 2 loop 0
server thread 7 read 8192 bytes
client thread 2 socket created 271310480
client thread 2 socket connected 271310480
client thread 2 socket wrote 8192
server thread 2 got connection 274606128
server thread 2 read 8192 bytes
server thread 7 write 131072 bytes
server: 393 1901 1180 131 3605
server thread 7 loop 3
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 271318896
client thread 2 socket read 131072
client thread 7 socket connected 271318896
client thread 2 loop 1
client thread 7 socket wrote 8192
client thread 2 socket created 274898992
server thread 7 got connection 273402384
server thread 7 read 8192 bytes
client thread 2 socket connected 274898992
client thread 2 socket wrote 8192
server thread 2 write 131072 bytes
server: 3605 66 1638 66 5374
server thread 2 loop 1
server thread 2 got connection 276302768
server thread 2 read 8192 bytes
server thread 7 write 131072 bytes
server: 524 0 1245 66 1835
server thread 7 loop 4
client thread 7 socket read 131072
client thread 2 socket read 131072
client thread 2 loop 2
client thread 1 socket read 131072
client thread 2 socket created 275746864
client thread 1 loop 2
client thread 1 socket created 276697168
client thread 2 socket connected 275746864
client thread 2 socket wrote 8192
server thread 2 write 131072 bytes
server: 131 0 1442 66 1638
server thread 2 loop 2
server thread 2 got connection 276302896
server thread 1 got connection 272752976
server thread 2 read 8192 bytes
client thread 1 socket connected 276697168
server thread 1 read 8192 bytes
client thread 1 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 273223792
server thread 1 write 131072 bytes
server: 3867 131 1049 66 5112
server thread 1 loop 3
client thread 2 socket connected 273223792
client thread 1 socket read 131072
client thread 2 socket wrote 8192
server thread 2 write 131072 bytes
server: 66 0 1376 66 1507
server thread 2 loop 3
client thread 1 loop 3
server thread 2 got connection 275746992
client thread 1 socket created 276434320
server thread 2 read 8192 bytes
client thread 5 alive
client thread 5 loop 0
server thread 1 got connection 271310480
client thread 5 socket created 274606128
client thread 8 alive
client thread 8 loop 0
client thread 5 socket connected 274606128
client thread 5 socket wrote 8192
client thread 7 loop 4
client thread 7 socket created 273402384
server thread 7 got connection 274898992
client thread 7 socket connected 273402384
server thread 7 read 8192 bytes
client thread 7 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 275747120
client thread 2 socket connected 275747120
client thread 2 socket wrote 8192
server thread 2 write 131072 bytes
server: 66 66 1704 66 1901
server thread 2 loop 4
server thread 2 got connection 276302768
server thread 2 read 8192 bytes
client thread 1 socket connected 276434320
server thread 1 read 8192 bytes
client thread 1 socket wrote 8192
server thread 5 got connection 275746864
server thread 5 read 8192 bytes
client thread 2 socket read 131072
server thread 7 write 131072 bytes
Thread 2 EXIT
server: 3146 131 2163 66 5505
Thread 7 EXIT
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 272752976
client thread 7 socket read 131072
client thread 0 socket connected 272752976
Thread 7 EXIT
client thread 0 socket wrote 8192
server thread 2 write 131072 bytes
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 276302896
server: 66 66 1770 66 1966
Thread 2 EXIT
client thread 9 alive
client thread 9 loop 0
client thread 4 socket connected 276302896
client thread 9 socket created 276697168
client thread 4 socket wrote 8192
client thread 9 socket connected 276697168
client thread 1 socket read 131072
client thread 9 socket wrote 8192
client thread 1 loop 4
client thread 1 socket created 271318896
server thread 4 got connection 273223792
server thread 1 write 131072 bytes
server: 524 1770 3015 131 5440
server thread 1 loop 4
server thread 4 read 8192 bytes
server thread 1 got connection 275746992
client thread 1 socket connected 271318896
server thread 9 got connection 275747120
server thread 1 read 8192 bytes
server thread 9 read 8192 bytes
client thread 1 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 274898992
client thread 9 socket connected 274898992
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 13501 66 1638 0 15205
server thread 9 loop 1
server thread 9 got connection 275322896
server thread 1 write 131072 bytes
server thread 9 read 8192 bytes
server: 66 262 1704 66 2097
Thread 1 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 273402384
client thread 9 socket connected 273402384
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 66 66 1311 66 1507
server thread 9 loop 2
server thread 9 got connection 276302768
server thread 9 read 8192 bytes
server thread 4 write 131072 bytes
server: 13436 197 3932 66 17630
server thread 4 loop 1
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 276302640
client thread 4 socket connected 276302640
client thread 4 socket wrote 8192
server thread 4 got connection 276434320
server thread 4 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 271310480
client thread 9 socket connected 271310480
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 66 66 1376 66 1573
server thread 9 loop 3
server thread 9 got connection 276697168
server thread 9 read 8192 bytes
server thread 4 write 131072 bytes
client thread 8 socket created 275747120
server: 459 66 1835 197 2556
server thread 4 loop 2
client thread 8 socket connected 275747120
server thread 9 write 131072 bytes
server: 0 66 1835 0 1901
server thread 9 loop 4
client thread 9 socket read 131072
client thread 8 socket wrote 8192
client thread 3 socket read 131072
client thread 9 loop 4
client thread 9 socket created 275746992
Thread 3 EXIT
client thread 9 socket connected 275746992
server thread 9 got connection 273834352
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 2097 66 24708 197 27068
server thread 6 loop 1
client thread 6 loop 1
client thread 4 socket read 131072
client thread 6 socket created 271318896
client thread 4 loop 2
client thread 4 socket created 274898992
server thread 8 got connection 275322896
client thread 6 socket connected 271318896
server thread 8 read 8192 bytes
client thread 6 socket wrote 8192
server thread 5 write 131072 bytes
server: 10945 66 11404 66 22480
server thread 5 loop 1
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 273223792
server thread 0 got connection 276302896
client thread 5 socket connected 273223792
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 459 66 2163 66 2753
Thread 9 EXIT
Thread 9 EXIT
server thread 5 got connection 273402384
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 6 got connection 276302768
server thread 6 read 8192 bytes
server thread 0 read 8192 bytes
client thread 4 socket connected 274898992
client thread 4 socket wrote 8192
server thread 4 got connection 276434320
server thread 4 read 8192 bytes
server thread 6 write 131072 bytes
server: 1770 66 2294 66 4195
server thread 6 loop 2
client thread 6 socket read 131072
client thread 6 loop 2
server thread 4 write 131072 bytes
client thread 6 socket created 276697168
client thread 4 socket read 131072
client thread 4 loop 3
client thread 6 socket connected 276697168
client thread 4 socket created 271310480
client thread 6 socket wrote 8192
server thread 6 got connection 276302512
server thread 6 read 8192 bytes
client thread 4 socket connected 271310480
client thread 4 socket wrote 8192
server thread 8 write 131072 bytes
server: 25757 66 5702 66 31590
server thread 8 loop 1
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 276434448
server thread 6 write 131072 bytes
server thread 8 got connection 276565872
client thread 8 socket connected 276434448
server: 1114 66 1180 66 2425
server thread 6 loop 3
client thread 6 socket read 131072
client thread 6 loop 3
server thread 8 read 8192 bytes
client thread 6 socket created 276302640
client thread 8 socket wrote 8192
server: 3801 0 2228 66 6095
server thread 4 loop 3
client thread 6 socket connected 276302640
client thread 6 socket wrote 8192
server thread 6 got connection 275746864
server thread 4 got connection 274606128
server thread 6 read 8192 bytes
server thread 4 read 8192 bytes
client thread 4 socket read 131072
server thread 6 write 131072 bytes
client thread 4 loop 4
client thread 4 socket created 273834352
server: 459 66 1245 66 1835
server thread 6 loop 4
client thread 6 socket read 131072
client thread 6 loop 4
client thread 4 socket connected 273834352
client thread 6 socket created 273995792
client thread 4 socket wrote 8192
server thread 4 write 131072 bytes
client thread 6 socket connected 273995792
client thread 6 socket wrote 8192
server thread 6 got connection 275746992
server: 131 66 1573 262 2032
server thread 4 loop 4
server thread 6 read 8192 bytes
server thread 4 got connection 276302768
server thread 4 read 8192 bytes
client thread 4 socket read 131072
Thread 4 EXIT
server thread 4 write 131072 bytes
server: 0 66 1114 66 1245
Thread 4 EXIT
server thread 8 write 131072 bytes
server: 459 197 4457 66 5178
server thread 8 loop 2
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 271318896
server thread 8 got connection 276434320
client thread 8 socket connected 271318896
server thread 8 read 8192 bytes
client thread 8 socket wrote 8192
server thread 6 write 131072 bytes
server: 524 66 3015 131 3736
Thread 6 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
server thread 5 write 131072 bytes
client thread 5 socket read 131072
server: 983 66 11273 66 12387
server thread 5 loop 2
client thread 5 loop 2
client thread 5 socket created 274898992
client thread 5 socket connected 274898992
client thread 5 socket wrote 8192
server thread 5 got connection 275322896
server thread 5 read 8192 bytes
server thread 8 write 131072 bytes
server: 393 197 1638 131 2359
server thread 8 loop 3
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 275747120
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 276302512
client thread 0 socket connected 276302512
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 20121 786 13108 66 34080
server thread 0 loop 1
server thread 0 got connection 276697168
server thread 0 read 8192 bytes
server thread 8 got connection 271310480
client thread 8 socket connected 275747120
server thread 8 read 8192 bytes
client thread 8 socket wrote 8192
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 275746864
client thread 0 socket connected 275746864
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 0 66 1573 66 1704
server thread 0 loop 2
server thread 0 got connection 276302640
server thread 0 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 274606128
server thread 5 write 131072 bytes
client thread 5 socket connected 274606128
client thread 5 socket wrote 8192
server: 328 66 3801 197 4391
server thread 5 loop 3
server thread 5 got connection 273834352
server thread 5 read 8192 bytes
server thread 8 write 131072 bytes
server: 1966 131 2359 131 4588
server thread 8 loop 4
client thread 8 socket read 131072
client thread 8 loop 4
client thread 0 socket read 131072
client thread 8 socket created 276302768
client thread 0 loop 3
client thread 0 socket created 276303024
client thread 8 socket connected 276302768
client thread 8 socket wrote 8192
client thread 0 socket connected 276303024
server thread 8 got connection 276565872
client thread 0 socket wrote 8192
server thread 8 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 276434448
server thread 5 write 131072 bytes
client thread 5 socket connected 276434448
server: 66 66 2687 131 2949
server thread 5 loop 4
client thread 5 socket wrote 8192
server thread 0 write 131072 bytes
client thread 8 socket read 131072
server: 66 0 3801 66 3932
server thread 0 loop 3
Thread 8 EXIT
server thread 0 got connection 275746992
server thread 0 read 8192 bytes
server thread 8 write 131072 bytes
server: 1114 66 1311 131 2622
Thread 8 EXIT
server thread 5 got connection 276040048
server thread 5 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 273995792
server thread 0 write 131072 bytes
client thread 0 socket connected 273995792
client thread 0 socket wrote 8192
server: 66 66 1311 131 1573
server thread 0 loop 4
server thread 0 got connection 273402384
server thread 0 read 8192 bytes
client thread 5 socket read 131072
Thread 5 EXIT
server thread 5 write 131072 bytes
server: 590 66 1704 66 2425
Thread 5 EXIT
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 66 0 1049 66 1180
Thread 0 EXIT
Thread 0 EXIT
Thread 0 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 20 57099 9628 85787 1537
server per thread elapsed time 154052
----------
Client results:

----------
client per thread totals 20 14665 3062 103626 2066
client per thread elapsed time 123421
select loop kernel/kernel: 20710.40 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Sat Feb 8 17:06:36 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead.
END TEST: selct_er
BEGIN TEST: selct_nm  
Sat Feb 8 17:06:36 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
'PR_FD_ISSET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead.
END TEST: selct_nm
BEGIN TEST: selct_to  
Sat Feb 8 17:06:36 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
END TEST: selct_to
BEGIN TEST: selintr  
Sat Feb 8 17:06:42 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Sat Feb 8 17:06:44 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Sat Feb 8 17:06:45 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Sat Feb 8 17:06:45 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
END TEST: semaping
BEGIN TEST: sendzlf  
Sat Feb 8 17:06:46 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASS
END TEST: sendzlf
BEGIN TEST: server_test  
Sat Feb 8 17:06:46 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Sat Feb 8 17:06:46 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Sat Feb 8 17:06:47 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Sat Feb 8 17:06:47 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Sat Feb 8 17:06:47 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Sat Feb 8 17:06:48 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Sat Feb 8 17:06:48 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
END TEST: sigpipe
BEGIN TEST: socket  
Sat Feb 8 17:06:48 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead.
'PR_PostSem' is obsolete. Use 'locks & condition variables' instead.
TCP Client/Server Test - IPv4/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv4/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
Socket_Misc_Test : 1 Server 4 Clients
: Sizes of Transmitted Files - 3 KB, 3 MB
Socket_Misc_Test passed
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
END TEST: socket
BEGIN TEST: sockopt  
Sat Feb 8 17:06:52 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Sat Feb 8 17:06:52 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: sockping
BEGIN TEST: sprintf  
Sat Feb 8 17:06:53 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Sat Feb 8 17:06:55 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Sat Feb 8 17:07:35 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Sat Feb 8 17:07:36 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Sat Feb 8 17:07:36 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
END TEST: strod
BEGIN TEST: switch  
Sat Feb 8 17:07:36 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Sat Feb 8 17:07:41 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PR_SI_HOSTNAME: zebra
PR_SI_SYSNAME: AIX
PR_SI_RELEASE: 1
PR_SI_ARCHITECTURE: rs6000
Host page size is 4096
Page shift is 12
Number of processors is: 2
END TEST: system
BEGIN TEST: testbit  
Sat Feb 8 17:07:41 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Sat Feb 8 17:07:41 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Sat Feb 8 17:07:43 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Sat Feb 8 17:07:44 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Sun Feb 9 01:07:44 UTC 2003
Current local time is Sat Feb 8 17:07:44 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Sat Feb 8 17:07:45 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Sat Feb 8 17:08:25 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Sat Feb 8 17:08:25 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Sat Feb 8 17:08:26 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
NSPR release 4.3 Beta:
Compatible with version 4.0
Compatible with version 4.0.1
Compatible with version 4.1
Compatible with version 4.1.1
Compatible with version 4.1.2
Compatible with version 4.1.3
Compatible with version 4.2
Compatible with version 4.2.1
Compatible with version 4.2.2
Compatible with version 4.3 Beta
Incompatible with version 2.1 19980529
Incompatible with version 3.0
Incompatible with version 3.0.1
Incompatible with version 3.1
Incompatible with version 3.1.1
Incompatible with version 3.1.2
Incompatible with version 3.1.3
Incompatible with version 3.5
Incompatible with version 3.5.1
Incompatible with version 4.3.3
Incompatible with version 4.4
Incompatible with version 4.4.1
Incompatible with version 10.0
Incompatible with version 11.1
Incompatible with version 12.14.20
PASS
END TEST: vercheck
BEGIN TEST: version  
Sat Feb 8 17:08:26 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
Runtime library version information
Build time: 09 Feb 2003 00:21:51 GMT
Build time: 2003-02-08 16:21:50
Portable runtime V4.3.0 ( beta debug )
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
END TEST: version
BEGIN TEST: writev  
Sat Feb 8 17:08:26 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Sat Feb 8 17:08:27 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Sat Feb 8 17:08:27 PST 2003 OBJDIR AIX5.1_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_dbg/dist/lib
calling PR_Writev with a zero-length buffer
calling PR_Write with a zero-length buffer
calling PR_Send with a zero-length buffer
PASS
END TEST: zerolen
BEGIN TEST: accept  
Sat Feb 8 17:08:44 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Sat Feb 8 17:08:50 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x11023a050)127.0.0.1:59175
(Server) read [0x110239fd8..0x11023a04d) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x11023a050)127.0.0.1:59176
(Server) read [0x110239fd8..0x11023a04d) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x11023a050)127.0.0.1:59177
(Server) read [0x110239fd8..0x11023a04d) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x11023a050)127.0.0.1:59178
(Server) read [0x110239fd8..0x11023a04d) 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 = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
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 = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptread
BEGIN TEST: acceptreademu  
Sat Feb 8 17:09:01 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x11023a3b0)127.0.0.1:59187
(Server) read [0x11023a338..0x11023a3ad) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x11023a3b0)127.0.0.1:59188
(Server) read [0x11023a338..0x11023a3ad) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x11023a3b0)127.0.0.1:59189
(Server) read [0x11023a338..0x11023a3ad) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x11023a3b0)127.0.0.1:59190
(Server) read [0x11023a338..0x11023a3ad) 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 = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
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 = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptreademu
BEGIN TEST: affinity  
Sat Feb 8 17:09:12 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
main: creating local thread
thread_start: AffinityMask = 0x0
main: creating global thread
thread_start: AffinityMask = 0x0
main: creating global bound thread
thread_start: AffinityMask = 0x0
END TEST: affinity
BEGIN TEST: alarm  
Sat Feb 8 17:09:12 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Sat Feb 8 17:10:16 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Sat Feb 8 17:10:17 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PR_AtomicIncrement(-2) == -1: PASSED
PR_AtomicIncrement(-1) == 0: PASSED
PR_AtomicIncrement(0) == 1: PASSED
PR_AtomicAdd(-2,1) == -1: PASSED
PR_AtomicAdd(-1,4) == 3: PASSED
PR_AtomicAdd(3,-6) == -3: PASSED
PR_AtomicDecrement(2) == 1: PASSED
PR_AtomicDecrement(1) == 0: PASSED
PR_AtomicDecrement(0) == -1: PASSED
PR_AtomicSet(-2, 2) == -2: PASSED
PR_AtomicSet(-2, -2) == -2: PASSED
Atomic operations test PASSED
END TEST: atomic
BEGIN TEST: attach  
Sat Feb 8 17:10:17 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Sat Feb 8 17:10:17 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Sat Feb 8 17:10:18 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
Cleanup settings
Thread type: LOCAL
Concurrency: 1
Number of threads: 1
Thread sleep: 10
Main sleep: 5
Cleanup will NOT be called

main() exiting
END TEST: cleanup
BEGIN TEST: cltsrv  
Sat Feb 8 17:10:23 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
Client/Server started at(0x1102105d0): 17:10:23
Server started at(0x1102137b0): 17:10:23
Client started at(0x110276570): 17:10:23
main(0x1102105d0): waiting for execution interval (10 seconds)
Shutting down(0x1102105d0): 17:10:33
Client(0x110276570): stopped after 50 operations and 43838 bytes
Server(0x1102137b0): stopped after 50 operations and 43838 bytes
main(0x1102105d0): test complete
Test exiting at(0x1102105d0): 17:10:38
END TEST: cltsrv
BEGIN TEST: concur  
Sat Feb 8 17:10:39 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Sat Feb 8 17:10:50 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Sat Feb 8 17:10:51 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_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: 51.12 usec
Condvar simple test shared UK: 36.70 usec
Condvar simple test priv UU: 167.78 usec
Condvar simple test priv UK: 159.92 usec
Condvar simple test All: 173.68 usec
Condvar timeout test: 768.78 usec

10 Thread tests
Condvar simple test shared UU: 57.67 usec
Condvar simple test shared UK: 58.33 usec
Condvar simple test priv UU: 287.72 usec
Condvar simple test priv UK: 277.23 usec
Condvar simple test All: 361.12 usec
Condvar timeout test: 810.72 usec

15 Thread tests
Condvar simple test shared UU: 92.41 usec
Condvar simple test shared UK: 91.10 usec
Condvar simple test priv UU: 377.51 usec
Condvar simple test priv UK: 355.22 usec
Condvar simple test All: 523.00 usec
Condvar timeout test: 902.48 usec

20 Thread tests
Condvar simple test shared UU: 121.90 usec
Condvar simple test shared UK: 110.76 usec
Condvar simple test priv UU: 345.39 usec
Condvar simple test priv UK: 429.28 usec
Condvar simple test All: 641.63 usec
Condvar timeout test: 1009.31 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Sat Feb 8 17:10:52 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Sat Feb 8 17:10:52 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Sat Feb 8 17:10:53 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib

Number of error codes = 73

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

Overhead of 'PR_IntervalNow()' is 574 nsecs

Overhead of 'PR_Now()' is 595 nsecs

Overhead of 'PR_IntervalNow()' is 574 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Sat Feb 8 17:12:47 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
Test not defined
END TEST: instrumt
BEGIN TEST: intrio  
Sat Feb 8 17:12:48 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
A local thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A local thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
PASSED
END TEST: intrio
BEGIN TEST: intrupt  
Sat Feb 8 17:13:08 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Sat Feb 8 17:13:21 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
test with global bound thread
thread id 0, scope GLOBAL_BOUND scope
test with local thread
thread id 0, scope GLOBAL scope
test with global thread
thread id 0, scope GLOBAL scope
END TEST: io_timeout
BEGIN TEST: ioconthr  
Sat Feb 8 17:13:28 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
Interrupting the threads
Threads terminated in 2991 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Sat Feb 8 17:13:33 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
END TEST: join
BEGIN TEST: joinkk  
Sat Feb 8 17:13:33 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Sat Feb 8 17:13:34 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Sat Feb 8 17:13:34 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Sat Feb 8 17:13:34 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Sat Feb 8 17:13:35 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
END TEST: layer
BEGIN TEST: lazyinit  
Sat Feb 8 17:13:35 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Sat Feb 8 17:13:35 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Sat Feb 8 17:13:36 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Sat Feb 8 17:13:52 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Sat Feb 8 17:13:57 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Sat Feb 8 17:14:07 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1
PASS
END TEST: many_cv
BEGIN TEST: multiwait  
Sat Feb 8 17:14:08 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
OneInThenCancelled()
OneOpOneThread()
ManyOpOneThread()
SomeOpsSomeThreads()
RealOneGroupIO()
RealOneGroupIO Enumerated 0 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
END TEST: multiwait
BEGIN TEST: nameshm1  
Sat Feb 8 17:15:30 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Sat Feb 8 17:15:35 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
The serveclient thread created.
accept: EWOULDBLOCK, good
client connected
accept: succeeded, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
All tests finished
PASS
END TEST: nonblock
BEGIN TEST: nblayer  
Sat Feb 8 17:15:37 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
END TEST: nblayer
BEGIN TEST: ntioto  
Sat Feb 8 17:15:37 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Sat Feb 8 17:15:38 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
1 2
1 2
1 2
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
PASS
END TEST: ntoh
BEGIN TEST: op_2long  
Sat Feb 8 17:15:38 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 86
PASS
END TEST: op_2long
BEGIN TEST: op_excl  
Sat Feb 8 17:15:39 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Sat Feb 8 17:15:39 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Sat Feb 8 17:15:39 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Sat Feb 8 17:15:40 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
END TEST: op_nofil
BEGIN TEST: parent  
Sat Feb 8 17:15:40 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: parent
BEGIN TEST: peek  
Sat Feb 8 17:15:40 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
Running the test with local threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
Running the test with global threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
PASS
END TEST: peek
BEGIN TEST: perf  
Sat Feb 8 17:16:21 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
local procedure call overhead: 0.07 usec
DLL procedure call overhead: 0.07 usec
current calendar time: 0.59 usec
interval time: 0.52 usec
idle lock lock/unlock pair: 0.79 usec
idle monitor entry/exit pair: 0.92 usec
idle cache monitor entry/exit pair: 2.36 usec
create/destroy thread pair: 95.88 usec
context switch - user/user: 32.57 usec
context switch - user/kernel: 32.44 usec
context switch - kernel/user: 32.84 usec
context switch - kernel/kernel: 32.51 usec
sema context switch - user/user: 35.33 usec
sema context switch - user/kernel: 35.39 usec
sema context switch - kernel/user: 35.78 usec
sema context switch - kernel/kernel: 35.46 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 0.13 usec
current calendar time: 0.59 usec
interval time: 0.59 usec
idle lock lock/unlock pair: 0.72 usec
idle monitor entry/exit pair: 0.92 usec
idle cache monitor entry/exit pair: 2.36 usec
create/destroy thread pair: 94.05 usec
context switch - user/user: 32.51 usec
context switch - user/kernel: 32.57 usec
context switch - kernel/user: 32.77 usec
context switch - kernel/kernel: 32.38 usec
sema context switch - user/user: 35.46 usec
sema context switch - user/kernel: 35.59 usec
sema context switch - kernel/user: 35.59 usec
sema context switch - kernel/kernel: 35.33 usec
END TEST: perf
BEGIN TEST: pipeping  
Sat Feb 8 17:16:22 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping
BEGIN TEST: pipeping2  
Sat Feb 8 17:16:23 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping2
BEGIN TEST: pipeself  
Sat Feb 8 17:16:23 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
PR_Available: expected 250, got 250 bytes
PR_Available: expected 243, got 243 bytes
PR_Available: expected 0, got 0 bytes
PASS
END TEST: pipeself
BEGIN TEST: poll_nm  
Sat Feb 8 17:16:23 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Sat Feb 8 17:16:24 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Sat Feb 8 17:16:29 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Sat Feb 8 17:16:30 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Sat Feb 8 17:16:30 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Sat Feb 8 17:16:30 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
Client/Server started at(0x110210810): 17:16:30
Server started at(0x110212910): 17:16:30
main(0x110210810): waiting for execution interval (10 seconds)
Client started at(0x1102994d0): 17:16:30
Shutting down(0x110210810): 17:16:40
Client(0x1102994d0): stopped after 50 operations and 43838 bytes
Server(0x110212910): stopped after 51 operations and 44242 bytes
main(0x110210810): test complete
Test exiting at(0x110210810): 17:16:40
END TEST: provider
BEGIN TEST: prpollml  
Sat Feb 8 17:16:41 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Sat Feb 8 17:17:02 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_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 60058, 60059 and 60060

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 "60058" from a client
The server received "60059" from a client
Server read 128 bytes from native fd 9
The server received "60060" from a client
The server received "60058" from a client
The server received "60059" from a client
Server read 128 bytes from native fd 12
The server received "60060" from a client
The server received "60058" from a client
The server received "60059" from a client
Server read 128 bytes from native fd 9
The server received "60060" from a client
The server received "60058" from a client
The server received "60059" from a client
The server received "60058" from a client
The server received "60059" from a client
Server read 128 bytes from native fd 9
The server received "60060" from a client
Server read 128 bytes from native fd 10
The server received "60060" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Sat Feb 8 17:17:08 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Sat Feb 8 17:17:08 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
FAIL
ranfile returned 1 (failed)
END TEST: ranfile
BEGIN TEST: rwlocktest  
Sat Feb 8 17:17:09 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Sat Feb 8 17:17:09 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_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 18857 1975 25332 334
server per thread elapsed time 46510
----------
Client results:

----------
client per thread totals 0 3235 351 29214 1015
client per thread elapsed time 33820
select loop user/user: 12976.80 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 32897 2458 48429 720
server per thread elapsed time 84509
----------
Client results:

----------
client per thread totals 10 4428 836 58942 1453
client per thread elapsed time 65666
select loop user/kernel: 21300.40 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 44569 3473 63379 1096
server per thread elapsed time 112521
----------
Client results:

----------
client per thread totals 10 5647 1520 76814 2753
client per thread elapsed time 86738
select loop kernel/user: 19871.60 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 20 62030 4194 92130 1608
server per thread elapsed time 159965
----------
Client results:

----------
client per thread totals 20 6896 1844 110089 3265
client per thread elapsed time 122089
select loop kernel/kernel: 20907.00 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Sat Feb 8 17:17:10 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: selct_er
BEGIN TEST: selct_nm  
Sat Feb 8 17:17:10 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: selct_nm
BEGIN TEST: selct_to  
Sat Feb 8 17:17:10 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: selct_to
BEGIN TEST: selintr  
Sat Feb 8 17:17:16 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Sat Feb 8 17:17:18 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Sat Feb 8 17:17:19 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Sat Feb 8 17:17:19 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
END TEST: semaping
BEGIN TEST: sendzlf  
Sat Feb 8 17:17:20 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASS
END TEST: sendzlf
BEGIN TEST: server_test  
Sat Feb 8 17:17:20 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Sat Feb 8 17:17:20 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Sat Feb 8 17:17:21 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Sat Feb 8 17:17:21 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Sat Feb 8 17:17:22 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Sat Feb 8 17:17:22 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Sat Feb 8 17:17:22 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
END TEST: sigpipe
BEGIN TEST: socket  
Sat Feb 8 17:17:23 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
TCP Client/Server Test - IPv4/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv4/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
Socket_Misc_Test : 1 Server 4 Clients
: Sizes of Transmitted Files - 3 KB, 3 MB
Socket_Misc_Test passed
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
END TEST: socket
BEGIN TEST: sockopt  
Sat Feb 8 17:17:24 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Sat Feb 8 17:17:25 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: sockping
BEGIN TEST: sprintf  
Sat Feb 8 17:17:25 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Sat Feb 8 17:17:26 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Sat Feb 8 17:17:51 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Sat Feb 8 17:17:51 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Sat Feb 8 17:17:51 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
END TEST: strod
BEGIN TEST: switch  
Sat Feb 8 17:17:52 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Sat Feb 8 17:17:56 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PR_SI_HOSTNAME: zebra
PR_SI_SYSNAME: AIX
PR_SI_RELEASE: 1
PR_SI_ARCHITECTURE: rs6000
Host page size is 4096
Page shift is 12
Number of processors is: 2
END TEST: system
BEGIN TEST: testbit  
Sat Feb 8 17:17:56 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Sat Feb 8 17:17:56 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Sat Feb 8 17:17:58 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Sat Feb 8 17:17:59 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Sun Feb 9 01:17:59 UTC 2003
Current local time is Sat Feb 8 17:17:59 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Sat Feb 8 17:18:00 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Sat Feb 8 17:18:22 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Sat Feb 8 17:18:22 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Sat Feb 8 17:18:23 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
NSPR release 4.3 Beta:
Compatible with version 4.0
Compatible with version 4.0.1
Compatible with version 4.1
Compatible with version 4.1.1
Compatible with version 4.1.2
Compatible with version 4.1.3
Compatible with version 4.2
Compatible with version 4.2.1
Compatible with version 4.2.2
Compatible with version 4.3 Beta
Incompatible with version 2.1 19980529
Incompatible with version 3.0
Incompatible with version 3.0.1
Incompatible with version 3.1
Incompatible with version 3.1.1
Incompatible with version 3.1.2
Incompatible with version 3.1.3
Incompatible with version 3.5
Incompatible with version 3.5.1
Incompatible with version 4.3.3
Incompatible with version 4.4
Incompatible with version 4.4.1
Incompatible with version 10.0
Incompatible with version 11.1
Incompatible with version 12.14.20
PASS
END TEST: vercheck
BEGIN TEST: version  
Sat Feb 8 17:18:23 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
Runtime library version information
Build time: 09 Feb 2003 00:17:03 GMT
Build time: 2003-02-08 16:17:03
Portable runtime V4.3.0 ( beta )
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
END TEST: version
BEGIN TEST: writev  
Sat Feb 8 17:18:23 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Sat Feb 8 17:18:24 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_opt/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Sat Feb 8 17:18:24 PST 2003 OBJDIR AIX5.1_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hew_AIX5.1/aix51_64_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