Ah I see. Yep, it would both make sense and work perfectly if it was a regex. Sadly it would also break stuff. Maybe CTEST_CUSTOM_TESTS_IGNORE_REGEX would be a sane feature request.
Sent from my iPhone On Jan 31, 2013, at 14:51, Matthew Woehlke <[email protected]> wrote: > On 2013-01-31 14:16, Leif Walsh wrote: >> This variable seems to be interpreted as a normal cmake ;-delimited list. > > Ah, I see. I misread your message as it is already a regex and didn't take > lists. (Which is a little odd that it *isn't* a regex, as the CTest command > line takes a regex...) > > If you have a custom dashboard script, you might be able to change the test > section to run ctest with '-E'... but I've never attempted to do such a thing. > > Or you could try running '${CTEST_COMMAND} -N' and parsing the output to > build the list of tests to ignore... > > -- > Matthew > > -- > > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Follow this link to subscribe/unsubscribe: > http://www.cmake.org/mailman/listinfo/cmake -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
