mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
rebased
This commit is contained in:
parent
fa751e6a37
commit
3c8c9b2933
@ -737,7 +737,7 @@ with expansion:
|
|||||||
hello
|
hello
|
||||||
hello
|
hello
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
Where the is more to the expression after the RHS[failing]
|
Where there is more to the expression after the RHS
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
TrickyTests.cpp:<line number>
|
TrickyTests.cpp:<line number>
|
||||||
...............................................................................
|
...............................................................................
|
||||||
@ -748,7 +748,7 @@ warning:
|
|||||||
error
|
error
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
Where the LHS is not a simple value[failing]
|
Where the LHS is not a simple value
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
TrickyTests.cpp:<line number>
|
TrickyTests.cpp:<line number>
|
||||||
...............................................................................
|
...............................................................................
|
||||||
|
@ -5690,7 +5690,7 @@ with expansion:
|
|||||||
std::pair( 1, 2 ) == std::pair( 1, 2 )
|
std::pair( 1, 2 ) == std::pair( 1, 2 )
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
Where the is more to the expression after the RHS[failing]
|
Where there is more to the expression after the RHS
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
TrickyTests.cpp:<line number>
|
TrickyTests.cpp:<line number>
|
||||||
...............................................................................
|
...............................................................................
|
||||||
@ -5701,10 +5701,10 @@ warning:
|
|||||||
error
|
error
|
||||||
|
|
||||||
|
|
||||||
No assertions in test case 'Where the is more to the expression after the RHS[failing]'
|
No assertions in test case 'Where there is more to the expression after the RHS'
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
Where the LHS is not a simple value[failing]
|
Where the LHS is not a simple value
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
TrickyTests.cpp:<line number>
|
TrickyTests.cpp:<line number>
|
||||||
...............................................................................
|
...............................................................................
|
||||||
@ -5715,7 +5715,7 @@ warning:
|
|||||||
error
|
error
|
||||||
|
|
||||||
|
|
||||||
No assertions in test case 'Where the LHS is not a simple value[failing]'
|
No assertions in test case 'Where the LHS is not a simple value'
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
A failing expression with a non streamable type is still captured
|
A failing expression with a non streamable type is still captured
|
||||||
|
@ -500,8 +500,8 @@ hello
|
|||||||
<testcase classname="global" name="Text can be formatted using the Text class" time="{duration}"/>
|
<testcase classname="global" name="Text can be formatted using the Text class" time="{duration}"/>
|
||||||
<testcase classname="global" name="Long text is truncted" time="{duration}"/>
|
<testcase classname="global" name="Long text is truncted" time="{duration}"/>
|
||||||
<testcase classname="global" name="Parsing a std::pair" time="{duration}"/>
|
<testcase classname="global" name="Parsing a std::pair" time="{duration}"/>
|
||||||
<testcase classname="global" name="Where the is more to the expression after the RHS[failing]" time="{duration}"/>
|
<testcase classname="global" name="Where there is more to the expression after the RHS" time="{duration}"/>
|
||||||
<testcase classname="global" name="Where the LHS is not a simple value[failing]" time="{duration}"/>
|
<testcase classname="global" name="Where the LHS is not a simple value" time="{duration}"/>
|
||||||
<testcase classname="global" name="A failing expression with a non streamable type is still captured" time="{duration}">
|
<testcase classname="global" name="A failing expression with a non streamable type is still captured" time="{duration}">
|
||||||
<failure message="0x<hex digits> == 0x<hex digits>" type="CHECK">
|
<failure message="0x<hex digits> == 0x<hex digits>" type="CHECK">
|
||||||
TrickyTests.cpp:<line number>
|
TrickyTests.cpp:<line number>
|
||||||
|
@ -5879,13 +5879,13 @@ there"
|
|||||||
</Expression>
|
</Expression>
|
||||||
<OverallResult success="true"/>
|
<OverallResult success="true"/>
|
||||||
</TestCase>
|
</TestCase>
|
||||||
<TestCase name="Where the is more to the expression after the RHS[failing]">
|
<TestCase name="Where there is more to the expression after the RHS">
|
||||||
<Warning>
|
<Warning>
|
||||||
Uncomment the code in this test to check that it gives a sensible compiler error
|
Uncomment the code in this test to check that it gives a sensible compiler error
|
||||||
</Warning>
|
</Warning>
|
||||||
<OverallResult success="true"/>
|
<OverallResult success="true"/>
|
||||||
</TestCase>
|
</TestCase>
|
||||||
<TestCase name="Where the LHS is not a simple value[failing]">
|
<TestCase name="Where the LHS is not a simple value">
|
||||||
<Warning>
|
<Warning>
|
||||||
Uncomment the code in this test to check that it gives a sensible compiler error
|
Uncomment the code in this test to check that it gives a sensible compiler error
|
||||||
</Warning>
|
</Warning>
|
||||||
|
Loading…
Reference in New Issue
Block a user