Changeset 12507
- Timestamp:
- Mar 19, 2007, 4:35:53 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/tap_psMemory.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/tap_psMemory.c
r12431 r12507 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-03- 14 00:39:51$8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-03-20 02:35:53 $ 10 10 * 11 11 * XXXX: Several tests fail with an Abort and are commented out. … … 42 42 psLogSetFormat("HLNM"); 43 43 psLogSetLevel(PS_LOG_INFO); 44 plan_tests(1 5);44 plan_tests(10); 45 45 46 46 void TPFreeReferencedMemory( void ); … … 50 50 51 51 void TPOutOfMemory( void ); 52 ok(false, "XXXX: Skipping TPOutOfMemory() because of test abort failure");52 // XXXX: Skipping TPOutOfMemory() because of test abort failure 53 53 if (0) { 54 54 TPOutOfMemory(); … … 56 56 57 57 void TPReallocOutOfMemory( void ); 58 ok(false, "XXXX: Skipping TPReallocOutOfMemory() because of test abort failure");58 // XXXX: Skipping TPReallocOutOfMemory() because of test abort failure 59 59 if (0) { 60 60 TPReallocOutOfMemory(); … … 77 77 78 78 void TPcheckLeaks( void ); 79 ok(false, "XXXX: Skipping TPcheckLeaks() because of test abort failure");79 // XXXX: Skipping TPcheckLeaks() because of test abort failure 80 80 if (0) { 81 81 TPcheckLeaks(); 82 82 } 83 83 84 // psMemProblemCallbackSet() has been removed -JH85 ok(false, "XXXX: Skipping psMemProblemCallbackSet() because of test abort failure");86 #if 087 88 void TPmemCorruption( void );89 if (1) {90 TPmemCorruption();91 }92 #endif93 94 84 void TPmultipleFree( void ); 95 ok(false, "XXXX: Skipping TPmultipleFree() because of test abort failure");85 // XXXX: Skipping TPmultipleFree() because of test abort failure 96 86 if (0) { 97 87 TPmultipleFree();
Note:
See TracChangeset
for help on using the changeset viewer.
