Lines Matching refs:runtime_error
229 throw std::runtime_error("Can only call syntax() once"); in callback_syntax()
232 throw std::runtime_error(F("Unsupported file version %s") % in callback_syntax()
260 throw std::runtime_error(F("Got unexpected absolute path for test " in callback_test_program()
263 throw std::runtime_error(F("Test program '%s' cannot contain path " in callback_test_program()
270 throw std::runtime_error(F("Non-existent test program '%s'") % in callback_test_program()
291 throw std::runtime_error("Can only call test_suite() once"); in callback_test_suite()
310 } catch (const std::runtime_error& e) { in parse()
351 throw std::runtime_error(error); in get_table_string()
367 throw std::runtime_error(F("Unsupported test interface '%s'") % in ensure_valid_interface()
392 throw std::runtime_error( in lua_generic_test_program()
403 throw std::runtime_error("Test program name not defined or not a " in lua_generic_test_program()
416 throw std::runtime_error(F("Found non-string value in the test_suite " in lua_generic_test_program()
425 throw std::runtime_error(F("Found non-string metadata property " in lua_generic_test_program()
432 throw std::runtime_error( in lua_generic_test_program()
513 throw std::runtime_error("Last argument to syntax must be a number"); in lua_syntax()
518 throw std::runtime_error("Version 1 files need two arguments to " in lua_syntax()
521 throw std::runtime_error("First argument to syntax must be " in lua_syntax()
525 throw std::runtime_error("syntax() only takes one argument"); in lua_syntax()