Fix test failures caused by regexp-sensitive characters in the build paths
Checkout [1] as an example of the test failures. In that particular cases, the failures is caused by the plus sign in the path being pass unescaped (buildd-cmake_2.8.9-1~bpo60+1-armel-3Lvkef) to the regexp. In addition to failures in the log, the following new tests also fail in 2.8.11: 243 - CTestTestMemcheckUnknown (Failed) 244 - CTestTestMemcheckUnknownQuoted (Failed) 248 - CTestTestMemcheckDummyValgrindFailPre (Failed) 249 - CTestTestMemcheckDummyValgrindFailPost (Failed) 250 - CTestTestMemcheckDummyPurify (Failed) 251 - CTestTestMemcheckDummyBC (Failed) 253 - CMake.List (Failed) [1] https://buildd.debian.org/status/fetch.php?pkg=cmake&arch=armel&ver=2.8.9-1~bpo60%2B1&stamp=1369243896
Showing
- Tests/CMakeLists.txt 1 addition, 4 deletionsTests/CMakeLists.txt
- Tests/CMakeTests/GetPropertyTest.cmake.in 16 additions, 13 deletionsTests/CMakeTests/GetPropertyTest.cmake.in
- Tests/CMakeTests/IfTest.cmake.in 4 additions, 1 deletionTests/CMakeTests/IfTest.cmake.in
- Tests/CMakeTests/ListTest.cmake.in 12 additions, 9 deletionsTests/CMakeTests/ListTest.cmake.in
- Tests/CMakeTests/WhileTest.cmake.in 9 additions, 5 deletionsTests/CMakeTests/WhileTest.cmake.in
- Tests/CTestTestMemcheck/CMakeLists.txt 6 additions, 4 deletionsTests/CTestTestMemcheck/CMakeLists.txt
- Tests/RegexEscapeString.cmake 4 additions, 0 deletionsTests/RegexEscapeString.cmake
Loading
Please register or sign in to comment