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

Fix test tolerances for new tgamma code.

This commit is contained in:
jzmaddock
2014-01-06 17:24:45 +00:00
parent 49b30df548
commit c005d4d4d1
9 changed files with 44 additions and 23 deletions

View File

@@ -299,14 +299,14 @@ void expected_results()
"[^|]*", // platform
"real_concept", // test type(s)
"[^|]*medium[^|]*", // test data group
"[^|]*", 200, 50); // test function
"[^|]*", 1000, 200); // test function
add_expected_result(
"[^|]*", // compiler
"[^|]*", // stdlib
"[^|]*", // platform
"real_concept", // test type(s)
"[^|]*small[^|]*", // test data group
".*", 20, 10); // test function
".*", 100, 20); // test function
add_expected_result(
"[^|]*", // compiler
"[^|]*", // stdlib
@@ -320,7 +320,7 @@ void expected_results()
"[^|]*", // platform
"real_concept", // test type(s)
"[^|]*integer[^|]*", // test data group
".*", 40, 10); // test function
".*", 200, 40); // test function
//
// Finish off by printing out the compiler/stdlib/platform names,