Files
cmake/Source/CTest
Taylor Braun-Jones 4fcf3dd296 CTest: Ignore a checkpoint entry for a test that is not pending
CheckResume() reads the checkpoint `ctest -F` resumes from and removes each
test it names.  RemoveTest() erased the iterator std::find returned without
checking it, so a checkpoint naming a test the current run does not have
pending -- one written before the test list changed, say -- erased the end
iterator of a std::list, which is undefined behavior.  Skip such an entry
instead.
2026-09-18 08:28:42 -04:00
..
2025-09-03 10:13:32 -04:00
2025-11-12 14:54:35 -05:00