2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-19 14:32:32 +00:00

Set expected error limits for HP Tru64.

Prevent very extreme-value round-trip tests from being run.

[SVN r40500]
This commit is contained in:
John Maddock
2007-10-27 11:32:30 +00:00
parent e875aee99a
commit 163ea7eaa6
9 changed files with 61 additions and 8 deletions

View File

@@ -75,6 +75,23 @@ void expected_results()
largest_type, // test type(s)
".*Y[01Nv].*", // test data group
".*", 400, 200); // test function
//
// Tru64:
//
add_expected_result(
".*Tru64.*", // compiler
".*", // stdlib
".*", // platform
largest_type, // test type(s)
".*(Y[nv]|y).*Random.*", // test data group
".*", 30000, 30000); // test function
add_expected_result(
".*Tru64.*", // compiler
".*", // stdlib
".*", // platform
largest_type, // test type(s)
".*Y[01Nv].*", // test data group
".*", 400, 200); // test function
//
// Mac OS X rates are very slightly higher: