Changeset 1030 for trunk/psLib/test/sysUtils
- Timestamp:
- Jun 14, 2004, 11:36:32 AM (22 years ago)
- Location:
- trunk/psLib/test/sysUtils
- Files:
-
- 2 edited
-
tst_psMemory.c (modified) (2 diffs)
-
verified/tst_psMemory.stderr (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psMemory.c
r1029 r1030 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-06-14 21: 22:09$8 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-06-14 21:36:24 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 59 59 60 60 if (! runTestSuite(stderr,"psMemory",tests)) { 61 psAbort(__FILE__,"One or more tests failed"); 61 psError(__FILE__,"One or more tests failed"); 62 return 1; 62 63 } 63 64 return 0; -
trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
r1018 r1030 17 17 <DATE> <TIME> <HOST> |I| TPOutOfMemory|Upon requesting more memory than is available, psalloc shall call the psMemExhaustedCallback. 18 18 <DATE> <TIME> <HOST> |I|TPOutOfMemoryEx|Custom MemExhaustedCallback was invoked. 19 <DATE> <TIME> <HOST> |A| p_psAlloc|Failed to allocate 4294966295 bytes at tst_psMemory.c:16 319 <DATE> <TIME> <HOST> |A| p_psAlloc|Failed to allocate 4294966295 bytes at tst_psMemory.c:164 20 20 21 21 ---> TESTPOINT PASSED (psMemory{450-TPOutOfMemory} | tst_psMemory.c) … … 59 59 <DATE> <TIME> <HOST> |I| TPcheckLeaks|following psMemCheckLeaks call should produce one instance. 60 60 file:line ID 61 tst_psMemory.c:31 3161 tst_psMemory.c:314 1 62 62 <DATE> <TIME> <HOST> |I| TPcheckLeaks|Testing psMemCheckLeaks again with a different leak location 63 63 <DATE> <TIME> <HOST> |I| TPcheckLeaks|following psMemCheckLeaks call should produce one error. 64 64 file:line ID 65 tst_psMemory.c:34 31165 tst_psMemory.c:344 11 66 66 <DATE> <TIME> <HOST> |I| TPcheckLeaks|Testing psMemCheckLeaks again with multiple leak locations. 67 67 <DATE> <TIME> <HOST> |I| TPcheckLeaks|following psMemCheckLeaks call should produce two errors. 68 68 file:line ID 69 tst_psMemory.c:37 11670 tst_psMemory.c:37 11469 tst_psMemory.c:372 16 70 tst_psMemory.c:372 14 71 71 72 72 ---> TESTPOINT PASSED (psMemory{454-TPcheckLeaks} | tst_psMemory.c)
Note:
See TracChangeset
for help on using the changeset viewer.
