Changeset 1807 for trunk/psLib/test/collections
- Timestamp:
- Sep 14, 2004, 10:01:52 AM (22 years ago)
- Location:
- trunk/psLib/test/collections
- Files:
-
- 2 added
- 21 deleted
- 7 edited
-
Makefile (modified) (2 diffs)
-
tst_psBitSet.c (added)
-
tst_psBitSet_01.c (deleted)
-
tst_psBitSet_02.c (deleted)
-
tst_psBitSet_03.c (deleted)
-
tst_psBitSet_04.c (deleted)
-
tst_psBitSet_05.c (deleted)
-
tst_psBitSet_06.c (deleted)
-
tst_psBitSet_07.c (deleted)
-
tst_psBitSet_08.c (deleted)
-
verified/tst_psBitSet.stderr (added)
-
verified/tst_psBitSet_01.stderr (deleted)
-
verified/tst_psBitSet_01.stdout (deleted)
-
verified/tst_psBitSet_02.stdout (deleted)
-
verified/tst_psBitSet_03.stdout (deleted)
-
verified/tst_psBitSet_04.stdout (deleted)
-
verified/tst_psBitSet_05.stderr (deleted)
-
verified/tst_psBitSet_05.stdout (deleted)
-
verified/tst_psBitSet_06.stderr (deleted)
-
verified/tst_psBitSet_06.stdout (deleted)
-
verified/tst_psBitSet_07.stdout (deleted)
-
verified/tst_psBitSet_08.stderr (deleted)
-
verified/tst_psBitSet_08.stdout (deleted)
-
verified/tst_psVector.stderr (modified) (1 diff)
-
verified/tst_psVector.stdout (deleted)
-
verified/tst_psVectorSort_02.stderr (modified) (1 diff)
-
verified/tst_psVectorSort_02.stdout (modified) (2 diffs)
-
verified/tst_psVectorSort_03.stderr (modified) (1 diff)
-
verified/tst_psVectorSort_04.stderr (modified) (1 diff)
-
verified/tst_psVectorSort_04.stdout (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/Makefile
r1421 r1807 3 3 ## Makefile: test/collections 4 4 ## 5 ## $Revision: 1.2 2$ $Name: not supported by cvs2svn $6 ## $Date: 2004-0 8-09 20:42:24$5 ## $Revision: 1.23 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-09-14 20:01:52 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 21 21 TARGET = tst_psVector \ 22 22 tst_psArray \ 23 tst_psBitSet_01 \ 24 tst_psBitSet_02 \ 25 tst_psBitSet_03 \ 26 tst_psBitSet_04 \ 27 tst_psBitSet_05 \ 28 tst_psBitSet_06 \ 29 tst_psBitSet_07 \ 30 tst_psBitSet_08 \ 23 tst_psBitSet \ 31 24 tst_psVectorSort_01 \ 32 25 tst_psVectorSort_02 \ -
trunk/psLib/test/collections/verified/tst_psVector.stderr
r1761 r1807 1 1 <DATE><TIME>|<HOST>|I|main 2 2 Following should be an error message. 3 <DATE><TIME>|<HOST>|E|psVectorAlloc4 Invalid value for nalloc. nalloc: 05 3 <DATE><TIME>|<HOST>|I|main 6 4 Following should be an error message. 7 <DATE><TIME>|<HOST>|E|ps VectorRealloc8 Null input vector5 <DATE><TIME>|<HOST>|E|psLib.collections.psVectorRealloc 6 psVectorRealloc must a given a non-NULL psVector to resize. Desired datatype unknown. -
trunk/psLib/test/collections/verified/tst_psVectorSort_02.stderr
r1304 r1807 1 <DATE><TIME>|<HOST>|E|psLib.collections.psVectorSortIndex 2 Input psVector is an unsupported type (0). -
trunk/psLib/test/collections/verified/tst_psVectorSort_02.stdout
r1304 r1807 19 19 \**********************************************************************************/ 20 20 21 arr[0] = 322 arr[1] = 223 arr[2] = 421 arr[0] = 0 22 arr[1] = 0 23 arr[2] = 0 24 24 arr[3] = 0 25 arr[4] = 125 arr[4] = 0 26 26 27 27 ---> TESTPOINT PASSED (psVectorSortIndex{Create sorted index vector} | tst_psVectorSort_02.c) … … 42 42 \**********************************************************************************/ 43 43 44 file:line ID 45 psError.c:<LINENO> 9 46 psError.c:<LINENO> 8 47 psError.c:<LINENO> 7 48 ERROR: Found 3 memory leaks 44 49 45 50 ---> TESTPOINT PASSED (psVectorSort{Free vectors} | tst_psVectorSort_02.c) -
trunk/psLib/test/collections/verified/tst_psVectorSort_03.stderr
r1761 r1807 1 <DATE><TIME>|<HOST>|E|psVectorSort2 : Line <LINENO> - Input and output vector sizes are not equal: in=5 out=63 <DATE><TIME>|<HOST>|E|psVectorSort4 : Line <LINENO> - Input and output vectors are not same type: in=1028 out=1032 -
trunk/psLib/test/collections/verified/tst_psVectorSort_04.stderr
r1761 r1807 1 <DATE><TIME>|<HOST>|E|ps VectorSort2 : Line <LINENO> - Null input vector1 <DATE><TIME>|<HOST>|E|psLib.collections.psVectorSort 2 psVectorSort can not sort a NULL psVector. -
trunk/psLib/test/collections/verified/tst_psVectorSort_04.stdout
r1233 r1807 16 16 \**********************************************************************************/ 17 17 18 file:line ID 19 psError.c:<LINENO> 5 20 psError.c:<LINENO> 4 21 psError.c:<LINENO> 3 22 ERROR: Found 3 memory blocks 18 23 19 24 ---> TESTPOINT PASSED (psVectorSort{Free arays} | tst_psVectorSort_04.c)
Note:
See TracChangeset
for help on using the changeset viewer.
