diff options
author | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-17 14:36:00 +0000 |
---|---|---|
committer | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-17 14:36:00 +0000 |
commit | e3a19c62c0507fb21096d835b98a785edaffa2cc (patch) | |
tree | c63590fc65a323a42a6bd167343a53e06217246e /tests/README | |
parent | c6bf8a413ef16311248e9b34b386d5200c8ed86c (diff) | |
download | ATCD-e3a19c62c0507fb21096d835b98a785edaffa2cc.tar.gz |
pSOSim port
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/tests/README b/tests/README index 031e7481b20..92e066ea994 100644 --- a/tests/README +++ b/tests/README @@ -12,7 +12,7 @@ using the native DOS prompt. However we were able to get around this problem by using a program called "4DOS for Windows NT" which also displays a DOS prompt but allows us to run batch files through it. -The tests have been run on UNIX, Windows NT, and Windows 95 and they +The tests have been run on UNIX, pSOS, Windows NT, and Windows 95 and they all work with the following exceptions: 1. Name_Server_Test on Windows 95: this does not work on Windows 95 @@ -25,7 +25,17 @@ all work with the following exceptions: 3. Proactor_Test (to be added) on Windows 95: this does not work on Windows 95 since Windows 95 does not support I/O completion ports. - + +4. Of the tests (believed) relevant to the single threaded port to pSOSim, + Sigset_Ops_Test, Sock_Connector_Test, Priority_Reactor_Test, + Process_Strategy_Test, and Service_Config_Test are still failing. + These are being debugged and will either be corrected or, if there + are unsupported features in these tests, removed from the test suite for + pSOSim. + +5. The set of tests for pSOSim will be expanded to include those that require + multiple threads, with the release of the multi-threaded port to pSOSim. + Notes: 1. Each test creates a log file and writes it to the ./log/ @@ -51,5 +61,10 @@ Notes: Please see run_tests.vxworks for information on the status of tests on VxWorks. +Please see run_tests.psosim for information on the status of tests on pSOSim. +Run_tests.psosim is an executable shell script that runs all tests that are +(believed) relevant to the single threaded port to pSOSim. + + If you have any questions/suggestions, please send email to ace-users@cs.wustl.edu. |