Skip to content

Commit 82d0b62

Browse files
committed
Tweak MacOS error rates.
1 parent 38833a0 commit 82d0b62

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

test/test_ibeta.cpp

+14
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,20 @@ void expected_results()
127127
largest_type, // test type(s)
128128
"(?i).*large.*", // test data group
129129
".*", 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+
add_expected_result(
138+
"[^|]*", // compiler
139+
"[^|]*", // stdlib
140+
"Mac OS", // platform
141+
largest_type, // test type(s)
142+
"(?i).*Asymptotically Large.*", // test data group
143+
".*", 900000000, 80000000); // test function
130144
if (std::numeric_limits<long double>::digits == 64)
131145
{
132146
// 80-bit long double, errors spill over:

0 commit comments

Comments
 (0)