Changeset 968
- Timestamp:
- Jun 9, 2004, 3:23:52 PM (22 years ago)
- Location:
- trunk/psLib/test/collections
- Files:
-
- 3 edited
-
tst_psVector_01.c (modified) (2 diffs)
-
verified/tst_psVector_01.stderr (modified) (1 diff)
-
verified/tst_psVector_01.stdout (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psVector_01.c
r868 r968 10 10 * E) Free S32 vector 11 11 * F) Attempt to create a S32 vector with zero size 12 * 12 * 13 13 * @author Ross Harman, MHPCC 14 14 * 15 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $16 * @date $Date: 2004-06- 04 20:18:12 $15 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2004-06-10 01:23:52 $ 17 17 * 18 18 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 95 95 printFooter(stdout, "psVector", "Attempt to create a S32 vector with zero size", true); 96 96 97 // Test G - Attempt to realloc a null S32 vector 98 printNegativeTestHeader(stdout,"psVector", "Attempt to realloc a null S32 vector", 99 "Null input vector", 0); 100 psVectorRealloc(6, NULL); 101 printFooter(stdout, "psVector", "Attempt to realloc a null S32 vector", true); 102 97 103 return 0; 98 104 } -
trunk/psLib/test/collections/verified/tst_psVector_01.stderr
r880 r968 1 1 <DATE> <TIME> <HOST> |E|psVectorAlloc |Invalid value for nalloc. nalloc: 0 2 <DATE> <TIME> <HOST> |E|psVectorRealloc|Null input vector -
trunk/psLib/test/collections/verified/tst_psVector_01.stdout
r880 r968 80 80 ---> TESTPOINT PASSED (psVector{Attempt to create a S32 vector with zero size} | tst_psVector_01.c) 81 81 82 /----------------------------- TESTPOINT ------------------------------------------\ 83 | TestFile: tst_psVector_01.c | 84 | TestPoint: psVector{Attempt to realloc a null S32 vector} | 85 | TestType: Negative | 86 | ExpectedErrorText: Null input vector | 87 | ExpectedStatusValue: 0 | 88 \----------------------------------------------------------------------------------/ 89 90 91 ---> TESTPOINT PASSED (psVector{Attempt to realloc a null S32 vector} | tst_psVector_01.c) 92
Note:
See TracChangeset
for help on using the changeset viewer.
