https://bugs.kde.org/show_bug.cgi?id=455533

--- Comment #8 from Sigbjorn <sigbjorn.hel...@gmail.com> ---
Investigations:

Using the doctest (gitlab.com/doctest), generates test-cases, that are picked
up and enlisted by the test executable it self.
In doctest, there test might be grouped into test-suites, and test-cases are
'scoped' to test-suites, so there are no conflicts,  - in doctest.

However, the cmake/integration exports the test-case names, that might be
duplicates.

Creating a minimal  cmake  doctest example, with two test-suites, and within
each of them, repeats the crash, at the same spot.

A simple workaround to avoid crash during exit, or regeneration of 
cmake-files, is just to ensure all test-cases are unique.

Further investigation & resolution could pinpoint the exact cause, and
strengthen the cmake/ctest manager so that it handles duplicate test-cases, one
way or another (not crashing :-)).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to