diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-12-22 14:05:04 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-12-22 14:05:04 +0000 |
commit | 80dfb40b606995ac119814e5753f845e567ab8a7 (patch) | |
tree | 12be1803f4337879b529f3bf25434a61358d537e /ChangeLog | |
parent | 1f9785d22a5af72d003de6dc6ab35e136bd9358f (diff) | |
download | ATCD-80dfb40b606995ac119814e5753f845e567ab8a7.tar.gz |
ChangeLogTag: Wed Dec 22 08:00:33 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e839a1af469..47d83e061b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +Wed Dec 22 08:00:33 2004 Chad Elliott <elliott_c@ociweb.com> + + * bin/MakeProjectCreator/config/ftclientorb.mpb: + * bin/MakeProjectCreator/config/ftserverorb.mpb: + + These both require interceptors to function properly. + + * bin/tao_other_tests.lst: + + Added !STATIC to the following: + + TAO/performance-tests/Protocols/run_test.pl + TAO/orbsvcs/tests/Notify/Basic/run_test.pl notify.rt.conf + + Added !MINIMUM to the following: + + TAO/orbsvcs/tests/Bug_1393_Regression/run_test.pl + TAO/orbsvcs/tests/Bug_1395_Regression/run_test.pl + TAO/orbsvcs/tests/Bug_1436_Regression/run_test.pl + TAO/orbsvcs/tests/Bug_1437_Regression/run_test.pl + + Added !DISABLE_INTERCEPTORS to the following: + + TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/run_test.pl + TAO/orbsvcs/tests/FaultTolerance/IOGR/run_test.pl + TAO/orbsvcs/tests/FaultTolerance/IOGRManipulation/run_test.pl + + Added !NO_MESSAGING to the following: + + TAO/orbsvcs/tests/Log/Basic_Log_Test/run_test.pl + TAO/orbsvcs/tests/BiDir_CORBALOC/run_test.pl + TAO/orbsvcs/tests/Bug_1395_Regression/run_test.pl + TAO/orbsvcs/tests/Bug_1437_Regression/run_test.pl + + * tests/Multicast_Test.cpp: + + If the wait() for the consumer thread fails, we need to forcably + shutdown that thread so that it does not reference deleted memory. + Tue Dec 21 12:17:50 2004 Chad Elliott <elliott_c@ociweb.com> * bin/PerlACE/Process_Win32.pm: |