]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/test_tgamma_ratio.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / test_tgamma_ratio.cpp
index 2001e754c69d9fd19498ff686d216650be22e659..4a7fa982a5499b89be185dba63fc168a40942d4f 100644 (file)
@@ -86,6 +86,16 @@ void expected_results()
       "[^|]*",               // test data group
       "tgamma_ratio[^|]*", 300, 100);                 // test function
    //
+   // Cygwin
+   //
+   add_expected_result(
+      "GNU.*",                          // compiler
+      "[^|]*",                          // stdlib
+      "Cygwin*",                        // platform
+      largest_type,                     // test type(s)
+      "[^|]*",                          // test data group
+      "tgamma_ratio[^|]*", 300, 100);   // test function
+   //
    // Solaris:
    //
    add_expected_result(
@@ -147,7 +157,7 @@ BOOST_AUTO_TEST_CASE( test_main )
 #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
    test_tgamma_ratio(0.1L, "long double");
 #ifndef BOOST_MATH_NO_REAL_CONCEPT_TESTS
-#if !BOOST_WORKAROUND(BOOST_BORLANDC, BOOST_TESTED_AT(0x582))
+#if !BOOST_WORKAROUND(BOOST_BORLANDC, BOOST_TESTED_AT(0x582)) && !defined(BOOST_MATH_NO_REAL_CONCEPT_TESTS)
    test_tgamma_ratio(boost::math::concepts::real_concept(0.1), "real_concept");
 #endif
 #endif