View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013238CMakeCTestpublic2012-05-21 10:552012-10-01 13:23
ReporterMathieu Malaterre 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product VersionCMake 2.8.9 
Target VersionFixed in Version 
Summary0013238: set_tests_properties not documented
Descriptionit would be nice if all properties of set_tests_properties would be documented. It looks like the following are not documented:


$ grep "key ==" Source/CTest/cmCTestTestHandler.cxx
          if ( key == "WILL_FAIL" )
          if ( key == "ATTACHED_FILES" )
          if ( key == "ATTACHED_FILES_ON_FAIL" )
          if ( key == "RESOURCE_LOCK" )
          if ( key == "TIMEOUT" )
          if ( key == "COST" )
          if ( key == "REQUIRED_FILES" )
          if ( key == "RUN_SERIAL" )
          if ( key == "FAIL_REGULAR_EXPRESSION" )
          if ( key == "PROCESSORS" )
          if ( key == "DEPENDS" )
          if ( key == "ENVIRONMENT" )
          if ( key == "LABELS" )
          if ( key == "MEASUREMENT" )
          if ( key == "PASS_REGULAR_EXPRESSION" )
          if ( key == "WORKING_DIRECTORY" )

TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0029519)
Brad King (manager)
2012-05-21 10:59

http://www.cmake.org/cmake/help/v2.8.8/cmake.html#section_PropertiesonTests [^]
(0029520)
Mathieu Malaterre (developer)
2012-05-21 11:03

From the command line (no internet access), I know how to use:

$ cmake --help-property DEPENDS

however I do not know how to list "PropertiesonTests"
(0029521)
Brad King (manager)
2012-05-21 11:07

The output of --help-properties has a "Properties on Tests" section. The test properties are included in the list produced by --help-property-list. The --help-property option will answer queries about test properties.

All of this is true for properties of all types. No set_*_properties command lists all the properties it supports.
(0029522)
Mathieu Malaterre (developer)
2012-05-21 11:11

ok, closing. Thanks !
(0031132)
David Cole (manager)
2012-10-01 13:23

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2012-05-21 10:55 Mathieu Malaterre New Issue
2012-05-21 10:59 Brad King Note Added: 0029519
2012-05-21 11:03 Mathieu Malaterre Note Added: 0029520
2012-05-21 11:07 Brad King Note Added: 0029521
2012-05-21 11:11 Mathieu Malaterre Note Added: 0029522
2012-05-21 11:12 Brad King Status new => resolved
2012-05-21 11:12 Brad King Resolution open => no change required
2012-10-01 13:23 David Cole Note Added: 0031132
2012-10-01 13:23 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team