diff options
author | Steve Huston <shuston@riverace.com> | 1999-07-07 00:33:16 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-07-07 00:33:16 +0000 |
commit | e6d4782c02a9239dd870c159bc719b97bcfbb0a8 (patch) | |
tree | ff438c78e08dfc44d915da042d0d8da85b7d9131 /tests | |
parent | dcc4b7789749a6b804cd89a20282012c91d5381a (diff) | |
download | ATCD-e6d4782c02a9239dd870c159bc719b97bcfbb0a8.tar.gz |
Comment out tests for unsupported things which cause run-time errors
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run_pharlap_tests.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/run_pharlap_tests.bat b/tests/run_pharlap_tests.bat index e109f641a30..8b34bfcf42c 100755 --- a/tests/run_pharlap_tests.bat +++ b/tests/run_pharlap_tests.bat @@ -34,12 +34,12 @@ call %0 IOStream_Test call %0 Map_Manager_Test call %0 Cache_Map_Manager_Test call %0 Map_Test -call %0 Mem_Map_Test +rem call %0 Mem_Map_Test not supported call %0 Message_Block_Test call %0 Message_Queue_Notifications_Test call %0 Message_Queue_Test call %0 MT_Reactor_Timer_Test -call %0 MM_Shared_Memory_Test +rem call %0 MM_Shared_Memory_Test not supported call %0 MT_SOCK_Test call %0 Naming_Test call %0 New_Fail_Test @@ -70,7 +70,7 @@ call %0 Svc_Handler_Test call %0 SOCK_Test call %0 SOCK_Connector_Test call %0 SOCK_Send_Recv_Test -call %0 SPIPE_Test +rem call %0 SPIPE_Test not supported call %0 SString_Test call %0 SV_Shared_Memory_Test call %0 Task_Test |