Home
last modified time | relevance | path

Searched refs:BOOST_REQUIRE_EXCEPTION (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/boost-docs/boost_1_72_0/libs/random/test/
H A Dtest_qrng_functions.hpp153 BOOST_REQUIRE_EXCEPTION( eng.seed(maxseed), std::range_error, accept_all_exceptions ); in test_max_seed()
177 BOOST_REQUIRE_EXCEPTION( eng(), std::range_error, accept_all_exceptions ); in test_max_discard()
188 BOOST_REQUIRE_EXCEPTION( other(), std::range_error, accept_all_exceptions ); in test_max_discard()
198 BOOST_REQUIRE_EXCEPTION( eng(), std::range_error, accept_all_exceptions ); in test_max_discard()
202 BOOST_REQUIRE_EXCEPTION( other.discard(maxdiscard+1), std::range_error, accept_all_exceptions ); in test_max_discard()
211 BOOST_REQUIRE_EXCEPTION( eng.discard(maxdiscard*2), std::range_error, accept_all_exceptions ); in test_max_discard()
246 BOOST_REQUIRE_EXCEPTION( engine_t(dim+1), std::invalid_argument, test::accept_all_exceptions ); \
251 BOOST_REQUIRE_EXCEPTION( engine_t(0), std::invalid_argument, test::accept_all_exceptions ); \
/dports/devel/boost-python-libs/boost_1_72_0/libs/random/test/
H A Dtest_qrng_functions.hpp153 BOOST_REQUIRE_EXCEPTION( eng.seed(maxseed), std::range_error, accept_all_exceptions ); in test_max_seed()
177 BOOST_REQUIRE_EXCEPTION( eng(), std::range_error, accept_all_exceptions ); in test_max_discard()
188 BOOST_REQUIRE_EXCEPTION( other(), std::range_error, accept_all_exceptions ); in test_max_discard()
198 BOOST_REQUIRE_EXCEPTION( eng(), std::range_error, accept_all_exceptions ); in test_max_discard()
202 BOOST_REQUIRE_EXCEPTION( other.discard(maxdiscard+1), std::range_error, accept_all_exceptions ); in test_max_discard()
211 BOOST_REQUIRE_EXCEPTION( eng.discard(maxdiscard*2), std::range_error, accept_all_exceptions ); in test_max_discard()
246 BOOST_REQUIRE_EXCEPTION( engine_t(dim+1), std::invalid_argument, test::accept_all_exceptions ); \
251 BOOST_REQUIRE_EXCEPTION( engine_t(0), std::invalid_argument, test::accept_all_exceptions ); \
/dports/devel/boost-libs/boost_1_72_0/libs/random/test/
H A Dtest_qrng_functions.hpp153 BOOST_REQUIRE_EXCEPTION( eng.seed(maxseed), std::range_error, accept_all_exceptions ); in test_max_seed()
177 BOOST_REQUIRE_EXCEPTION( eng(), std::range_error, accept_all_exceptions ); in test_max_discard()
188 BOOST_REQUIRE_EXCEPTION( other(), std::range_error, accept_all_exceptions ); in test_max_discard()
198 BOOST_REQUIRE_EXCEPTION( eng(), std::range_error, accept_all_exceptions ); in test_max_discard()
202 BOOST_REQUIRE_EXCEPTION( other.discard(maxdiscard+1), std::range_error, accept_all_exceptions ); in test_max_discard()
211 BOOST_REQUIRE_EXCEPTION( eng.discard(maxdiscard*2), std::range_error, accept_all_exceptions ); in test_max_discard()
246 BOOST_REQUIRE_EXCEPTION( engine_t(dim+1), std::invalid_argument, test::accept_all_exceptions ); \
251 BOOST_REQUIRE_EXCEPTION( engine_t(0), std::invalid_argument, test::accept_all_exceptions ); \
/dports/devel/hyperscan/boost_1_75_0/libs/random/test/
H A Dtest_qrng_functions.hpp153 BOOST_REQUIRE_EXCEPTION( eng.seed(maxseed), std::range_error, accept_all_exceptions ); in test_max_seed()
177 BOOST_REQUIRE_EXCEPTION( eng(), std::range_error, accept_all_exceptions ); in test_max_discard()
188 BOOST_REQUIRE_EXCEPTION( other(), std::range_error, accept_all_exceptions ); in test_max_discard()
198 BOOST_REQUIRE_EXCEPTION( eng(), std::range_error, accept_all_exceptions ); in test_max_discard()
202 BOOST_REQUIRE_EXCEPTION( other.discard(maxdiscard+1), std::range_error, accept_all_exceptions ); in test_max_discard()
211 BOOST_REQUIRE_EXCEPTION( eng.discard(maxdiscard*2), std::range_error, accept_all_exceptions ); in test_max_discard()
246 BOOST_REQUIRE_EXCEPTION( engine_t(dim+1), std::invalid_argument, test::accept_all_exceptions ); \
251 BOOST_REQUIRE_EXCEPTION( engine_t(0), std::invalid_argument, test::accept_all_exceptions ); \
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/test/
H A Did_test.cpp51 BOOST_REQUIRE_EXCEPTION(wsrep::id id(id_str), wsrep::runtime_error, in BOOST_AUTO_TEST_CASE()
67 BOOST_REQUIRE_EXCEPTION(wsrep::id id(data, sizeof(data)), in BOOST_AUTO_TEST_CASE()
H A Dxid_test.cpp86 BOOST_REQUIRE_EXCEPTION(wsrep::xid a(1, 65, 0, s.c_str()), in BOOST_AUTO_TEST_CASE()
88 BOOST_REQUIRE_EXCEPTION(wsrep::xid b(1, 0, 65, s.c_str()), in BOOST_AUTO_TEST_CASE()
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/test/
H A Did_test.cpp51 BOOST_REQUIRE_EXCEPTION(wsrep::id id(id_str), wsrep::runtime_error, in BOOST_AUTO_TEST_CASE()
67 BOOST_REQUIRE_EXCEPTION(wsrep::id id(data, sizeof(data)), in BOOST_AUTO_TEST_CASE()
H A Dxid_test.cpp86 BOOST_REQUIRE_EXCEPTION(wsrep::xid a(1, 65, 0, s.c_str()), in BOOST_AUTO_TEST_CASE()
88 BOOST_REQUIRE_EXCEPTION(wsrep::xid b(1, 0, 65, s.c_str()), in BOOST_AUTO_TEST_CASE()
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/test/
H A Did_test.cpp51 BOOST_REQUIRE_EXCEPTION(wsrep::id id(id_str), wsrep::runtime_error, in BOOST_AUTO_TEST_CASE()
67 BOOST_REQUIRE_EXCEPTION(wsrep::id id(data, sizeof(data)), in BOOST_AUTO_TEST_CASE()
H A Dxid_test.cpp86 BOOST_REQUIRE_EXCEPTION(wsrep::xid a(1, 65, 0, s.c_str()), in BOOST_AUTO_TEST_CASE()
88 BOOST_REQUIRE_EXCEPTION(wsrep::xid b(1, 0, 65, s.c_str()), in BOOST_AUTO_TEST_CASE()
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/test/
H A Did_test.cpp51 BOOST_REQUIRE_EXCEPTION(wsrep::id id(id_str), wsrep::runtime_error, in BOOST_AUTO_TEST_CASE()
67 BOOST_REQUIRE_EXCEPTION(wsrep::id id(data, sizeof(data)), in BOOST_AUTO_TEST_CASE()
H A Dxid_test.cpp86 BOOST_REQUIRE_EXCEPTION(wsrep::xid a(1, 65, 0, s.c_str()), in BOOST_AUTO_TEST_CASE()
88 BOOST_REQUIRE_EXCEPTION(wsrep::xid b(1, 0, 65, s.c_str()), in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-docs/boost_1_72_0/boost/test/tools/
H A Dinterface.hpp243 #define BOOST_REQUIRE_EXCEPTION( S, E, P ) \ macro
/dports/devel/boost-docs/boost_1_72_0/boost/test/tools/old/
H A Dinterface.hpp128 #define BOOST_REQUIRE_EXCEPTION( S, E, P ) BOOST_CHECK_THROW_IMPL( S, E, P( ex ), \ macro
/dports/devel/boost-python-libs/boost_1_72_0/boost/test/tools/
H A Dinterface.hpp243 #define BOOST_REQUIRE_EXCEPTION( S, E, P ) \ macro
/dports/devel/boost-python-libs/boost_1_72_0/boost/test/tools/old/
H A Dinterface.hpp128 #define BOOST_REQUIRE_EXCEPTION( S, E, P ) BOOST_CHECK_THROW_IMPL( S, E, P( ex ), \ macro
/dports/devel/R-cran-BH/BH/inst/include/boost/test/tools/
H A Dinterface.hpp240 #define BOOST_REQUIRE_EXCEPTION( S, E, P ) \ macro
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/test/tools/
H A Dinterface.hpp250 #define BOOST_REQUIRE_EXCEPTION( S, E, P ) \ macro
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/test/tools/old/
H A Dinterface.hpp123 #define BOOST_REQUIRE_EXCEPTION( S, E, P ) BOOST_CHECK_THROW_IMPL( S, E, P( ex ), "incorrect excep… macro
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/test/tools/
H A Dinterface.hpp240 #define BOOST_REQUIRE_EXCEPTION( S, E, P ) \ macro
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/test/tools/old/
H A Dinterface.hpp128 #define BOOST_REQUIRE_EXCEPTION( S, E, P ) BOOST_CHECK_THROW_IMPL( S, E, P( ex ), \ macro
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/test/tools/
H A Dinterface.hpp240 #define BOOST_REQUIRE_EXCEPTION( S, E, P ) \ macro
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/test/tools/old/
H A Dinterface.hpp128 #define BOOST_REQUIRE_EXCEPTION( S, E, P ) BOOST_CHECK_THROW_IMPL( S, E, P( ex ), \ macro
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/test/tools/old/
H A Dinterface.hpp123 #define BOOST_REQUIRE_EXCEPTION( S, E, P ) BOOST_CHECK_THROW_IMPL( S, E, P( ex ), "incorrect excep… macro
/dports/databases/xtrabackup/boost_1_59_0/boost/test/tools/old/
H A Dinterface.hpp123 #define BOOST_REQUIRE_EXCEPTION( S, E, P ) BOOST_CHECK_THROW_IMPL( S, E, P( ex ), "incorrect excep… macro

123