The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=15082 
====================================================================== 
Reported By:                ycollet
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15082
Category:                   CTest
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-08-13 10:31 EDT
Last Modified:              2014-08-13 10:31 EDT
====================================================================== 
Summary:                    DartMeasurement tags must cover the whole line of a
log to be taken into account
Description: 
When performing tests, I printed the following lines into my log:

This is a test <DartMeasurement name="Measure"
type="numeric/double">10.0</DartMeasurement> This is a test

Then, when the test results are submitted to cdash, no measurement appears in
the dashboard.
For a custom measurement to be taken into account, you must put the tags at the
beginning and at the end of the line:

<DartMeasurement name="Measure" type="numeric/double">10.0</DartMeasurement>

Then, when submitted, I can see my custom measurement in the dashboard.


Additional Information: 
Here is a patch against cmake-2.8.12.2 to allow a measurement to "live" in the
middle of a line.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-08-13 10:31 ycollet        New Issue                                    
2014-08-13 10:31 ycollet        File Added: dart_measurement.diff               
    
======================================================================

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to