summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-26 17:38:40 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-26 17:38:40 +0000
commit6b6b475855c3f8933bb95442263c739b1567335d (patch)
tree222aba22116fd9158a72b0a1cb7183ee708c7148
parentf7dc90b8ab1a6e8e50a734532805de0783855fb7 (diff)
downloadATCD-6b6b475855c3f8933bb95442263c739b1567335d.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b11
1 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 183a584d271..c654758e7cf 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -3,6 +3,10 @@ Mon Oct 26 08:22:18 1998 David L. Levine <levine@cs.wustl.edu>
* docs/ACE-guidelines.html: added recommendation and
explanation re. use of #pragma once.
+ * ace/config-lynxos.h: added ACE_LACKS_FORK, on PowerPC only.
+ For unknown reasons, all of the ACE tests that fork fail on
+ our PowerPC platform.
+
* tests/SV_Shared_Memory_Test.cpp: don't try to run this
test if ACE_LACKS_FORK, because it uses ACE_OS::fork ().
It allocates the shared memory segment before the fork,
@@ -12,14 +16,13 @@ Mon Oct 26 08:22:18 1998 David L. Levine <levine@cs.wustl.edu>
* tests/Pipe_Test.cpp,Process_Mutex_Test.cpp: don't try
to run these tests if ACE_LACKS_FORK, either.
+ * tests/run_tests.sh: run Timer_Queue_Test and Upgradeable_RW_Test
+ on LynxOS.
+
* tests/run_tests.vxworks: changed
Message_Queue_Notifications_Test.cpp to
Message_Queue_Notifications_Test.
- * ace/config-lynxos.h: added ACE_LACKS_FORK, on PowerPC only.
- For unknown reasons, all of the ACE tests that fork fail on
- our PowerPC platform.
-
Mon Oct 26 01:49:44 1998 Nanbor Wang <nanbor@cs.wustl.edu>
* tests/Env_Value_Test.cpp (main): Changed argv and envp to type