Changeset 12513 for trunk/psLib/test/sys/tap_psMemory.c
- Timestamp:
- Mar 19, 2007, 5:57:25 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/tap_psMemory.c (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/tap_psMemory.c
r12507 r12513 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-03-20 0 2:35:53$8 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-03-20 03:57:25 $ 10 10 * 11 11 * XXXX: Several tests fail with an Abort and are commented out. … … 92 92 void TPCheckBufferPositive( void ) 93 93 { 94 diag("TPCheckBufferPositive");94 // diag("TPCheckBufferPositive"); 95 95 96 96 psS32 * mem; … … 117 117 void TPFreeReferencedMemory( void ) 118 118 { 119 diag("TPFreeReferencedMemory");119 // diag("TPFreeReferencedMemory"); 120 120 121 121 // create memory … … 160 160 void TPReallocOutOfMemory( void ) 161 161 { 162 diag("TPReallocOutOfMemory");162 // diag("TPReallocOutOfMemory"); 163 163 164 164 psS32 * mem[ 100 ]; … … 196 196 void TPOutOfMemory( void ) 197 197 { 198 diag("TPOutOfMemory");198 // diag("TPOutOfMemory"); 199 199 200 200 psS32 * mem[ 100 ]; … … 230 230 void TPrealloc( void ) 231 231 { 232 diag("TPrealloc");232 // diag("TPrealloc"); 233 233 234 234 psS32 * mem1; … … 287 287 void TPallocCallback( void ) 288 288 { 289 diag("TPallocCallback");289 // diag("TPallocCallback"); 290 290 291 291 psS32 * mem1;
Note:
See TracChangeset
for help on using the changeset viewer.
