\Windows\apr> testall
.\testatomic : SUCCESS
.\testdir : SUCCESS
.\testdso : SUCCESS
.\testdup : SUCCESS
.\testenv : SUCCESS
.\testfile : SUCCESS
.\testfilecopy : SUCCESS
.\testfileinfo : FAILED 4 of 5
.\testflock : FAILED 1 of 3
.\testfmt : SUCCESS
.\testfnmatch : SUCCESS
.\testargs : SUCCESS
.\testhash : SUCCESS
.\testipsub : SUCCESS
.\testlock : SUCCESS
.\testlfs : SUCCESS
.\testmmap : SUCCESS
.\testnames : SUCCESS
.\testpath : SUCCESS
.\testpoll : SUCCESS
.\testpools : SUCCESS
.\testprocmutex : SUCCESS
.\testrand : SUCCESS
.\testrand2 : SUCCESS
.\testsleep : SUCCESS
.\testshm : SUCCESS
.\testsockets : SUCCESS
.\testsockopt : SUCCESS
.\teststr : SUCCESS
.\teststrnatcmp : SUCCESS
.\testtable : SUCCESS
.\testtemp : SUCCESS
.\testthread : SUCCESS
testtime : SUCCESS
.\testud : SUCCESS
.\testuser : SUCCESS
.\testvsn : SUCCESS
Failed Tests Total Fail Failed %
===================================================
.\testfileinfo 5 4 80.00%
.\testflock 3 1 33.33%
Unimplemented Total Fail Failed %
===================================================
.\testdir 13 4 30.77%
.\testdup 4 4 100.00%
.\testenv 4 4 100.00%
.\testlfs 1 1 100.00%
.\testprocmutex 1 1 100.00%
.\testshm 5 1 20.00%
.\testsockopt 6 1 16.67%
testtime 11 3 27.27%
.\testuser 1 1 100.00%
===========================================================================
* Prevent the following tests from running, for now:
* testoc (needs pipes)
* testpipe (need to be implemented using MSMQ for full functionality)
* testproc (needs pipes)
* testsock (changed to WSA sockets to do blocking with timeout, but still
has an unknown problem, same setup doesn't work in a separate project)
* Failed:
* testfileinfo (incomplete, can't get as much information)
* testflock (unknown reason, file locking worked when tested using only
API calls in a simple project, "succeeds" when it shouldn't in APR)
* Unimplemented:
* testdir: apr_filepath_(get|set)
* testdup: apr_file_(dup|dup2)
* testenv: apr_env_(get|set)
* testlfs: Test disabled without large files support.
* testprocmutex: Test disabled without fork support.
* testshm: apr_shm_remove
* testsockopt: Test disabled without corkable TCP.
* testtime: apr_strftime
* testuser: Not implemented on Windows.