Index: trunk/psLib/test/sys/tap_psError.c
===================================================================
--- trunk/psLib/test/sys/tap_psError.c	(revision 12512)
+++ trunk/psLib/test/sys/tap_psError.c	(revision 12513)
@@ -13,6 +13,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2007-02-06 04:09:55 $
+ *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2007-03-20 03:57:25 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -43,5 +43,5 @@
 static psS32 testError00(void)
 {
-    diag("testError00");
+//    diag("testError00");
 
     psS32  intval=1;
@@ -68,5 +68,5 @@
 static psS32 testError01(void)
 {
-    diag("testError01");
+//    diag("testError01");
 
     psErrorCode code=PS_ERR_BAD_PARAMETER_VALUE;
@@ -120,5 +120,5 @@
 static psS32 testError02(void)
 {
-    diag("testError02");
+//    diag("testError02");
 
     psErrorCode code = PS_ERR_BAD_PARAMETER_VALUE;
@@ -136,5 +136,5 @@
 static psS32 testError03(void)
 {
-    diag("testError03");
+//    diag("testError03");
 
     psErrorCode code = PS_ERR_BAD_PARAMETER_VALUE;
@@ -235,5 +235,5 @@
 static psS32 testError04(void)
 {
-    diag("testError04");
+    //diag("testError04");
 
     psErrorCode code = PS_ERR_BAD_PARAMETER_VALUE;
@@ -296,5 +296,5 @@
 static psS32 testError05(void)
 {
-    diag("testError05");
+    //diag("testError05");
 
     // Verify the return value of psErrorCodeString
@@ -311,5 +311,5 @@
 static psS32 testErrorRegister(void)
 {
-    diag("testErrorRegister");
+    //diag("testErrorRegister");
 
     psS32 numErr = 4;
Index: trunk/psLib/test/sys/tap_psMemory.c
===================================================================
--- trunk/psLib/test/sys/tap_psMemory.c	(revision 12512)
+++ trunk/psLib/test/sys/tap_psMemory.c	(revision 12513)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-03-20 02:35:53 $
+*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-03-20 03:57:25 $
 *
 *  XXXX: Several tests fail with an Abort and are commented out.
@@ -92,5 +92,5 @@
 void TPCheckBufferPositive( void )
 {
-    diag("TPCheckBufferPositive");
+//    diag("TPCheckBufferPositive");
 
     psS32 * mem;
@@ -117,5 +117,5 @@
 void TPFreeReferencedMemory( void )
 {
-    diag("TPFreeReferencedMemory");
+    // diag("TPFreeReferencedMemory");
 
     // create memory
@@ -160,5 +160,5 @@
 void TPReallocOutOfMemory( void )
 {
-    diag("TPReallocOutOfMemory");
+    // diag("TPReallocOutOfMemory");
 
     psS32 * mem[ 100 ];
@@ -196,5 +196,5 @@
 void TPOutOfMemory( void )
 {
-    diag("TPOutOfMemory");
+    // diag("TPOutOfMemory");
 
     psS32 * mem[ 100 ];
@@ -230,5 +230,5 @@
 void TPrealloc( void )
 {
-    diag("TPrealloc");
+    // diag("TPrealloc");
 
     psS32 * mem1;
@@ -287,5 +287,5 @@
 void TPallocCallback( void )
 {
-    diag("TPallocCallback");
+    // diag("TPallocCallback");
 
     psS32 * mem1;
Index: trunk/psLib/test/sys/tap_psString.c
===================================================================
--- trunk/psLib/test/sys/tap_psString.c	(revision 12512)
+++ trunk/psLib/test/sys/tap_psString.c	(revision 12513)
@@ -20,6 +20,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2007-03-20 03:31:39 $
+ *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2007-03-20 03:57:25 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -87,5 +87,5 @@
 psS32 testStringCopy00(void)
 {
-    diag("testStringCopy00");
+//    diag("testStringCopy00");
 
     char  stringval[20] = "E R R O R";
@@ -114,5 +114,5 @@
 psS32 testStringCopy01(void)
 {
-    diag("testStringCopy01");
+//    diag("testStringCopy01");
 
     char  *emptyval = "";
@@ -136,5 +136,5 @@
 psS32 testStringCopy02(void)
 {
-    diag("testStringCopy02");
+//    diag("testStringCopy02");
 
     psS32   result = 0;
@@ -163,5 +163,5 @@
 psS32 testStringCopy03(void)
 {
-    diag("testStringCopy03");
+//    diag("testStringCopy03");
 
     psS32   result = 0;
@@ -186,5 +186,5 @@
 psS32 testStringCopy04(void)
 {
-    diag("testStringCopy04");
+//    diag("testStringCopy04");
 
     psS32   result = 0;
@@ -233,5 +233,5 @@
 psS32 testStringCopy06(void)
 {
-    diag("testStringCopy06");
+//    diag("testStringCopy06");
 
     char  *strResult;
@@ -252,5 +252,5 @@
 psS32 testStrAppend00(void)
 {
-    diag("testStrAppend00");
+//    diag("testStrAppend00");
 
     char *str=NULL;
@@ -272,5 +272,5 @@
 psS32 testStrAppend01(void)
 {
-    diag("testStrAppend01");
+//    diag("testStrAppend01");
 
     ssize_t sz;
@@ -290,5 +290,5 @@
 psS32 testStrAppend02(void)
 {
-    diag("testStrAppend02");
+//    diag("testStrAppend02");
 
     char *str=NULL;
@@ -307,5 +307,5 @@
 psS32 testStrAppend03(void)
 {
-    diag("testStrAppend03");
+//    diag("testStrAppend03");
 
     char *str =psStringCopy(STR_0);
@@ -322,5 +322,5 @@
 psS32 testStrPrepend00(void)
 {
-    diag("testStrPrepend00");
+//    diag("testStrPrepend00");
 
     char *str=NULL;
@@ -343,5 +343,5 @@
 psS32 testStrPrepend01(void)
 {
-    diag("testStrPrepend01");
+//    diag("testStrPrepend01");
 
     ssize_t sz;
@@ -360,5 +360,5 @@
 psS32 testStrPrepend02(void)
 {
-    diag("testStrPrepend02");
+//    diag("testStrPrepend02");
 
     char *str=NULL;
@@ -377,5 +377,5 @@
 psS32 testStrPrepend03(void)
 {
-    diag("testStrPrepend03");
+//    diag("testStrPrepend03");
 
     char *str=NULL;
@@ -397,5 +397,5 @@
 psS32 testStrSplit00(void)
 {
-    diag("testStrSplit00");
+//    diag("testStrSplit00");
 
     psList *strList = NULL;
@@ -525,5 +525,5 @@
 psS32 testNULLStrings(void)
 {
-    diag("test""s");
+//    diag("test""s");
 
     psString nullTest = NULL;
@@ -582,5 +582,5 @@
 psS32 testStrCheck(void)
 {
-    diag("testStrCheck");
+//    diag("testStrCheck");
 
     psString str = NULL;
Index: trunk/psLib/test/sys/tap_psTrace.c
===================================================================
--- trunk/psLib/test/sys/tap_psTrace.c	(revision 12512)
+++ trunk/psLib/test/sys/tap_psTrace.c	(revision 12513)
@@ -43,5 +43,5 @@
 static psS32 testTrace00(void)
 {
-    diag("testTrace00");
+//    diag("testTrace00");
 
     psS32 i;
@@ -86,5 +86,5 @@
 static psS32 testTrace01(void)
 {
-    diag("testTrace01");
+//    diag("testTrace01");
 
     //    psTraceSetDestination(stderr);
@@ -103,5 +103,5 @@
 static psS32 testTrace02(void)
 {
-    diag("testTrace02");
+//    diag("testTrace02");
 
     psTraceReset();
@@ -131,5 +131,5 @@
 static psS32 testTrace03(void)
 {
-    diag("testTrace03");
+//    diag("testTrace03");
 
     psS32 i = 0;
@@ -172,5 +172,5 @@
 static psS32 testTrace04(void)
 {
-    diag("testTrace04");
+//    diag("testTrace04");
 
     int FD;
