Searched refs:skip_debug (Results 1 – 6 of 6) sorted by relevance
3 .skip_debug("test.Test") in main()4 .skip_debug("test.Output") in main()
5 name = "skip_debug"
4 fn skip_debug() { in skip_debug() function
45 skip_debug: HashSet::default(), in configure()314 pub(crate) skip_debug: HashSet<String>, field598 pub fn skip_debug(mut self, path: impl AsRef<str>) -> Self { in skip_debug() method599 self.skip_debug.insert(path.as_ref().to_string()); in skip_debug()692 if !self.skip_debug.is_empty() { in setup_config()693 config.skip_debug(&self.skip_debug); in setup_config()
30 "tests/skip_debug",
7 * **build:** plumb skip_debug through prost Builder and add test (#1900)