Changeset 583
- Timestamp:
- May 5, 2004, 12:38:21 PM (22 years ago)
- Location:
- trunk/psLib/test/collections/verified
- Files:
-
- 16 edited
-
tst_psArray_01.stdout (modified) (5 diffs)
-
tst_psArray_02.stdout (modified) (5 diffs)
-
tst_psArray_03.stdout (modified) (5 diffs)
-
tst_psArray_04.stdout (modified) (5 diffs)
-
tst_psArray_05.stdout (modified) (5 diffs)
-
tst_psArray_06.stdout (modified) (5 diffs)
-
tst_psBitSet_01.stdout (modified) (4 diffs)
-
tst_psBitSet_02.stdout (modified) (3 diffs)
-
tst_psBitSet_03.stdout (modified) (3 diffs)
-
tst_psBitSet_04.stdout (modified) (3 diffs)
-
tst_psBitSet_05.stdout (modified) (2 diffs)
-
tst_psBitSet_06.stdout (modified) (2 diffs)
-
tst_psSort_01.stdout (modified) (3 diffs)
-
tst_psSort_02.stdout (modified) (3 diffs)
-
tst_psSort_03.stdout (modified) (2 diffs)
-
tst_psSort_04.stdout (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/verified/tst_psArray_01.stdout
r576 r583 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psArray_01.c |3 | TestPoint: psArray{Create integer array} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psArray_01.c | 3 | TestPoint: psArray{Create integer array} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 7 Array size = 5 … … 9 9 ---> TESTPOINT PASSED (psArray{Create integer array} | tst_psArray_01.c) 10 10 11 /----------------------------- TESTPOINT -------------------------------- \12 | TestFile: tst_psArray_01.c |13 | TestPoint: psArray{Add data to integer array} |14 | TestType: Positive |15 \------------------------------------------------------------------------ /11 /----------------------------- TESTPOINT ------------------------------------------\ 12 | TestFile: tst_psArray_01.c | 13 | TestPoint: psArray{Add data to integer array} | 14 | TestType: Positive | 15 \----------------------------------------------------------------------------------/ 16 16 17 17 Elem 0 = 0 … … 23 23 ---> TESTPOINT PASSED (psArray{Add data to integer array} | tst_psArray_01.c) 24 24 25 /----------------------------- TESTPOINT -------------------------------- \26 | TestFile: tst_psArray_01.c |27 | TestPoint: psArray{Reallocate integer array bigger} |28 | TestType: Positive |29 \------------------------------------------------------------------------ /25 /----------------------------- TESTPOINT ------------------------------------------\ 26 | TestFile: tst_psArray_01.c | 27 | TestPoint: psArray{Reallocate integer array bigger} | 28 | TestType: Positive | 29 \----------------------------------------------------------------------------------/ 30 30 31 31 Array size = 10 … … 40 40 ---> TESTPOINT PASSED (psArray{Reallocate integer array bigger} | tst_psArray_01.c) 41 41 42 /----------------------------- TESTPOINT -------------------------------- \43 | TestFile: tst_psArray_01.c |44 | TestPoint: psArray{Reallocate integer array smaller} |45 | TestType: Positive |46 \------------------------------------------------------------------------ /42 /----------------------------- TESTPOINT ------------------------------------------\ 43 | TestFile: tst_psArray_01.c | 44 | TestPoint: psArray{Reallocate integer array smaller} | 45 | TestType: Positive | 46 \----------------------------------------------------------------------------------/ 47 47 48 48 Array size = 3 … … 53 53 ---> TESTPOINT PASSED (psArray{Reallocate integer array smaller} | tst_psArray_01.c) 54 54 55 /----------------------------- TESTPOINT -------------------------------- \56 | TestFile: tst_psArray_01.c |57 | TestPoint: psArray{Free integer array} |58 | TestType: Positive |59 \------------------------------------------------------------------------ /55 /----------------------------- TESTPOINT ------------------------------------------\ 56 | TestFile: tst_psArray_01.c | 57 | TestPoint: psArray{Free integer array} | 58 | TestType: Positive | 59 \----------------------------------------------------------------------------------/ 60 60 61 61 -
trunk/psLib/test/collections/verified/tst_psArray_02.stdout
r576 r583 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psArray_02.c |3 | TestPoint: psArray{Create float array} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psArray_02.c | 3 | TestPoint: psArray{Create float array} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 7 Array size = 5 … … 9 9 ---> TESTPOINT PASSED (psArray{Create float array} | tst_psArray_02.c) 10 10 11 /----------------------------- TESTPOINT -------------------------------- \12 | TestFile: tst_psArray_02.c |13 | TestPoint: psArray{Add data to float array} |14 | TestType: Positive |15 \------------------------------------------------------------------------ /11 /----------------------------- TESTPOINT ------------------------------------------\ 12 | TestFile: tst_psArray_02.c | 13 | TestPoint: psArray{Add data to float array} | 14 | TestType: Positive | 15 \----------------------------------------------------------------------------------/ 16 16 17 17 Elem 0 = 0.00 … … 23 23 ---> TESTPOINT PASSED (psArray{Add data to float array} | tst_psArray_02.c) 24 24 25 /----------------------------- TESTPOINT -------------------------------- \26 | TestFile: tst_psArray_02.c |27 | TestPoint: psArray{Reallocate float array bigger} |28 | TestType: Positive |29 \------------------------------------------------------------------------ /25 /----------------------------- TESTPOINT ------------------------------------------\ 26 | TestFile: tst_psArray_02.c | 27 | TestPoint: psArray{Reallocate float array bigger} | 28 | TestType: Positive | 29 \----------------------------------------------------------------------------------/ 30 30 31 31 Array size = 10 … … 40 40 ---> TESTPOINT PASSED (psArray{Reallocate float array bigger} | tst_psArray_02.c) 41 41 42 /----------------------------- TESTPOINT -------------------------------- \43 | TestFile: tst_psArray_02.c |44 | TestPoint: psArray{Reallocate float array smaller} |45 | TestType: Positive |46 \------------------------------------------------------------------------ /42 /----------------------------- TESTPOINT ------------------------------------------\ 43 | TestFile: tst_psArray_02.c | 44 | TestPoint: psArray{Reallocate float array smaller} | 45 | TestType: Positive | 46 \----------------------------------------------------------------------------------/ 47 47 48 48 Array size = 3 … … 53 53 ---> TESTPOINT PASSED (psArray{Reallocate float array smaller} | tst_psArray_02.c) 54 54 55 /----------------------------- TESTPOINT -------------------------------- \56 | TestFile: tst_psArray_02.c |57 | TestPoint: psArray{Free float array} |58 | TestType: Positive |59 \------------------------------------------------------------------------ /55 /----------------------------- TESTPOINT ------------------------------------------\ 56 | TestFile: tst_psArray_02.c | 57 | TestPoint: psArray{Free float array} | 58 | TestType: Positive | 59 \----------------------------------------------------------------------------------/ 60 60 61 61 -
trunk/psLib/test/collections/verified/tst_psArray_03.stdout
r576 r583 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psArray_03.c |3 | TestPoint: psArray{Create double array} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psArray_03.c | 3 | TestPoint: psArray{Create double array} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 7 Array size = 5 … … 9 9 ---> TESTPOINT PASSED (psArray{Create double array} | tst_psArray_03.c) 10 10 11 /----------------------------- TESTPOINT -------------------------------- \12 | TestFile: tst_psArray_03.c |13 | TestPoint: psArray{Add data to double array} |14 | TestType: Positive |15 \------------------------------------------------------------------------ /11 /----------------------------- TESTPOINT ------------------------------------------\ 12 | TestFile: tst_psArray_03.c | 13 | TestPoint: psArray{Add data to double array} | 14 | TestType: Positive | 15 \----------------------------------------------------------------------------------/ 16 16 17 17 Elem 0 = 0.00 … … 23 23 ---> TESTPOINT PASSED (psArray{Add data to double array} | tst_psArray_03.c) 24 24 25 /----------------------------- TESTPOINT -------------------------------- \26 | TestFile: tst_psArray_03.c |27 | TestPoint: psArray{Reallocate double array bigger} |28 | TestType: Positive |29 \------------------------------------------------------------------------ /25 /----------------------------- TESTPOINT ------------------------------------------\ 26 | TestFile: tst_psArray_03.c | 27 | TestPoint: psArray{Reallocate double array bigger} | 28 | TestType: Positive | 29 \----------------------------------------------------------------------------------/ 30 30 31 31 Array size = 10 … … 40 40 ---> TESTPOINT PASSED (psArray{Reallocate double array bigger} | tst_psArray_03.c) 41 41 42 /----------------------------- TESTPOINT -------------------------------- \43 | TestFile: tst_psArray_03.c |44 | TestPoint: psArray{Reallocate double array smaller} |45 | TestType: Positive |46 \------------------------------------------------------------------------ /42 /----------------------------- TESTPOINT ------------------------------------------\ 43 | TestFile: tst_psArray_03.c | 44 | TestPoint: psArray{Reallocate double array smaller} | 45 | TestType: Positive | 46 \----------------------------------------------------------------------------------/ 47 47 48 48 Array size = 3 … … 53 53 ---> TESTPOINT PASSED (psArray{Reallocate double array smaller} | tst_psArray_03.c) 54 54 55 /----------------------------- TESTPOINT -------------------------------- \56 | TestFile: tst_psArray_03.c |57 | TestPoint: psArray{Free double array} |58 | TestType: Positive |59 \------------------------------------------------------------------------ /55 /----------------------------- TESTPOINT ------------------------------------------\ 56 | TestFile: tst_psArray_03.c | 57 | TestPoint: psArray{Free double array} | 58 | TestType: Positive | 59 \----------------------------------------------------------------------------------/ 60 60 61 61 -
trunk/psLib/test/collections/verified/tst_psArray_04.stdout
r576 r583 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psArray_04.c |3 | TestPoint: psArray{Create complex array} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psArray_04.c | 3 | TestPoint: psArray{Create complex array} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 7 Array size = 5 … … 9 9 ---> TESTPOINT PASSED (psArray{Create complex array} | tst_psArray_04.c) 10 10 11 /----------------------------- TESTPOINT -------------------------------- \12 | TestFile: tst_psArray_04.c |13 | TestPoint: psArray{Add data to complex array} |14 | TestType: Positive |15 \------------------------------------------------------------------------ /11 /----------------------------- TESTPOINT ------------------------------------------\ 12 | TestFile: tst_psArray_04.c | 13 | TestPoint: psArray{Add data to complex array} | 14 | TestType: Positive | 15 \----------------------------------------------------------------------------------/ 16 16 17 17 Elem 0 = 0.00+0.00i … … 23 23 ---> TESTPOINT PASSED (psArray{Add data to complex array} | tst_psArray_04.c) 24 24 25 /----------------------------- TESTPOINT -------------------------------- \26 | TestFile: tst_psArray_04.c |27 | TestPoint: psArray{Reallocate complex array bigger} |28 | TestType: Positive |29 \------------------------------------------------------------------------ /25 /----------------------------- TESTPOINT ------------------------------------------\ 26 | TestFile: tst_psArray_04.c | 27 | TestPoint: psArray{Reallocate complex array bigger} | 28 | TestType: Positive | 29 \----------------------------------------------------------------------------------/ 30 30 31 31 Array size = 10 … … 40 40 ---> TESTPOINT PASSED (psArray{Reallocate complex array bigger} | tst_psArray_04.c) 41 41 42 /----------------------------- TESTPOINT -------------------------------- \43 | TestFile: tst_psArray_04.c |44 | TestPoint: psArray{Reallocate complex array smaller} |45 | TestType: Positive |46 \------------------------------------------------------------------------ /42 /----------------------------- TESTPOINT ------------------------------------------\ 43 | TestFile: tst_psArray_04.c | 44 | TestPoint: psArray{Reallocate complex array smaller} | 45 | TestType: Positive | 46 \----------------------------------------------------------------------------------/ 47 47 48 48 Array size = 3 … … 53 53 ---> TESTPOINT PASSED (psArray{Reallocate complex array smaller} | tst_psArray_04.c) 54 54 55 /----------------------------- TESTPOINT -------------------------------- \56 | TestFile: tst_psArray_04.c |57 | TestPoint: psArray{Free complex array} |58 | TestType: Positive |59 \------------------------------------------------------------------------ /55 /----------------------------- TESTPOINT ------------------------------------------\ 56 | TestFile: tst_psArray_04.c | 57 | TestPoint: psArray{Free complex array} | 58 | TestType: Positive | 59 \----------------------------------------------------------------------------------/ 60 60 61 61 -
trunk/psLib/test/collections/verified/tst_psArray_05.stdout
r576 r583 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psArray_05.c |3 | TestPoint: psArray{Create void pointer array} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psArray_05.c | 3 | TestPoint: psArray{Create void pointer array} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 7 Array size = 5 … … 9 9 ---> TESTPOINT PASSED (psArray{Create void pointer array} | tst_psArray_05.c) 10 10 11 /----------------------------- TESTPOINT -------------------------------- \12 | TestFile: tst_psArray_05.c |13 | TestPoint: psArray{Add data to void pointer array} |14 | TestType: Positive |15 \------------------------------------------------------------------------ /11 /----------------------------- TESTPOINT ------------------------------------------\ 12 | TestFile: tst_psArray_05.c | 13 | TestPoint: psArray{Add data to void pointer array} | 14 | TestType: Positive | 15 \----------------------------------------------------------------------------------/ 16 16 17 17 ts[0].x = 0 ts[0].y = 0.00 … … 23 23 ---> TESTPOINT PASSED (psArray{Add data to void pointer array} | tst_psArray_05.c) 24 24 25 /----------------------------- TESTPOINT -------------------------------- \26 | TestFile: tst_psArray_05.c |27 | TestPoint: psArray{Reallocate void pointer array bigger} |28 | TestType: Positive |29 \------------------------------------------------------------------------ /25 /----------------------------- TESTPOINT ------------------------------------------\ 26 | TestFile: tst_psArray_05.c | 27 | TestPoint: psArray{Reallocate void pointer array bigger} | 28 | TestType: Positive | 29 \----------------------------------------------------------------------------------/ 30 30 31 31 Array size = 10 … … 43 43 ---> TESTPOINT PASSED (psArray{Reallocate void pointer array bigger} | tst_psArray_05.c) 44 44 45 /----------------------------- TESTPOINT -------------------------------- \46 | TestFile: tst_psArray_05.c |47 | TestPoint: psArray{Reallocate void pointer array smaller} |48 | TestType: Positive |49 \------------------------------------------------------------------------ /45 /----------------------------- TESTPOINT ------------------------------------------\ 46 | TestFile: tst_psArray_05.c | 47 | TestPoint: psArray{Reallocate void pointer array smaller} | 48 | TestType: Positive | 49 \----------------------------------------------------------------------------------/ 50 50 51 51 Array size = 3 … … 56 56 ---> TESTPOINT PASSED (psArray{Reallocate void pointer array smaller} | tst_psArray_05.c) 57 57 58 /----------------------------- TESTPOINT -------------------------------- \59 | TestFile: tst_psArray_05.c |60 | TestPoint: psArray{Free void pointer array} |61 | TestType: Positive |62 \------------------------------------------------------------------------ /58 /----------------------------- TESTPOINT ------------------------------------------\ 59 | TestFile: tst_psArray_05.c | 60 | TestPoint: psArray{Free void pointer array} | 61 | TestType: Positive | 62 \----------------------------------------------------------------------------------/ 63 63 64 64 -
trunk/psLib/test/collections/verified/tst_psArray_06.stdout
r576 r583 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psArray_06.c |3 | TestPoint: psArray{Create void pointer array} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psArray_06.c | 3 | TestPoint: psArray{Create void pointer array} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 7 Array size = 5 … … 9 9 ---> TESTPOINT PASSED (psArray{Create void pointer array} | tst_psArray_06.c) 10 10 11 /----------------------------- TESTPOINT -------------------------------- \12 | TestFile: tst_psArray_06.c |13 | TestPoint: psArray{Add data to void pointer array} |14 | TestType: Positive |15 \------------------------------------------------------------------------ /11 /----------------------------- TESTPOINT ------------------------------------------\ 12 | TestFile: tst_psArray_06.c | 13 | TestPoint: psArray{Add data to void pointer array} | 14 | TestType: Positive | 15 \----------------------------------------------------------------------------------/ 16 16 17 17 ts[0].x = 0 ts[0].y = 0.00 … … 23 23 ---> TESTPOINT PASSED (psArray{Add data to void pointer array} | tst_psArray_06.c) 24 24 25 /----------------------------- TESTPOINT -------------------------------- \26 | TestFile: tst_psArray_06.c |27 | TestPoint: psArray{Reallocate void pointer array bigger} |28 | TestType: Positive |29 \------------------------------------------------------------------------ /25 /----------------------------- TESTPOINT ------------------------------------------\ 26 | TestFile: tst_psArray_06.c | 27 | TestPoint: psArray{Reallocate void pointer array bigger} | 28 | TestType: Positive | 29 \----------------------------------------------------------------------------------/ 30 30 31 31 Array size = 10 … … 43 43 ---> TESTPOINT PASSED (psArray{Reallocate void pointer array bigger} | tst_psArray_06.c) 44 44 45 /----------------------------- TESTPOINT -------------------------------- \46 | TestFile: tst_psArray_06.c |47 | TestPoint: psArray{Reallocate void pointer array smaller} |48 | TestType: Positive |49 \------------------------------------------------------------------------ /45 /----------------------------- TESTPOINT ------------------------------------------\ 46 | TestFile: tst_psArray_06.c | 47 | TestPoint: psArray{Reallocate void pointer array smaller} | 48 | TestType: Positive | 49 \----------------------------------------------------------------------------------/ 50 50 51 51 Array size = 3 … … 56 56 ---> TESTPOINT PASSED (psArray{Reallocate void pointer array smaller} | tst_psArray_06.c) 57 57 58 /----------------------------- TESTPOINT -------------------------------- \59 | TestFile: tst_psArray_06.c |60 | TestPoint: psArray{Free void pointer array with function callback} |61 | TestType: Positive |62 \------------------------------------------------------------------------ /58 /----------------------------- TESTPOINT ------------------------------------------\ 59 | TestFile: tst_psArray_06.c | 60 | TestPoint: psArray{Free void pointer array with function callback} | 61 | TestType: Positive | 62 \----------------------------------------------------------------------------------/ 63 63 64 64 -
trunk/psLib/test/collections/verified/tst_psBitSet_01.stdout
r576 r583 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psBitSet_01.c |3 | TestPoint: psBitSet{Create psBitSet} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psBitSet_01.c | 3 | TestPoint: psBitSet{Create psBitSet} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 7 Creating psBitSet with 24 bits... … … 11 11 ---> TESTPOINT PASSED (psBitSet{Create psBitSet} | tst_psBitSet_01.c) 12 12 13 /----------------------------- TESTPOINT -------------------------------- \14 | TestFile: tst_psBitSet_01.c |15 | TestPoint: psBitSet{Set single bit} |16 | TestType: Positive |17 \------------------------------------------------------------------------ /13 /----------------------------- TESTPOINT ------------------------------------------\ 14 | TestFile: tst_psBitSet_01.c | 15 | TestPoint: psBitSet{Set single bit} | 16 | TestType: Positive | 17 \----------------------------------------------------------------------------------/ 18 18 19 19 Setting third bit... … … 23 23 ---> TESTPOINT PASSED (psBitSet{Set single bit} | tst_psBitSet_01.c) 24 24 25 /----------------------------- TESTPOINT -------------------------------- \26 | TestFile: tst_psBitSet_01.c |27 | TestPoint: psBitSet{Test single bit} |28 | TestType: Positive |29 \------------------------------------------------------------------------ /25 /----------------------------- TESTPOINT ------------------------------------------\ 26 | TestFile: tst_psBitSet_01.c | 27 | TestPoint: psBitSet{Test single bit} | 28 | TestType: Positive | 29 \----------------------------------------------------------------------------------/ 30 30 31 31 Testing third bit... … … 34 34 ---> TESTPOINT PASSED (psBitSet{Test single bit} | tst_psBitSet_01.c) 35 35 36 /----------------------------- TESTPOINT -------------------------------- \37 | TestFile: tst_psBitSet_01.c |38 | TestPoint: psBitSet{Free psBitSet} |39 | TestType: Positive |40 \------------------------------------------------------------------------ /36 /----------------------------- TESTPOINT ------------------------------------------\ 37 | TestFile: tst_psBitSet_01.c | 38 | TestPoint: psBitSet{Free psBitSet} | 39 | TestType: Positive | 40 \----------------------------------------------------------------------------------/ 41 41 42 42 -
trunk/psLib/test/collections/verified/tst_psBitSet_02.stdout
r576 r583 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psBitSet_02.c |3 | TestPoint: psBitSet{Create two psBitSets} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psBitSet_02.c | 3 | TestPoint: psBitSet{Create two psBitSets} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 7 000000000000000000000000 … … 15 15 ---> TESTPOINT PASSED (psBitSet{Create two psBitSets} | tst_psBitSet_02.c) 16 16 17 /----------------------------- TESTPOINT -------------------------------- \18 | TestFile: tst_psBitSet_02.c |19 | TestPoint: psBitSet{Perform binary AND with psBitSets} |20 | TestType: Positive |21 \------------------------------------------------------------------------ /17 /----------------------------- TESTPOINT ------------------------------------------\ 18 | TestFile: tst_psBitSet_02.c | 19 | TestPoint: psBitSet{Perform binary AND with psBitSets} | 20 | TestType: Positive | 21 \----------------------------------------------------------------------------------/ 22 22 23 23 Result: … … 26 26 ---> TESTPOINT PASSED (psBitSet{Perform binary AND with psBitSets} | tst_psBitSet_02.c) 27 27 28 /----------------------------- TESTPOINT -------------------------------- \29 | TestFile: tst_psBitSet_02.c |30 | TestPoint: psBitSet{Free psBitSets} |31 | TestType: Positive |32 \------------------------------------------------------------------------ /28 /----------------------------- TESTPOINT ------------------------------------------\ 29 | TestFile: tst_psBitSet_02.c | 30 | TestPoint: psBitSet{Free psBitSets} | 31 | TestType: Positive | 32 \----------------------------------------------------------------------------------/ 33 33 34 34 -
trunk/psLib/test/collections/verified/tst_psBitSet_03.stdout
r576 r583 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psBitSet_03.c |3 | TestPoint: psBitSet{Create two psBitSets} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psBitSet_03.c | 3 | TestPoint: psBitSet{Create two psBitSets} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 7 000000000000000000000000 … … 15 15 ---> TESTPOINT PASSED (psBitSet{Create two psBitSets} | tst_psBitSet_03.c) 16 16 17 /----------------------------- TESTPOINT -------------------------------- \18 | TestFile: tst_psBitSet_03.c |19 | TestPoint: psBitSet{Perform binary OR with psBitSets} |20 | TestType: Positive |21 \------------------------------------------------------------------------ /17 /----------------------------- TESTPOINT ------------------------------------------\ 18 | TestFile: tst_psBitSet_03.c | 19 | TestPoint: psBitSet{Perform binary OR with psBitSets} | 20 | TestType: Positive | 21 \----------------------------------------------------------------------------------/ 22 22 23 23 Result: … … 26 26 ---> TESTPOINT PASSED (psBitSet{Perform binary OR with psBitSets} | tst_psBitSet_03.c) 27 27 28 /----------------------------- TESTPOINT -------------------------------- \29 | TestFile: tst_psBitSet_03.c |30 | TestPoint: psBitSet{Free psBitSets} |31 | TestType: Positive |32 \------------------------------------------------------------------------ /28 /----------------------------- TESTPOINT ------------------------------------------\ 29 | TestFile: tst_psBitSet_03.c | 30 | TestPoint: psBitSet{Free psBitSets} | 31 | TestType: Positive | 32 \----------------------------------------------------------------------------------/ 33 33 34 34 -
trunk/psLib/test/collections/verified/tst_psBitSet_04.stdout
r576 r583 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psBitSet_04.c |3 | TestPoint: psBitSet{Create two psBitSets} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psBitSet_04.c | 3 | TestPoint: psBitSet{Create two psBitSets} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 7 000000000000000000000000 … … 15 15 ---> TESTPOINT PASSED (psBitSet{Create two psBitSets} | tst_psBitSet_04.c) 16 16 17 /----------------------------- TESTPOINT -------------------------------- \18 | TestFile: tst_psBitSet_04.c |19 | TestPoint: psBitSet{Perform binary XOR with psBitSets} |20 | TestType: Positive |21 \------------------------------------------------------------------------ /17 /----------------------------- TESTPOINT ------------------------------------------\ 18 | TestFile: tst_psBitSet_04.c | 19 | TestPoint: psBitSet{Perform binary XOR with psBitSets} | 20 | TestType: Positive | 21 \----------------------------------------------------------------------------------/ 22 22 23 23 Result: … … 26 26 ---> TESTPOINT PASSED (psBitSet{Perform binary XOR with psBitSets} | tst_psBitSet_04.c) 27 27 28 /----------------------------- TESTPOINT -------------------------------- \29 | TestFile: tst_psBitSet_04.c |30 | TestPoint: psBitSet{Free psBitSets} |31 | TestType: Positive |32 \------------------------------------------------------------------------ /28 /----------------------------- TESTPOINT ------------------------------------------\ 29 | TestFile: tst_psBitSet_04.c | 30 | TestPoint: psBitSet{Free psBitSets} | 31 | TestType: Positive | 32 \----------------------------------------------------------------------------------/ 33 33 34 34 -
trunk/psLib/test/collections/verified/tst_psBitSet_05.stdout
r576 r583 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psBitSet_05.c |3 | TestPoint: psBitSet{Create two psBitSets of different size} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psBitSet_05.c | 3 | TestPoint: psBitSet{Create two psBitSets of different size} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 7 000000000000000000000000 … … 11 11 ---> TESTPOINT PASSED (psBitSet{Create two psBitSets of different size} | tst_psBitSet_05.c) 12 12 13 /----------------------------- TESTPOINT -------------------------------- \14 | TestFile: tst_psBitSet_05.c |15 | TestPoint: psBitSet{Attempt OR with psBitsets} |16 | TestType: Negative |17 | ExpectedErrorText: psBitSet sizes not the same |18 | ExpectedStatusValue: 0 |19 \------------------------------------------------------------------------ /13 /----------------------------- TESTPOINT ------------------------------------------\ 14 | TestFile: tst_psBitSet_05.c | 15 | TestPoint: psBitSet{Attempt OR with psBitsets} | 16 | TestType: Negative | 17 | ExpectedErrorText: psBitSet sizes not the same | 18 | ExpectedStatusValue: 0 | 19 \----------------------------------------------------------------------------------/ 20 20 21 21 22 22 ---> TESTPOINT PASSED (psBitSet{Attempt OR with psBitsets} | tst_psBitSet_05.c) 23 23 24 /----------------------------- TESTPOINT -------------------------------- \25 | TestFile: tst_psBitSet_05.c |26 | TestPoint: psBitSet{Free psBitSets} |27 | TestType: Positive |28 \------------------------------------------------------------------------ /24 /----------------------------- TESTPOINT ------------------------------------------\ 25 | TestFile: tst_psBitSet_05.c | 26 | TestPoint: psBitSet{Free psBitSets} | 27 | TestType: Positive | 28 \----------------------------------------------------------------------------------/ 29 29 30 30 -
trunk/psLib/test/collections/verified/tst_psBitSet_06.stdout
r576 r583 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psBitSet_06.c |3 | TestPoint: psBitSet{Create two psBitSets} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psBitSet_06.c | 3 | TestPoint: psBitSet{Create two psBitSets} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 7 000000000000000000000000 … … 11 11 ---> TESTPOINT PASSED (psBitSet{Create two psBitSets} | tst_psBitSet_06.c) 12 12 13 /----------------------------- TESTPOINT -------------------------------- \14 | TestFile: tst_psBitSet_06.c |15 | TestPoint: psBitSet{Perform invalid binary operation} |16 | TestType: Negative |17 | ExpectedErrorText: Invalid psBitMask binary operation |18 | ExpectedStatusValue: 0 |19 \------------------------------------------------------------------------ /13 /----------------------------- TESTPOINT ------------------------------------------\ 14 | TestFile: tst_psBitSet_06.c | 15 | TestPoint: psBitSet{Perform invalid binary operation} | 16 | TestType: Negative | 17 | ExpectedErrorText: Invalid psBitMask binary operation | 18 | ExpectedStatusValue: 0 | 19 \----------------------------------------------------------------------------------/ 20 20 21 21 22 22 ---> TESTPOINT PASSED (psBitSet{Perform binary XOR with psBitSets} | tst_psBitSet_06.c) 23 23 24 /----------------------------- TESTPOINT -------------------------------- \25 | TestFile: tst_psBitSet_06.c |26 | TestPoint: psBitSet{Free psBitSets} |27 | TestType: Positive |28 \------------------------------------------------------------------------ /24 /----------------------------- TESTPOINT ------------------------------------------\ 25 | TestFile: tst_psBitSet_06.c | 26 | TestPoint: psBitSet{Free psBitSets} | 27 | TestType: Positive | 28 \----------------------------------------------------------------------------------/ 29 29 30 30 -
trunk/psLib/test/collections/verified/tst_psSort_01.stdout
r576 r583 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psSort_01.c |3 | TestPoint: psSort{Create float arrays} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psSort_01.c | 3 | TestPoint: psSort{Create float arrays} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 7 arr[0] = 7.000000 … … 13 13 ---> TESTPOINT PASSED (psSort{Create float arrays} | tst_psSort_01.c) 14 14 15 /----------------------------- TESTPOINT -------------------------------- \16 | TestFile: tst_psSort_01.c |17 | TestPoint: psSort{Sort float array} |18 | TestType: Positive |19 \------------------------------------------------------------------------ /15 /----------------------------- TESTPOINT ------------------------------------------\ 16 | TestFile: tst_psSort_01.c | 17 | TestPoint: psSort{Sort float array} | 18 | TestType: Positive | 19 \----------------------------------------------------------------------------------/ 20 20 21 21 arr[0] = 1.000000 … … 27 27 ---> TESTPOINT PASSED (psSort{Sort float array} | tst_psSort_01.c) 28 28 29 /----------------------------- TESTPOINT -------------------------------- \30 | TestFile: tst_psSort_01.c |31 | TestPoint: psSort{Free float arrays} |32 | TestType: Positive |33 \------------------------------------------------------------------------ /29 /----------------------------- TESTPOINT ------------------------------------------\ 30 | TestFile: tst_psSort_01.c | 31 | TestPoint: psSort{Free float arrays} | 32 | TestType: Positive | 33 \----------------------------------------------------------------------------------/ 34 34 35 35 -
trunk/psLib/test/collections/verified/tst_psSort_02.stdout
r576 r583 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psSort_02.c |3 | TestPoint: psSort{Create arrays} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psSort_02.c | 3 | TestPoint: psSort{Create arrays} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 7 arr[0] = 7.000000 … … 13 13 ---> TESTPOINT PASSED (psSort{Create arrays} | tst_psSort_02.c) 14 14 15 /----------------------------- TESTPOINT -------------------------------- \16 | TestFile: tst_psSort_02.c |17 | TestPoint: psSort{Create sorted index array} |18 | TestType: Positive |19 \------------------------------------------------------------------------ /15 /----------------------------- TESTPOINT ------------------------------------------\ 16 | TestFile: tst_psSort_02.c | 17 | TestPoint: psSort{Create sorted index array} | 18 | TestType: Positive | 19 \----------------------------------------------------------------------------------/ 20 20 21 21 arr[0] = 3 … … 27 27 ---> TESTPOINT PASSED (psSort{Create sorted index array} | tst_psSort_02.c) 28 28 29 /----------------------------- TESTPOINT -------------------------------- \30 | TestFile: tst_psSort_02.c |31 | TestPoint: psSort{Free arrays} |32 | TestType: Positive |33 \------------------------------------------------------------------------ /29 /----------------------------- TESTPOINT ------------------------------------------\ 30 | TestFile: tst_psSort_02.c | 31 | TestPoint: psSort{Free arrays} | 32 | TestType: Positive | 33 \----------------------------------------------------------------------------------/ 34 34 35 35 -
trunk/psLib/test/collections/verified/tst_psSort_03.stdout
r576 r583 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psSort_03.c |3 | TestPoint: psSort{Create float arrays of different sizes} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psSort_03.c | 3 | TestPoint: psSort{Create float arrays of different sizes} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 7 arr[0] = 0.000000 … … 13 13 ---> TESTPOINT PASSED (psSort{Create float arrays of different sizes} | tst_psSort_03.c) 14 14 15 /----------------------------- TESTPOINT -------------------------------- \16 | TestFile: tst_psSort_03.c |17 | TestPoint: psSort{Sort float array} |18 | TestType: Negative |19 | ExpectedErrorText: Input and output array sizes are not equal |20 | ExpectedStatusValue: 0 |21 \------------------------------------------------------------------------ /15 /----------------------------- TESTPOINT ------------------------------------------\ 16 | TestFile: tst_psSort_03.c | 17 | TestPoint: psSort{Sort float array} | 18 | TestType: Negative | 19 | ExpectedErrorText: Input and output array sizes are not equal | 20 | ExpectedStatusValue: 0 | 21 \----------------------------------------------------------------------------------/ 22 22 23 23 24 24 ---> TESTPOINT PASSED (psSort{Sort float array} | tst_psSort_03.c) 25 25 26 /----------------------------- TESTPOINT -------------------------------- \27 | TestFile: tst_psSort_03.c |28 | TestPoint: psSort{Free float arrays} |29 | TestType: Positive |30 \------------------------------------------------------------------------ /26 /----------------------------- TESTPOINT ------------------------------------------\ 27 | TestFile: tst_psSort_03.c | 28 | TestPoint: psSort{Free float arrays} | 29 | TestType: Positive | 30 \----------------------------------------------------------------------------------/ 31 31 32 32 -
trunk/psLib/test/collections/verified/tst_psSort_04.stdout
r576 r583 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psSort_04.c |3 | TestPoint: psSort{Attempt to sort with null input array} |4 | TestType: Negative |5 | ExpectedErrorText: Null input array |6 | ExpectedStatusValue: 0 |7 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psSort_04.c | 3 | TestPoint: psSort{Attempt to sort with null input array} | 4 | TestType: Negative | 5 | ExpectedErrorText: Null input array | 6 | ExpectedStatusValue: 0 | 7 \----------------------------------------------------------------------------------/ 8 8 9 9 10 10 ---> TESTPOINT PASSED (psSort{Attempt to sort with null input array} | tst_psSort_04.c) 11 11 12 /----------------------------- TESTPOINT -------------------------------- \13 | TestFile: tst_psSort_04.c |14 | TestPoint: psSort{Attempt to sort with null output array} |15 | TestType: Negative |16 | ExpectedErrorText: Null output array |17 | ExpectedStatusValue: 0 |18 \------------------------------------------------------------------------ /12 /----------------------------- TESTPOINT ------------------------------------------\ 13 | TestFile: tst_psSort_04.c | 14 | TestPoint: psSort{Attempt to sort with null output array} | 15 | TestType: Negative | 16 | ExpectedErrorText: Null output array | 17 | ExpectedStatusValue: 0 | 18 \----------------------------------------------------------------------------------/ 19 19 20 20 21 21 ---> TESTPOINT PASSED (psSort{Attempt to sort with null output array} | tst_psSort_04.c) 22 22 23 /----------------------------- TESTPOINT -------------------------------- \24 | TestFile: tst_psSort_04.c |25 | TestPoint: psSort{Free arrays} |26 | TestType: Positive |27 \------------------------------------------------------------------------ /23 /----------------------------- TESTPOINT ------------------------------------------\ 24 | TestFile: tst_psSort_04.c | 25 | TestPoint: psSort{Free arrays} | 26 | TestType: Positive | 27 \----------------------------------------------------------------------------------/ 28 28 29 29
Note:
See TracChangeset
for help on using the changeset viewer.
