BEGIN TEST: accept  
Sat Feb 8 16:25:17 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Sat Feb 8 16:25:25 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x200407f8)127.0.0.1:65408
(Server) read [0x2004077c..0x200407f1) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x20040848)127.0.0.1:65410
(Server) read [0x200407cc..0x20040841) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x20040848)127.0.0.1:65414
(Server) read [0x200407cc..0x20040841) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x20040848)127.0.0.1:65417
(Server) read [0x200407cc..0x20040841) GET / HTTP/1.0


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


Testing w/ write_dally = 2000 msec
Accepted connection from (0x20040848)127.0.0.1:65423
(Server) read [0x200407cc..0x20040841) GET / HTTP/1.0


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


Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptread
BEGIN TEST: acceptreademu  
Sat Feb 8 16:25:36 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x2003fb28)127.0.0.1:65433
(Server) read [0x2003faac..0x2003fb21) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x2003fb28)127.0.0.1:65437
(Server) read [0x2003faac..0x2003fb21) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x2003fb28)127.0.0.1:65440
(Server) read [0x2003faac..0x2003fb21) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x2003fb28)127.0.0.1:65444
(Server) read [0x2003faac..0x2003fb21) GET / HTTP/1.0


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


Testing w/ write_dally = 2000 msec
Accepted connection from (0x2003fb28)127.0.0.1:65474
(Server) read [0x2003faac..0x2003fb21) GET / HTTP/1.0


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


Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptreademu
BEGIN TEST: affinity  
Sat Feb 8 16:25:47 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:25:49 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Sat Feb 8 16:26:52 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Sat Feb 8 16:26:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:26:54 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Sat Feb 8 16:26:54 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Sat Feb 8 16:26:55 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:27:00 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib

PThread Statistics
started: 16:27:01[10]
locks [created: 11, destroyed: 2]
locks [acquired: 316, released: 316]
cvars [created: 7, destroyed: 5]
cvars [notified: 55, delayed_delete: 0]
Client/Server started at(0x2001a0f8): 16:27:01
Server started at(0x2001b878): 16:27:01
Client started at(0x20088408): 16:27:01
main(0x2001a0f8): waiting for execution interval (10 seconds)
Shutting down(0x2001a0f8): 16:27:11
Client(0x20088408): stopped after 47 operations and 41684 bytes
Server(0x2001b878): stopped after 48 operations and 42634 bytes
main(0x2001a0f8): test complete
Test exiting at(0x2001a0f8): 16:27:11
END TEST: cltsrv
BEGIN TEST: concur  
Sat Feb 8 16:27:11 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Sat Feb 8 16:27:22 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Sat Feb 8 16:27:23 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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: 120.59 usec
Condvar simple test shared UK: 95.69 usec
Condvar simple test priv UU: 214.31 usec
Condvar simple test priv UK: 206.45 usec
Condvar simple test All: 242.50 usec
Condvar timeout test: 718.97 usec

10 Thread tests
Condvar simple test shared UU: 131.73 usec
Condvar simple test shared UK: 113.38 usec
Condvar simple test priv UU: 384.72 usec
Condvar simple test priv UK: 433.22 usec
Condvar simple test All: 543.98 usec
Condvar timeout test: 853.98 usec

15 Thread tests
Condvar simple test shared UU: 194.00 usec
Condvar simple test shared UK: 170.40 usec
Condvar simple test priv UU: 655.39 usec
Condvar simple test priv UK: 696.03 usec
Condvar simple test All: 809.41 usec
Condvar timeout test: 968.67 usec

20 Thread tests
Condvar simple test shared UU: 220.87 usec
Condvar simple test shared UK: 248.39 usec
Condvar simple test priv UU: 865.12 usec
Condvar simple test priv UK: 898.55 usec
Condvar simple test All: 1009.31 usec
Condvar timeout test: 1113.51 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Sat Feb 8 16:27:25 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Sat Feb 8 16:27:25 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Sat Feb 8 16:27:26 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:27:26 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Sat Feb 8 16:27:36 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Sat Feb 8 16:27:37 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:27:37 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Sat Feb 8 16:27:41 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Accepting connection at port 34737
Wait one second before connect
Connecting to port 34737
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Child process continues.
Accepting connection at port 34739
Wait one second before connect
Fork succeeded. Parent process continues.
Accepting connection at port 34740
Wait one second before connect
Connecting to port 34739
Writing message "Hello world!"
Connecting to port 34740
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
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:27:44 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
10 iterations over a 10 kbyte file: 131 [197] 197
END TEST: fsync
BEGIN TEST: getproto  
Sat Feb 8 16:27:44 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:27:45 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Sat Feb 8 16:27:45 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Elapsed time: 3000 ms, expected time: 3006 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Sat Feb 8 16:27:48 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 4470 nsecs

Overhead of 'PR_IntervalNow()' is 3057 nsecs

Overhead of 'PR_Now()' is 4568 nsecs

Overhead of 'PR_IntervalNow()' is 284 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Sat Feb 8 16:29:40 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: instrumt
BEGIN TEST: intrio  
Sat Feb 8 16:29:43 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:30:03 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Sat Feb 8 16:30:17 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:30:23 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Interrupting the threads
Threads terminated in 2996 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Sat Feb 8 16:30:29 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:30:29 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Sat Feb 8 16:30:30 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Sat Feb 8 16:30:30 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Sat Feb 8 16:30:31 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Sat Feb 8 16:30:32 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:30:32 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Sat Feb 8 16:30:32 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Sat Feb 8 16:30:33 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Sat Feb 8 16:30:52 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Sat Feb 8 16:30:59 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Sat Feb 8 16:31:10 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1

PThread Statistics
started: 16:31:10[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:31:10 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:32:35 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Sat Feb 8 16:32:40 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:32:42 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:32:43 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Sat Feb 8 16:32:43 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:32:44 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:32:44 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Sat Feb 8 16:32:44 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Sat Feb 8 16:32:45 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Sat Feb 8 16:32:45 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:32:46 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: parent
BEGIN TEST: peek  
Sat Feb 8 16:32:47 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:33:28 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead.
'PR_PostSem' is obsolete. Use 'locks & condition variables' instead.
'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead.
local procedure call overhead: 0.07 usec
DLL procedure call overhead: 0.13 usec
current calendar time: 4.20 usec
interval time: 4.20 usec
idle lock lock/unlock pair: 1.31 usec
idle monitor entry/exit pair: 1.90 usec
idle cache monitor entry/exit pair: 5.11 usec
create/destroy thread pair: 201.14 usec
context switch - user/user: 37.88 usec
context switch - user/kernel: 28.18 usec
context switch - kernel/user: 44.04 usec
context switch - kernel/kernel: 38.14 usec
sema context switch - user/user: 39.39 usec
sema context switch - user/kernel: 28.25 usec
sema context switch - kernel/user: 38.47 usec
sema context switch - kernel/kernel: 43.98 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.07 usec
DLL procedure call overhead: 0.13 usec
current calendar time: 4.26 usec
interval time: 15.79 usec
idle lock lock/unlock pair: 1.31 usec
idle monitor entry/exit pair: 1.90 usec
idle cache monitor entry/exit pair: 15.27 usec
create/destroy thread pair: 187.90 usec
context switch - user/user: 37.82 usec
context switch - user/kernel: 33.36 usec
context switch - kernel/user: 43.39 usec
context switch - kernel/kernel: 37.75 usec
sema context switch - user/user: 28.25 usec
sema context switch - user/kernel: 39.72 usec
sema context switch - kernel/user: 38.41 usec
sema context switch - kernel/kernel: 38.54 usec
END TEST: perf
BEGIN TEST: pipeping  
Sat Feb 8 16:33:29 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:33:30 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:33:30 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:33:31 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Sat Feb 8 16:33:31 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Sat Feb 8 16:33:37 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Sat Feb 8 16:33:37 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Sat Feb 8 16:33:38 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Sat Feb 8 16:33:38 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib

pthread Statistics
started: 16:33:38[10]
locks [created: 11, destroyed: 2]
locks [acquired: 679, released: 679]
cvars [created: 7, destroyed: 5]
cvars [notified: 52, delayed_delete: 1]
Client/Server started at(0x2001a528): 16:33:38
Server started at(0x2001bc28): 16:33:38
Client started at(0x20080aa8): 16:33:38
main(0x2001a528): waiting for execution interval (10 seconds)
Shutting down(0x2001a528): 16:33:48
Client(0x20080aa8): stopped after 46 operations and 40226 bytes
Server(0x2001bc28): stopped after 47 operations and 41684 bytes
main(0x2001a528): test complete
Test exiting at(0x2001a528): 16:33:48
END TEST: provider
BEGIN TEST: prpollml  
Sat Feb 8 16:33:49 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Sat Feb 8 16:34:17 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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 35103, 35104 and 35105

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 "35103" from a client
The server received "35104" from a client
The server received "35103" from a client
The server received "35104" from a client
The server received "35103" from a client
The server received "35104" from a client
The server received "35103" from a client
The server received "35104" from a client
The server received "35103" from a client
The server received "35104" from a client
Server read 128 bytes from native fd 6
The server received "35105" from a client
Server read 128 bytes from native fd 7
The server received "35105" from a client
Server read 128 bytes from native fd 6
The server received "35105" from a client
Server read 128 bytes from native fd 7
The server received "35105" from a client
Server read 128 bytes from native fd 6
The server received "35105" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Sat Feb 8 16:34:23 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Sat Feb 8 16:34:23 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Sat Feb 8 16:34:44 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Sat Feb 8 16:34:44 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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
server thread 2 alive
server thread 2 loop 0
server thread 3 alive
server thread 3 loop 0
server thread 4 alive
server thread 4 loop 0
server thread 5 alive
server thread 5 loop 0
server thread 6 alive
server thread 6 loop 0
server thread 7 alive
server thread 7 loop 0
server thread 0 loop 0
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 540718168
client thread 1 socket connected 540718168
client thread 1 socket wrote 8192
server thread 1 got connection 540718232
server thread 1 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 540718168
client thread 1 socket connected 540718168
client thread 1 socket wrote 8192
server thread 1 write 131072 bytes
server: 12256 262 7537 131 20186
server thread 1 loop 1
server thread 1 got connection 540718232
server thread 1 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 540718168
client thread 1 socket connected 540718168
client thread 1 socket wrote 8192
server thread 1 write 131072 bytes
server: 66 131 4784 131 5112
server thread 1 loop 2
server thread 1 got connection 540718232
server thread 1 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 540718168
client thread 1 socket connected 540718168
client thread 1 socket wrote 8192
server thread 1 write 131072 bytes
server: 66 131 4784 131 5112
server thread 1 loop 3
server thread 1 got connection 540718232
server thread 1 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 540718168
client thread 1 socket connected 540718168
client thread 1 socket wrote 8192
server thread 1 write 131072 bytes
server: 66 197 4653 131 5047
server thread 1 loop 4
server thread 1 got connection 540718232
server thread 1 read 8192 bytes
server thread 8 alive
server thread 8 loop 0
server thread 9 alive
server thread 9 loop 0
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 541606136
client thread 2 socket connected 541606136
client thread 2 socket wrote 8192
server thread 2 got connection 541606200
server thread 2 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 541606136
client thread 2 socket connected 541606136
client thread 2 socket wrote 8192
server thread 2 write 131072 bytes
server: 41749 197 8848 197 50990
server thread 2 loop 1
server thread 2 got connection 541606200
server thread 2 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 541606136
client thread 2 socket connected 541606136
client thread 2 socket wrote 8192
server thread 2 write 131072 bytes
server: 66 131 4850 131 5178
server thread 2 loop 2
server thread 2 got connection 541606200
server thread 2 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 541606136
client thread 2 socket connected 541606136
client thread 2 socket wrote 8192
server thread 2 write 131072 bytes
server: 0 197 4653 131 4981
server thread 2 loop 3
server thread 2 got connection 541606200
server thread 2 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 541606136
client thread 2 socket connected 541606136
client thread 2 socket wrote 8192
server thread 2 write 131072 bytes
server: 66 131 4588 131 4915
server thread 2 loop 4
server thread 2 got connection 541606200
server thread 2 read 8192 bytes
client thread 2 socket read 131072
Thread 2 EXIT
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 541606136
client thread 3 socket connected 541606136
client thread 3 socket wrote 8192
server thread 3 got connection 539238296
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 69668 262 5309 131 75370
server thread 3 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 539238296
client thread 3 socket connected 539238296
client thread 3 socket wrote 8192
server thread 3 got connection 541606136
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 1049 131 3932 131 5243
server thread 3 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 541606136
client thread 3 socket connected 541606136
client thread 3 socket wrote 8192
server thread 3 got connection 539238296
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 1180 131 4195 131 5636
server thread 3 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 539238296
server thread 3 got connection 541606136
client thread 3 socket connected 539238296
server thread 3 read 8192 bytes
client thread 3 socket wrote 8192
server thread 3 write 131072 bytes
server: 918 393 3736 131 5178
server thread 3 loop 4
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 541606136
server thread 3 got connection 539238296
client thread 3 socket connected 541606136
server thread 3 read 8192 bytes
client thread 3 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 539394600
server thread 4 got connection 539394664
client thread 4 socket connected 539394600
server thread 4 read 8192 bytes
client thread 4 socket wrote 8192
server thread 4 write 131072 bytes
server: 94442 786 5833 131 101193
server thread 4 loop 1
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 539394664
server thread 4 got connection 539394600
client thread 4 socket connected 539394664
server thread 4 read 8192 bytes
client thread 4 socket wrote 8192
server thread 4 write 131072 bytes
server: 1114 393 4063 131 5702
server thread 4 loop 2
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 539394600
server thread 4 got connection 539394664
client thread 4 socket connected 539394600
server thread 4 read 8192 bytes
client thread 4 socket wrote 8192
server thread 4 write 131072 bytes
server: 918 393 3867 131 5309
server thread 4 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 539394664
server thread 4 got connection 539394600
client thread 4 socket connected 539394664
server thread 4 read 8192 bytes
client thread 4 socket wrote 8192
server thread 4 write 131072 bytes
server: 918 393 3932 131 5374
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 539394600
server thread 4 got connection 539394664
client thread 4 socket connected 539394600
server thread 4 read 8192 bytes
client thread 4 socket wrote 8192
server thread 4 write 131072 bytes
server: 918 393 3801 131 5243
Thread 4 EXIT
client thread 5 alive
client thread 5 loop 0
client thread 4 socket read 131072
Thread 4 EXIT
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 539394664
server thread 6 got connection 539534200
client thread 5 socket created 539394600
server thread 5 got connection 537583720
client thread 6 socket connected 539394664
server thread 6 read 8192 bytes
client thread 5 socket connected 539394600
server thread 5 read 8192 bytes
client thread 6 socket wrote 8192
client thread 5 socket wrote 8192
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 537871528
server thread 7 got connection 537871592
server thread 6 write 131072 bytes
server: 121510 1180 11928 197 134815
server thread 6 loop 1
client thread 7 socket connected 537871528
server thread 7 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 539534200
server thread 6 got connection 539394664
client thread 7 socket wrote 8192
client thread 6 socket connected 539534200
server thread 6 read 8192 bytes
client thread 6 socket wrote 8192
server thread 6 write 131072 bytes
server: 2097 1245 5505 131 8979
server thread 6 loop 2
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 539394664
server thread 6 got connection 539534200
client thread 6 socket connected 539394664
server thread 6 read 8192 bytes
client thread 6 socket wrote 8192
server thread 6 write 131072 bytes
server: 786 393 3932 131 5243
server thread 6 loop 3
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 539534200
server thread 6 got connection 539394664
client thread 6 socket connected 539534200
server thread 6 read 8192 bytes
client thread 6 socket wrote 8192
server thread 7 write 131072 bytes
server: 131996 1638 21628 131 155394
server thread 7 loop 1
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 537871592
server thread 7 got connection 537871528
client thread 7 socket connected 537871592
server thread 7 read 8192 bytes
client thread 7 socket wrote 8192
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 537871720
server thread 0 got connection 537871784
client thread 0 socket connected 537871720
server thread 0 read 8192 bytes
client thread 0 socket wrote 8192
server thread 7 write 131072 bytes
server: 1770 983 9307 197 12256
server thread 7 loop 2
server thread 1 write 131072 bytes
server: 66 131 145039 131 145366
Thread 1 EXIT
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 537871528
client thread 8 socket connected 537871528
client thread 8 socket wrote 8192
server thread 8 got connection 540718232
server thread 8 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 538637192
client thread 8 socket connected 538637192
client thread 8 socket wrote 8192
server thread 8 write 131072 bytes
server: 141565 262 7275 197 149299
server thread 8 loop 1
server thread 8 got connection 537871528
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 66 197 4195 131 4588
server thread 8 loop 2
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 540718232
client thread 8 socket connected 540718232
client thread 8 socket wrote 8192
server thread 8 got connection 537871528
server thread 8 read 8192 bytes
client thread 1 socket read 131072
Thread 1 EXIT
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 538637192
server thread 9 got connection 540718168
server thread 0 write 131072 bytes
server: 160637 1180 30148 131 192096
server thread 0 loop 1
client thread 9 socket connected 538637192
server thread 9 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 537871784
server thread 0 got connection 537871720
client thread 9 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 540718232
client thread 8 socket connected 540718232
client thread 8 socket wrote 8192
client thread 0 socket connected 537871784
server thread 0 read 8192 bytes
client thread 0 socket wrote 8192
server thread 9 write 131072 bytes
server: 158999 2097 16123 197 177415
server thread 9 loop 1
client thread 3 socket read 131072
Thread 3 EXIT
server thread 5 write 131072 bytes
server: 123607 1442 91559 131 216739
server thread 5 loop 1
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 540718168
server thread 5 got connection 541606136
client thread 5 socket connected 540718168
server thread 5 read 8192 bytes
client thread 5 socket wrote 8192
server thread 5 write 131072 bytes
server: 1180 459 4915 66 6619
server thread 5 loop 2
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 537583720
server thread 5 got connection 539394600
client thread 5 socket connected 537583720
server thread 5 read 8192 bytes
client thread 5 socket wrote 8192
server thread 5 write 131072 bytes
server: 918 393 4129 131 5571
server thread 5 loop 3
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 541606136
server thread 5 got connection 540718168
client thread 5 socket connected 541606136
server thread 5 read 8192 bytes
client thread 5 socket wrote 8192
server thread 6 write 131072 bytes
server: 1835 1180 79041 131 82186
server thread 6 loop 4
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 539394600
server thread 6 got connection 537583720
client thread 6 socket connected 539394600
server thread 6 read 8192 bytes
client thread 6 socket wrote 8192
server thread 6 write 131072 bytes
server: 983 459 4522 131 6095
Thread 6 EXIT
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 539394664
client thread 7 socket connected 539394664
client thread 7 socket wrote 8192
server thread 7 got connection 539534200
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 70324 131 5309 131 75895
server thread 7 loop 3
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 537583720
client thread 7 socket connected 537583720
client thread 7 socket wrote 8192
server thread 7 got connection 540126184
server thread 7 read 8192 bytes
client thread 6 socket read 131072
Thread 6 EXIT
server thread 8 write 131072 bytes
server: 1245 131 65605 131 67112
server thread 8 loop 3
server thread 8 got connection 537871592
server thread 8 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 539534200
client thread 7 socket connected 539534200
client thread 7 socket wrote 8192
server thread 7 write 131072 bytes
server: 1245 131 9307 131 10814
server thread 7 loop 4
server thread 7 got connection 539394664
server thread 7 read 8192 bytes
server thread 8 write 131072 bytes
server: 66 262 12780 197 13304
server thread 8 loop 4
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 539394600
client thread 8 socket connected 539394600
client thread 8 socket wrote 8192
server thread 8 got connection 537871528
server thread 8 read 8192 bytes
server thread 5 write 131072 bytes
server: 1573 393 40176 66 42207
server thread 5 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 537583720
client thread 5 socket connected 537583720
client thread 5 socket wrote 8192
server thread 5 got connection 540126184
server thread 5 read 8192 bytes
server thread 8 write 131072 bytes
server: 2032 197 9896 131 12256
Thread 8 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
server thread 7 write 131072 bytes
server: 66 197 26085 131 26478
Thread 7 EXIT
server thread 5 write 131072 bytes
server: 2228 197 10945 131 13501
Thread 5 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 537871592
server thread 9 got connection 540718232
server thread 3 write 131072 bytes
server: 918 393 197929 131 199371
Thread 3 EXIT
server thread 0 write 131072 bytes
server: 2556 3736 87298 131 93721
server thread 0 loop 2
client thread 9 socket connected 537871592
server thread 9 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 540718168
server thread 0 got connection 541606136
client thread 9 socket wrote 8192
client thread 0 socket connected 540718168
server thread 0 read 8192 bytes
client thread 0 socket wrote 8192
server thread 9 write 131072 bytes
server: 75567 1638 10224 131 87561
server thread 9 loop 2
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 537871528
server thread 9 got connection 541310056
server thread 0 write 131072 bytes
server: 1638 1311 10159 66 13173
server thread 0 loop 3
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 539394600
server thread 0 got connection 539394664
client thread 0 socket connected 539394600
server thread 0 read 8192 bytes
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 852 393 4129 131 5505
server thread 0 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 540422120
server thread 0 got connection 540126184
client thread 0 socket connected 540422120
server thread 0 read 8192 bytes
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 983 393 4195 131 5702
Thread 0 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
client thread 9 socket connected 537871528
server thread 9 read 8192 bytes
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 1638 13763 4326 131 19858
server thread 9 loop 3
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 539830136
server thread 9 got connection 539534200
client thread 9 socket connected 539830136
server thread 9 read 8192 bytes
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 1049 590 4063 66 5767
server thread 9 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 537583720
server thread 9 got connection 538637192
client thread 9 socket connected 537583720
server thread 9 read 8192 bytes
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 918 459 3998 131 5505
Thread 9 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
server thread 2 write 131072 bytes
server: 66 131 271202 262 271661
Thread 2 EXIT
Thread 2 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 0 123841 4229 130019 678
server per thread elapsed time 258776
----------
Client results:

----------
client per thread totals 0 5218 3580 114649 665
client per thread elapsed time 124127
select loop user/user: 69026.00 usec
server thread 0 alive
server thread 0 loop 0
server thread 1 alive
server thread 1 loop 0
server thread 2 alive
server thread 2 loop 0
server thread 3 alive
server thread 3 loop 0
server thread 4 alive
server thread 4 loop 0
server thread 5 alive
server thread 5 loop 0
server thread 6 alive
server thread 6 loop 0
server thread 7 alive
server thread 7 loop 0
server thread 8 alive
server thread 8 loop 0
server thread 9 alive
server thread 9 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 540126184
client thread 0 socket connected 540126184
client thread 0 socket wrote 8192
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 538506008
server thread 1 got connection 540422120
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 541310056
server thread 2 got connection 537871528
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 539534200
server thread 3 got connection 539830136
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 538637192
server thread 4 got connection 541310152
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 537583720
server thread 5 got connection 541606200
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 538950488
server thread 6 got connection 537829960
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 537830056
server thread 7 got connection 537830120
client thread 1 socket connected 538506008
server thread 1 read 8192 bytes
client thread 2 socket connected 541310056
server thread 2 read 8192 bytes
client thread 3 socket connected 539534200
server thread 3 read 8192 bytes
client thread 4 socket connected 538637192
server thread 4 read 8192 bytes
client thread 5 socket connected 537583720
server thread 5 read 8192 bytes
client thread 6 socket connected 538950488
server thread 6 read 8192 bytes
client thread 7 socket connected 537830056
server thread 7 read 8192 bytes
client thread 1 socket wrote 8192
client thread 2 socket wrote 8192
client thread 3 socket wrote 8192
client thread 4 socket wrote 8192
client thread 5 socket wrote 8192
client thread 6 socket wrote 8192
client thread 7 socket wrote 8192
server thread 1 write 131072 bytes
server: 12846 4588 42535 197 60165
server thread 1 loop 1
server thread 3 write 131072 bytes
server: 11600 4915 46140 197 62852
server thread 3 loop 1
server thread 4 write 131072 bytes
server: 10945 5047 45615 66 61673
server thread 4 loop 1
server thread 5 write 131072 bytes
server: 10159 5309 44894 66 60427
server thread 5 loop 1
server thread 2 write 131072 bytes
server: 12256 4719 48565 131 65670
server thread 2 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 540422120
server thread 3 got connection 539830136
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 541310152
server thread 4 got connection 541606200
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 537871528
server thread 5 got connection 539534200
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 538637192
server thread 1 got connection 537583720
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 538506008
server thread 2 got connection 541310056
client thread 3 socket connected 540422120
server thread 3 read 8192 bytes
client thread 4 socket connected 541310152
server thread 4 read 8192 bytes
client thread 5 socket connected 537871528
server thread 5 read 8192 bytes
client thread 1 socket connected 538637192
server thread 1 read 8192 bytes
client thread 2 socket connected 538506008
server thread 2 read 8192 bytes
client thread 3 socket wrote 8192
client thread 4 socket wrote 8192
client thread 5 socket wrote 8192
client thread 1 socket wrote 8192
client thread 2 socket wrote 8192
server thread 3 write 131072 bytes
server: 2687 4391 25167 197 32442
server thread 3 loop 2
server thread 4 write 131072 bytes
server: 3539 3998 25495 131 33163
server thread 4 loop 2
server thread 5 write 131072 bytes
server: 4391 3736 25495 66 33687
server thread 5 loop 2
server thread 1 write 131072 bytes
server: 5899 3801 25495 131 35326
server thread 1 loop 2
server thread 2 write 131072 bytes
server: 5112 3474 25691 131 34408
server thread 2 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 539830136
server thread 3 got connection 541606200
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 539534200
server thread 4 got connection 537583720
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 541310056
client thread 5 socket connected 541310056
client thread 5 socket wrote 8192
server thread 5 got connection 540422120
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 5767 131 4457 131 10486
server thread 5 loop 3
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 541310152
client thread 5 socket connected 541310152
client thread 5 socket wrote 8192
server thread 5 got connection 537871528
server thread 5 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 540422120
server thread 2 got connection 541310056
client thread 3 socket connected 539830136
server thread 3 read 8192 bytes
client thread 4 socket connected 539534200
server thread 4 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 538506008
server thread 1 got connection 538637192
client thread 2 socket connected 540422120
server thread 2 read 8192 bytes
client thread 3 socket wrote 8192
client thread 4 socket wrote 8192
client thread 1 socket connected 538506008
server thread 1 read 8192 bytes
client thread 2 socket wrote 8192
client thread 1 socket wrote 8192
server thread 6 write 131072 bytes
server: 9438 5571 104404 131 119544
server thread 6 loop 1
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 537829960
server thread 8 got connection 537830248
client thread 8 socket connected 537829960
server thread 8 read 8192 bytes
client thread 8 socket wrote 8192
server thread 3 write 131072 bytes
server: 4588 12977 27658 197 45419
server thread 3 loop 3
server thread 4 write 131072 bytes
server: 4653 12715 31328 197 48892
server thread 4 loop 3
server thread 2 write 131072 bytes
server: 13632 3015 29755 131 46533
server thread 2 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 541606200
server thread 4 got connection 537583720
server thread 1 write 131072 bytes
server: 16713 3015 29689 66 49482
server thread 1 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 541310056
server thread 2 got connection 539534200
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 538637192
client thread 4 socket connected 541606200
server thread 4 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 540422120
server thread 1 got connection 539830136
client thread 2 socket connected 541310056
server thread 2 read 8192 bytes
client thread 3 socket connected 538637192
client thread 3 socket wrote 8192
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 538506008
server thread 9 got connection 537830376
client thread 4 socket wrote 8192
client thread 1 socket connected 540422120
client thread 2 socket wrote 8192
client thread 9 socket connected 538506008
server thread 1 read 8192 bytes
server thread 9 read 8192 bytes
client thread 1 socket wrote 8192
server thread 8 write 131072 bytes
server: 124787 3408 29820 131 158147
server thread 8 loop 1
client thread 9 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 537830248
server thread 8 got connection 537829960
client thread 8 socket connected 537830248
server thread 8 read 8192 bytes
client thread 8 socket wrote 8192
server thread 4 write 131072 bytes
server: 1442 5440 22939 197 30017
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 537583720
server thread 4 got connection 541606200
client thread 4 socket connected 537583720
server thread 4 read 8192 bytes
server thread 1 write 131072 bytes
server: 5964 6619 22218 131 34932
server thread 1 loop 4
client thread 4 socket wrote 8192
server thread 5 write 131072 bytes
server: 1114 197 75370 197 76878
server thread 5 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 539830136
server thread 1 got connection 537871528
server thread 9 write 131072 bytes
server: 147922 6226 24577 131 178857
server thread 9 loop 1
client thread 1 socket connected 539830136
server thread 1 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 540422120
server thread 9 got connection 537830376
client thread 1 socket wrote 8192
server thread 8 write 131072 bytes
server: 3343 2556 20252 131 26281
server thread 8 loop 2
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 538506008
server thread 8 got connection 537829960
client thread 8 socket connected 538506008
server thread 8 read 8192 bytes
client thread 8 socket wrote 8192
server thread 1 write 131072 bytes
server: 3080 2490 10683 131 16385
Thread 1 EXIT
server thread 3 got connection 537830248
server thread 3 read 8192 bytes
client thread 1 socket read 131072
Thread 1 EXIT
server thread 8 write 131072 bytes
server: 1704 1049 9634 131 12518
server thread 8 loop 3
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 537871528
server thread 8 got connection 539238152
client thread 8 socket connected 537871528
server thread 8 read 8192 bytes
client thread 8 socket wrote 8192
server thread 4 write 131072 bytes
server: 3474 2687 31459 131 37751
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
server thread 8 write 131072 bytes
server: 1376 786 8258 131 10552
server thread 8 loop 4
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 539830136
client thread 8 socket connected 539830136
client thread 8 socket wrote 8192
server thread 8 got connection 537829960
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 1966 131 4457 131 6685
Thread 8 EXIT
client thread 9 socket connected 540422120
server thread 9 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 538506008
server thread 5 got connection 541606200
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 540718232
server thread 6 got connection 537583720
client thread 8 socket read 131072
Thread 8 EXIT
client thread 9 socket wrote 8192
client thread 5 socket connected 538506008
server thread 5 read 8192 bytes
server thread 7 write 131072 bytes
server: 8782 5767 211102 131 225783
server thread 7 loop 1
client thread 6 socket connected 540718232
client thread 5 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 539238152
server thread 7 got connection 537871528
server thread 6 read 8192 bytes
client thread 7 socket connected 539238152
server thread 7 read 8192 bytes
client thread 6 socket wrote 8192
client thread 7 socket wrote 8192
server thread 2 write 131072 bytes
server: 3867 5440 95688 197 105191
server thread 2 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 537829960
server thread 2 got connection 539394664
server thread 3 write 131072 bytes
server: 54267 262 56429 131 111089
server thread 3 loop 4
client thread 2 socket connected 537829960
server thread 2 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 541310152
server thread 3 got connection 538950488
server thread 9 write 131072 bytes
server: 2687 32180 39913 131 74912
server thread 9 loop 2
server thread 5 write 131072 bytes
server: 38996 6488 32966 131 78582
Thread 5 EXIT
client thread 2 socket wrote 8192
client thread 3 socket connected 541310152
server thread 3 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 539830136
server thread 9 got connection 537830120
client thread 5 socket read 131072
server thread 6 write 131072 bytes
server: 102831 9634 33294 131 145891
server thread 6 loop 2
client thread 3 socket wrote 8192
client thread 9 socket connected 539830136
server thread 9 read 8192 bytes
Thread 5 EXIT
server thread 7 write 131072 bytes
server: 4391 4326 32901 131 41749
server thread 7 loop 2
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 537830056
server thread 6 got connection 539534200
client thread 7 socket read 131072
client thread 6 socket connected 537830056
server thread 6 read 8192 bytes
client thread 7 loop 2
client thread 7 socket created 541310056
server thread 7 got connection 537830248
client thread 6 socket wrote 8192
client thread 7 socket connected 541310056
server thread 7 read 8192 bytes
client thread 7 socket wrote 8192
server thread 2 write 131072 bytes
server: 4457 4457 26740 197 35850
Thread 2 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
server thread 3 write 131072 bytes
server: 4981 5178 24184 66 34408
Thread 3 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
server thread 7 write 131072 bytes
server: 5702 2622 13108 131 21562
server thread 7 loop 3
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 538637192
server thread 7 got connection 537830376
client thread 7 socket connected 538637192
server thread 7 read 8192 bytes
client thread 7 socket wrote 8192
server thread 7 write 131072 bytes
server: 1245 393 3867 131 5636
server thread 7 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 541606200
server thread 7 got connection 537871592
client thread 7 socket connected 541606200
server thread 7 read 8192 bytes
client thread 7 socket wrote 8192
server thread 7 write 131072 bytes
server: 983 721 3670 131 5505
Thread 7 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
server thread 0 got connection 540422120
server thread 0 read 8192 bytes
client thread 9 socket wrote 8192
server thread 6 write 131072 bytes
server: 4457 2359 36637 197 43649
server thread 6 loop 3
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 537583720
server thread 6 got connection 538506008
client thread 6 socket connected 537583720
server thread 6 read 8192 bytes
client thread 6 socket wrote 8192
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 537871528
client thread 0 socket connected 537871528
client thread 0 socket wrote 8192
server thread 9 write 131072 bytes
server: 5374 4195 52366 131 62066
server thread 9 loop 3
server thread 0 write 131072 bytes
server: 310853 197 17958 197 329204
server thread 0 loop 1
server thread 0 got connection 540718232
server thread 0 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 539238152
server thread 9 got connection 539394664
client thread 9 socket connected 539238152
server thread 9 read 8192 bytes
client thread 9 socket wrote 8192
server thread 6 write 131072 bytes
server: 2425 1770 16123 66 20383
server thread 6 loop 4
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 537871720
server thread 6 got connection 537829960
client thread 6 socket connected 537871720
server thread 6 read 8192 bytes
client thread 6 socket wrote 8192
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 538950488
client thread 0 socket connected 538950488
client thread 0 socket wrote 8192
server thread 9 write 131072 bytes
server: 2687 1835 17302 131 21956
server thread 9 loop 4
server thread 0 write 131072 bytes
server: 66 197 21562 131 21956
server thread 0 loop 2
server thread 0 got connection 537871784
server thread 0 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 541310152
server thread 9 got connection 537830248
client thread 9 socket connected 541310152
server thread 9 read 8192 bytes
client thread 9 socket wrote 8192
server thread 6 write 131072 bytes
server: 2884 1704 15467 131 20186
Thread 6 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 541310056
client thread 0 socket connected 541310056
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 66 197 14550 131 14943
server thread 0 loop 3
server thread 0 got connection 537830376
server thread 0 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 538637192
client thread 0 socket connected 538637192
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 66 197 4850 131 5243
server thread 0 loop 4
server thread 0 got connection 537871592
server thread 0 read 8192 bytes
client thread 0 socket read 131072
Thread 0 EXIT
server thread 0 write 131072 bytes
server: 66 131 4391 197 4784
Thread 0 EXIT
server thread 9 write 131072 bytes
server: 2818 1770 22414 131 27133
Thread 9 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
Thread 9 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 223375 24730 293973 1372
server per thread elapsed time 543461
----------
Client results:

----------
client per thread totals 10 25812 23538 325301 2008
client per thread elapsed time 376670
select loop user/kernel: 76196.00 usec
server thread 0 alive
server thread 0 loop 0
server thread 1 alive
server thread 1 loop 0
server thread 2 alive
server thread 2 loop 0
server thread 3 alive
server thread 3 loop 0
server thread 4 alive
server thread 4 loop 0
server thread 5 alive
server thread 6 alive
server thread 6 loop 0
server thread 7 alive
server thread 7 loop 0
server thread 5 loop 0
server thread 8 alive
server thread 8 loop 0
server thread 9 alive
server thread 9 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 537871528
client thread 0 socket connected 537871528
client thread 0 socket wrote 8192
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 539394664
server thread 1 got connection 540718232
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 539238152
server thread 3 got connection 537829960
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 541606136
server thread 4 got connection 537871720
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 538950488
server thread 6 got connection 537871784
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 541310056
server thread 7 got connection 537830376
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 538637192
server thread 5 got connection 537871592
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 539238296
server thread 8 got connection 537830248
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 539394600
server thread 9 got connection 541310152
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 537131000
server thread 2 got connection 537131064
client thread 1 socket connected 539394664
server thread 1 read 8192 bytes
client thread 3 socket connected 539238152
server thread 3 read 8192 bytes
client thread 4 socket connected 541606136
server thread 4 read 8192 bytes
client thread 6 socket connected 538950488
server thread 6 read 8192 bytes
client thread 7 socket connected 541310056
server thread 7 read 8192 bytes
client thread 5 socket connected 538637192
server thread 5 read 8192 bytes
client thread 8 socket connected 539238296
server thread 8 read 8192 bytes
client thread 9 socket connected 539394600
server thread 9 read 8192 bytes
client thread 2 socket connected 537131000
server thread 2 read 8192 bytes
client thread 1 socket wrote 8192
client thread 3 socket wrote 8192
client thread 4 socket wrote 8192
client thread 6 socket wrote 8192
client thread 7 socket wrote 8192
client thread 5 socket wrote 8192
client thread 8 socket wrote 8192
client thread 9 socket wrote 8192
client thread 2 socket wrote 8192
server thread 1 write 131072 bytes
server: 11863 5178 45746 197 62983
server thread 1 loop 1
server thread 3 write 131072 bytes
server: 10290 5309 46205 66 61869
server thread 3 loop 1
server thread 4 write 131072 bytes
server: 9700 5571 46402 131 61804
server thread 4 loop 1
server thread 6 write 131072 bytes
server: 9044 5767 46533 66 61410
server thread 6 loop 1
server thread 5 write 131072 bytes
server: 7930 6226 45746 131 60034
server thread 5 loop 1
server thread 8 write 131072 bytes
server: 7275 6423 45943 131 59772
server thread 8 loop 1
server thread 9 write 131072 bytes
server: 6357 6619 46074 131 59182
server thread 9 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 540718232
server thread 1 got connection 537829960
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 537871720
server thread 3 got connection 537871784
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 537871592
server thread 4 got connection 537830248
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 541310152
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 539394664
server thread 5 got connection 539238152
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 541606136
server thread 8 got connection 538950488
client thread 9 socket read 131072
client thread 1 socket connected 540718232
server thread 1 read 8192 bytes
client thread 3 socket connected 537871720
server thread 3 read 8192 bytes
client thread 4 socket connected 537871592
server thread 4 read 8192 bytes
client thread 6 socket connected 541310152
client thread 6 socket wrote 8192
server thread 6 got connection 538637192
server thread 6 read 8192 bytes
client thread 5 socket connected 539394664
server thread 5 read 8192 bytes
client thread 8 socket connected 541606136
server thread 8 read 8192 bytes
client thread 9 loop 1
client thread 9 socket created 539238296
server thread 9 got connection 539394600
client thread 1 socket wrote 8192
client thread 3 socket wrote 8192
client thread 4 socket wrote 8192
client thread 5 socket wrote 8192
client thread 8 socket wrote 8192
client thread 9 socket connected 539238296
server thread 9 read 8192 bytes
client thread 9 socket wrote 8192
server thread 4 write 131072 bytes
server: 7471 5767 35850 197 49286
server thread 4 loop 2
server thread 5 write 131072 bytes
server: 7471 5636 35588 66 48761
server thread 5 loop 2
server thread 8 write 131072 bytes
server: 7668 6030 35064 66 48827
server thread 8 loop 2
server thread 3 write 131072 bytes
server: 7406 6095 40766 131 54398
server thread 3 loop 2
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 537830248
server thread 4 got connection 539238152
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 538950488
server thread 5 got connection 537871784
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 537871592
server thread 8 got connection 539394664
server thread 9 write 131072 bytes
server: 13632 4850 35785 66 54332
server thread 9 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 541606136
client thread 3 socket connected 541606136
client thread 3 socket wrote 8192
client thread 4 socket connected 537830248
server thread 4 read 8192 bytes
client thread 5 socket connected 538950488
server thread 5 read 8192 bytes
client thread 8 socket connected 537871592
server thread 8 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 539394600
server thread 9 got connection 537871720
server thread 3 got connection 539238296
server thread 3 read 8192 bytes
client thread 4 socket wrote 8192
client thread 5 socket wrote 8192
client thread 8 socket wrote 8192
client thread 9 socket connected 539394600
server thread 9 read 8192 bytes
client thread 9 socket wrote 8192
server thread 1 write 131072 bytes
server: 7471 6357 59969 131 73928
server thread 1 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 537829960
client thread 1 socket connected 537829960
client thread 1 socket wrote 8192
server thread 1 got connection 540718232
server thread 1 read 8192 bytes
server thread 4 write 131072 bytes
server: 5440 5309 33556 131 44436
server thread 4 loop 3
server thread 5 write 131072 bytes
server: 5374 5112 33360 66 43911
server thread 5 loop 3
server thread 8 write 131072 bytes
server: 5505 4719 33163 0 43387
server thread 8 loop 3
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 539238152
server thread 5 got connection 537871784
server thread 9 write 131072 bytes
server: 4981 3998 32311 131 41421
server thread 9 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 539394664
server thread 4 got connection 538950488
server thread 6 write 131072 bytes
server: 13108 197 87495 66 100865
server thread 6 loop 2
client thread 5 socket connected 539238152
server thread 5 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 537871720
server thread 9 got connection 537830248
client thread 4 socket connected 539394664
server thread 4 read 8192 bytes
client thread 5 socket wrote 8192
client thread 9 socket connected 537871720
server thread 9 read 8192 bytes
client thread 4 socket wrote 8192
client thread 9 socket wrote 8192
server thread 3 write 131072 bytes
server: 10028 197 56495 131 66850
server thread 3 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 538637192
client thread 3 socket connected 538637192
client thread 3 socket wrote 8192
server thread 3 got connection 539394600
server thread 3 read 8192 bytes
server thread 4 write 131072 bytes
server thread 5 write 131072 bytes
server: 3343 4850 26609 131 34932
server thread 5 loop 4
server thread 9 write 131072 bytes
server: 4457 2163 24708 131 31459
server thread 9 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 539238296
client thread 4 socket connected 539238296
client thread 4 socket wrote 8192
server: 7209 3474 23856 3998 38537
server thread 4 loop 4
server thread 4 got connection 541606136
server thread 4 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 537871784
server thread 5 got connection 537830248
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 539394664
server thread 9 got connection 538950488
client thread 5 socket connected 537871784
server thread 5 read 8192 bytes
client thread 9 socket connected 539394664
server thread 9 read 8192 bytes
client thread 5 socket wrote 8192
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 4129 1770 12059 197 18154
Thread 9 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
server thread 3 write 131072 bytes
server: 5440 262 26806 131 32639
server thread 3 loop 4
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 539238152
client thread 3 socket connected 539238152
client thread 3 socket wrote 8192
server thread 4 write 131072 bytes
server: 66 131 22480 131 22808
Thread 4 EXIT
server thread 3 got connection 537871720
server thread 3 read 8192 bytes
client thread 4 socket read 131072
Thread 4 EXIT
server thread 3 write 131072 bytes
server: 2425 197 5374 131 8127
Thread 3 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
server thread 2 write 131072 bytes
server: 15467 6816 206121 197 228601
server thread 2 loop 1
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 538950488
server thread 6 got connection 537583720
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 539394664
server thread 8 got connection 539394600
server thread 7 write 131072 bytes
server: 8455 5964 214314 131 228864
server thread 7 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 538637192
server thread 2 got connection 541606136
client thread 6 socket connected 538950488
server thread 6 read 8192 bytes
client thread 8 socket connected 539394664
server thread 8 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 540126184
server thread 7 got connection 539238296
client thread 2 socket connected 538637192
server thread 2 read 8192 bytes
client thread 6 socket wrote 8192
client thread 8 socket wrote 8192
client thread 7 socket connected 540126184
server thread 7 read 8192 bytes
client thread 2 socket wrote 8192
server thread 5 write 131072 bytes
server: 4063 2032 46926 131 53152
Thread 5 EXIT
client thread 7 socket wrote 8192
client thread 5 socket read 131072
Thread 5 EXIT
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 537871720
client thread 1 socket connected 537871720
client thread 1 socket wrote 8192
server thread 1 write 131072 bytes
server: 8717 197 117709 262 126884
server thread 1 loop 3
server thread 1 got connection 537830056
server thread 1 read 8192 bytes
server thread 8 write 131072 bytes
server: 72814 4653 31262 131 108861
server thread 8 loop 4
server thread 2 write 131072 bytes
server: 6030 4522 30279 131 40962
server thread 2 loop 2
server thread 6 write 131072 bytes
server: 64229 5047 35391 66 104732
server thread 6 loop 3
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 539238152
server thread 8 got connection 537131064
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 541310152
server thread 2 got connection 537871592
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 537830376
server thread 6 got connection 537131000
client thread 8 socket connected 539238152
server thread 8 read 8192 bytes
client thread 2 socket connected 541310152
server thread 2 read 8192 bytes
client thread 8 socket wrote 8192
client thread 6 socket connected 537830376
server thread 6 read 8192 bytes
client thread 2 socket wrote 8192
client thread 6 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 541310056
client thread 1 socket connected 541310056
client thread 1 socket wrote 8192
server thread 1 write 131072 bytes
server: 131 197 25167 197 25691
server thread 1 loop 4
server thread 1 got connection 537830248
server thread 1 read 8192 bytes
server thread 8 write 131072 bytes
server: 4326 3015 19006 131 26478
Thread 8 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
server thread 1 write 131072 bytes
server: 131 131 12190 131 12584
Thread 1 EXIT
server thread 2 write 131072 bytes
server: 3736 3539 24774 131 32180
server thread 2 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 539830136
client thread 2 socket connected 539830136
client thread 2 socket wrote 8192
server thread 2 got connection 537871784
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 1376 131 4391 66 5964
server thread 2 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 537829960
client thread 2 socket connected 537829960
client thread 2 socket wrote 8192
server thread 2 got connection 540718232
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 1114 197 4129 131 5571
Thread 2 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
server thread 0 got connection 539394600
server thread 0 read 8192 bytes
server thread 7 write 131072 bytes
server: 5178 4195 73273 131 82776
server thread 7 loop 2
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 541606136
server thread 7 got connection 537583720
client thread 7 socket connected 541606136
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
server: 3670 4522 43322 131 51645
server thread 6 loop 4
client thread 7 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 539394664
server thread 6 got connection 538637192
client thread 6 socket connected 539394664
server thread 6 read 8192 bytes
client thread 6 socket wrote 8192
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 538950488
client thread 0 socket connected 538950488
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 316490 328 21497 197 338511
server thread 0 loop 1
server thread 0 got connection 537871720
server thread 0 read 8192 bytes
server thread 7 write 131072 bytes
server: 2687 2097 16844 131 21759
server thread 7 loop 3
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 537830056
server thread 7 got connection 537131064
client thread 7 socket connected 537830056
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
server: 1835 1835 17040 131 20842
Thread 6 EXIT
client thread 7 socket wrote 8192
client thread 6 socket read 131072
Thread 6 EXIT
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 538506008
client thread 0 socket connected 538506008
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 66 131 14353 131 14681
server thread 0 loop 2
server thread 0 got connection 539238152
server thread 0 read 8192 bytes
server thread 7 write 131072 bytes
server: 2359 1638 11666 131 15795
server thread 7 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 541310056
server thread 7 got connection 537830248
client thread 7 socket connected 541310056
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 541606200
client thread 0 socket connected 541606200
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 131 131 14025 197 14484
server thread 0 loop 3
server thread 0 got connection 537871592
server thread 0 read 8192 bytes
server thread 7 write 131072 bytes
server: 1573 918 10617 131 13239
Thread 7 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 541310152
client thread 0 socket connected 541310152
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 66 131 6619 131 6947
server thread 0 loop 4
server thread 0 got connection 537871784
server thread 0 read 8192 bytes
client thread 0 socket read 131072
Thread 0 EXIT
server thread 0 write 131072 bytes
server: 66 131 4260 131 4588
Thread 0 EXIT
Thread 0 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 294353 40801 492884 2402
server per thread elapsed time 830450
----------
Client results:

----------
client per thread totals 10 43141 40179 569041 3423
client per thread elapsed time 655795
select loop kernel/user: 76497.60 usec
server thread 0 alive
server thread 0 loop 0
server thread 1 alive
server thread 1 loop 0
server thread 2 alive
server thread 3 alive
server thread 3 loop 0
server thread 4 alive
server thread 4 loop 0
server thread 5 alive
server thread 5 loop 0
server thread 6 alive
server thread 6 loop 0
server thread 7 alive
server thread 7 loop 0
server thread 8 alive
server thread 8 loop 0
server thread 9 alive
server thread 9 loop 0
server thread 2 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 537583720
client thread 0 socket connected 537583720
client thread 0 socket wrote 8192
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 541606136
server thread 1 got connection 538637192
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 537830120
client thread 1 socket connected 541606136
server thread 1 read 8192 bytes
server thread 2 got connection 539394664
client thread 1 socket wrote 8192
server thread 1 write 131072 bytes
server: 10683 918 5112 131 16844
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 538950488
server thread 1 got connection 537871720
client thread 1 socket connected 538950488
server thread 1 read 8192 bytes
client thread 1 socket wrote 8192
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 537131064
server thread 3 got connection 537830056
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 538506008
server thread 4 got connection 539238152
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 537830248
server thread 5 got connection 540422120
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 541310056
server thread 6 got connection 541606200
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 537871592
server thread 7 got connection 541310152
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 537871784
server thread 8 got connection 540718168
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 538637192
server thread 9 got connection 541606136
client thread 2 socket connected 537830120
server thread 2 read 8192 bytes
client thread 3 socket connected 537131064
server thread 3 read 8192 bytes
client thread 4 socket connected 538506008
server thread 4 read 8192 bytes
client thread 5 socket connected 537830248
server thread 5 read 8192 bytes
client thread 6 socket connected 541310056
server thread 6 read 8192 bytes
client thread 7 socket connected 537871592
server thread 7 read 8192 bytes
client thread 8 socket connected 537871784
server thread 8 read 8192 bytes
client thread 9 socket connected 538637192
server thread 9 read 8192 bytes
client thread 2 socket wrote 8192
client thread 3 socket wrote 8192
client thread 4 socket wrote 8192
client thread 5 socket wrote 8192
client thread 6 socket wrote 8192
client thread 7 socket wrote 8192
client thread 9 socket wrote 8192
server thread 1 write 131072 bytes
server: 983 393 22152 197 23725
server thread 1 loop 2
client thread 8 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 537871720
server thread 1 got connection 538950488
client thread 1 socket connected 537871720
server thread 1 read 8192 bytes
client thread 1 socket wrote 8192
server thread 2 write 131072 bytes
server: 2818 13763 47647 197 64425
server thread 2 loop 1
server thread 3 write 131072 bytes
server: 19400 5178 48303 131 73011
server thread 3 loop 1
server thread 4 write 131072 bytes
server: 18810 5374 48565 66 72814
server thread 4 loop 1
server thread 5 write 131072 bytes
server: 18285 5571 48761 131 72749
server thread 5 loop 1
server thread 7 write 131072 bytes
server: 17106 6030 49155 131 72421
server thread 7 loop 1
server thread 9 write 131072 bytes
server: 16057 6554 48434 131 71176
server thread 9 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 539394664
server thread 3 got connection 537830056
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 539238152
server thread 4 got connection 540422120
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 541310152
server thread 5 got connection 541606136
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 537830120
server thread 7 got connection 537131064
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 538506008
server thread 9 got connection 537830248
client thread 2 socket created 537871592
server thread 2 got connection 538637192
client thread 3 socket connected 539394664
server thread 3 read 8192 bytes
client thread 4 socket connected 539238152
server thread 4 read 8192 bytes
client thread 5 socket connected 541310152
server thread 5 read 8192 bytes
server thread 8 write 131072 bytes
server: 16581 6226 62197 197 85201
server thread 8 loop 1
client thread 7 socket connected 537830120
server thread 7 read 8192 bytes
client thread 9 socket connected 538506008
server thread 9 read 8192 bytes
client thread 2 socket connected 537871592
server thread 2 read 8192 bytes
client thread 3 socket wrote 8192
client thread 4 socket wrote 8192
client thread 5 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 540718168
server thread 8 got connection 537871784
client thread 7 socket wrote 8192
client thread 9 socket wrote 8192
server thread 1 write 131072 bytes
server: 7799 6161 47254 131 61345
server thread 1 loop 3
client thread 8 socket connected 540718168
server thread 8 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 538950488
server thread 1 got connection 537871720
server thread 6 write 131072 bytes
server: 17761 5767 80745 131 104404
server thread 6 loop 1
client thread 8 socket wrote 8192
client thread 1 socket connected 538950488
server thread 1 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 541606200
client thread 6 socket connected 541606200
client thread 6 socket wrote 8192
client thread 1 socket wrote 8192
server thread 6 got connection 541310056
server thread 6 read 8192 bytes
server thread 3 write 131072 bytes
server: 7799 7078 40634 131 55643
server thread 3 loop 2
server thread 5 write 131072 bytes
server: 7799 6423 40700 66 54988
server thread 5 loop 2
server thread 9 write 131072 bytes
server: 8061 5964 40569 131 54725
server thread 9 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 537830056
client thread 3 socket connected 537830056
client thread 3 socket wrote 8192
server thread 3 got connection 541606136
server thread 3 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 537830248
server thread 5 got connection 539394664
server thread 7 write 131072 bytes
server: 8127 6226 48237 131 62721
server thread 7 loop 2
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 541310152
server thread 9 got connection 537131064
client thread 5 socket connected 537830248
server thread 5 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 538506008
server thread 7 got connection 537830120
client thread 9 socket connected 541310152
server thread 9 read 8192 bytes
client thread 5 socket wrote 8192
client thread 7 socket connected 538506008
client thread 9 socket wrote 8192
server thread 1 write 131072 bytes
server: 5767 4588 40241 131 50727
server thread 1 loop 4
server thread 8 write 131072 bytes
server: 6423 5243 50203 131 62000
server thread 8 loop 2
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 537871720
server thread 1 got connection 537871784
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 538950488
client thread 8 socket connected 538950488
client thread 8 socket wrote 8192
client thread 1 socket connected 537871720
server thread 1 read 8192 bytes
server thread 8 got connection 540718168
server thread 8 read 8192 bytes
client thread 1 socket wrote 8192
server thread 4 write 131072 bytes
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 539238152
client thread 4 socket connected 539238152
client thread 4 socket wrote 8192
server: 7799 6751 80089 4981 99620
server thread 4 loop 2
server thread 4 got connection 540422120
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 7603 4981 32245 131 44960
server thread 5 loop 3
server thread 9 write 131072 bytes
server: 7930 4457 31393 197 43977
server thread 9 loop 3
client thread 9 socket read 131072
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 539394664
server thread 5 got connection 537131064
server thread 6 write 131072 bytes
server: 10486 197 64425 66 75174
server thread 6 loop 2
client thread 9 loop 3
client thread 9 socket created 537830248
server thread 9 got connection 541310056
client thread 5 socket connected 539394664
server thread 5 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 541310152
client thread 6 socket connected 541310152
client thread 6 socket wrote 8192
client thread 9 socket connected 537830248
server thread 9 read 8192 bytes
server thread 1 write 131072 bytes
server: 5178 4457 31000 66 40700
Thread 1 EXIT
client thread 5 socket wrote 8192
server thread 6 got connection 541606200
server thread 6 read 8192 bytes
client thread 9 socket wrote 8192
server thread 3 write 131072 bytes
server: 6423 131 64294 131 70979
server thread 3 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 537871784
client thread 3 socket connected 537871784
client thread 3 socket wrote 8192
server thread 3 got connection 540718232
server thread 3 read 8192 bytes
server thread 5 write 131072 bytes
server: 7471 3343 22414 131 33360
server thread 5 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 541606136
server thread 5 got connection 537830056
server thread 8 write 131072 bytes
server: 9438 197 49613 131 59379
server thread 8 loop 3
client thread 5 socket connected 541606136
server thread 5 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 537131064
client thread 8 socket connected 537131064
client thread 8 socket wrote 8192
client thread 5 socket wrote 8192
server thread 8 got connection 539394664
server thread 8 read 8192 bytes
server thread 4 write 131072 bytes
server: 66 131 46730 131 47057
server thread 4 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 540718168
client thread 4 socket connected 540718168
client thread 4 socket wrote 8192
server thread 4 got connection 538950488
server thread 4 read 8192 bytes
server thread 6 write 131072 bytes
server: 11273 131 32966 131 44501
server thread 6 loop 3
server thread 3 write 131072 bytes
server: 4784 197 28116 131 33228
server thread 3 loop 4
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 540422120
client thread 3 socket connected 540422120
client thread 3 socket wrote 8192
server thread 3 got connection 539238152
server thread 3 read 8192 bytes
server thread 8 write 131072 bytes
server: 4915 197 21759 131 27002
server thread 8 loop 4
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 541606200
client thread 8 socket connected 541606200
client thread 8 socket wrote 8192
server thread 8 got connection 540718232
server thread 8 read 8192 bytes
server thread 3 write 131072 bytes
server: 2818 197 12059 131 15205
Thread 3 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
server thread 8 write 131072 bytes
server: 2294 197 8913 131 11535
Thread 8 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
server thread 0 got connection 537871784
server thread 0 read 8192 bytes
client thread 2 socket wrote 8192
client thread 1 socket read 131072
Thread 1 EXIT
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 539394664
server thread 6 got connection 537131064
client thread 6 socket connected 539394664
server thread 6 read 8192 bytes
server thread 4 write 131072 bytes
server: 5636 197 38668 197 44698
server thread 4 loop 4
client thread 6 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 539238152
server thread 4 got connection 537829960
client thread 4 socket connected 539238152
server thread 4 read 8192 bytes
server thread 9 write 131072 bytes
server: 7144 4326 93197 197 104863
server thread 9 loop 4
client thread 4 socket wrote 8192
server thread 2 write 131072 bytes
server: 15336 6292 191703 131 213462
server thread 2 loop 2
server thread 7 write 131072 bytes
server: 4981 8520 132324 131 145956
server thread 7 loop 3
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 540422120
server thread 9 got connection 540718232
server thread 5 write 131072 bytes
server: 2556 2556 74060 66 79237
Thread 5 EXIT
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 537871528
server thread 2 got connection 541606200
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 537871720
server thread 7 got connection 541310152
client thread 9 socket connected 540422120
server thread 9 read 8192 bytes
client thread 5 socket read 131072
Thread 5 EXIT
client thread 2 socket connected 537871528
server thread 2 read 8192 bytes
client thread 7 socket connected 537871720
server thread 7 read 8192 bytes
client thread 9 socket wrote 8192
client thread 2 socket wrote 8192
client thread 7 socket wrote 8192
server thread 6 write 131072 bytes
server: 31524 5178 36309 131 73142
server thread 6 loop 4
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 538950488
server thread 6 got connection 540718168
client thread 6 socket connected 538950488
server thread 6 read 8192 bytes
client thread 6 socket wrote 8192
server thread 9 write 131072 bytes
server: 5178 4457 25626 197 35457
Thread 9 EXIT
server thread 2 write 131072 bytes
server: 4981 4326 24839 131 34277
server thread 2 loop 3
server thread 7 write 131072 bytes
server: 5047 4129 25036 66 34277
server thread 7 loop 4
client thread 9 socket read 131072
Thread 9 EXIT
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 541310056
server thread 2 got connection 538637192
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 537830120
server thread 7 got connection 537830248
client thread 2 socket connected 541310056
server thread 2 read 8192 bytes
client thread 7 socket connected 537830120
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
server: 4260 3277 19596 131 27264
Thread 6 EXIT
client thread 2 socket wrote 8192
client thread 7 socket wrote 8192
client thread 6 socket read 131072
Thread 6 EXIT
server thread 2 write 131072 bytes
server: 3343 2163 12780 131 18417
server thread 2 loop 4
server thread 7 write 131072 bytes
server: 3408 3343 11469 131 18351
Thread 7 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 537830056
server thread 2 got connection 540126184
client thread 2 socket connected 537830056
server thread 2 read 8192 bytes
client thread 2 socket wrote 8192
server thread 2 write 131072 bytes
server: 2753 459 3998 131 7340
Thread 2 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
server thread 4 write 131072 bytes
server: 5178 7471 70193 131 82973
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 537871592
client thread 0 socket connected 537871592
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 255341 328 98768 131 354568
server thread 0 loop 1
server thread 0 got connection 538506008
server thread 0 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 541606136
client thread 0 socket connected 541606136
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 131 131 4981 131 5374
server thread 0 loop 2
server thread 0 got connection 537131064
server thread 0 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 539394664
client thread 0 socket connected 539394664
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 66 197 4653 131 5047
server thread 0 loop 3
server thread 0 got connection 540718232
server thread 0 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 539394600
client thread 0 socket connected 539394600
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 131 131 4588 131 4981
server thread 0 loop 4
server thread 0 got connection 541606200
server thread 0 read 8192 bytes
client thread 0 socket read 131072
Thread 0 EXIT
server thread 0 write 131072 bytes
server: 66 197 4129 131 4522
Thread 0 EXIT
Thread 0 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 20 357931 58871 710069 3549
server per thread elapsed time 1130433
----------
Client results:

----------
client per thread totals 20 62776 74981 807094 4519
client per thread elapsed time 949378
select loop kernel/kernel: 75488.20 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Sat Feb 8 16:34:46 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:34:47 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:34:47 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:34:52 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Sat Feb 8 16:34:55 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Sat Feb 8 16:34:55 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Sat Feb 8 16:34:56 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:34:57 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: sendzlf
BEGIN TEST: server_test  
Sat Feb 8 16:34:58 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Sat Feb 8 16:34:58 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Sat Feb 8 16:34:59 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Sat Feb 8 16:34:59 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Sat Feb 8 16:35:00 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Sat Feb 8 16:35:00 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Sat Feb 8 16:35:01 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:35:01 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:35:05 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Sat Feb 8 16:35:05 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:35:06 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Sat Feb 8 16:35:15 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Sat Feb 8 16:35:31 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Sat Feb 8 16:35:31 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Sat Feb 8 16:35:32 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:35:32 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Sat Feb 8 16:35:40 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PR_SI_HOSTNAME: itsy
PR_SI_SYSNAME: AIX
PR_SI_RELEASE: 3
PR_SI_ARCHITECTURE: rs6000
Host page size is 4096
Page shift is 12
Number of processors is: 1
END TEST: system
BEGIN TEST: testbit  
Sat Feb 8 16:35:40 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Sat Feb 8 16:35:41 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Sat Feb 8 16:35:44 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Sat Feb 8 16:35:57 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Sun Feb 9 00:35:57 UTC 2003
Current local time is Sat Feb 8 16:35:57 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Sat Feb 8 16:35:57 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Sat Feb 8 16:38:11 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Sat Feb 8 16:38:12 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Sat Feb 8 16:38:13 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:38:13 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Runtime library version information
Build time: 09 Feb 2003 00:04:19 GMT
Build time: 2003-02-08 16:04:19
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:38:14 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Sat Feb 8 16:38:14 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Sat Feb 8 16:38:15 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:38:32 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Sat Feb 8 16:38:39 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x200416f8)127.0.0.1:35634
(Server) read [0x20041680..0x200416f5) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x20041748)127.0.0.1:35635
(Server) read [0x200416d0..0x20041745) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x20041748)127.0.0.1:35636
(Server) read [0x200416d0..0x20041745) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x20041748)127.0.0.1:35637
(Server) read [0x200416d0..0x20041745) GET / HTTP/1.0


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


Testing w/ write_dally = 2000 msec
Accepted connection from (0x20041748)127.0.0.1:35638
(Server) read [0x200416d0..0x20041745) GET / HTTP/1.0


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


Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptread
BEGIN TEST: acceptreademu  
Sat Feb 8 16:38:50 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x20040a18)127.0.0.1:35640
(Server) read [0x200409a0..0x20040a15) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x20040a68)127.0.0.1:35641
(Server) read [0x200409f0..0x20040a65) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x20040a68)127.0.0.1:35642
(Server) read [0x200409f0..0x20040a65) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x20040a68)127.0.0.1:35643
(Server) read [0x200409f0..0x20040a65) GET / HTTP/1.0


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


Testing w/ write_dally = 2000 msec
Accepted connection from (0x20040a68)127.0.0.1:35644
(Server) read [0x200409f0..0x20040a65) GET / HTTP/1.0


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


Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptreademu
BEGIN TEST: affinity  
Sat Feb 8 16:39:01 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:39:02 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Sat Feb 8 16:40:05 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Sat Feb 8 16:40:06 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:40:06 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Sat Feb 8 16:40:07 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Sat Feb 8 16:40:08 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:40:13 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Client/Server started at(0x200195f8): 16:40:13
Server started at(0x2001ad78): 16:40:13
Client started at(0x20087908): 16:40:13
main(0x200195f8): waiting for execution interval (10 seconds)
Shutting down(0x200195f8): 16:40:23
Client(0x20087908): stopped after 47 operations and 41684 bytes
Server(0x2001ad78): stopped after 48 operations and 42634 bytes
main(0x200195f8): test complete
Test exiting at(0x200195f8): 16:40:23
END TEST: cltsrv
BEGIN TEST: concur  
Sat Feb 8 16:40:24 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Sat Feb 8 16:40:35 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Sat Feb 8 16:40:35 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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: 79.30 usec
Condvar simple test shared UK: 46.53 usec
Condvar simple test priv UU: 158.61 usec
Condvar simple test priv UK: 170.40 usec
Condvar simple test All: 170.40 usec
Condvar timeout test: 689.47 usec

10 Thread tests
Condvar simple test shared UU: 79.30 usec
Condvar simple test shared UK: 75.37 usec
Condvar simple test priv UU: 357.19 usec
Condvar simple test priv UK: 380.78 usec
Condvar simple test All: 346.70 usec
Condvar timeout test: 750.43 usec

15 Thread tests
Condvar simple test shared UU: 107.48 usec
Condvar simple test shared UK: 103.55 usec
Condvar simple test priv UU: 410.28 usec
Condvar simple test priv UK: 477.78 usec
Condvar simple test All: 481.71 usec
Condvar timeout test: 869.05 usec

20 Thread tests
Condvar simple test shared UU: 137.63 usec
Condvar simple test shared UK: 136.32 usec
Condvar simple test priv UU: 658.02 usec
Condvar simple test priv UK: 660.64 usec
Condvar simple test All: 646.87 usec
Condvar timeout test: 954.25 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Sat Feb 8 16:40:37 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Sat Feb 8 16:40:37 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Sat Feb 8 16:40:38 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:40:38 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Sat Feb 8 16:40:49 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Sat Feb 8 16:40:49 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: fileio
BEGIN TEST: foreign  
Sat Feb 8 16:40:50 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Sat Feb 8 16:40:53 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Accepting connection at port 35694
Wait one second before connect
Connecting to port 35694
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Child process continues.
Accepting connection at port 35696
Wait one second before connect
Fork succeeded. Parent process continues.
Wait one second before connect
Accepting connection at port 35697
Connecting to port 35696
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Connecting to port 35697
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:40:56 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
10 iterations over a 10 kbyte file: 197 [262] 197
END TEST: fsync
BEGIN TEST: getproto  
Sat Feb 8 16:40:56 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:40:57 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Sat Feb 8 16:40:57 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Elapsed time: 3000 ms, expected time: 3006 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Sat Feb 8 16:41:01 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 12949 nsecs

Overhead of 'PR_IntervalNow()' is 3490 nsecs

Overhead of 'PR_Now()' is 8992 nsecs

Overhead of 'PR_IntervalNow()' is 714 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Sat Feb 8 16:43:15 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Test not defined
END TEST: instrumt
BEGIN TEST: intrio  
Sat Feb 8 16:43:15 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:43:36 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Sat Feb 8 16:43:49 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:43:56 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Interrupting the threads
Threads terminated in 2995 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Sat Feb 8 16:44:01 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:44:02 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Sat Feb 8 16:44:02 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Sat Feb 8 16:44:03 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Sat Feb 8 16:44:03 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Sat Feb 8 16:44:04 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:44:04 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Sat Feb 8 16:44:04 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Sat Feb 8 16:44:05 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Sat Feb 8 16:44:24 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Sat Feb 8 16:44:30 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Sat Feb 8 16:44:41 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1
PASS
END TEST: many_cv
BEGIN TEST: multiwait  
Sat Feb 8 16:44:41 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:46:04 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Sat Feb 8 16:46:09 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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
client sent 10 bytes
First Receive:
: PR_WOULD_BLOCK_ERROR(-5998), oserror = 11
First PR_Recv: retVal: 10, Error: -5998
nonblock returned 1 (failed)
END TEST: nonblock
BEGIN TEST: nblayer  
Sat Feb 8 16:46:11 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:46:11 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Sat Feb 8 16:46:12 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:46:12 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:46:13 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Sat Feb 8 16:46:13 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Sat Feb 8 16:46:14 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Sat Feb 8 16:46:14 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
Killing op_nofil 57456 after 600
END TEST: op_nofil
BEGIN TEST: parent  
Sat Feb 8 16:46:15 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: parent
BEGIN TEST: peek  
Sat Feb 8 16:46:16 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:46:56 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 0.13 usec
current calendar time: 4.06 usec
interval time: 4.06 usec
idle lock lock/unlock pair: 0.85 usec
idle monitor entry/exit pair: 0.98 usec
idle cache monitor entry/exit pair: 2.82 usec
create/destroy thread pair: 88.28 usec
context switch - user/user: 13.11 usec
context switch - user/kernel: 12.91 usec
context switch - kernel/user: 13.04 usec
context switch - kernel/kernel: 14.09 usec
sema context switch - user/user: 14.68 usec
sema context switch - user/kernel: 14.68 usec
sema context switch - kernel/user: 14.68 usec
sema context switch - kernel/kernel: 24.97 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.07 usec
DLL procedure call overhead: 0.07 usec
current calendar time: 4.06 usec
interval time: 14.16 usec
idle lock lock/unlock pair: 0.85 usec
idle monitor entry/exit pair: 0.98 usec
idle cache monitor entry/exit pair: 2.82 usec
create/destroy thread pair: 179.51 usec
context switch - user/user: 22.94 usec
context switch - user/kernel: 34.47 usec
context switch - kernel/user: 23.07 usec
context switch - kernel/kernel: 22.87 usec
sema context switch - user/user: 34.87 usec
sema context switch - user/kernel: 24.77 usec
sema context switch - kernel/user: 26.81 usec
sema context switch - kernel/kernel: 34.87 usec
END TEST: perf
BEGIN TEST: pipeping  
Sat Feb 8 16:46:58 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:46:58 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:46:59 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:46:59 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Sat Feb 8 16:47:00 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Sat Feb 8 16:47:05 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Sat Feb 8 16:47:06 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Sat Feb 8 16:47:06 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Sat Feb 8 16:47:06 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Client/Server started at(0x200197d8): 16:47:07
Server started at(0x20051488): 16:47:07
Client started at(0x2007fd58): 16:47:07
main(0x200197d8): waiting for execution interval (10 seconds)
Shutting down(0x200197d8): 16:47:17
Client(0x2007fd58): stopped after 48 operations and 42634 bytes
Server(0x20051488): stopped after 48 operations and 42634 bytes
main(0x200197d8): test complete
Test exiting at(0x200197d8): 16:47:22
END TEST: provider
BEGIN TEST: prpollml  
Sat Feb 8 16:47:22 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Sat Feb 8 16:47:44 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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 36053, 36054 and 36055

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 "36053" from a client
The server received "36054" from a client
Server read 128 bytes from native fd 8
The server received "36055" from a client
The server received "36053" from a client
The server received "36054" from a client
Server read 128 bytes from native fd 11
The server received "36055" from a client
The server received "36053" from a client
The server received "36054" from a client
Server read 128 bytes from native fd 8
The server received "36055" from a client
The server received "36053" from a client
The server received "36054" from a client
Server read 128 bytes from native fd 11
The server received "36055" from a client
The server received "36053" from a client
The server received "36054" from a client
Server read 128 bytes from native fd 8
The server received "36055" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Sat Feb 8 16:47:50 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Sat Feb 8 16:47:50 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Sat Feb 8 16:48:11 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Sat Feb 8 16:48:11 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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 99151 11674 160009 554
server per thread elapsed time 271402
----------
Client results:

----------
client per thread totals 0 3586 12330 141508 639
client per thread elapsed time 158076
select loop user/user: 66404.60 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 174574 33786 335845 1118
server per thread elapsed time 545336
----------
Client results:

----------
client per thread totals 10 20201 30716 367481 1753
client per thread elapsed time 420162
select loop user/kernel: 72119.60 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 255022 41993 499688 2004
server per thread elapsed time 798718
----------
Client results:

----------
client per thread totals 10 27496 39099 580281 2534
client per thread elapsed time 649418
select loop kernel/user: 67977.40 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 20 345750 62332 628636 3215
server per thread elapsed time 1039943
----------
Client results:

----------
client per thread totals 20 42991 59954 747085 3681
client per thread elapsed time 853717
select loop kernel/kernel: 71582.20 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Sat Feb 8 16:48:13 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: selct_er
BEGIN TEST: selct_nm  
Sat Feb 8 16:48:14 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: selct_nm
BEGIN TEST: selct_to  
Sat Feb 8 16:48:14 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: selct_to
BEGIN TEST: selintr  
Sat Feb 8 16:48:20 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Sat Feb 8 16:48:22 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Sat Feb 8 16:48:23 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Sat Feb 8 16:48:23 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:48:24 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: sendzlf
BEGIN TEST: server_test  
Sat Feb 8 16:48:24 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Sat Feb 8 16:48:25 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Sat Feb 8 16:48:25 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Sat Feb 8 16:48:26 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Sat Feb 8 16:48:26 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Sat Feb 8 16:48:27 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Sat Feb 8 16:48:27 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:48:28 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:48:31 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Sat Feb 8 16:48:31 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:48:32 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Sat Feb 8 16:48:37 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Sat Feb 8 16:49:03 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Sat Feb 8 16:49:04 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Sat Feb 8 16:49:04 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:49:05 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Sat Feb 8 16:49:17 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PR_SI_HOSTNAME: itsy
PR_SI_SYSNAME: AIX
PR_SI_RELEASE: 3
PR_SI_ARCHITECTURE: rs6000
Host page size is 4096
Page shift is 12
Number of processors is: 1
END TEST: system
BEGIN TEST: testbit  
Sat Feb 8 16:49:17 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Sat Feb 8 16:49:18 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Sat Feb 8 16:49:21 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Sat Feb 8 16:49:29 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Sun Feb 9 00:49:29 UTC 2003
Current local time is Sat Feb 8 16:49:29 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Sat Feb 8 16:49:30 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Sat Feb 8 16:50:40 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Sat Feb 8 16:50:41 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Sat Feb 8 16:50:42 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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:50:43 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Runtime library version information
Build time: 08 Feb 2003 23:59:38 GMT
Build time: 2003-02-08 15:59:38
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:50:43 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Sat Feb 8 16:50:44 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Sat Feb 8 16:50:45 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_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