catch2/tests/SelfTest
Martin Hořeňovský b0d0aa43e6
Fix crash when stringifying pre 1970 dates on Windows
`gmtime*` on Windows fails on dates pre 1970, and because we didn't
check the return code, we would then pass invalid `tm` struct to
`strftime` causing it to assert.

Closes #2944
2025-01-05 16:04:38 +01:00
..
Baselines Fix wrong reference to REGISTER_ENUM 2024-11-12 23:29:54 +01:00
helpers Fix & extend tests for comparing const instances of zero lit types 2024-04-08 13:15:35 +02:00
IntrospectiveTests Fix crash when stringifying pre 1970 dates on Windows 2025-01-05 16:04:38 +01:00
Misc Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
TimingTests Fix references to license file 2022-10-28 11:30:15 +02:00
UsageTests Fix wrong reference to REGISTER_ENUM 2024-11-12 23:29:54 +01:00
TestRegistrations.cpp Ignore C++98 related compiler warnings 2024-03-12 22:56:37 +01:00