The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=11746 
====================================================================== 
Reported By:                Sean McBride
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   11746
Category:                   CTest
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2011-01-21 15:43 EST
Last Modified:              2011-01-21 15:43 EST
====================================================================== 
Summary:                    CTest test failure outputs should be sorted
numerically
Description: 
The following is the result of running "ctest -j5 -R ." against VTK on my
machine.  Due to the -j5 (I suppose) the tests do not start/finish in the same
order, and so I get results like below, where it's hard to tell if the same
tests are failing.

I request that results be sorted by test number.

master:
        758 - TestGaussianBlurPass (Failed)
        853 - TestTkRenderWindowInteractorPython-image (Failed)
        852 - TestTkRenderWidgetPython-image (Failed)
        795 - TestTranslucentLUTTextureDepthPeeling (Failed)
        793 - TestTranslucentLUTDepthPeelingPass (Failed)
        792 - TestTranslucentLUTDepthPeeling (Failed)
        938 - volTM2DRotateClipPython (Failed)
        900 - TestProjectedHexahedra (Failed)
        918 - volTM2DRotateClip-image (Failed)
        776 - TestOpacity (Failed)

misc-warnings-and-cleanup:
        792 - TestTranslucentLUTDepthPeeling (Failed)
        758 - TestGaussianBlurPass (Failed)
        938 - volTM2DRotateClipPython (Failed)
        793 - TestTranslucentLUTDepthPeelingPass (Failed)
        776 - TestOpacity (Failed)
        852 - TestTkRenderWidgetPython-image (Failed)
        795 - TestTranslucentLUTTextureDepthPeeling (Failed)
        853 - TestTkRenderWindowInteractorPython-image (Failed)
        918 - volTM2DRotateClip-image (Failed)
        900 - TestProjectedHexahedra (Failed)

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-01-21 15:43 Sean McBride   New Issue                                    
======================================================================

_______________________________________________
cmake-developers mailing list
cmake-developers@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to