From 82d0b62adc74b7db86aeebfac47ba930f41ab23b Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 13 Apr 2025 11:43:53 +0100 Subject: [PATCH] Tweak MacOS error rates. --- test/test_ibeta.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/test/test_ibeta.cpp b/test/test_ibeta.cpp index 6d814b87d..2b2509a79 100644 --- a/test/test_ibeta.cpp +++ b/test/test_ibeta.cpp @@ -127,6 +127,20 @@ void expected_results() largest_type, // test type(s) "(?i).*large.*", // test data group ".*", 200000, 10000); // test function + add_expected_result( + "[^|]*", // compiler + "[^|]*", // stdlib + "Mac OS", // platform + largest_type, // test type(s) + "(?i).*Very Large.*", // test data group + ".*", 20000000, 2000000); // test function + add_expected_result( + "[^|]*", // compiler + "[^|]*", // stdlib + "Mac OS", // platform + largest_type, // test type(s) + "(?i).*Asymptotically Large.*", // test data group + ".*", 900000000, 80000000); // test function if (std::numeric_limits::digits == 64) { // 80-bit long double, errors spill over: