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

Fix regular tests to match revised test headers.

This commit is contained in:
jzmaddock
2015-07-02 19:17:16 +01:00
parent 62d8b8f172
commit ed25ba9494
18 changed files with 137 additions and 140 deletions

View File

@@ -26,21 +26,21 @@ void expected_results()
".*", // platform
".*", // test type(s)
"Beta Function: Small.*", // test data group
"boost::math::beta", 8, 5); // test function
"beta", 8, 5); // test function
add_expected_result(
".*", // compiler
".*", // stdlib
".*", // platform
".*", // test type(s)
"Beta Function: Medium.*", // test data group
"boost::math::beta", 1000, 750); // test function
"beta", 1000, 750); // test function
add_expected_result(
".*", // compiler
".*", // stdlib
".*", // platform
".*", // test type(s)
"Beta Function: Divergent.*", // test data group
"boost::math::beta", 1000, 700); // test function
"beta", 1000, 700); // 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.