Searched refs:print_warning (Results 1 – 13 of 13) sorted by relevance
64 def print_warning(msg): function65 support.print_warning(msg)81 print_warning("Unraisable exception")104 print_warning(f"Uncaught thread exception: {args.exc_type.__name__}")
16 from test.libregrtest.utils import clear_caches, format_duration, print_warning306 print_warning(f"{test_name} created {len(gc.garbage)} "401 print_warning(f"{test_name} left behind {kind} {name!r}")410 print_warning(f"{test_name} left behind {kind} {name!r} "
22 from test.libregrtest.utils import format_duration, print_warning187 print_warning(f"Failed to kill {what}: {exc!r}")320 print_warning(f"Failed to wait for {self} completion "344 print_warning(f"Failed to join {self} in {format_duration(dt)}")444 print_warning(f"regrtest worker thread failed: {format_exc}")
9 from test.libregrtest.utils import print_warning177 print_warning("Failed to parse typeperf output: %a" % line)
8 from test.libregrtest.utils import print_warning323 print_warning(f"{name} was modified by {self.testname}")
19 bool print_warning) { in CheckBitcodeOutputToConsole() argument21 if (print_warning) { in CheckBitcodeOutputToConsole()
39 support.print_warning(f"threading_cleanup() failed to cleanup "44 support.print_warning(f"Dangling thread: {thread!r}")
1161 def print_warning(msg): function1200 print_warning(f"reap_children() reaped child process {pid}")
26 bool print_warning = true ///< Control whether warnings are printed
126 int print_warning = enc_options->verbose; in SanitizeEncoderOptions() local138 print_warning = 0; in SanitizeEncoderOptions()143 if (print_warning) { in SanitizeEncoderOptions()153 if (print_warning) { in SanitizeEncoderOptions()163 if (print_warning) { in SanitizeEncoderOptions()
5518 support.print_warning(f"multiprocessing.Manager still has "5722 support.print_warning(f'Dangling processes: {processes}')5728 support.print_warning(f'Dangling threads: {threads}')5796 support.print_warning(f"multiprocessing.Manager still has "5807 support.print_warning('Shared objects which still exist '5809 support.print_warning(cls.manager._debug_info())5908 support.print_warning(f'Dangling processes: {processes}')5915 support.print_warning(f'Dangling threads: {threads}')
676 support.print_warning(msg)
610 .. function:: print_warning(msg)