summaryrefslogtreecommitdiff
path: root/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-07-19 03:03:32 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-07-19 03:03:32 +0000
commit555e4365599a4b4aca01f491d8bf88ad67b3d6d8 (patch)
treeb69d024137f675c24ef1cec9a2b87c5d6a912987 /ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp
parent8c23086655a3fc2c28a36691a3117db64c96d56f (diff)
downloadATCD-555e4365599a4b4aca01f491d8bf88ad67b3d6d8.tar.gz
Thu Jul 19 03:00:57 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp')
-rw-r--r--ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp b/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp
index 327ef0bc917..1d05ae1a56f 100644
--- a/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp
+++ b/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp
@@ -61,8 +61,8 @@ static size_t svr_thrno = ACE_MAX_THREADS;
#if defined (CHORUS) \
- || defined (ACE_VXWORKS) // default network parameters (MAX_BINDS and system buffers) are too small for full test
- // Add platforms that can't handle too many
+ || defined (ACE_VXWORKS) // default network parameters (MAX_BINDS and system buffers) are too small for full test
+ // Add platforms that can't handle too many
// connection simultaneously here.
#define ACE_LOAD_FACTOR /2
#else
@@ -84,12 +84,14 @@ static int req_delay = 50;
static void
parse_arg (int argc, ACE_TCHAR *argv[])
{
+ //FUZZ: disable check_for_lack_ACE_OS
ACE_Get_Opt getopt (argc, argv, ACE_TEXT ("r:s:c:d:i:n:"));
int c;
while ((c = getopt ()) != -1)
{
+ //FUZZ: enable check_for_lack_ACE_OS
switch (c)
{
case 'r': // hostname:port