Changeset 931
- Timestamp:
- Jun 8, 2004, 10:08:51 AM (22 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 2 edited
-
collections/tst_psList.c (modified) (2 diffs)
-
psTest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psList.c
r923 r931 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-06-08 19:39:28$8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-06-08 20:08:51 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 429 429 if (data == NULL || *data != 0) { 430 430 printListInt(list); 431 psError(__func__,"Failed to remove PS_LIST_HEAD ");431 psError(__func__,"Failed to remove PS_LIST_HEAD (%p)",data); 432 432 return 1; 433 433 } -
trunk/psLib/test/psTest.c
r901 r931 52 52 waitpid(child,&childReturn,0); 53 53 54 childReturn &= 0x7f;55 56 54 if (childReturn != expectedReturn) { 57 55 fprintf(fp,"Return value mismatch: expected %d, got %d",expectedReturn,childReturn);
Note:
See TracChangeset
for help on using the changeset viewer.
