Lines Matching full:logging
11 import logging
149 logging.info("Logs are in " + self.log_dir)
175 logging.info("starting execution...")
186 logging.error("Analyze failed.")
187 logging.info("Search the log for '[ERROR]' to see the error reports.")
192 logging.info("Test execution failed, but the exit code is ignored.")
194 logging.error("Test execution failed.")
197 logging.info("Test execution completed successfully.")
200 logging.info("Analysis completed successfully.")
213 logging.error("Setup failed")
220 logging.info("elapsed time: %02d:%02d:%02d" % (hours, minutes, seconds))
223 logging.error("Layout tests finished too quickly. "
347 logging.info("No real .dSYM for test_command. Line numbers will "
387 logging.warning("WARNING: NOT USING SUPPRESSIONS!")
400 logging.info("Removing CHROME_DEVEL_SANDBOX fron environment")
415 logging.info('export BROWSER_WRAPPER=' + wrapper)
581 logging.info("Please see http://dev.chromium.org/developers/how-tos/"
738 logging.info(self.INFO_MESSAGE)
759 logging.info("export %s=%s", k, v)
773 logging.warning("WARNING: NOT USING SUPPRESSIONS!")
788 logging.info(self.INFO_MESSAGE)
843 logging.info("export %s=%s", k, v)
863 logging.info("Following python children")
874 logging.info("Excluding python children")
879 logging.error("Configuring whether to follow python children failed " \
893 logging.warning("WARNING: NOT USING SUPPRESSIONS!")
924 logging.warning("Can't create symcache dir?")
970 logging.info("browser wrapper = " + " ".join(proc))
1031 logging.info("Please see http://dev.chromium.org/developers/how-tos/"
1052 logging.info("RaceVerifier pass 1 of 2, found %i reports" % len(reports))
1146 logging.info("Running a TSan + RaceVerifier test. For more information, " +
1152 logging.info("Starting pass 2 of 2. Running the same binary in " +
1154 logging.info("For more information, see " + self.MORE_INFO_URL)
1158 logging.info("No reports, skipping RaceVerifier second pass")
1159 logging.info("Please see " + self.MORE_INFO_URL + " for more information " +