mirror of
https://github.com/catchorg/Catch2.git
synced 2024-12-23 11:43:29 +01:00
Approved new test output
This commit is contained in:
parent
2c9e9ac004
commit
a2d8f774d2
@ -772,5 +772,5 @@ with expansion:
|
||||
"first" == "second"
|
||||
|
||||
===============================================================================
|
||||
123 test cases - 39 failed (691 assertions - 92 failed)
|
||||
123 test cases - 39 failed (695 assertions - 92 failed)
|
||||
|
||||
|
@ -6343,6 +6343,37 @@ Parse test names and tags
|
||||
CmdLineTests.cpp:<line number>
|
||||
...............................................................................
|
||||
|
||||
CmdLineTests.cpp:<line number>:
|
||||
PASSED:
|
||||
CHECK( spec.hasFilters() == true )
|
||||
with expansion:
|
||||
true == true
|
||||
|
||||
CmdLineTests.cpp:<line number>:
|
||||
PASSED:
|
||||
CHECK( spec.matches( tcA ) == false )
|
||||
with expansion:
|
||||
false == false
|
||||
|
||||
CmdLineTests.cpp:<line number>:
|
||||
PASSED:
|
||||
CHECK( spec.matches( tcB ) == false )
|
||||
with expansion:
|
||||
false == false
|
||||
|
||||
CmdLineTests.cpp:<line number>:
|
||||
PASSED:
|
||||
CHECK( spec.matches( tcC ) == true )
|
||||
with expansion:
|
||||
true == true
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
Parse test names and tags
|
||||
Two tags, spare separated
|
||||
-------------------------------------------------------------------------------
|
||||
CmdLineTests.cpp:<line number>
|
||||
...............................................................................
|
||||
|
||||
CmdLineTests.cpp:<line number>:
|
||||
PASSED:
|
||||
CHECK( spec.hasFilters() == true )
|
||||
@ -7183,5 +7214,5 @@ with expansion:
|
||||
true
|
||||
|
||||
===============================================================================
|
||||
123 test cases - 54 failed (710 assertions - 111 failed)
|
||||
123 test cases - 54 failed (714 assertions - 111 failed)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<testsuites>
|
||||
<testsuite errors="12" failures="99" tests="710" hostname="tbd" time="{duration}" timestamp="tbd">
|
||||
<testsuite errors="12" failures="99" tests="714" hostname="tbd" time="{duration}" timestamp="tbd">
|
||||
<testcase classname="global" name="Some simple comparisons between doubles" time="{duration}"/>
|
||||
<testcase classname="global" name="Approximate comparisons with different epsilons" time="{duration}"/>
|
||||
<testcase classname="global" name="Approximate comparisons with floats" time="{duration}"/>
|
||||
@ -541,6 +541,7 @@ TrickyTests.cpp:<line number>
|
||||
<testcase classname="Parse test names and tags" name="Single tag" time="{duration}"/>
|
||||
<testcase classname="Parse test names and tags" name="Single tag, two matches" time="{duration}"/>
|
||||
<testcase classname="Parse test names and tags" name="Two tags" time="{duration}"/>
|
||||
<testcase classname="Parse test names and tags" name="Two tags, spare separated" time="{duration}"/>
|
||||
<testcase classname="Parse test names and tags" name="Wildcarded name and tag" time="{duration}"/>
|
||||
<testcase classname="Parse test names and tags" name="Single tag exclusion" time="{duration}"/>
|
||||
<testcase classname="Parse test names and tags" name="One tag exclusion and one tag inclusion" time="{duration}"/>
|
||||
|
@ -6573,6 +6573,41 @@ there"
|
||||
</Expression>
|
||||
<OverallResults successes="4" failures="0"/>
|
||||
</Section>
|
||||
<Section name="Two tags, spare separated">
|
||||
<Expression success="true" filename="/Users/philnash/Dev/OSS/Catch/projects/SelfTest/CmdLineTests.cpp" >
|
||||
<Original>
|
||||
spec.hasFilters() == true
|
||||
</Original>
|
||||
<Expanded>
|
||||
true == true
|
||||
</Expanded>
|
||||
</Expression>
|
||||
<Expression success="true" filename="/Users/philnash/Dev/OSS/Catch/projects/SelfTest/CmdLineTests.cpp" >
|
||||
<Original>
|
||||
spec.matches( tcA ) == false
|
||||
</Original>
|
||||
<Expanded>
|
||||
false == false
|
||||
</Expanded>
|
||||
</Expression>
|
||||
<Expression success="true" filename="/Users/philnash/Dev/OSS/Catch/projects/SelfTest/CmdLineTests.cpp" >
|
||||
<Original>
|
||||
spec.matches( tcB ) == false
|
||||
</Original>
|
||||
<Expanded>
|
||||
false == false
|
||||
</Expanded>
|
||||
</Expression>
|
||||
<Expression success="true" filename="/Users/philnash/Dev/OSS/Catch/projects/SelfTest/CmdLineTests.cpp" >
|
||||
<Original>
|
||||
spec.matches( tcC ) == true
|
||||
</Original>
|
||||
<Expanded>
|
||||
true == true
|
||||
</Expanded>
|
||||
</Expression>
|
||||
<OverallResults successes="4" failures="0"/>
|
||||
</Section>
|
||||
<Section name="Wildcarded name and tag">
|
||||
<Expression success="true" filename="/Users/philnash/Dev/OSS/Catch/projects/SelfTest/CmdLineTests.cpp" >
|
||||
<Original>
|
||||
@ -7439,7 +7474,7 @@ there"
|
||||
</Section>
|
||||
<OverallResult success="true"/>
|
||||
</TestCase>
|
||||
<OverallResults successes="599" failures="111"/>
|
||||
<OverallResults successes="603" failures="111"/>
|
||||
</Group>
|
||||
<OverallResults successes="599" failures="111"/>
|
||||
<OverallResults successes="603" failures="111"/>
|
||||
</Catch>
|
||||
|
Loading…
Reference in New Issue
Block a user