Changeset 937
- Timestamp:
- Jun 8, 2004, 1:50:56 PM (22 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 3 edited
-
FullUnitTest (modified) (3 diffs)
-
dataManip/tst_psStats07.c (modified) (2 diffs)
-
dataManip/verified/tst_psStats07.stdout (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/FullUnitTest
r731 r937 19 19 # RETURN : integer number of tests which failed 20 20 # 21 # $Revision: 1. 4$ $Name: not supported by cvs2svn $22 # $Date: 2004-0 5-19 01:57:05$21 # $Revision: 1.5 $ $Name: not supported by cvs2svn $ 22 # $Date: 2004-06-08 23:50:56 $ 23 23 # 24 24 # Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 537 537 s/\d+:\d+:\d+/ <DATE> /; 538 538 s/\s+\d+:\d+:\d+\w/ <TIME> /; 539 s/\| [\w\.\-\_]+\|/<HOST> |/;539 s/\|\s*[\w\.\-\_]+\s*\|/<HOST> |/; 540 540 # Filter lines with *** malloc. This is an artifact of Mac testing of 541 541 # memory functions … … 557 557 s/\d+:\d+:\d+/ <DATE> /; 558 558 s/\s+\d+:\d+:\d+\w/ <TIME> /; 559 s/\| [\w\.\-\_]+\|/<HOST> |/;559 s/\|\s*[\w\.\-\_]+\s*\|/<HOST> |/; 560 560 # Filter lines with *** malloc. This is an artifact of Mac testing of 561 561 # memory functions -
trunk/psLib/test/dataManip/tst_psStats07.c
r887 r937 25 25 float realMeanNoMask = 0.0; 26 26 float realMedianNoMask = 0.0; 27 float realModeNoMask = 0.0;27 float realModeNoMask = -1.0; 28 28 float realStdevNoMask = 0.0; 29 29 float realLQNoMask = 0.0; … … 33 33 float realMeanWithMask = 0.0; 34 34 float realMedianWithMask = 0.0; 35 float realModeWithMask = 0.0;35 float realModeWithMask = -1.0; 36 36 float realStdevWithMask = 0.0; 37 37 float realLQWithMask = 0.0; -
trunk/psLib/test/dataManip/verified/tst_psStats07.stdout
r936 r937 27 27 \----------------------------------------------------------------------------------/ 28 28 29 The expected Mode was 0.000000; the calculated Mode was -1.00000029 The expected Mode was -1.000000; the calculated Mode was -1.000000 30 30 31 ---> TESTPOINT FAILED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: no vector mask} | tst_psStats07.c)31 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: no vector mask} | tst_psStats07.c) 32 32 33 33 /----------------------------- TESTPOINT ------------------------------------------\ … … 109 109 \----------------------------------------------------------------------------------/ 110 110 111 The expected Mode was 0.000000; the calculated Mode was -1.000000111 The expected Mode was -1.000000; the calculated Mode was -1.000000 112 112 113 ---> TESTPOINT FAILED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: with vector mask} | tst_psStats07.c)113 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: with vector mask} | tst_psStats07.c) 114 114 115 115 /----------------------------- TESTPOINT ------------------------------------------\
Note:
See TracChangeset
for help on using the changeset viewer.
