Lines Matching refs:debug
59 log::debug!("wrote wasm file to `{name}`"); in log_wasm()
64 log::debug!("wrote wat file to `{wat}`"); in log_wasm()
70 log::debug!("failed to print to wat: {e}"); in log_wasm()
129 log::debug!("-> too many bytes moved, rejecting allocation"); in alloc()
143 log::debug!("-> OOM hit"); in alloc()
260 log::debug!("instantiate_many: {commands:#?}"); in instantiate_many()
272 log::debug!("successfully compiled module {i}"); in instantiate_many()
276 log::debug!("failed to compile module {i}"); in instantiate_many()
405 log::debug!("failed to instantiate: {e:?}"); in unwrap_instance()
459 log::debug!("Evaluating: `{name}` with {args:?}"); in differential()
467 log::debug!(" -> lhs results on {}: {:?}", lhs.name(), &lhs_results); in differential()
473 log::debug!(" -> rhs results on {}: {:?}", rhs.name(), &rhs_results); in differential()
492 log::debug!("Comparing global `{global}`"); in differential()
501 log::debug!("Comparing memory `{memory}`"); in differential()
571 log::debug!("lhs failed non-deterministically: {lhs:?}"); in new()
575 log::debug!("rhs failed non-deterministically: {rhs:?}"); in new()
624 log::debug!("creating module: {id}"); in make_api_calls()
758 log::debug!("running {:?}", test.path); in wast_test()
764 log::debug!("async: {async_:?}"); in wast_test()