summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbShutdownTask.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/TP_Common/OrbShutdownTask.cpp')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/OrbShutdownTask.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbShutdownTask.cpp b/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbShutdownTask.cpp
index c64221af9cc..c7f01889e9c 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbShutdownTask.cpp
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbShutdownTask.cpp
@@ -37,11 +37,13 @@ OrbShutdownTask::open(void*)
{
if (this->activate(THR_NEW_LWP | THR_JOINABLE, 1) != 0)
{
+ //FUZZ: disable check_for_lack_ACE_OS
// Assumes that when activate returns non-zero return code that
// no threads were activated.
ACE_ERROR_RETURN((LM_ERROR,
"(%P|%t) OrbShutdownTask failed to open().\n"),
-1);
+ //FUZZ: enable check_for_lack_ACE_OS
}
return 0;