Searched refs:test_log (Results 1 - 9 of 9) sorted by relevance

/gem5/ext/testlib/
H A Dquery.py51 log.test_log.message(terminal.separator())
52 log.test_log.message('Listing all Test Cases.', bold=True)
53 log.test_log.message(terminal.separator())
56 log.test_log.message(test.uid, machine_readable=True)
59 log.test_log.message(terminal.separator())
60 log.test_log.message('Listing all Test Suites.', bold=True)
61 log.test_log.message(terminal.separator())
63 log.test_log.message(suite.uid, machine_readable=True)
66 log.test_log.message(terminal.separator())
67 log.test_log
[all...]
H A Dmain.py44 log.test_log.message("Running the new gem5 testing script.")
45 log.test_log.message("For more information see TESTING.md.")
46 log.test_log.message("To see details as the testing scripts are"
59 log.test_log.log_obj.add_handler(self.mp_handler)
131 log.test_log.trace(string + filter_string)
206 log.test_log.message(terminal.separator())
207 log.test_log.message('Loading Tests', bold=True)
216 log.test_log.log_obj.add_handler(term_handler)
257 log.test_log.message(terminal.separator())
258 log.test_log
[all...]
H A Dloader.py208 log.test_log.debug('Tried to reload: %s' % path)
241 log.test_log.debug(traceback.format_exc())
242 log.test_log.warn(
273 log.test_log.warn('%s\n'
278 log.test_log.info('Discovered %d tests and %d suites in %s'
H A Dhandlers.py284 log.test_log.info('')
285 log.test_log.info('Reason:')
286 log.test_log.info(reason)
287 log.test_log.info(terminal.separator('-'))
291 log.test_log.debug('Starting Test Case: %s' %\
301 log.test_log.debug('Starting Test Suite: %s ' %\
H A Drunner.py71 self.log = log.TestLogWrapper(log.test_log, test, suite)
202 log.test_log.warn('%s\n%s' % (exc, msg))
216 log.test_log.warn('%s\n%s' % (exc, msg))
H A Dwrappers.py130 log.test_log.status_update(self, status)
133 log.test_log.result_update(self, result)
H A Dlog.py30 This module supplies the global `test_log` object which all testing
256 test_log = LogWrapper(Log()) variable
H A Dsandbox.py60 self.log = log.test_log
/gem5/tests/gem5/
H A Dfixture.py143 log.test_log.warn(
149 log.test_log.message(
152 log.test_log.message('%s' % (', '.join(self.targets)))
153 log.test_log.message(
160 log_call(log.test_log, command)
271 log.test_log.debug("Downloading " + self.url + " to " + self.path)
298 log.test_log.debug("Could not contact server. Binaries may be old.")
324 log.test_log.debug("Could not contact server. Binaries may be old.")

Completed in 11 milliseconds