summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-12-10 20:45:13 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-12-10 20:45:13 +0000
commitff697e4e40dfb4342e136cc3dd7c74e1881a57ab (patch)
tree491e7730f665c8c20176f779668a6aab3f51499c
parentc7c722f72ff0d868c9095d732b97d605575d6526 (diff)
downloadATCD-ff697e4e40dfb4342e136cc3dd7c74e1881a57ab.tar.gz
ChangeLogTag:Fri Dec 10 11:43:50 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
-rw-r--r--ACE-INSTALL.html4
-rw-r--r--ChangeLog-99b5
-rw-r--r--tests/run_tests.lst2
3 files changed, 8 insertions, 3 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 80f4c312328..bd4f7c83b0e 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -1112,8 +1112,8 @@ for the pointer to the STL fixes.
use the dynamic libraries, make sure you include ACE_ROOT\bin
in your PATH whenever you run programs that use ACE.<BR><BR>
<LI>If you are building for Windows NT then you can start building
- now. If you are building on Windows 95, then you should add
- the line <BR>
+ now. If you are building on Windows 95 or Windows 98, then you
+ should add the line <BR>
<BR>
<CODE>#define ACE_HAS_WINNT4 0</CODE><BR>
<BR>
diff --git a/ChangeLog-99b b/ChangeLog-99b
index c335a3a738e..31398ca906f 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,8 @@
+Fri Dec 10 11:43:50 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * tests/run_tests.lst: Disabled the MT_Reactor_Timer_Test
+ until Darrell can fix the timer queue.
+
Fri Dec 10 07:24:12 1999 David L. Levine <levine@cs.wustl.edu>
* ACE-INSTALL.html: on VxWorks, automatic
diff --git a/tests/run_tests.lst b/tests/run_tests.lst
index a7ec71775d2..b9b6ac66866 100644
--- a/tests/run_tests.lst
+++ b/tests/run_tests.lst
@@ -25,7 +25,7 @@ chorus/Unicos/MM_Shared_Memory_Test
DISABLED/Signal_Test
Sigset_Ops_Test
Timer_Queue_Test
-MT_Reactor_Timer_Test
+DISABLED/MT_Reactor_Timer_Test
SOCK_Connector_Test
SOCK_Send_Recv_Test
Task_Test