Searched hist:217 (Results 1 - 5 of 5) sorted by relevance

/gem5/src/python/m5/util/
H A Dterminal.pydiff 8947:217fbc57df05 Sat Apr 14 05:44:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> Regression: Add ANSI colours to highlight test status

This patch adds a very basic pretty-printing of the test status
(passed or failed) to highlight failing tests even more: green for
passed, and red for failed. The printing only uses ANSI it the target
output is a tty and supports ANSI colours. Hence, any regression
scripts that are outputting to files or sending e-mails etc should
still be fine.
/gem5/tests/configs/
H A Dt1000-simple-atomic.pydiff 9680:217bdd9a3ad9 Sun Apr 28 17:14:00 EDT 2013 Andreas Hansson <andreas.hansson@arm.com> config: Added memory type to t1000 regression

This patch adds the memory type parameter to the t1000 regression.
/gem5/tests/
H A DSConscriptdiff 8947:217fbc57df05 Sat Apr 14 05:44:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> Regression: Add ANSI colours to highlight test status

This patch adds a very basic pretty-printing of the test status
(passed or failed) to highlight failing tests even more: green for
passed, and red for failed. The printing only uses ANSI it the target
output is a tty and supports ANSI colours. Hence, any regression
scripts that are outputting to files or sending e-mails etc should
still be fine.
/gem5/configs/example/
H A Dse.pydiff 13174:6d96125a657c Tue Oct 09 05:27:00 EDT 2018 Daniel R. Carvalho <odanrc@yahoo.com.br> configs: Fix CPUClass typo in se.py

Change 719eb033fe435133abf15501c249eec10d1c861f added a typo
to se.py that breaks simpoint simulation, which generates the
following error:

Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/daniel/gem5/src/python/m5/main.py", line 435, in main
exec filecode in scope
File "./configs/example/se.py", line 217, in <module>
if not CpuConfig.is_atomic_cpu(TestCPUClass):
NameError: name 'TestCPUClass' is not defined

Change-Id: Ideede8c96a40ee16af733c3d57b02b64f1a18d12
Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br>
Reviewed-on: https://gem5-review.googlesource.com/c/13267
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
/gem5/
H A DSConstructdiff 8947:217fbc57df05 Sat Apr 14 05:44:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> Regression: Add ANSI colours to highlight test status

This patch adds a very basic pretty-printing of the test status
(passed or failed) to highlight failing tests even more: green for
passed, and red for failed. The printing only uses ANSI it the target
output is a tty and supports ANSI colours. Hence, any regression
scripts that are outputting to files or sending e-mails etc should
still be fine.

Completed in 104 milliseconds