Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Put test labels in MemCheck results | Brad King | 2009-02-02 | 3 | -65/+59 |
| | | | | | | | This refactors generation of <Test> element headers and footers in cmCTestTestHandler and re-uses it in cmCTestMemCheckHandler. The change removes duplicate code and enables the new <Labels> element for MemCheck results. | ||||
* | STYLE: fix warning | Bill Hoffman | 2009-01-29 | 1 | -1/+1 |
| | |||||
* | STYLE: fix warning | Bill Hoffman | 2009-01-28 | 1 | -1/+1 |
| | |||||
* | BUG: Fix CTest submit-only operation | Brad King | 2009-01-27 | 1 | -8/+1 |
| | | | | | | | | We need to initialize cmCTestSubmitHandler on construction to make sure all parts get enabled by default. The recent fix to re-enable all parts on initialization broke submit-only operations because the handler did not initialize on construction. This also removes duplicate initialization code. | ||||
* | BUG: Fix issue #8363. Wrap output with MakeXMLSafe calls so that the ↵ | David Cole | 2009-01-22 | 1 | -6/+12 |
| | | | | generated XML files are valid, parse-able XML. | ||||
* | ENH: fix part submission to not have memory of the last part submission | Bill Hoffman | 2009-01-15 | 2 | -5/+6 |
| | |||||
* | BUG: fix for bug #8174 | Bill Hoffman | 2009-01-15 | 2 | -2/+14 |
| | |||||
* | ENH: fix return value to ctest_build and remove debug print in cmProcess | Bill Hoffman | 2009-01-14 | 2 | -8/+3 |
| | |||||
* | ENH: allow ctest_build to return error and warning counts | Bill Hoffman | 2009-01-14 | 5 | -6/+49 |
| | |||||
* | COMP: Fix const set find for Borland 5.5 | Brad King | 2009-01-14 | 1 | -1/+2 |
| | | | | | | The Borland 5.5 compiler's STL set does not define correct signatures for its find() members, leading to build errors. This works around the problem. | ||||
* | ENH: Teach ctest_submit about parts | Brad King | 2009-01-12 | 4 | -4/+88 |
| | | | | | This adds a PARTS option to the ctest_submit command which tells it to submit only parts whose names are listed with the option. | ||||
* | ENH: Divide CTest file submission list by part | Brad King | 2009-01-12 | 8 | -27/+36 |
| | | | | | | This splits the list of files for CTest to submit into those belonging to each part. The set is recombined just before submission. Later this will allow piecewise submissions. | ||||
* | ENH: Teach ctest_* to create appending XML files | Brad King | 2009-01-12 | 9 | -7/+24 |
| | | | | | This adds an APPEND option to the ctest_* commands which tells them to put the Append="true" attribute in the Site element of their XML file. | ||||
* | ENH: Refactor CTest command argument handling | Brad King | 2009-01-12 | 2 | -50/+64 |
| | | | | | | | The previous approach to handling of arguments to ctest_* commands worked only for keyword/value arguments with a single value. This refactors the approach to allow some commands to define alternative argument forms. | ||||
* | ENH: add subproject tag property for ctest | Bill Hoffman | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | ENH: Teach CTest to submit test property LABELS | Brad King | 2009-01-07 | 2 | -1/+41 |
| | | | | | This teaches CTest to send the test property "LABELS" in Test.xml dashboard submissions as Label elements inside a Labels element. | ||||
* | BUG: Manage LC_MESSAGES with an object | Brad King | 2009-01-06 | 1 | -25/+44 |
| | | | | | | | This moves management of the LC_MESSAGES environment variable into an automatic variable. Previously if an error occurred the original environment value was not restored. This makes the fix to issue #5936 more robust. | ||||
* | STYLE: Remove trailing whitespace | Brad King | 2009-01-06 | 1 | -3/+3 |
| | |||||
* | ENH: Add OPTIONS argument to the ctest_configure command so that you can ↵ | David Cole | 2008-12-30 | 4 | -14/+50 |
| | | | | pass -D arguments to the cmake configure step from a ctest -S script. Also clarify/correct some not so helpful error messages. | ||||
* | ENH: add start end time for procs | Bill Hoffman | 2008-12-29 | 2 | -0/+6 |
| | |||||
* | STYLE: Fix line length violation. | David Cole | 2008-12-26 | 1 | -2/+1 |
| | |||||
* | STYLE: fix shadow warning | Bill Hoffman | 2008-12-19 | 1 | -4/+4 |
| | |||||
* | BUG: partial fix for #8056 | Bill Hoffman | 2008-12-19 | 2 | -0/+82 |
| | |||||
* | BUG: fix for bug #8224 fix crash | Bill Hoffman | 2008-12-19 | 2 | -8/+50 |
| | |||||
* | ENH: Minor readability improvement in CTest output | Brad King | 2008-12-18 | 1 | -3/+3 |
| | | | | | | | | When ctest --build-and-test runs the --test-command its output did not quote the arguments of the command being tested making it difficult to read. This adds the quotes. This also changes the wording of the failure case to not sound like CTest could not run the executable when in fact it ran and returned failure. | ||||
* | ENH: Implement feature request from issue 7885. Allow setting environment ↵ | David Cole | 2008-11-26 | 3 | -6/+17 |
| | | | | variables on a per-test basis for ctest using set_test_properties ENVIRONMENT. | ||||
* | ENH: add more debug stuff to CTestCTest2 so I can figure out redwall | Bill Hoffman | 2008-11-23 | 2 | -0/+7 |
| | |||||
* | ENH: load CMakeDetermineSystem and CMakeSystemSpecificInformation when | Alexander Neundorf | 2008-11-07 | 1 | -0/+20 |
| | | | | | | | | | | | executing a ctest script so the search paths are fully set up and variables like CMAKE_SYSTEM are available. This is useful e.g. for new-style ctest scripting. (these files are also loaded on startup by cpack, so now they behave similar). Hmmm, maybe they should be also loaded by cmake -P ? Alex | ||||
* | BUG: use LC_MESSAGES = C instead of en_EN | Bill Hoffman | 2008-10-19 | 1 | -4/+4 |
| | |||||
* | BUG: Fix recognition of files deleted from CVS | Brad King | 2008-10-18 | 1 | -1/+8 |
| | | | | | | | | | | | | The output of "cvs update" contains a line such as one of cvs update: `foo.txt' is no longer in the repository cvs update: foo.txt is no longer in the repository cvs update: warning: foo.txt is not (any longer) pertinent when file "foo.txt" has been removed in the version to which the update occurs. Previously only the first case would be recognized. This fixes the regular expression to match all these cases. | ||||
* | ENH: play it safe and restore the value of LC_MESSAGES | Bill Hoffman | 2008-10-10 | 1 | -1/+17 |
| | |||||
* | ENH: make sure LC_MESSAGES is en_EN so that we can parse the output of svn ↵ | Bill Hoffman | 2008-10-10 | 1 | -0/+8 |
| | | | | and cvs | ||||
* | BUG: fix for 5218 Error message pattern match for VS8 | Bill Hoffman | 2008-10-09 | 1 | -1/+2 |
| | |||||
* | STYLE: lowercase ctest_test() in the documentation | Alexander Neundorf | 2008-10-08 | 1 | -1/+1 |
| | | | | Alex | ||||
* | STYLE: fix line length issues | Bill Hoffman | 2008-10-02 | 1 | -7/+11 |
| | |||||
* | BUG: undo fix for 7292 because a switched file should show up as an odd ↵ | Bill Hoffman | 2008-10-01 | 1 | -1/+1 |
| | | | | thing on the dashbaord | ||||
* | STYLE: fix line length stuff for KWStyle | Bill Hoffman | 2008-10-01 | 1 | -3/+6 |
| | |||||
* | ENH: add max width option to ctest ouptut | Bill Hoffman | 2008-09-22 | 1 | -2/+3 |
| | |||||
* | ENH: add initial support for HAIKU OS from bug# 7425 | Bill Hoffman | 2008-09-15 | 1 | -0/+10 |
| | |||||
* | BUG: fix for bug 7292, svn parsing flagged errors or conflicts for switched ↵ | Bill Hoffman | 2008-09-09 | 1 | -1/+1 |
| | | | | or locked files | ||||
* | BUG: 0007569 add ability to do -R/-E in ctest_test command | Bill Hoffman | 2008-09-09 | 2 | -3/+22 |
| | |||||
* | BUG: Make CTest honor user-specified config | Brad King | 2008-09-04 | 1 | -2/+8 |
| | | | | | | When the -C or --build-config option is used to specify the configuration to be tested by CTest, do not override it with the configuration in which CTest is built. | ||||
* | ENH: Add RecurseThroughSymlinks data member to kwsys::Glob. Allows recursive ↵ | David Cole | 2008-08-20 | 1 | -0/+2 |
| | | | | globs to skip symlinks when necessary. Default to true for backwards compatible behavior. Used from the ctest coverage handler to avoid recursing through the '/Applications' directory on the Mac looking for *.da files... Should fix the hangs reported recently by Mac CMake dashboard submitters. | ||||
* | BUG: Fix issue#4792 - improve verbose and log output when ctest cannot find ↵ | David Cole | 2008-07-31 | 1 | -6/+9 |
| | | | | a file during coverage analysis. | ||||
* | BUG: Fix issue #4971 - use lower case when comparing file names from gcov ↵ | David Cole | 2008-07-31 | 1 | -2/+19 |
| | | | | output on _WIN32 since sometimes the drive letters have different case. | ||||
* | COMP: fix warning | Bill Hoffman | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | COMP: fix some more warnings | Bill Hoffman | 2008-07-07 | 1 | -4/+0 |
| | |||||
* | COMP: fix a few more warnings | Bill Hoffman | 2008-07-06 | 2 | -3/+3 |
| | |||||
* | COMP: try to fix sgi compiler problem with set and also shorten symbol ↵ | Bill Hoffman | 2008-07-04 | 3 | -14/+16 |
| | | | | lengths for set class | ||||
* | COMP: fix more warnings | Bill Hoffman | 2008-07-04 | 1 | -15/+20 |
| |