mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 13:55:39 +02:00
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.
This commit is contained in:
@@ -865,7 +865,6 @@ Condition.tests.cpp:<line number>
|
||||
<testCase name="comparisons between int variables" duration="{duration}"/>
|
||||
</file>
|
||||
<file path="tests/<exe-name>/UsageTests/Decomposition.tests.cpp">
|
||||
<testCase name="#1005: Comparing pointer to int and long (NULL can be either on various systems)" duration="{duration}"/>
|
||||
<testCase name="Reconstruction should be based on stringification: #914" duration="{duration}">
|
||||
<failure message="CHECK(truthy(false))">
|
||||
FAILED:
|
||||
@@ -1553,7 +1552,7 @@ Message.tests.cpp:<line number>
|
||||
<testCase name="#1954 - 7 arg template test case sig compiles - 1, 1, 1, 1, 1, 0, 0" duration="{duration}"/>
|
||||
<testCase name="#1954 - 7 arg template test case sig compiles - 5, 1, 1, 1, 1, 0, 0" duration="{duration}"/>
|
||||
<testCase name="#1954 - 7 arg template test case sig compiles - 5, 3, 1, 1, 1, 0, 0" duration="{duration}"/>
|
||||
<testCase name="#835 -- errno should not be touched by Catch" duration="{duration}">
|
||||
<testCase name="#835 -- errno should not be touched by Catch2" duration="{duration}">
|
||||
<skipped message="CHECK(f() == 0)">
|
||||
FAILED:
|
||||
CHECK( f() == 0 )
|
||||
@@ -1847,7 +1846,6 @@ Misc.tests.cpp:<line number>
|
||||
<testCase name="tuple<>" duration="{duration}"/>
|
||||
<testCase name="tuple<float,int>" duration="{duration}"/>
|
||||
<testCase name="tuple<int>" duration="{duration}"/>
|
||||
<testCase name="tuple<0,int,const char *>" duration="{duration}"/>
|
||||
<testCase name="tuple<string,string>" duration="{duration}"/>
|
||||
<testCase name="tuple<tuple<int>,tuple<>,float>" duration="{duration}"/>
|
||||
</file>
|
||||
|
Reference in New Issue
Block a user