[cmake-developers] [CMake 0015082]: DartMeasurement tags must cover the whole line of a log to be taken into account

Mantis Bug Tracker mantis at public.kitware.com
Wed Aug 13 10:31:04 EDT 2014


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               
    
======================================================================



More information about the cmake-developers mailing list