summaryrefslogtreecommitdiff
path: root/libs/math/test/float128/test_digamma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/math/test/float128/test_digamma.cpp')
-rw-r--r--libs/math/test/float128/test_digamma.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/libs/math/test/float128/test_digamma.cpp b/libs/math/test/float128/test_digamma.cpp
index 7981c6367..9856223be 100644
--- a/libs/math/test/float128/test_digamma.cpp
+++ b/libs/math/test/float128/test_digamma.cpp
@@ -20,8 +20,15 @@ void expected_results()
".*", // stdlib
".*", // platform
".*", // test type(s)
+ ".*negative.*", // test data group
+ ".*", 400, 200); // test function
+ add_expected_result(
+ ".*", // compiler
+ ".*", // stdlib
+ ".*", // platform
+ ".*", // test type(s)
".*", // test data group
- ".*", 350, 100); // test function
+ ".*", 2, 2); // test function
//
// Finish off by printing out the compiler/stdlib/platform names,
// we do this to make it easier to mark up expected error rates.