$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: john_at_[hidden]
Date: 2007-10-24 04:49:06
Author: johnmaddock
Date: 2007-10-24 04:49:06 EDT (Wed, 24 Oct 2007)
New Revision: 40401
URL: http://svn.boost.org/trac/boost/changeset/40401
Log:
Fix HPUX error levels: reordered expected failure rates so that they still work when largest_real == double.
Text files modified: 
   trunk/libs/math/test/test_bessel_j.cpp |    14 +++++++-------                          
   1 files changed, 7 insertions(+), 7 deletions(-)
Modified: trunk/libs/math/test/test_bessel_j.cpp
==============================================================================
--- trunk/libs/math/test/test_bessel_j.cpp	(original)
+++ trunk/libs/math/test/test_bessel_j.cpp	2007-10-24 04:49:06 EDT (Wed, 24 Oct 2007)
@@ -64,13 +64,6 @@
       ".*",                          // compiler
       ".*",                          // stdlib
       "HP-UX",                          // platform
-      "double",                      // test type(s)
-      ".*Tricky.*",              // test data group
-      ".*", 100000, 100000);         // test function
-   add_expected_result(
-      ".*",                          // compiler
-      ".*",                          // stdlib
-      "HP-UX",                          // platform
       largest_type,                      // test type(s)
       ".*J0.*Tricky.*",              // test data group
       ".*", 80000000000LL, 80000000000LL);         // test function
@@ -85,6 +78,13 @@
       ".*",                          // compiler
       ".*",                          // stdlib
       "HP-UX",                          // platform
+      "double",                      // test type(s)
+      ".*Tricky.*",              // test data group
+      ".*", 100000, 100000);         // test function
+   add_expected_result(
+      ".*",                          // compiler
+      ".*",                          // stdlib
+      "HP-UX",                          // platform
       largest_type,                      // test type(s)
       ".*J.*Tricky.*",              // test data group
       ".*", 3000, 500);         // test function