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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user