This commit is contained in:
Phil Nash 2014-12-22 20:17:50 +00:00
parent fa751e6a37
commit 3c8c9b2933
4 changed files with 10 additions and 10 deletions

View File

@ -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>
............................................................................... ...............................................................................

View File

@ -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

View File

@ -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>

View File

@ -5879,13 +5879,13 @@ there&quot;
</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>