2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Update clang/apple polygamma expected error rate.

This commit is contained in:
jzmaddock
2024-04-26 09:08:40 +01:00
parent cfab531eb9
commit a0826beac6

View File

@@ -26,7 +26,15 @@ void expected_results()
#else
largest_type = "(long\\s+)?double|real_concept";
#endif
#if defined(__APPLE__ ) && defined(__clang__)
add_expected_result(
".*", // compiler
".*", // stdlib
".*", // platform
largest_type, // test type(s)
".*large arguments", // test data group
".*", 700, 200); // test function
#else
add_expected_result(
".*", // compiler
".*", // stdlib
@@ -34,6 +42,7 @@ void expected_results()
largest_type, // test type(s)
".*large arguments", // test data group
".*", 400, 200); // test function
#endif
add_expected_result(
".*", // compiler
".*", // stdlib