History log of /barrelfish-master/tools/harness/tests/__init__.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>


# 0aeb4dcf 17-Oct-2014 Gerd Zellweger <mail@gerdzellweger.com>

Automatically include all tests in harness.


# 838e602a 17-Oct-2014 Gerd Zellweger <mail@gerdzellweger.com>

Change test so it automatically includes new files.


# 578ad774 06-Nov-2013 pravin@inf.ethz.ch <pravin@inf.ethz.ch>

Webserver working for small websites


# de7a43ea 28-Feb-2013 Stefan Kaestle <stefan.kaestle@inf.ethz.ch>

Added a harness test for spanning programs.


# 611ee622 28-Feb-2013 Stefan Kaestle <stefan.kaestle@inf.ethz.ch>

changeset: 1270:aa365ea1f4c0
user: Stefan Kaestle <stefan.kaestle@inf.ethz.ch>
date: Thu Feb 28 10:37:59 2013 +0100
summary: Added a harness test for spawning programs.


# 4cd63be2 27-Jul-2012 Samuel Hitz <samuel.hitz@gmail.com>

various adjustments to tests and benchmarks to get the to run with arm_gem5, adjusted cpu clock to 1GHz, since a lot of configurations inside gem5 assume 1Ghz clock


# 586f4265 08-Jun-2012 Stefan Kästle <stefan.kaestle@inf.ethz.ch>

Added a harness test for performance counters.

The test is based on the examples/xmpl-perfmon program. Note that we
only support performance counters on AMD machines for now.


# 4b400867 22-May-2012 Mark Nevill <nevillm@ethz.ch>

Added tests and benchmarks for MDB.


# bc852b0b 13-Jan-2012 pravin shindep@inf.ethz.ch <pravin shindep@inf.ethz.ch>

Made read over nfs faster by parallelizing the chunk fetching. Also
now using more fair wait_for_condition which does not block
waiting on events like timer without handling pending incoming packets.

Also, added test for measuring nfs throughput in harness. And re-arranged
few files related to net_tests.

--HG--
rename : usr/tests/net_throughput/Hakefile => usr/tests/net_tests/nfs_throughput/Hakefile
rename : usr/tests/net_throughput/main.c => usr/tests/net_tests/nfs_throughput/nfs_cat.c
rename : usr/tests/net_openport_test/Hakefile => usr/tests/net_tests/openport_test/Hakefile
rename : usr/tests/net_openport_test/net_openport_test.c => usr/tests/net_tests/openport_test/net_openport_test.c


# 1b898a66 27-Dec-2011 Andrew Baumann <andrew.baumann@microsoft.com>

Remove old routing/group communication library.

As discussed briefly on the list (22.{02,12}.2011), the library was
unused since early this year, and has been deprecated because it:
* is unable to interface to flounder/THC
* assumes that a set of core IDs can be expressed in a single-word bitmap
* doesn't work on machines with large (> 32?) numbers of cores (but
this is probably just a bug?)

Since we have the new multihop code in the tree, and seem to have
decided that this is an architectural dead-end, I'm removing this code
in the interest of least confusion as we start building functionality
on the new multihop code.

The one major side-effect of this change is that it is no longer
possible to compile the non-NULL remote cap management database
implementations (rcap_db_central, rcap_db_twopc). The code remains in
the tree for future resurrection, however.


# b9910424 05-Nov-2011 Gerd Zellweger <zgerd@student.ethz.ch>

parser can now handle string literals & constraints, harness test case added


# 839a630a 16-Aug-2011 akhi akhi@inf.ethz.ch <akhi akhi@inf.ethz.ch>

Apply the multihop patch by alexander grest based on his bachelor thesis


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

Merge from ASPLOS tree.


# 9299dcef 08-Jul-2011 Stefan Kästle <stefan.kaestle@inf.ethz.ch>

Initial version of public stable barrelfish repository.