summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Multiple
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-30 21:51:17 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-30 21:51:17 +0000
commit26c98edb4783ede276a281ff0bd8ff50698a5704 (patch)
treebdfd62c198b36eb514dfbc470c29da7e76e0eb48 /TAO/orbsvcs/tests/EC_Multiple
parent3cb966b52257743713c8bb423b904d6a02c51c4f (diff)
downloadATCD-26c98edb4783ede276a281ff0bd8ff50698a5704.tar.gz
Sat Jun 30 21:38:25 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Multiple')
-rw-r--r--TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.cpp b/TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.cpp
index 3d90eadbbe0..1538fcf674a 100644
--- a/TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.cpp
+++ b/TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.cpp
@@ -97,7 +97,9 @@ print_priority_info (const char *const name)
#ifdef sun
// Find what scheduling class the thread's LWP is in.
+ //FUZZ: disable check_for_lack_ACE_OS
ACE_Sched_Params sched_params (ACE_SCHED_OTHER, 0);
+ //FUZZ: enable check_for_lack_ACE_OS
if (ACE_OS::lwp_getparams (sched_params) == -1)
{
ACE_OS::perror ("ACE_OS::lwp_getparams");
@@ -912,7 +914,9 @@ Test_ECG::shutdown_supplier (void* /* supplier_cookie */,
return;
// We propagate a shutdown event through the system...
+ //FUZZ: disable check_for_lack_ACE_OS
RtecEventComm::EventSet shutdown (1);
+ //FUZZ: enable check_for_lack_ACE_OS
shutdown.length (1);
RtecEventComm::Event& s = shutdown[0];