diff --git a/projects/SelfTest/Baselines/console.std.approved.txt b/projects/SelfTest/Baselines/console.std.approved.txt index 3aa3ae86..97293423 100644 --- a/projects/SelfTest/Baselines/console.std.approved.txt +++ b/projects/SelfTest/Baselines/console.std.approved.txt @@ -797,6 +797,6 @@ with expansion: "first" == "second" =============================================================================== -test cases: 158 | 118 passed | 39 failed | 1 failed as expected -assertions: 783 | 690 passed | 80 failed | 13 failed as expected +test cases: 159 | 119 passed | 39 failed | 1 failed as expected +assertions: 784 | 691 passed | 80 failed | 13 failed as expected diff --git a/projects/SelfTest/Baselines/console.sw.approved.txt b/projects/SelfTest/Baselines/console.sw.approved.txt index 238450b0..675edc2f 100644 --- a/projects/SelfTest/Baselines/console.sw.approved.txt +++ b/projects/SelfTest/Baselines/console.sw.approved.txt @@ -846,9 +846,7 @@ ConditionTests.cpp:: PASSED: REQUIRE( (std::numeric_limits::max)() > ul ) with expansion: - 18446744073709551615 (0x) - > - 4 + 4294967295 (0x) > 4 ------------------------------------------------------------------------------- comparisons between int variables @@ -3884,6 +3882,20 @@ PASSED: with expansion: "[]" == "[]" +------------------------------------------------------------------------------- +long long +------------------------------------------------------------------------------- +MiscTests.cpp: +............................................................................... + +MiscTests.cpp:: +PASSED: + REQUIRE( l == std::numeric_limits::max() ) +with expansion: + 9223372036854775807 (0x) + == + 9223372036854775807 (0x) + ------------------------------------------------------------------------------- Process can be configured on command line default - no arguments @@ -6274,9 +6286,7 @@ TrickyTests.cpp:: PASSED: CHECK( m == &S::f ) with expansion: - 0x - == - 0x + 0x == 0x ------------------------------------------------------------------------------- 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 diff --git a/projects/SelfTest/Baselines/junit.sw.approved.txt b/projects/SelfTest/Baselines/junit.sw.approved.txt index deae7529..59688118 100644 --- a/projects/SelfTest/Baselines/junit.sw.approved.txt +++ b/projects/SelfTest/Baselines/junit.sw.approved.txt @@ -1,5 +1,5 @@ - + @@ -471,6 +471,7 @@ MiscTests.cpp: + diff --git a/projects/SelfTest/Baselines/xml.sw.approved.txt b/projects/SelfTest/Baselines/xml.sw.approved.txt index 10b826c2..07f7843d 100644 --- a/projects/SelfTest/Baselines/xml.sw.approved.txt +++ b/projects/SelfTest/Baselines/xml.sw.approved.txt @@ -1063,9 +1063,7 @@ (std::numeric_limits<unsigned long>::max)() > ul - 18446744073709551615 (0x) -> -4 + 4294967295 (0x) > 4 @@ -3964,6 +3962,19 @@ + + + + l == std::numeric_limits<long long>::max() + + + 9223372036854775807 (0x) +== +9223372036854775807 (0x) + + + +
@@ -6449,9 +6460,7 @@ there" m == &S::f - 0x -== -0x + 0x == 0x @@ -8412,7 +8421,7 @@ there"
- + - +