Home
last modified time | relevance | path

Searched refs:INV_MSG (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/kyua/utils/
H A Dsanity.hpp105 #define INV_MSG(expr, msg) _UTILS_ASSERT(utils::invariant, expr, msg) macro
H A Dsanity_test.cpp118 INV_MSG(Expression, "Custom message"); in do_inv_test()
/freebsd/contrib/kyua/drivers/
H A Drun_tests.cpp305 INV_MSG(in_flight.find(pid_id.first) == in_flight.end(), in drive()
319 INV_MSG(iter != in_flight.end(), in drive()
/freebsd/contrib/kyua/utils/process/
H A Dexecutor.cpp801 INV_MSG(insert_pair.second, F("PID %s still in all_exec_handles") % in spawn_post()
848 INV_MSG(insert_pair.second, F("PID %s still in all_exec_handles") % in spawn_followup_post()
/freebsd/contrib/kyua/utils/cmdline/
H A Dparser.cpp252 INV_MSG(iter != _option_values.end(), F("Undefined option --%s") % name); in get_option_raw()
/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement.cpp177 INV_MSG(!data, "The statement should not have produced any rows, but it " in step_without_results()
/freebsd/contrib/kyua/engine/
H A Dscheduler.cpp922 INV_MSG(all_exec_data.find(handle.pid()) == all_exec_data.end(), in spawn_cleanup()
1120 INV_MSG( in spawn_test()
/freebsd/contrib/kyua/cli/
H A Dcmd_report.cpp347 INV_MSG(match != titles.end(), "Conditional does not match user " in end()