Files
cmake/Source
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
..
2026-09-15 09:49:34 -04:00
2026-09-18 00:06:46 -04:00
2026-01-29 10:16:59 -05:00
2025-08-01 09:56:00 -04:00
2025-11-12 14:54:35 -05:00
2025-10-07 09:29:18 -04:00
2026-04-16 15:10:35 -04:00
2025-08-26 14:29:01 -07:00
2026-04-16 15:10:35 -04:00
2026-01-27 18:15:26 +01:00
2026-07-29 15:04:59 -04:00
2026-07-27 09:56:23 -04:00
2026-04-16 15:10:35 -04:00
2026-07-23 10:28:41 -04:00
2026-02-03 09:34:23 +03:00
…