commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r7935 - gnuradio/branches/developers/eb/gcell-wip/src/


From: eb
Subject: [Commit-gnuradio] r7935 - gnuradio/branches/developers/eb/gcell-wip/src/lib
Date: Wed, 5 Mar 2008 11:54:46 -0700 (MST)

Author: eb
Date: 2008-03-05 11:54:45 -0700 (Wed, 05 Mar 2008)
New Revision: 7935

Modified:
   gnuradio/branches/developers/eb/gcell-wip/src/lib/qa_job_manager.cc
Log:
work-in-progress

Modified: gnuradio/branches/developers/eb/gcell-wip/src/lib/qa_job_manager.cc
===================================================================
--- gnuradio/branches/developers/eb/gcell-wip/src/lib/qa_job_manager.cc 
2008-03-05 17:04:16 UTC (rev 7934)
+++ gnuradio/branches/developers/eb/gcell-wip/src/lib/qa_job_manager.cc 
2008-03-05 18:54:45 UTC (rev 7935)
@@ -183,7 +183,7 @@
 void
 qa_job_manager::t2_body()
 {
-  gc_job_manager *mgr;
+  gc_job_manager *mgr = 0;
   gc_jm_options opts;
   opts.program_handle = &gcell_qa;
   opts.nspes = 100;
@@ -199,12 +199,13 @@
   // if it's us or the underlying exception handling mechanism, or
   // cppunit.  cppunit is the prime suspect.
 
-  gc_job_manager *mgr;
+  gc_job_manager *mgr = 0;
   gc_jm_options opts;
   opts.program_handle = &gcell_qa;
   opts.nspes = 100;
   opts.gang_schedule = true;
   CPPUNIT_ASSERT_THROW(mgr = gc_make_job_manager(&opts), std::out_of_range);
+  delete mgr;
 }
 
 static void
@@ -729,6 +730,8 @@
 void
 qa_job_manager::t14_body()
 {
+  return;
+
   //static const int NJOBS = 64;
   static const int NJOBS = 256;
   static const int LEN_PER_JOB = 1021;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]