History log of /seL4-test-master/projects/sel4test/apps/sel4test-tests/src/tests/schedcontext.c
Revision Date Author Comments
# d6d8f604 21-Aug-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

mcs: Rename CONFIG_KERNEL_RT to CONFIG_KERNEL_MCS

This is to be consistent with the name defined in the kernel.


# 7263e5a5 18-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

sel4test: explicitly link sel4_autoconf

since the global conf lib is going be removed, we need to explicitly
linke each project with sel4_autoconf and other config libs
this commit also removed a bunch of unused includes as well as
HAVE_AUTOCONF ifdef checking.


# 92fa60fe 12-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

Trivial: style fix

make the style checker happy


# 3d7586eb 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

sel4test: remove autoconf.h from sel4test

this commit removes autoconf.h generation from sel4test and
append '#include <sel4test/gen_config.h>' after each
'#include <autoconf.h>' since autoconf.h is only the for the
kernel config now. This is a temporarily solution, since we
currently don't have a way to tell which header files each file
is trying to include when it includes 'autoconf.h'


# 7eea79de 07-Oct-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

sel4test-tests: fix some MCS tests

- consumed > 0 in SCHED00018
- restore state before checking again in SCHED0009


# 5ba89960 28-Aug-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

sel4test: s/test_ge/test_gt and s/test_le/test_lt


# 4f37fac6 10-Dec-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Add CONFIG_HAVE_TIMER to RT tests

This flag was missing, these tests use timers.


# 25630ea2 07-Sep-2017 Hesham Almatary <hesham.almatary@data61.csiro.au>

SELFOUR-1056/sel4test: Add backend support for timer server and wait for tests

SELFOUR-1056/sel4test: move timer interrupt tests for sel4test-test to sel4test-driver

* Add time-related helper files.
* Move code in sel4test/tests/interrupts to sel4test-driver/src/tests/timer.c
* Add a new function to do sel4test-driver tests before sel4test-test tests


# d07b2383 27-Sep-2017 Claudia Tu <claudia.tu@unsw.edu.au>

SELFOUR-1130 Refactor tests to use new DEFINE_TEST

These changes turn tests on and off with the new `enabled` argument in
DEFINE_TEST instead of using #ifdefs.


# 43f4af23 26-Sep-2017 Claudia Tu <claudia.tu@unsw.edu.au>

SELFOUR-1083 refactoring related to renaming DEFINE_TEST_MAYBE to DEFINE_TEST


# d3fcdadd 26-Sep-2017 Claudia Tu <claudia.tu@unsw.edu.au>

SELFOUR-1083 refactor tests because DEFINE_TEST_MAYBE was renamed to DEFINE_TEST


# 58e47563 29-Aug-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

minor: fix license tag


# 7e33966b 23-Aug-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

MCS: add tests for sched context objects