[Cmake-commits] CMake branch, master, updated. v3.3.0-rc4-448-g7054df7

Brad King brad.king at kitware.com
Wed Jul 15 09:05:42 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  7054df7df2925f327be1b6003b6b415fed3a5903 (commit)
       via  e5ca59b456d3a1a51d0b5387ec9d04a51beaa0be (commit)
       via  0699e0d3e4305fc4e615c36b831d0171c2f8c757 (commit)
      from  94755bd34ddd79630f4908b8a9a2e7f002f95800 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7054df7df2925f327be1b6003b6b415fed3a5903
commit 7054df7df2925f327be1b6003b6b415fed3a5903
Merge: 94755bd e5ca59b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jul 15 09:05:40 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jul 15 09:05:40 2015 -0400

    Merge topic 'tests-no-match-full-path'
    
    e5ca59b4 Tests: Move command failure cases into RunCMake infrastructure
    0699e0d3 Tests: Move CTestTestConfigFileInBuildDir into RunCMake.ctest_start


-----------------------------------------------------------------------

Summary of changes:
 Tests/CMakeLists.txt                               |   33 -------
 Tests/CMakeTests/GetPropertyTest.cmake.in          |   96 --------------------
 Tests/CMakeTests/IfTest.cmake.in                   |   11 ---
 Tests/CMakeTests/ListTest.cmake.in                 |   53 -----------
 Tests/CMakeTests/WhileTest.cmake.in                |   40 --------
 Tests/CTestTestConfigFileInBuildDir/CMakeLists.txt |    3 -
 .../CTestConfig.cmake                              |    7 --
 Tests/CTestTestConfigFileInBuildDir/test1.cmake.in |   19 ----
 Tests/CTestTestConfigFileInBuildDir/test2.cmake.in |   19 ----
 Tests/RegexEscapeString.cmake                      |    4 -
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 .../RunCMake/ctest_start/ConfigInBuild-stdout.txt  |    7 ++
 .../RunCMake/ctest_start/ConfigInSource-stdout.txt |    7 ++
 Tests/RunCMake/ctest_start/RunCMakeTest.cmake      |   13 +++
 .../BadArgument-result.txt}                        |    0
 Tests/RunCMake/get_property/BadArgument-stderr.txt |    4 +
 .../get_property/BadArgument.cmake}                |    0
 .../BadDirectory-result.txt}                       |    0
 .../RunCMake/get_property/BadDirectory-stderr.txt  |    6 ++
 .../get_property/BadDirectory.cmake}               |    0
 .../BadScope-result.txt}                           |    0
 Tests/RunCMake/get_property/BadScope-stderr.txt    |    5 +
 .../get_property/BadScope.cmake}                   |    0
 .../BadTarget-result.txt}                          |    0
 Tests/RunCMake/get_property/BadTarget-stderr.txt   |    5 +
 .../get_property/BadTarget.cmake}                  |    0
 .../BadTest-result.txt}                            |    0
 Tests/RunCMake/get_property/BadTest-stderr.txt     |    4 +
 .../get_property/BadTest.cmake}                    |    0
 .../GlobalName-result.txt}                         |    0
 Tests/RunCMake/get_property/GlobalName-stderr.txt  |    4 +
 .../get_property/GlobalName.cmake}                 |    0
 .../MissingArgument-result.txt}                    |    0
 .../get_property/MissingArgument-stderr.txt        |    4 +
 .../get_property/MissingArgument.cmake}            |    0
 .../NoCache-result.txt}                            |    0
 Tests/RunCMake/get_property/NoCache-stderr.txt     |    4 +
 .../get_property/NoCache.cmake}                    |    0
 .../NoProperty-result.txt}                         |    0
 Tests/RunCMake/get_property/NoProperty-stderr.txt  |    4 +
 .../get_property/NoProperty.cmake}                 |    0
 .../NoSource-result.txt}                           |    0
 Tests/RunCMake/get_property/NoSource-stderr.txt    |    4 +
 .../get_property/NoSource.cmake}                   |    0
 .../NoTarget-result.txt}                           |    0
 Tests/RunCMake/get_property/NoTarget-stderr.txt    |    4 +
 .../get_property/NoTarget.cmake}                   |    0
 .../NoTest-result.txt}                             |    0
 Tests/RunCMake/get_property/NoTest-stderr.txt      |    4 +
 .../get_property/NoTest.cmake}                     |    0
 Tests/RunCMake/get_property/RunCMakeTest.cmake     |   14 +++
 .../VariableName-result.txt}                       |    0
 .../RunCMake/get_property/VariableName-stderr.txt  |    4 +
 .../get_property/VariableName.cmake}               |    0
 .../InvalidArgument1-result.txt}                   |    0
 Tests/RunCMake/if/InvalidArgument1-stderr.txt      |    8 ++
 .../if/InvalidArgument1.cmake}                     |    0
 Tests/RunCMake/if/RunCMakeTest.cmake               |    1 +
 Tests/RunCMake/list/GET-CMP0007-WARN-stderr.txt    |    8 ++
 .../list/GET-CMP0007-WARN.cmake}                   |    1 +
 .../GET-InvalidIndex-result.txt}                   |    0
 Tests/RunCMake/list/GET-InvalidIndex-stderr.txt    |    4 +
 .../list/GET-InvalidIndex.cmake}                   |    0
 .../INSERT-InvalidIndex-result.txt}                |    0
 Tests/RunCMake/list/INSERT-InvalidIndex-stderr.txt |    4 +
 .../list/INSERT-InvalidIndex.cmake}                |    0
 .../InvalidSubcommand-result.txt}                  |    0
 Tests/RunCMake/list/InvalidSubcommand-stderr.txt   |    4 +
 .../list/InvalidSubcommand.cmake}                  |    0
 .../LENGTH-TooManyArguments-result.txt}            |    0
 .../list/LENGTH-TooManyArguments-stderr.txt        |    4 +
 .../list/LENGTH-TooManyArguments.cmake}            |    0
 .../NoArguments-result.txt}                        |    0
 Tests/RunCMake/list/NoArguments-stderr.txt         |    4 +
 .../list/NoArguments.cmake}                        |    0
 .../REMOVE_AT-InvalidIndex-result.txt}             |    0
 .../list/REMOVE_AT-InvalidIndex-stderr.txt         |    4 +
 .../list/REMOVE_AT-InvalidIndex.cmake}             |    0
 .../REMOVE_AT-NotList-result.txt}                  |    0
 Tests/RunCMake/list/REMOVE_AT-NotList-stderr.txt   |    4 +
 .../list/REMOVE_AT-NotList.cmake}                  |    0
 .../REMOVE_DUPLICATES-NotList-result.txt}          |    0
 .../list/REMOVE_DUPLICATES-NotList-stderr.txt      |    4 +
 .../list/REMOVE_DUPLICATES-NotList.cmake}          |    0
 .../REMOVE_DUPLICATES-TooManyArguments-result.txt} |    0
 .../REMOVE_DUPLICATES-TooManyArguments-stderr.txt  |    4 +
 .../list/REMOVE_DUPLICATES-TooManyArguments.cmake} |    0
 .../REMOVE_ITEM-NotList-result.txt}                |    0
 Tests/RunCMake/list/REMOVE_ITEM-NotList-stderr.txt |    4 +
 .../list/REMOVE_ITEM-NotList.cmake}                |    0
 .../REVERSE-NotList-result.txt}                    |    0
 Tests/RunCMake/list/REVERSE-NotList-stderr.txt     |    4 +
 .../list/REVERSE-NotList.cmake}                    |    0
 .../REVERSE-TooManyArguments-result.txt}           |    0
 .../list/REVERSE-TooManyArguments-stderr.txt       |    4 +
 .../list/REVERSE-TooManyArguments.cmake}           |    0
 Tests/RunCMake/list/RunCMakeTest.cmake             |   19 ++++
 .../SORT-NotList-result.txt}                       |    0
 Tests/RunCMake/list/SORT-NotList-stderr.txt        |    4 +
 .../list/SORT-NotList.cmake}                       |    0
 .../SORT-TooManyArguments-result.txt}              |    0
 .../RunCMake/list/SORT-TooManyArguments-stderr.txt |    4 +
 .../list/SORT-TooManyArguments.cmake}              |    0
 Tests/RunCMake/{CMP0004 => while}/CMakeLists.txt   |    0
 .../EndAlone-result.txt}                           |    0
 Tests/RunCMake/while/EndAlone-stderr.txt           |    5 +
 .../while/EndAlone.cmake}                          |    0
 .../EndAloneArgs-result.txt}                       |    0
 Tests/RunCMake/while/EndAloneArgs-stderr.txt       |    5 +
 .../while/EndAloneArgs.cmake}                      |    0
 Tests/RunCMake/while/EndMismatch-stderr.txt        |   13 +++
 .../while/EndMismatch.cmake}                       |    0
 .../EndMissing-result.txt}                         |    0
 Tests/RunCMake/while/EndMissing-stderr.txt         |    6 ++
 .../while/EndMissing.cmake}                        |    0
 .../MissingArgument-result.txt}                    |    0
 Tests/RunCMake/while/MissingArgument-stderr.txt    |    4 +
 .../while/MissingArgument.cmake}                   |    0
 Tests/RunCMake/while/RunCMakeTest.cmake            |    7 ++
 119 files changed, 231 insertions(+), 285 deletions(-)
 delete mode 100644 Tests/CTestTestConfigFileInBuildDir/CMakeLists.txt
 delete mode 100644 Tests/CTestTestConfigFileInBuildDir/CTestConfig.cmake
 delete mode 100644 Tests/CTestTestConfigFileInBuildDir/test1.cmake.in
 delete mode 100644 Tests/CTestTestConfigFileInBuildDir/test2.cmake.in
 delete mode 100644 Tests/RegexEscapeString.cmake
 create mode 100644 Tests/RunCMake/ctest_start/ConfigInBuild-stdout.txt
 create mode 100644 Tests/RunCMake/ctest_start/ConfigInSource-stdout.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => get_property/BadArgument-result.txt} (100%)
 create mode 100644 Tests/RunCMake/get_property/BadArgument-stderr.txt
 rename Tests/{CMakeTests/GetProperty-Bad-Argument.cmake => RunCMake/get_property/BadArgument.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => get_property/BadDirectory-result.txt} (100%)
 create mode 100644 Tests/RunCMake/get_property/BadDirectory-stderr.txt
 rename Tests/{CMakeTests/GetProperty-Bad-Directory.cmake => RunCMake/get_property/BadDirectory.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => get_property/BadScope-result.txt} (100%)
 create mode 100644 Tests/RunCMake/get_property/BadScope-stderr.txt
 rename Tests/{CMakeTests/GetProperty-Bad-Scope.cmake => RunCMake/get_property/BadScope.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => get_property/BadTarget-result.txt} (100%)
 create mode 100644 Tests/RunCMake/get_property/BadTarget-stderr.txt
 rename Tests/{CMakeTests/GetProperty-Bad-Target.cmake => RunCMake/get_property/BadTarget.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => get_property/BadTest-result.txt} (100%)
 create mode 100644 Tests/RunCMake/get_property/BadTest-stderr.txt
 rename Tests/{CMakeTests/GetProperty-Bad-Test.cmake => RunCMake/get_property/BadTest.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => get_property/GlobalName-result.txt} (100%)
 create mode 100644 Tests/RunCMake/get_property/GlobalName-stderr.txt
 rename Tests/{CMakeTests/GetProperty-Global-Name.cmake => RunCMake/get_property/GlobalName.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => get_property/MissingArgument-result.txt} (100%)
 create mode 100644 Tests/RunCMake/get_property/MissingArgument-stderr.txt
 rename Tests/{CMakeTests/GetProperty-Missing-Argument.cmake => RunCMake/get_property/MissingArgument.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => get_property/NoCache-result.txt} (100%)
 create mode 100644 Tests/RunCMake/get_property/NoCache-stderr.txt
 rename Tests/{CMakeTests/GetProperty-No-Cache.cmake => RunCMake/get_property/NoCache.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => get_property/NoProperty-result.txt} (100%)
 create mode 100644 Tests/RunCMake/get_property/NoProperty-stderr.txt
 rename Tests/{CMakeTests/GetProperty-No-Property.cmake => RunCMake/get_property/NoProperty.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => get_property/NoSource-result.txt} (100%)
 create mode 100644 Tests/RunCMake/get_property/NoSource-stderr.txt
 rename Tests/{CMakeTests/GetProperty-No-Source.cmake => RunCMake/get_property/NoSource.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => get_property/NoTarget-result.txt} (100%)
 create mode 100644 Tests/RunCMake/get_property/NoTarget-stderr.txt
 rename Tests/{CMakeTests/GetProperty-No-Target.cmake => RunCMake/get_property/NoTarget.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => get_property/NoTest-result.txt} (100%)
 create mode 100644 Tests/RunCMake/get_property/NoTest-stderr.txt
 rename Tests/{CMakeTests/GetProperty-No-Test.cmake => RunCMake/get_property/NoTest.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => get_property/VariableName-result.txt} (100%)
 create mode 100644 Tests/RunCMake/get_property/VariableName-stderr.txt
 rename Tests/{CMakeTests/GetProperty-Variable-Name.cmake => RunCMake/get_property/VariableName.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => if/InvalidArgument1-result.txt} (100%)
 create mode 100644 Tests/RunCMake/if/InvalidArgument1-stderr.txt
 rename Tests/{CMakeTests/If-Invalid-Argument.cmake => RunCMake/if/InvalidArgument1.cmake} (100%)
 create mode 100644 Tests/RunCMake/list/GET-CMP0007-WARN-stderr.txt
 rename Tests/{CMakeTests/List-Get-CMP0007-Warn.cmake => RunCMake/list/GET-CMP0007-WARN.cmake} (86%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => list/GET-InvalidIndex-result.txt} (100%)
 create mode 100644 Tests/RunCMake/list/GET-InvalidIndex-stderr.txt
 rename Tests/{CMakeTests/List-Get-Invalid-Index.cmake => RunCMake/list/GET-InvalidIndex.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => list/INSERT-InvalidIndex-result.txt} (100%)
 create mode 100644 Tests/RunCMake/list/INSERT-InvalidIndex-stderr.txt
 rename Tests/{CMakeTests/List-Insert-Invalid-Index.cmake => RunCMake/list/INSERT-InvalidIndex.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => list/InvalidSubcommand-result.txt} (100%)
 create mode 100644 Tests/RunCMake/list/InvalidSubcommand-stderr.txt
 rename Tests/{CMakeTests/List-Invalid-Subcommand.cmake => RunCMake/list/InvalidSubcommand.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => list/LENGTH-TooManyArguments-result.txt} (100%)
 create mode 100644 Tests/RunCMake/list/LENGTH-TooManyArguments-stderr.txt
 rename Tests/{CMakeTests/List-Length-Too-Many-Arguments.cmake => RunCMake/list/LENGTH-TooManyArguments.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => list/NoArguments-result.txt} (100%)
 create mode 100644 Tests/RunCMake/list/NoArguments-stderr.txt
 rename Tests/{CMakeTests/List-No-Arguments.cmake => RunCMake/list/NoArguments.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => list/REMOVE_AT-InvalidIndex-result.txt} (100%)
 create mode 100644 Tests/RunCMake/list/REMOVE_AT-InvalidIndex-stderr.txt
 rename Tests/{CMakeTests/List-Remove_At-Invalid-Index.cmake => RunCMake/list/REMOVE_AT-InvalidIndex.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => list/REMOVE_AT-NotList-result.txt} (100%)
 create mode 100644 Tests/RunCMake/list/REMOVE_AT-NotList-stderr.txt
 rename Tests/{CMakeTests/List-Remove_At-Nonexistent-List.cmake => RunCMake/list/REMOVE_AT-NotList.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => list/REMOVE_DUPLICATES-NotList-result.txt} (100%)
 create mode 100644 Tests/RunCMake/list/REMOVE_DUPLICATES-NotList-stderr.txt
 rename Tests/{CMakeTests/List-Remove_Duplicates-Nonexistent-List.cmake => RunCMake/list/REMOVE_DUPLICATES-NotList.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => list/REMOVE_DUPLICATES-TooManyArguments-result.txt} (100%)
 create mode 100644 Tests/RunCMake/list/REMOVE_DUPLICATES-TooManyArguments-stderr.txt
 rename Tests/{CMakeTests/List-Remove_Duplicates-Too-Many-Arguments.cmake => RunCMake/list/REMOVE_DUPLICATES-TooManyArguments.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => list/REMOVE_ITEM-NotList-result.txt} (100%)
 create mode 100644 Tests/RunCMake/list/REMOVE_ITEM-NotList-stderr.txt
 rename Tests/{CMakeTests/List-Remove_Item-Nonexistent-List.cmake => RunCMake/list/REMOVE_ITEM-NotList.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => list/REVERSE-NotList-result.txt} (100%)
 create mode 100644 Tests/RunCMake/list/REVERSE-NotList-stderr.txt
 rename Tests/{CMakeTests/List-Reverse-Nonexistent-List.cmake => RunCMake/list/REVERSE-NotList.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => list/REVERSE-TooManyArguments-result.txt} (100%)
 create mode 100644 Tests/RunCMake/list/REVERSE-TooManyArguments-stderr.txt
 rename Tests/{CMakeTests/List-Reverse-Too-Many-Arguments.cmake => RunCMake/list/REVERSE-TooManyArguments.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => list/SORT-NotList-result.txt} (100%)
 create mode 100644 Tests/RunCMake/list/SORT-NotList-stderr.txt
 rename Tests/{CMakeTests/List-Sort-Nonexistent-List.cmake => RunCMake/list/SORT-NotList.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => list/SORT-TooManyArguments-result.txt} (100%)
 create mode 100644 Tests/RunCMake/list/SORT-TooManyArguments-stderr.txt
 rename Tests/{CMakeTests/List-Sort-Too-Many-Arguments.cmake => RunCMake/list/SORT-TooManyArguments.cmake} (100%)
 copy Tests/RunCMake/{CMP0004 => while}/CMakeLists.txt (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => while/EndAlone-result.txt} (100%)
 create mode 100644 Tests/RunCMake/while/EndAlone-stderr.txt
 rename Tests/{CMakeTests/While-Endwhile-Alone.cmake => RunCMake/while/EndAlone.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => while/EndAloneArgs-result.txt} (100%)
 create mode 100644 Tests/RunCMake/while/EndAloneArgs-stderr.txt
 rename Tests/{CMakeTests/While-Endwhile-Alone-Args.cmake => RunCMake/while/EndAloneArgs.cmake} (100%)
 create mode 100644 Tests/RunCMake/while/EndMismatch-stderr.txt
 rename Tests/{CMakeTests/While-Endwhile-Mismatch.cmake => RunCMake/while/EndMismatch.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => while/EndMissing-result.txt} (100%)
 create mode 100644 Tests/RunCMake/while/EndMissing-stderr.txt
 rename Tests/{CMakeTests/While-Missing-Endwhile.cmake => RunCMake/while/EndMissing.cmake} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => while/MissingArgument-result.txt} (100%)
 create mode 100644 Tests/RunCMake/while/MissingArgument-stderr.txt
 rename Tests/{CMakeTests/While-Missing-Argument.cmake => RunCMake/while/MissingArgument.cmake} (100%)
 create mode 100644 Tests/RunCMake/while/RunCMakeTest.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list