rebased approvals for long long test

This commit is contained in:
Phil Nash
2015-07-23 23:05:52 +01:00
parent 733ebb6024
commit 70975517b3
4 changed files with 39 additions and 19 deletions

View File

@@ -846,9 +846,7 @@ ConditionTests.cpp:<line number>:
PASSED:
REQUIRE( (std::numeric_limits<unsigned long>::max)() > ul )
with expansion:
18446744073709551615 (0x<hex digits>)
>
4
4294967295 (0x<hex digits>) > 4
-------------------------------------------------------------------------------
comparisons between int variables
@@ -3884,6 +3882,20 @@ PASSED:
with expansion:
"[&#x7F]" == "[&#x7F]"
-------------------------------------------------------------------------------
long long
-------------------------------------------------------------------------------
MiscTests.cpp:<line number>
...............................................................................
MiscTests.cpp:<line number>:
PASSED:
REQUIRE( l == std::numeric_limits<long long>::max() )
with expansion:
9223372036854775807 (0x<hex digits>)
==
9223372036854775807 (0x<hex digits>)
-------------------------------------------------------------------------------
Process can be configured on command line
default - no arguments
@@ -6274,9 +6286,7 @@ TrickyTests.cpp:<line number>:
PASSED:
CHECK( m == &S::f )
with expansion:
0x<hex digits>
==
0x<hex digits>
0x<hex digits> == 0x<hex digits>
-------------------------------------------------------------------------------
pointer to class
@@ -8126,6 +8136,6 @@ with expansion:
true
===============================================================================
test cases: 158 | 102 passed | 55 failed | 1 failed as expected
assertions: 803 | 690 passed | 100 failed | 13 failed as expected
test cases: 159 | 103 passed | 55 failed | 1 failed as expected
assertions: 804 | 691 passed | 100 failed | 13 failed as expected