We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38833a0 commit 82d0b62Copy full SHA for 82d0b62
test/test_ibeta.cpp
@@ -127,6 +127,20 @@ void expected_results()
127
largest_type, // test type(s)
128
"(?i).*large.*", // test data group
129
".*", 200000, 10000); // test function
130
+ add_expected_result(
131
+ "[^|]*", // compiler
132
+ "[^|]*", // stdlib
133
+ "Mac OS", // platform
134
+ largest_type, // test type(s)
135
+ "(?i).*Very Large.*", // test data group
136
+ ".*", 20000000, 2000000); // test function
137
138
139
140
141
142
+ "(?i).*Asymptotically Large.*", // test data group
143
+ ".*", 900000000, 80000000); // test function
144
if (std::numeric_limits<long double>::digits == 64)
145
{
146
// 80-bit long double, errors spill over:
0 commit comments