History log of /barrelfish-master/tools/harness/tests/TimerTest.py
Revision Date Author Comments
# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 72ef6572 10-May-2017 Simon Gerber <simon.gerber@inf.ethz.ch>

harness: cleanup tests to not override is_finished() where possible

If is_finished() cannot be converted into get_finish_string(), i.e.
is_finished() is a condition that depends on multiple output lines make sure
we call super().is_finished(line) on every line so that we catch Assertion
errors etc. that are checked for in TestCommon.is_finished().

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# d02f85a2 18-Oct-2016 Lukas Humbel <lukas.humbel@inf.ethz.ch>

Fix TimerTest on machines with two cores

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# b40f1ba7 24-Aug-2016 Lukas Humbel <lukas.humbel@inf.ethz.ch>

IRQ: Fix timer test. lpc_timer is now started by Kaluga

As the lpc_timer binary must receive interrupts, it must
be started by Kaluga. Therefore it should be included
in menu.lst with the "auto" argument"

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# 559955b4 02-Aug-2011 Simon Peter <speter@inf.ethz.ch>

Merge from ASPLOS tree.