#704 closed defect (fixed)
tst_psCoord test driver fails
| Reported by: | jhoblitt | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | build | Version: | 0.10.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Is this a known failure?
PASS: tst_psCoord01
PASS: tst_psCoord02
PASS: tst_psTime_01
PASS: tst_psTime_02
PASS: tst_psTime_03
PASS: tst_psTime_04
PASS: tst_psCoord
Failed - STDOUT differences
Failed - STDERR differences
Test failed - return status = 24
FAIL: tst_psEarthOrientation
PASS: tst_psSphereOps
==========================================
Change History (10)
comment:1 by , 20 years ago
comment:3 by , 20 years ago
This is still failing for me. I just tried again on the rel10_0 branch. Any
ideas why?
make[3]: Entering directory
`/home/moanui/jhoblitt/pscvs/datasys/IPP/psLib/test/astro'
PASS: tst_psCoord01
Failed - Test Driver returned 256, expected 0.
psImage{psPlaneTransformFit()} - FAILED
Failed - STDOUT differences
Failed - STDERR differences
Test failed - return status = 24
FAIL: tst_psCoord02
PASS: tst_psTime_01
PASS: tst_psTime_02
PASS: tst_psTime_03
PASS: tst_psTime_04
Failed - Test Driver returned 256, expected 0.
psCoord{psPlaneAlloc()} - FAILED
Failed - STDERR differences
Test failed - return status = 16
FAIL: tst_psCoord
Failed - STDOUT differences
Failed - STDERR differences
Test failed - return status = 24
FAIL: tst_psEarthOrientation
PASS: tst_psSphereOps
==========================================================
3 of 9 tests failed
Please report to http://pan-starrs.ifa.hawaii.edu/bugzilla
==========================================================
make[3]: * [check-TESTS] Error 1
make[3]: Leaving directory
`/home/moanui/jhoblitt/pscvs/datasys/IPP/psLib/test/astro'
make[2]: * [check-am] Error 2
make[2]: Leaving directory
`/home/moanui/jhoblitt/pscvs/datasys/IPP/psLib/test/astro'
make[1]: * [check-recursive] Error 1
make[1]: Leaving directory `/home/moanui/jhoblitt/pscvs/datasys/IPP/psLib/test'
make: * [check-recursive] Error 1
comment:4 by , 20 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
comment:5 by , 20 years ago
I can verify that this is some sort of bug here. I've got a current psLib HEAD,
and I get the following lines when I do "make test":
PASS: tst_psCoord
Failed - STDOUT differences
Failed - STDERR differences
Test failed - return status = 24
Why it says "PASS" and then "Failed", I've no idea. There may be something not
checked into CVS.
comment:7 by , 20 years ago
| Owner: | changed from to |
|---|---|
| Status: | reopened → new |
I believe this is the issue that was discussed at this mornings meeting.
comment:8 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
The reason it says Pass and then Fail is because all of the test points did
pass, but they don't match the verified output. In any event, this issue has
been resolved.

I added a test for the psPlaneAlloc() routines. It's possible that I did not
check in the stderr/stdout files. Can you cvs update and try it now?