History log of /barrelfish-master/tools/harness/tests/distops.py
Revision Date Author Comments
# a8886931 23-Oct-2018 Simon Gerber <simon.gerber@inf.ethz.ch>

harness: distops: rename tests back to old scheme and rename benchmarks to bench_distops_*

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


# 911b8746 18-Oct-2018 Simon Gerber <simon.gerber@inf.ethz.ch>

harness: distops tests: make distops tests prefix-distinguishable from distops bench

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


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

harness: distops tests: make sure tests have run when reporting test success

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


# 44577289 05-Aug-2016 Simon Gerber <simon.gerber@inf.ethz.ch>

T275: fix printfs in distops delete test

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


# 93b42086 02-Aug-2016 Simon Gerber <simon.gerber@inf.ethz.ch>

T275: Refactor distops tests and fix bug in delete test

Also adds a test for retyping a capability with descendants on the owning core
from another core.

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


# cba42551 02-Aug-2016 Simon Gerber <simon.gerber@inf.ethz.ch>

T276: Fix monitor retype check to check on owning core when request is forwarded

In the case where we do a retype on a foreign capability, and our monitor
forwards the retype check to the owner, which then does a retype check on all
cores that hold copies of the source cap, the owner did not check for
descendants in it's own mapping database. This is not a problem when doing a
retype on a capability that's owned by our own core, as then the retype
invocation itself finds any local descendants that overlap the requested
retype.

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


# 35b08c87 29-Jul-2016 Simon Gerber <simon.gerber@inf.ethz.ch>

T275: Add distributed revoke test

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


# 0ba95503 29-Jul-2016 Simon Gerber <simon.gerber@inf.ethz.ch>

T275: Add test for delete of distributed capabilities

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


# 8b7ed31a 29-Jul-2016 Simon Gerber <simon.gerber@inf.ethz.ch>

T275: Add test for distributed capability retype

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