2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-02-15 01:32:11 +00:00
Files
Catch2/tests/SelfTest/Baselines
Martin Hořeňovský 4ff8b27bb6 Cleanups output normalization in ApprovalTests
Removed:
 * NaN normalization
 * INFINITY normalization
 * errno normalization
 * Completely unused duration regex

Tests using these macros should be tagged `[approvals]`
so they are not run as part of approval tests.

Also simplified regex for the test's executable filename,
and hidden some tests relying on nullptr normalization.
2022-01-27 21:11:51 +01:00
..