Changeset 11265 for trunk/psLib/test/mathtypes
- Timestamp:
- Jan 24, 2007, 12:14:48 PM (20 years ago)
- Location:
- trunk/psLib/test/mathtypes
- Files:
-
- 4 edited
-
tap_psVectorSort_01.c (modified) (2 diffs)
-
tap_psVectorSort_02.c (modified) (2 diffs)
-
tap_psVectorSort_03.c (modified) (2 diffs)
-
tap_psVectorSort_04.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/mathtypes/tap_psVectorSort_01.c
r10808 r11265 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $15 * @date $Date: 200 6-12-18 19:10:56$14 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2007-01-24 22:14:48 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 147 147 ok ( ! psMemCheckLeaks(0, NULL, stdout, false),"Memory leaks not detected"); 148 148 149 psS32 nBad = psMemCheckCorruption( 0);149 psS32 nBad = psMemCheckCorruption(stderr, false); 150 150 ok(!nBad, "Found %d bad memory blocks\n", nBad); 151 151 } -
trunk/psLib/test/mathtypes/tap_psVectorSort_02.c
r10808 r11265 14 14 * @author Ross Harman, MHPCC 15 15 * 16 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $17 * @date $Date: 200 6-12-18 19:10:56$16 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2007-01-24 22:14:48 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 130 130 psS32 nLeaks = psMemCheckLeaks(0, NULL, stdout, false); 131 131 ok(!nLeaks, "Found %d memory leaks\n", nLeaks); 132 psS32 nBad = psMemCheckCorruption( 0);132 psS32 nBad = psMemCheckCorruption(stderr, false); 133 133 ok(!nBad, "Found %d bad memory blocks\n", nBad); 134 134 } -
trunk/psLib/test/mathtypes/tap_psVectorSort_03.c
r10808 r11265 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $15 * @date $Date: 200 6-12-18 19:10:56$14 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2007-01-24 22:14:48 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 68 68 psS32 nLeaks = psMemCheckLeaks(0, NULL, stdout, false); 69 69 ok(!nLeaks, "Found %d memory leaks\n", nLeaks); 70 psS32 nBad = psMemCheckCorruption( 0);70 psS32 nBad = psMemCheckCorruption(stderr, false); 71 71 ok(!nBad, "Found %d bad memory blocks\n", nBad); 72 72 } -
trunk/psLib/test/mathtypes/tap_psVectorSort_04.c
r10808 r11265 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $12 * @date $Date: 200 6-12-18 19:10:56$11 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-24 22:14:48 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 37 37 psS32 nLeaks = psMemCheckLeaks(0, NULL, stdout, false); 38 38 ok(!nLeaks, "Found %d memory blocks\n", nLeaks); 39 psS32 nBad = psMemCheckCorruption( 0);39 psS32 nBad = psMemCheckCorruption(stderr, false); 40 40 ok(!nBad, "Found %d bad memory blocks\n", nBad); 41 41 }
Note:
See TracChangeset
for help on using the changeset viewer.
