Changeset 1175
- Timestamp:
- Jul 1, 2004, 11:56:15 AM (22 years ago)
- Location:
- trunk/psLib/test/collections
- Files:
-
- 6 edited
-
tst_psBitSet_01.c (modified) (2 diffs)
-
tst_psBitSet_02.c (modified) (2 diffs)
-
tst_psBitSet_03.c (modified) (2 diffs)
-
tst_psBitSet_04.c (modified) (2 diffs)
-
tst_psBitSet_05.c (modified) (2 diffs)
-
tst_psBitSet_06.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psBitSet_01.c
r1073 r1175 3 3 * @brief Test driver for psBitSet functions 4 4 * 5 * This test driver contains the following tests for ps Arraytest point 1:5 * This test driver contains the following tests for psBitSet test point 1: 6 6 * A) Create psBitSet 7 7 * B) Set bits … … 17 17 * @author Ross Harman, MHPCC 18 18 * 19 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $20 * @date $Date: 2004-0 6-23 23:00:15 $19 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 20 * @date $Date: 2004-07-01 21:56:15 $ 21 21 * 22 22 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii -
trunk/psLib/test/collections/tst_psBitSet_02.c
r1073 r1175 3 3 * @brief Test driver for psBitSet functions 4 4 * 5 * This test driver contains the following tests for ps Arraytest point 2:5 * This test driver contains the following tests for psBitSet test point 2: 6 6 * A) Create two psBitSets 7 7 * B) Perform binary AND with psBitSets … … 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-0 6-23 23:00:15 $12 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-07-01 21:56:15 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii -
trunk/psLib/test/collections/tst_psBitSet_03.c
r1073 r1175 3 3 * @brief Test driver for psBitSet functions 4 4 * 5 * This test driver contains the following tests for ps Arraytest point 3:5 * This test driver contains the following tests for psBitSet test point 3: 6 6 * A) Create two psBitSets 7 7 * B) Perform binary OR with psBitSets … … 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-0 6-23 23:00:15 $12 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-07-01 21:56:15 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii -
trunk/psLib/test/collections/tst_psBitSet_04.c
r1073 r1175 3 3 * @brief Test driver for psBitSet functions 4 4 * 5 * This test driver contains the following tests for ps Arraytest point 4:5 * This test driver contains the following tests for psBitSet test point 4: 6 6 * A) Create two psBitSets 7 7 * B) Perform binary XOR with psBitSets … … 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-0 6-23 23:00:15 $12 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-07-01 21:56:15 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii -
trunk/psLib/test/collections/tst_psBitSet_05.c
r1073 r1175 3 3 * @brief Test driver for psBitSet functions 4 4 * 5 * This test driver contains the following tests for ps Arraytest point 5:5 * This test driver contains the following tests for psBitSet test point 5: 6 6 * A) Create two psBitSets of different size 7 7 * B) Attempt OR with psBitsets, should get error … … 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-0 6-23 23:00:15 $12 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-07-01 21:56:15 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii -
trunk/psLib/test/collections/tst_psBitSet_06.c
r1073 r1175 3 3 * @brief Test driver for psBitSet functions 4 4 * 5 * This test driver contains the following tests for ps Arraytest point 6:5 * This test driver contains the following tests for psBitSet test point 6: 6 6 * A) Create two psBitSets 7 7 * B) Perform invalid binary operation with psBitSets … … 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-0 6-23 23:00:15 $14 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-07-01 21:56:15 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Note:
See TracChangeset
for help on using the changeset viewer.
