diff --git a/projects/SelfTest/Baselines/console.std.approved.txt b/projects/SelfTest/Baselines/console.std.approved.txt index 939d0d89..6aaa7ed1 100644 --- a/projects/SelfTest/Baselines/console.std.approved.txt +++ b/projects/SelfTest/Baselines/console.std.approved.txt @@ -1003,6 +1003,6 @@ with expansion: "{?}" == "1" =============================================================================== -test cases: 180 | 129 passed | 47 failed | 4 failed as expected -assertions: 886 | 769 passed | 96 failed | 21 failed as expected +test cases: 179 | 128 passed | 47 failed | 4 failed as expected +assertions: 884 | 767 passed | 96 failed | 21 failed as expected diff --git a/projects/SelfTest/Baselines/console.sw.approved.txt b/projects/SelfTest/Baselines/console.sw.approved.txt index 13da430d..10b6fc35 100644 --- a/projects/SelfTest/Baselines/console.sw.approved.txt +++ b/projects/SelfTest/Baselines/console.sw.approved.txt @@ -4655,28 +4655,6 @@ PASSED: with expansion: 1 [30/1]s != 1 fs -------------------------------------------------------------------------------- -Stringifying std::chrono::time_point -------------------------------------------------------------------------------- -ToStringChrono.cpp: -............................................................................... - -ToStringChrono.cpp:: -PASSED: - REQUIRE( now != later ) -with expansion: - {iso8601-timestamp} - != - {iso8601-timestamp} - -ToStringChrono.cpp:: -PASSED: - REQUIRE( now2 != later2 ) -with expansion: - {since-epoch-report} - != - {since-epoch-report} - ------------------------------------------------------------------------------- Stringifying std::chrono::time_point ------------------------------------------------------------------------------- @@ -7512,6 +7490,6 @@ MiscTests.cpp:: PASSED: =============================================================================== -test cases: 180 | 127 passed | 49 failed | 4 failed as expected -assertions: 885 | 765 passed | 99 failed | 21 failed as expected +test cases: 179 | 126 passed | 49 failed | 4 failed as expected +assertions: 883 | 763 passed | 99 failed | 21 failed as expected diff --git a/projects/SelfTest/Baselines/junit.sw.approved.txt b/projects/SelfTest/Baselines/junit.sw.approved.txt index 0dd6ab60..b306b393 100644 --- a/projects/SelfTest/Baselines/junit.sw.approved.txt +++ b/projects/SelfTest/Baselines/junit.sw.approved.txt @@ -1,7 +1,7 @@ - + @@ -521,7 +521,6 @@ StringRef.tests.cpp: - - - - - now != later - - - {iso8601-timestamp} -!= -{iso8601-timestamp} - - - - - now2 != later2 - - - {since-epoch-report} -!= -{since-epoch-report} - - - - @@ -8291,7 +8268,7 @@ loose text artifact - + - + diff --git a/projects/SelfTest/ToStringChrono.cpp b/projects/SelfTest/ToStringChrono.cpp index 1716ce64..97d0c1cb 100644 --- a/projects/SelfTest/ToStringChrono.cpp +++ b/projects/SelfTest/ToStringChrono.cpp @@ -30,7 +30,7 @@ TEST_CASE("Stringifying std::chrono::time_point", "[toString][chro REQUIRE(now != later); } -TEST_CASE("Stringifying std::chrono::time_point", "[toString][chrono]") { +TEST_CASE("Stringifying std::chrono::time_point", "[toString][chrono][!nonportable]") { auto now = std::chrono::high_resolution_clock::now(); auto later = now + std::chrono::minutes(2); REQUIRE(now != later);