You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matchers.tests.cpp:<line number>: passed: smallest_non_zero, WithinULP( -smallest_non_zero, 2 ) for: 0.0f is within 2 ULPs of -1.40129846e-45f ([-4.20389539e-45, 1.40129846e-45])
86
86
Matchers.tests.cpp:<line number>: passed: smallest_non_zero, !WithinULP( -smallest_non_zero, 1 ) for: 0.0f not is within 1 ULPs of -1.40129846e-45f ([-2.80259693e-45, -0.00000000e+00])
87
87
Generators.tests.cpp:<line number>: failed: unexpected exception with message: 'failure to init'
ToString.tests.cpp:<line number>: passed: converted_pre, Equals( "{iso8601-timestamp}" ) || Equals( "gmtime from provided timepoint has failed. This " "happens e.g. with pre-1970 dates using Microsoft libc" ) for: "{iso8601-timestamp}" ( equals: "{iso8601-timestamp}" or equals: "gmtime from provided timepoint has failed. This happens e.g. with pre-1970 dates using Microsoft libc" )
88
92
Exception.tests.cpp:<line number>: failed: unexpected exception with message: 'answer := 42' with 1 message: 'expected exception'
89
93
Exception.tests.cpp:<line number>: failed: unexpected exception with message: 'answer := 42'; expression was: thisThrows() with 1 message: 'expected exception'
90
94
Exception.tests.cpp:<line number>: passed: thisThrows() with 1 message: 'answer := 42'
Matchers.tests.cpp:<line number>: passed: smallest_non_zero, WithinULP( -smallest_non_zero, 2 ) for: 0.0f is within 2 ULPs of -1.40129846e-45f ([-4.20389539e-45, 1.40129846e-45])
84
84
Matchers.tests.cpp:<line number>: passed: smallest_non_zero, !WithinULP( -smallest_non_zero, 1 ) for: 0.0f not is within 1 ULPs of -1.40129846e-45f ([-2.80259693e-45, -0.00000000e+00])
85
85
Generators.tests.cpp:<line number>: failed: unexpected exception with message: 'failure to init'
ToString.tests.cpp:<line number>: passed: converted_pre, Equals( "{iso8601-timestamp}" ) || Equals( "gmtime from provided timepoint has failed. This " "happens e.g. with pre-1970 dates using Microsoft libc" ) for: "{iso8601-timestamp}" ( equals: "{iso8601-timestamp}" or equals: "gmtime from provided timepoint has failed. This happens e.g. with pre-1970 dates using Microsoft libc" )
86
90
Exception.tests.cpp:<line number>: failed: unexpected exception with message: 'answer := 42' with 1 message: 'expected exception'
87
91
Exception.tests.cpp:<line number>: failed: unexpected exception with message: 'answer := 42'; expression was: thisThrows() with 1 message: 'expected exception'
88
92
Exception.tests.cpp:<line number>: passed: thisThrows() with 1 message: 'answer := 42'
REQUIRE_THAT( converted_pre, Equals( "{iso8601-timestamp}" ) || Equals( "gmtime from provided timepoint has failed. This " "happens e.g. with pre-1970 dates using Microsoft libc" ) )
789
+
with expansion:
790
+
"{iso8601-timestamp}" ( equals: "{iso8601-timestamp}" or equals: "gmtime
791
+
from provided timepoint has failed. This happens e.g. with pre-1970 dates
REQUIRE_THAT( converted_pre, Equals( "{iso8601-timestamp}" ) || Equals( "gmtime from provided timepoint has failed. This " "happens e.g. with pre-1970 dates using Microsoft libc" ) )
787
+
with expansion:
788
+
"{iso8601-timestamp}" ( equals: "{iso8601-timestamp}" or equals: "gmtime
789
+
from provided timepoint has failed. This happens e.g. with pre-1970 dates
REQUIRE_THAT( converted_pre, Equals( "{iso8601-timestamp}" ) || Equals( "gmtime from provided timepoint has failed. This " "happens e.g. with pre-1970 dates using Microsoft libc" ) )
789
+
with expansion:
790
+
"{iso8601-timestamp}" ( equals: "{iso8601-timestamp}" or equals: "gmtime
791
+
from provided timepoint has failed. This happens e.g. with pre-1970 dates
ok {test-number} - smallest_non_zero, !WithinULP( -smallest_non_zero, 1 ) for: 0.0f not is within 1 ULPs of -1.40129846e-45f ([-2.80259693e-45, -0.00000000e+00])
167
167
# #2615 - Throwing in constructor generator fails test case but does not abort
168
168
not ok {test-number} - unexpected exception with message: 'failure to init'
169
+
# #2944 - Stringifying dates before 1970 should not crash
170
+
ok {test-number} - converted_post == "{iso8601-timestamp}" for: "{iso8601-timestamp}" == "{iso8601-timestamp}"
171
+
# #2944 - Stringifying dates before 1970 should not crash
172
+
ok {test-number} - converted_pre, Equals( "{iso8601-timestamp}" ) || Equals( "gmtime from provided timepoint has failed. This " "happens e.g. with pre-1970 dates using Microsoft libc" ) for: "{iso8601-timestamp}" ( equals: "{iso8601-timestamp}" or equals: "gmtime from provided timepoint has failed. This happens e.g. with pre-1970 dates using Microsoft libc" )
169
173
# #748 - captures with unexpected exceptions
170
174
not ok {test-number} - unexpected exception with message: 'answer := 42' with 1 message: 'expected exception'
ok {test-number} - smallest_non_zero, !WithinULP( -smallest_non_zero, 1 ) for: 0.0f not is within 1 ULPs of -1.40129846e-45f ([-2.80259693e-45, -0.00000000e+00])
165
165
# #2615 - Throwing in constructor generator fails test case but does not abort
166
166
not ok {test-number} - unexpected exception with message: 'failure to init'
167
+
# #2944 - Stringifying dates before 1970 should not crash
168
+
ok {test-number} - converted_post == "{iso8601-timestamp}" for: "{iso8601-timestamp}" == "{iso8601-timestamp}"
169
+
# #2944 - Stringifying dates before 1970 should not crash
170
+
ok {test-number} - converted_pre, Equals( "{iso8601-timestamp}" ) || Equals( "gmtime from provided timepoint has failed. This " "happens e.g. with pre-1970 dates using Microsoft libc" ) for: "{iso8601-timestamp}" ( equals: "{iso8601-timestamp}" or equals: "gmtime from provided timepoint has failed. This happens e.g. with pre-1970 dates using Microsoft libc" )
167
171
# #748 - captures with unexpected exceptions
168
172
not ok {test-number} - unexpected exception with message: 'answer := 42' with 1 message: 'expected exception'
Copy file name to clipboardExpand all lines: tests/SelfTest/Baselines/teamcity.sw.approved.txt
+2
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@
55
55
##teamcity[testStarted name='#2615 - Throwing in constructor generator fails test case but does not abort']
56
56
##teamcity[testIgnored name='#2615 - Throwing in constructor generator fails test case but does not abort' message='Generators.tests.cpp:<line number>|n...............................................................................|n|nGenerators.tests.cpp:<line number>|nunexpected exception with message:|n "failure to init"- failure ignore as test marked as |'ok to fail|'|n']
57
57
##teamcity[testFinished name='#2615 - Throwing in constructor generator fails test case but does not abort' duration="{duration}"]
58
+
##teamcity[testStarted name='#2944 - Stringifying dates before 1970 should not crash']
59
+
##teamcity[testFinished name='#2944 - Stringifying dates before 1970 should not crash' duration="{duration}"]
58
60
##teamcity[testStarted name='#748 - captures with unexpected exceptions']
59
61
##teamcity[testIgnored name='#748 - captures with unexpected exceptions' message='-------------------------------------------------------------------------------|noutside assertions|n-------------------------------------------------------------------------------|nException.tests.cpp:<line number>|n...............................................................................|n|nException.tests.cpp:<line number>|nunexpected exception with messages:|n "answer := 42"|n "expected exception"- failure ignore as test marked as |'ok to fail|'|n']
60
62
##teamcity[testIgnored name='#748 - captures with unexpected exceptions' message='-------------------------------------------------------------------------------|ninside REQUIRE_NOTHROW|n-------------------------------------------------------------------------------|nException.tests.cpp:<line number>|n...............................................................................|n|nException.tests.cpp:<line number>|nunexpected exception with messages:|n "answer := 42"|n "expected exception"|n REQUIRE_NOTHROW( thisThrows() )|nwith expansion:|n thisThrows()|n- failure ignore as test marked as |'ok to fail|'|n']
0 commit comments